.product-listing-section{align-items:flex-start;gap:1rem;padding:3rem 20px;display:flex}.search-results-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem 0;display:flex}.search-results-info{flex:1}.search-results-title{color:var(--font-color-1);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.search-query{color:var(--primary);font-weight:700}.search-results-count{color:var(--font-color-3);margin:0;font-size:.95rem}.clear-search-btn{color:var(--font-color-2);cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.clear-search-btn:hover{border-color:var(--primary);color:var(--primary);background:#fff5f7}.clear-search-btn svg{flex-shrink:0}.subcategory-slider-container{width:100%;margin-bottom:2rem}.subcategory-slider-title{color:#1a1a1a;font-size:1.5rem;font-weight:600}.subcategory-swiper{width:100%;padding:.5rem 0}.swiper-button-prev-custom,.swiper-button-next-custom{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.swiper-button-disabled{opacity:.5;cursor:not-allowed}.subcategory-slide{max-width:200px;width:auto!important}.subcategory-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;align-items:center;min-width:140px;height:100%;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.subcategory-card:hover{border-color:#ff6b6b;transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.subcategory-card-image{object-fit:cover;border-radius:8px;width:100%;height:100px;margin-bottom:.75rem}.subcategory-card-name{color:#333;text-align:center;margin:0;font-size:.9rem;font-weight:600;line-height:1.3}.subcategory-card:hover .subcategory-card-name{color:#ff6b6b}.category-cards-container{margin-bottom:2rem}.category-title{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.category-cards-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.category-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;align-items:center;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.category-card:hover{border-color:#ff6b6b;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-card.active{background:#fff5f5;border-color:#ff6b6b}.category-card-image{object-fit:cover;border-radius:6px;width:100%;height:120px;margin-bottom:.75rem}.category-card-name{color:#333;text-align:center;margin:0;font-size:.95rem;font-weight:500}.category-card:hover .category-card-name{color:#ff6b6b}@media (max-width:768px){.search-results-header{flex-direction:column;align-items:flex-start;padding:1rem 0}.search-results-title{font-size:1.25rem}.clear-search-btn{align-self:flex-start}}
.product-container{width:100%;margin-top:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));justify-content:center;gap:1rem;display:grid}.product-grid-horizontal{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.product-empty{text-align:center;color:var(--font-color-2);flex-direction:column;justify-content:center;align-items:center;padding:5rem 0;display:flex}.product-empty-img{width:100px;margin-bottom:1rem}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}
