.category-products-module__t791LW__container{background:linear-gradient(#f9fafb 0%,#fff 100%);min-height:100vh;padding-top:4rem}.category-products-module__t791LW__categoriesBar{z-index:50;background:#fff;border-bottom:2px solid #e5e7eb;position:sticky;top:4rem;box-shadow:0 2px 8px #0000000d}.category-products-module__t791LW__categoriesWrapper{flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.category-products-module__t791LW__categoriesScroll{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;flex:1;align-items:center;gap:.75rem;padding:.5rem 0;display:flex;overflow-x:auto}.category-products-module__t791LW__categoriesScroll::-webkit-scrollbar{height:6px}.category-products-module__t791LW__categoriesScroll::-webkit-scrollbar-track{background:0 0}.category-products-module__t791LW__categoriesScroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.category-products-module__t791LW__categoryButton{white-space:nowrap;color:#374151;cursor:pointer;background:#f3f4f6;border:2px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.category-products-module__t791LW__categoryButton:hover{background:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-products-module__t791LW__categoryButtonActive{color:#fff;transform:scale(1.05);box-shadow:0 6px 20px #00000026}.category-products-module__t791LW__searchContainer{flex-shrink:0;width:100%;max-width:1400px;margin:0 auto;position:relative}.category-products-module__t791LW__searchIcon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.category-products-module__t791LW__searchInput{background:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:.875rem 1rem .875rem 3rem;font-size:.95rem;transition:all .3s}.category-products-module__t791LW__searchInput:focus{border-color:var(--brand-green);outline:none;box-shadow:0 0 0 3px #081e311a}.category-products-module__t791LW__mainContent{max-width:1400px;margin:0 auto;padding:2rem}.category-products-module__t791LW__controlBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.category-products-module__t791LW__controlLeft{align-items:center;gap:1rem;display:flex}.category-products-module__t791LW__filterButton{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.category-products-module__t791LW__filterButton:hover{border-color:var(--brand-green);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.category-products-module__t791LW__productCount{color:#6b7280;font-size:.95rem}.category-products-module__t791LW__productCountBold{color:#111827;font-weight:700}.category-products-module__t791LW__controlRight{align-items:center;gap:.75rem;display:flex}.category-products-module__t791LW__sortSelect{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s}.category-products-module__t791LW__sortSelect:focus{border-color:var(--brand-green);outline:none;box-shadow:0 0 0 3px #081e311a}.category-products-module__t791LW__viewToggle{background:#f3f4f6;border-radius:10px;align-items:center;gap:.25rem;padding:.25rem;display:flex}.category-products-module__t791LW__viewButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.625rem;transition:all .2s;display:flex}.category-products-module__t791LW__viewButton:hover{background:#e5e7eb}.category-products-module__t791LW__viewButtonActive{color:#111827;background:#fff;box-shadow:0 2px 4px #0000001a}.category-products-module__t791LW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.category-products-module__t791LW__spinner{border:4px solid #e5e7eb;border-top-color:var(--brand-green);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite category-products-module__t791LW__spin}@keyframes category-products-module__t791LW__spin{to{transform:rotate(360deg)}}.category-products-module__t791LW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.category-products-module__t791LW__productsList{flex-direction:column;gap:1.5rem;display:flex}.category-products-module__t791LW__productCard{cursor:pointer;background:#fff;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.5s ease-out both category-products-module__t791LW__fadeInUp;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}@keyframes category-products-module__t791LW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-products-module__t791LW__productCard:before{content:"";-webkit-mask-composite:xor;-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);border-radius:20px;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.category-products-module__t791LW__productCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.category-products-module__t791LW__productCard:hover:before{opacity:1}.category-products-module__t791LW__productImageContainer{background:linear-gradient(#f9fafb 0%,#f3f4f6 100%);height:320px;position:relative;overflow:hidden}.category-products-module__t791LW__imageWrapper{justify-content:center;align-items:center;padding:2rem;transition:transform .5s;display:flex;position:absolute;inset:0}.category-products-module__t791LW__productCard:hover .category-products-module__t791LW__imageWrapper{transform:scale(1.08)}.category-products-module__t791LW__productImage{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .5s}.category-products-module__t791LW__productImagePlaceholder{border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.category-products-module__t791LW__placeholderIcon{color:#fff;opacity:.8}.category-products-module__t791LW__outOfStockOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#000000bf;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex;position:absolute;inset:0}.category-products-module__t791LW__outOfStockIcon{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.category-products-module__t791LW__outOfStockText{color:#fff;font-size:1.125rem;font-weight:700}.category-products-module__t791LW__actionButtons{z-index:20;opacity:0;flex-direction:column;gap:.5rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;transform:translate(16px)}.category-products-module__t791LW__productCard:hover .category-products-module__t791LW__actionButtons{opacity:1;transform:translate(0)}.category-products-module__t791LW__actionButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.category-products-module__t791LW__actionButton:hover{color:#ef4444;background:#fef2f2;transform:scale(1.1)}.category-products-module__t791LW__ratingBadge{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-radius:20px;align-items:center;gap:.375rem;padding:.5rem .875rem;display:flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 4px 12px #0000001a}.category-products-module__t791LW__starIcon{color:#fbbf24;fill:#fbbf24}.category-products-module__t791LW__ratingValue{color:#111827;font-size:.875rem;font-weight:700}.category-products-module__t791LW__reviewCount{color:#6b7280;font-size:.75rem}.category-products-module__t791LW__productInfo{padding:1.5rem}.category-products-module__t791LW__brandBadge{color:#6b7280;background:#f3f4f6;border-radius:6px;margin-bottom:.75rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.category-products-module__t791LW__productTitle{color:var(--brand-green);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.125rem;font-weight:700;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.category-products-module__t791LW__productCard:hover .category-products-module__t791LW__productTitle{color:var(--brand-green-mid)}.category-products-module__t791LW__categoryTag{background:var(--brand-green-light);color:#1e40af;border-radius:6px;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.category-products-module__t791LW__priceSection{margin-bottom:1rem}.category-products-module__t791LW__price{color:var(--brand-green);font-size:1.875rem;font-weight:700}.category-products-module__t791LW__addToCartButton{background:var(--brand-green);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.category-products-module__t791LW__addToCartButton:before{content:"";background:linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-mid) 100%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.category-products-module__t791LW__addToCartButton:hover:before{opacity:1}.category-products-module__t791LW__addToCartButton:hover{transform:scale(1.05);box-shadow:0 8px 24px #081e314d}.category-products-module__t791LW__addToCartButton:disabled{cursor:not-allowed;background:#d1d5db;transform:none}.category-products-module__t791LW__addToCartButton:disabled:hover{box-shadow:none;transform:none}.category-products-module__t791LW__addToCartButton:disabled:before{display:none}.category-products-module__t791LW__addToCartButton span,.category-products-module__t791LW__addToCartButton svg{z-index:1;position:relative}.category-products-module__t791LW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.category-products-module__t791LW__emptyIcon{color:#d1d5db;margin-bottom:1rem}.category-products-module__t791LW__emptyState h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.category-products-module__t791LW__emptyState p{color:#6b7280;font-size:1rem}.category-products-module__t791LW__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:2rem 0;display:flex}.category-products-module__t791LW__paginationButton{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.category-products-module__t791LW__paginationButton:hover:not(:disabled){border-color:var(--brand-green);background:var(--brand-green);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #081e3133}.category-products-module__t791LW__paginationButton:disabled{opacity:.5;cursor:not-allowed}.category-products-module__t791LW__paginationInfo{color:#374151;padding:0 1rem;font-weight:600}@media (max-width:1200px){.category-products-module__t791LW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.category-products-module__t791LW__container{padding-top:3.5rem}.category-products-module__t791LW__categoriesBar{top:3.5rem}.category-products-module__t791LW__categoriesWrapper{flex-direction:column;align-items:stretch;padding:1rem}.category-products-module__t791LW__categoriesScroll{order:2;margin-top:1rem}.category-products-module__t791LW__searchContainer{order:1;width:100%;max-width:100%;margin:0;padding:0}.category-products-module__t791LW__mainContent{padding:1rem}.category-products-module__t791LW__controlBar{flex-direction:column;align-items:stretch}.category-products-module__t791LW__controlLeft,.category-products-module__t791LW__controlRight{justify-content:space-between;width:100%}.category-products-module__t791LW__productsGrid{grid-template-columns:1fr}.category-products-module__t791LW__productImageContainer{height:280px}.category-products-module__t791LW__categoryButton{padding:.625rem 1.25rem;font-size:.875rem}.category-products-module__t791LW__filterButton,.category-products-module__t791LW__sortSelect{padding:.625rem 1rem;font-size:.875rem}}@media (max-width:480px){.category-products-module__t791LW__categoriesWrapper{padding:.75rem}.category-products-module__t791LW__searchContainer{width:80%;max-width:100%;margin:0;padding:0}.category-products-module__t791LW__productImageContainer{height:240px}.category-products-module__t791LW__productTitle{font-size:1rem}.category-products-module__t791LW__price{font-size:1.5rem}.category-products-module__t791LW__addToCartButton{padding:.75rem 1.25rem;font-size:.875rem}.category-products-module__t791LW__categoryButton span{display:none}.category-products-module__t791LW__categoryButton{padding:.75rem}}
