.products-page-container{gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1.5rem;display:flex}.category-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:0 0 250px;height:fit-content;padding:1.5rem;position:sticky;top:20px;box-shadow:0 2px 8px #0000000d}.sidebar-title{color:#2a1712;border-bottom:2px solid #e23f73;margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.category-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.category-item{text-align:left;color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.category-item:hover{color:#e23f73;background:#f7fafc;padding-left:1.25rem}.category-item.active{color:#fff;background:linear-gradient(135deg,#e23f73 0%,#c22c5e 100%);font-weight:600;box-shadow:0 2px 8px #e23f734d}.category-item.active:before{content:"";background:#fff;border-radius:2px;width:4px;height:60%;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.products-main{flex:1;min-width:0}.products-heading{color:#2a1712;text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}@media (max-width:640px){.products-grid{grid-template-columns:1fr}}.view-more-container{text-align:center;margin-top:2rem}.no-more-text{color:#718096;font-size:.95rem;font-weight:500}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-card img{object-fit:cover;width:100%;height:200px}.product-card h3{margin:.5rem 0;padding:.5em;font-size:1rem;font-weight:600}.product-title{padding:.5em}.product-title a{color:inherit;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;display:block;overflow:hidden}.product-title a:hover{text-decoration:underline}.product-card-amount{color:#4a5568;margin-bottom:.5rem;padding:.5em;font-size:1rem;font-weight:700}.cart-popup{text-align:center;z-index:1001;background:#fff;border-radius:10px;width:320px;max-width:90%;padding:1.2rem 1.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #0003}.cart-popup button{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:4px;margin-top:.5rem;padding:.4rem 1rem}.product-card-amount{align-items:center;gap:.5rem;padding:.5em;display:flex}.price-regular{color:#a0aec0;font-size:.9rem;text-decoration:line-through}.price-sale{color:#e53e3e;font-size:1.05rem;font-weight:700}.price-normal{color:#2d3748;font-size:1rem;font-weight:700}@media (max-width:1024px){.category-sidebar{display:none}.products-page-container{padding:1.5rem 1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:640px){.products-page-container{padding:1rem}.products-heading{margin-bottom:1rem;font-size:1.25rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{flex-direction:row;align-items:flex-start;gap:.5rem;display:flex}.product-card img{object-fit:cover;border-radius:.5rem 0 0 .5rem;width:40%;height:auto}.product-image-link{flex-shrink:0;width:40%;display:block}.product-image-link img{object-fit:cover;width:100%;height:100%;max-height:140px}.product-details{flex-direction:column;width:60%;display:flex}.product-details h3{margin-bottom:.25rem}.price-icons{align-items:center;gap:.5rem;display:flex}}.skeleton-card{animation:1.2s ease-in-out infinite pulse}.skeleton-image{background-color:#e2e8f0;border-radius:.25rem;width:100%;height:200px}.skeleton-details{padding:.5rem}.skeleton-text{background-color:#cbd5e0;border-radius:4px;height:16px;margin:.25rem 0}.skeleton-text.short{width:40%}.skeleton-text.long{width:80%}@keyframes pulse{0%{background-color:#f0f4f8}50%{background-color:#e2e8f0}to{background-color:#f0f4f8}}.view-more-button{appearance:none;color:#fff;cursor:pointer;letter-spacing:.03em;background:#e23f73;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #e23f734d}.view-more-button:hover{background:#c22c5e;transform:translateY(-3px);box-shadow:0 8px 24px #e23f7366}.view-more-button:active{transform:translateY(-1px)}.view-more-button:focus{outline-offset:3px;outline:3px solid #e23f734d}.view-more-button[disabled]{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 16px #e23f7333}.view-more-icon{font-size:1.1rem;transition:transform .3s}.view-more-button:hover .view-more-icon{transform:translateY(3px)}@media (max-width:640px){.view-more-button{width:90%;max-width:320px;padding:12px 28px;font-size:.95rem}}
