.Cart-module__P4ZVPa__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Cart-module__P4ZVPa__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.Cart-module__P4ZVPa__loadingSpinner{border:3px solid #f3f3f3;border-top-color:#d4af37;border-radius:50%;width:40px;height:40px;animation:1s linear infinite Cart-module__P4ZVPa__spin}@keyframes Cart-module__P4ZVPa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Cart-module__P4ZVPa__header{text-align:center;margin-bottom:3rem}.Cart-module__P4ZVPa__title{color:#2c2c2c;letter-spacing:1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.Cart-module__P4ZVPa__itemCount{color:#666;font-size:1.1rem}.Cart-module__P4ZVPa__emptyCart{text-align:center;max-width:500px;margin:0 auto;padding:4rem 2rem}.Cart-module__P4ZVPa__emptyCartIcon{color:#ccc;width:80px;height:80px;margin:0 auto 2rem}.Cart-module__P4ZVPa__emptyCartIcon svg{width:100%;height:100%}.Cart-module__P4ZVPa__emptyCart h1{color:#2c2c2c;margin-bottom:1rem;font-size:2rem;font-weight:300}.Cart-module__P4ZVPa__emptyCart p{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Cart-module__P4ZVPa__shopNowBtn{color:#fff;text-transform:uppercase;letter-spacing:1px;background-color:#d4af37;border-radius:5px;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.Cart-module__P4ZVPa__shopNowBtn:hover{background-color:#b8941f;transform:translateY(-2px)}.Cart-module__P4ZVPa__cartLayout{grid-template-columns:1fr 400px;align-items:start;gap:3rem;display:grid}.Cart-module__P4ZVPa__cartItems{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Cart-module__P4ZVPa__cartItem{border-bottom:1px solid #eee;grid-template-columns:100px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem 0;display:grid}.Cart-module__P4ZVPa__cartItem:last-child{border-bottom:none}.Cart-module__P4ZVPa__itemImage{background-color:#f5f5f5;border-radius:8px;width:100px;height:100px;overflow:hidden}.Cart-module__P4ZVPa__itemImage img{object-fit:cover;width:100%;height:100%}.Cart-module__P4ZVPa__itemDetails{flex-direction:column;gap:.5rem;display:flex}.Cart-module__P4ZVPa__itemName{color:#2c2c2c;margin:0;font-size:1.2rem;font-weight:500}.Cart-module__P4ZVPa__itemSize{color:#666;margin:0;font-size:.9rem}.Cart-module__P4ZVPa__itemPrice{color:#d4af37;margin:0;font-weight:500}.Cart-module__P4ZVPa__quantityControls{border:1px solid #ddd;border-radius:5px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.Cart-module__P4ZVPa__quantityBtn{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.Cart-module__P4ZVPa__quantityBtn:hover:not(:disabled){color:#d4af37;background-color:#f5f5f5}.Cart-module__P4ZVPa__quantityBtn:disabled{opacity:.5;cursor:not-allowed}.Cart-module__P4ZVPa__quantityValue{text-align:center;color:#2c2c2c;min-width:40px;font-weight:500}.Cart-module__P4ZVPa__itemTotal{text-align:right}.Cart-module__P4ZVPa__totalPrice{color:#2c2c2c;margin:0;font-size:1.1rem;font-weight:600}.Cart-module__P4ZVPa__removeBtn{color:#999;cursor:pointer;background:0 0;border:none;width:24px;height:24px;transition:color .2s}.Cart-module__P4ZVPa__removeBtn:hover{color:#e74c3c}.Cart-module__P4ZVPa__removeBtn svg{width:100%;height:100%}.Cart-module__P4ZVPa__cartActions{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}.Cart-module__P4ZVPa__clearCartBtn{color:#e74c3c;cursor:pointer;background:0 0;border:1px solid #e74c3c;border-radius:5px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.Cart-module__P4ZVPa__clearCartBtn:hover{color:#fff;background-color:#e74c3c}.Cart-module__P4ZVPa__continueShoppingBtn{color:#2c2c2c;background-color:#f8f9fa;border:1px solid #ddd;border-radius:5px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s}.Cart-module__P4ZVPa__continueShoppingBtn:hover{background-color:#e9ecef}.Cart-module__P4ZVPa__orderSummary{background:#fff;border-radius:10px;height:-moz-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Cart-module__P4ZVPa__summaryTitle{color:#2c2c2c;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.Cart-module__P4ZVPa__summaryRow{color:#666;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Cart-module__P4ZVPa__summaryRow span:last-child{color:#2c2c2c;font-weight:500}.Cart-module__P4ZVPa__freeShipping{color:#27ae60;font-weight:600}.Cart-module__P4ZVPa__summaryDivider{background-color:#eee;height:1px;margin:1rem 0}.Cart-module__P4ZVPa__totalRow{color:#2c2c2c;border-top:2px solid #eee;padding-top:1rem;font-size:1.2rem;font-weight:600}.Cart-module__P4ZVPa__totalAmount{color:#d4af37;font-size:1.3rem}.Cart-module__P4ZVPa__shippingNote{color:#27ae60;background-color:#e8f5e8;border-radius:5px;align-items:center;gap:.5rem;margin:1rem 0;padding:1rem;font-size:.9rem;display:flex}.Cart-module__P4ZVPa__infoIcon{flex-shrink:0;width:16px;height:16px}.Cart-module__P4ZVPa__checkoutBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background-color:#d4af37;border:none;border-radius:5px;width:100%;margin-top:1.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s}.Cart-module__P4ZVPa__checkoutBtn:hover{background-color:#b8941f;transform:translateY(-2px)}.Cart-module__P4ZVPa__secureCheckout{color:#666;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.Cart-module__P4ZVPa__secureIcon{width:16px;height:16px}@media (max-width:1024px){.Cart-module__P4ZVPa__cartLayout{grid-template-columns:1fr;gap:2rem}.Cart-module__P4ZVPa__orderSummary{order:-1;position:static}}@media (max-width:768px){.Cart-module__P4ZVPa__main{padding:1rem 0}.Cart-module__P4ZVPa__container{padding:0 .5rem}.Cart-module__P4ZVPa__title{font-size:2rem}.Cart-module__P4ZVPa__cartItems{padding:1rem}.Cart-module__P4ZVPa__cartItem{grid-template-columns:80px 1fr;grid-template-areas:"image details""image quantity""total total""remove remove";gap:1rem}.Cart-module__P4ZVPa__itemImage{grid-area:image;width:80px;height:80px}.Cart-module__P4ZVPa__itemDetails{grid-area:details}.Cart-module__P4ZVPa__quantityControls{grid-area:quantity;justify-self:start}.Cart-module__P4ZVPa__itemTotal{text-align:left;grid-area:total;margin-top:1rem}.Cart-module__P4ZVPa__removeBtn{grid-area:remove;justify-self:end;margin-top:.5rem}.Cart-module__P4ZVPa__cartActions{flex-direction:column;gap:1rem}.Cart-module__P4ZVPa__clearCartBtn,.Cart-module__P4ZVPa__continueShoppingBtn{text-align:center;width:100%}.Cart-module__P4ZVPa__orderSummary{padding:1.5rem}}@media (max-width:480px){.Cart-module__P4ZVPa__emptyCart{padding:2rem 1rem}.Cart-module__P4ZVPa__emptyCartIcon{width:60px;height:60px}.Cart-module__P4ZVPa__emptyCart h1{font-size:1.5rem}.Cart-module__P4ZVPa__shopNowBtn{padding:.75rem 1.5rem;font-size:.9rem}}
.ml-module__1O1R2q__main{background-color:#fff8ec;min-height:100vh;padding-top:20px;animation:4s infinite ml-module__1O1R2q__shine}@keyframes ml-module__1O1R2q__shine{0%{left:-100%}30%{left:150%}to{left:150%}}
.ProductCard-module__t53O_a__productCard{background:#fff;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08)}.ProductCard-module__t53O_a__productCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.ProductCard-module__t53O_a__cardLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.ProductCard-module__t53O_a__imageContainer{background:#f8f9fa;width:100%;height:280px;position:relative;overflow:hidden}.ProductCard-module__t53O_a__imageWrapper{width:100%;height:100%;position:relative}.ProductCard-module__t53O_a__productImage{object-fit:cover;opacity:0;width:100%;height:100%;transition:all .3s}.ProductCard-module__t53O_a__productImage.ProductCard-module__t53O_a__loaded{opacity:1}.ProductCard-module__t53O_a__imagePlaceholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite ProductCard-module__t53O_a__loading;position:absolute;top:0;left:0}@keyframes ProductCard-module__t53O_a__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__productImage{transform:scale(1.05)}.ProductCard-module__t53O_a__badges{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;top:12px;left:12px}.ProductCard-module__t53O_a__newBadge,.ProductCard-module__t53O_a__bestsellerBadge,.ProductCard-module__t53O_a__discountBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 8px;font-size:.75rem;font-weight:600}.ProductCard-module__t53O_a__newBadge{color:#fff;background:#22c55e}.ProductCard-module__t53O_a__bestsellerBadge{color:#fff;background:#f59e0b}.ProductCard-module__t53O_a__discountBadge{color:#fff;background:#ef4444}.ProductCard-module__t53O_a__wishlistBtn{cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.9);border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px}.ProductCard-module__t53O_a__wishlistBtn:hover{background:#fff;transform:scale(1.1)}.ProductCard-module__t53O_a__wishlistBtn.ProductCard-module__t53O_a__wishlisted{color:#fff;background:#ef4444}.ProductCard-module__t53O_a__wishlistBtn svg{width:20px;height:20px}.ProductCard-module__t53O_a__overlay{background:linear-gradient(transparent,rgba(0,0,0,.8));justify-content:center;align-items:flex-end;padding:20px;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__overlay{transform:translateY(0)}.ProductCard-module__t53O_a__addToCartBtn{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:25px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.ProductCard-module__t53O_a__addToCartBtn:hover{color:#fff;background:#1a1a1a;transform:translateY(-2px)}.ProductCard-module__t53O_a__addToCartBtn svg{width:18px;height:18px}.ProductCard-module__t53O_a__productInfo{flex-direction:column;flex:1;padding:20px;display:flex}.ProductCard-module__t53O_a__productName{color:#1a1a1a;margin-bottom:8px;font-size:1.1rem;font-weight:600;line-height:1.3}.ProductCard-module__t53O_a__productDescription{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__rating{align-items:center;gap:8px;margin-bottom:12px;display:flex}.ProductCard-module__t53O_a__stars{gap:2px;display:flex}.ProductCard-module__t53O_a__starFilled,.ProductCard-module__t53O_a__starHalf,.ProductCard-module__t53O_a__starEmpty{width:16px;height:16px}.ProductCard-module__t53O_a__starFilled,.ProductCard-module__t53O_a__starHalf{color:#fbbf24}.ProductCard-module__t53O_a__starEmpty{color:#d1d5db;stroke-width:1px}.ProductCard-module__t53O_a__ratingText{color:#888;font-size:.8rem}.ProductCard-module__t53O_a__priceContainer{align-items:center;gap:8px;margin-top:auto;display:flex}.ProductCard-module__t53O_a__currentPrice{color:#1a1a1a;font-size:1.2rem;font-weight:700}.ProductCard-module__t53O_a__originalPrice{color:#888;font-size:1rem;text-decoration:line-through}@media (max-width:768px){.ProductCard-module__t53O_a__imageContainer{height:240px}.ProductCard-module__t53O_a__productInfo{padding:16px}.ProductCard-module__t53O_a__productName{font-size:1rem}.ProductCard-module__t53O_a__productDescription{font-size:.85rem}.ProductCard-module__t53O_a__currentPrice{font-size:1.1rem}.ProductCard-module__t53O_a__badges{top:8px;left:8px}.ProductCard-module__t53O_a__wishlistBtn{width:36px;height:36px;top:8px;right:8px}.ProductCard-module__t53O_a__wishlistBtn svg{width:18px;height:18px}}@media (max-width:480px){.ProductCard-module__t53O_a__imageContainer{height:200px}.ProductCard-module__t53O_a__productInfo{padding:12px}.ProductCard-module__t53O_a__productName{margin-bottom:6px;font-size:.95rem}.ProductCard-module__t53O_a__productDescription{margin-bottom:8px;font-size:.8rem}.ProductCard-module__t53O_a__rating{margin-bottom:8px}.ProductCard-module__t53O_a__stars svg{width:14px;height:14px}.ProductCard-module__t53O_a__ratingText{font-size:.75rem}.ProductCard-module__t53O_a__currentPrice{font-size:1rem}.ProductCard-module__t53O_a__originalPrice{font-size:.9rem}}.ProductCard-module__t53O_a__productCard{min-height:420px}@media (max-width:768px){.ProductCard-module__t53O_a__productCard{min-height:380px}}@media (max-width:480px){.ProductCard-module__t53O_a__productCard{min-height:340px}}
.FilterSidebar-module__mg9f8W__filterSidebar{flex-direction:column;gap:1.5rem;display:flex}.FilterSidebar-module__mg9f8W__filterSection{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.FilterSidebar-module__mg9f8W__filterSection:last-child{border-bottom:none;padding-bottom:0}.FilterSidebar-module__mg9f8W__sectionHeader{width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.FilterSidebar-module__mg9f8W__sectionHeader:hover{color:var(--primary)}.FilterSidebar-module__mg9f8W__chevron{color:var(--text-secondary);font-size:.8rem;transition:transform .2s}.FilterSidebar-module__mg9f8W__chevronUp{transform:rotate(180deg)}.FilterSidebar-module__mg9f8W__sectionContent{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.FilterSidebar-module__mg9f8W__filterOption{cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem 0;transition:all .2s;display:flex;position:relative}.FilterSidebar-module__mg9f8W__filterOption:hover{background:var(--hover-background);padding-left:.5rem;padding-right:.5rem}.FilterSidebar-module__mg9f8W__filterOption input[type=radio],.FilterSidebar-module__mg9f8W__filterOption input[type=checkbox]{opacity:0;cursor:pointer;position:absolute}.FilterSidebar-module__mg9f8W__checkmark,.FilterSidebar-module__mg9f8W__checkbox{border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:all .2s;position:relative}.FilterSidebar-module__mg9f8W__checkbox{border-radius:4px}.FilterSidebar-module__mg9f8W__filterOption input:checked+.FilterSidebar-module__mg9f8W__checkmark,.FilterSidebar-module__mg9f8W__filterOption input:checked+.FilterSidebar-module__mg9f8W__checkbox{background:var(--primary);border-color:var(--primary)}.FilterSidebar-module__mg9f8W__filterOption input:checked+.FilterSidebar-module__mg9f8W__checkmark:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FilterSidebar-module__mg9f8W__filterOption input:checked+.FilterSidebar-module__mg9f8W__checkbox:after{content:"✓";color:#fff;font-size:12px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FilterSidebar-module__mg9f8W__filterOption:hover .FilterSidebar-module__mg9f8W__checkmark,.FilterSidebar-module__mg9f8W__filterOption:hover .FilterSidebar-module__mg9f8W__checkbox{border-color:var(--primary)}.FilterSidebar-module__mg9f8W__ratingOption{align-items:center;gap:.5rem;display:flex}.FilterSidebar-module__mg9f8W__star{color:#ddd;font-size:1rem;transition:color .2s}.FilterSidebar-module__mg9f8W__starFilled{color:gold}.FilterSidebar-module__mg9f8W__ratingText{color:var(--text-secondary);font-size:.9rem}.FilterSidebar-module__mg9f8W__priceSlider{flex-direction:column;gap:1rem;display:flex}.FilterSidebar-module__mg9f8W__priceInputs{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.FilterSidebar-module__mg9f8W__priceInput{flex-direction:column;gap:.25rem;display:flex}.FilterSidebar-module__mg9f8W__priceInput label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.FilterSidebar-module__mg9f8W__priceInput input{border:1px solid var(--border);background:var(--input-background);color:var(--text);border-radius:6px;padding:.5rem;font-size:.9rem;transition:border-color .2s}.FilterSidebar-module__mg9f8W__priceInput input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.FilterSidebar-module__mg9f8W__rangeSlider{background:var(--border);border-radius:3px;height:6px;margin:1rem 0;position:relative}.FilterSidebar-module__mg9f8W__rangeMin,.FilterSidebar-module__mg9f8W__rangeMax{pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;width:100%;height:6px;position:absolute;top:0;left:0}.FilterSidebar-module__mg9f8W__rangeMin::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--primary);cursor:pointer;pointer-events:all;border-radius:50%;width:18px;height:18px;transition:transform .2s;box-shadow:0 2px 4px rgba(0,0,0,.2)}.FilterSidebar-module__mg9f8W__rangeMax::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--primary);cursor:pointer;pointer-events:all;border-radius:50%;width:18px;height:18px;transition:transform .2s;box-shadow:0 2px 4px rgba(0,0,0,.2)}.FilterSidebar-module__mg9f8W__rangeMin::-webkit-slider-thumb:hover{transform:scale(1.1)}.FilterSidebar-module__mg9f8W__rangeMax::-webkit-slider-thumb:hover{transform:scale(1.1)}.FilterSidebar-module__mg9f8W__rangeMin::-moz-range-thumb{background:var(--primary);cursor:pointer;pointer-events:all;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.FilterSidebar-module__mg9f8W__rangeMax::-moz-range-thumb{background:var(--primary);cursor:pointer;pointer-events:all;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.FilterSidebar-module__mg9f8W__priceDisplay{text-align:center;color:var(--primary);background:var(--primary-light);border-radius:6px;padding:.5rem;font-size:.95rem;font-weight:600}.FilterSidebar-module__mg9f8W__quickRanges{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.FilterSidebar-module__mg9f8W__quickRange{border:1px solid var(--border);color:var(--text);cursor:pointer;text-align:left;background:0 0;border-radius:6px;padding:.5rem .75rem;font-size:.85rem;transition:all .2s}.FilterSidebar-module__mg9f8W__quickRange:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.FilterSidebar-module__mg9f8W__quickRangeActive{background:var(--primary);border-color:var(--primary);color:#fff}.FilterSidebar-module__mg9f8W__quickRangeActive:hover{background:var(--primary-dark);color:#fff}@media (max-width:768px){.FilterSidebar-module__mg9f8W__filterSidebar{gap:1rem}.FilterSidebar-module__mg9f8W__filterSection{padding-bottom:1rem}.FilterSidebar-module__mg9f8W__sectionContent{gap:.5rem}.FilterSidebar-module__mg9f8W__filterOption{padding:.4rem 0}.FilterSidebar-module__mg9f8W__priceInputs{gap:.5rem}.FilterSidebar-module__mg9f8W__quickRanges{gap:.4rem}.FilterSidebar-module__mg9f8W__quickRange{padding:.4rem .6rem;font-size:.8rem}}@media (prefers-color-scheme:dark){.FilterSidebar-module__mg9f8W__rangeSlider{background:#333}.FilterSidebar-module__mg9f8W__star{color:#555}}@media (prefers-contrast:high){.FilterSidebar-module__mg9f8W__checkmark,.FilterSidebar-module__mg9f8W__checkbox{border-width:3px}.FilterSidebar-module__mg9f8W__quickRange,.FilterSidebar-module__mg9f8W__quickRangeActive{border-width:2px}}@media (prefers-reduced-motion:reduce){.FilterSidebar-module__mg9f8W__checkmark,.FilterSidebar-module__mg9f8W__checkbox,.FilterSidebar-module__mg9f8W__chevron,.FilterSidebar-module__mg9f8W__filterOption,.FilterSidebar-module__mg9f8W__quickRange{transition:none}.FilterSidebar-module__mg9f8W__rangeMin::-webkit-slider-thumb{transition:none}.FilterSidebar-module__mg9f8W__rangeMax::-webkit-slider-thumb{transition:none}}
.SortDropdown-module__BuiOoW__sortDropdown{align-items:center;gap:.75rem;display:flex;position:relative}.SortDropdown-module__BuiOoW__sortLabel{color:var(--text-secondary);white-space:nowrap;font-size:.9rem;font-weight:500}.SortDropdown-module__BuiOoW__dropdown{min-width:200px;position:relative}.SortDropdown-module__BuiOoW__dropdownToggle{background:var(--card-background);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.1)}.SortDropdown-module__BuiOoW__dropdownToggle:hover{border-color:var(--primary);box-shadow:0 2px 6px rgba(0,0,0,.15)}.SortDropdown-module__BuiOoW__dropdownToggle:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.SortDropdown-module__BuiOoW__dropdownOpen{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.SortDropdown-module__BuiOoW__selectedValue{color:var(--text);font-weight:500}.SortDropdown-module__BuiOoW__chevron{width:16px;height:16px;color:var(--text-secondary);flex-shrink:0;transition:transform .2s}.SortDropdown-module__BuiOoW__chevronUp{transform:rotate(180deg)}.SortDropdown-module__BuiOoW__dropdownMenu{background:var(--card-background);border:1px solid var(--border);z-index:1000;border-radius:8px;animation:.2s ease-out SortDropdown-module__BuiOoW__dropdownSlide;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes SortDropdown-module__BuiOoW__dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.SortDropdown-module__BuiOoW__dropdownOption{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;transition:background-color .2s;display:flex}.SortDropdown-module__BuiOoW__dropdownOption:hover{background:var(--hover-background)}.SortDropdown-module__BuiOoW__dropdownOption:focus{background:var(--hover-background);outline:none}.SortDropdown-module__BuiOoW__optionSelected{background:var(--primary-light);color:var(--primary);font-weight:500}.SortDropdown-module__BuiOoW__optionSelected:hover{background:var(--primary-light)}.SortDropdown-module__BuiOoW__optionLabel{flex:1}.SortDropdown-module__BuiOoW__checkIcon{width:16px;height:16px;color:var(--primary);flex-shrink:0}@media (max-width:768px){.SortDropdown-module__BuiOoW__sortDropdown{flex-direction:column;align-items:stretch;gap:.5rem}.SortDropdown-module__BuiOoW__sortLabel{font-size:.85rem}.SortDropdown-module__BuiOoW__dropdown{min-width:auto}.SortDropdown-module__BuiOoW__dropdownToggle,.SortDropdown-module__BuiOoW__dropdownOption{padding:.6rem .8rem;font-size:.85rem}}@media (max-width:480px){.SortDropdown-module__BuiOoW__sortDropdown{gap:.4rem}.SortDropdown-module__BuiOoW__sortLabel{font-size:.8rem}.SortDropdown-module__BuiOoW__dropdownToggle,.SortDropdown-module__BuiOoW__dropdownOption{padding:.5rem .7rem;font-size:.8rem}.SortDropdown-module__BuiOoW__chevron,.SortDropdown-module__BuiOoW__checkIcon{width:14px;height:14px}}@media (prefers-color-scheme:dark){.SortDropdown-module__BuiOoW__dropdownMenu{box-shadow:0 4px 12px rgba(0,0,0,.3)}}@media (prefers-contrast:high){.SortDropdown-module__BuiOoW__dropdownToggle,.SortDropdown-module__BuiOoW__dropdownMenu{border-width:2px}.SortDropdown-module__BuiOoW__optionSelected{border:2px solid var(--primary)}}@media (prefers-reduced-motion:reduce){.SortDropdown-module__BuiOoW__dropdownToggle,.SortDropdown-module__BuiOoW__chevron,.SortDropdown-module__BuiOoW__dropdownOption{transition:none}.SortDropdown-module__BuiOoW__dropdownMenu{animation:none}@keyframes SortDropdown-module__BuiOoW__dropdownSlide{0%,to{opacity:1;transform:translateY(0)}}}
.Home-module__Ho9lYW__container{max-width:1400px;margin:0 auto;padding:0 20px}.Home-module__Ho9lYW__bannerSection,.Home-module__Ho9lYW__categorySection{margin-bottom:60px}.Home-module__Ho9lYW__productsSection{margin-bottom:80px}.Home-module__Ho9lYW__sectionHeader{text-align:center;margin-bottom:40px}.Home-module__Ho9lYW__sectionTitle{color:#000;margin-bottom:12px;font-size:2.5rem;font-weight:700}.Home-module__Ho9lYW__sectionSubtitle{color:rgba(28,28,28,.765);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.Home-module__Ho9lYW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:40px;display:grid}.Home-module__Ho9lYW__noProducts{text-align:center;color:#718096;padding:60px 20px;font-size:1.1rem}.Home-module__Ho9lYW__featuredSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.2);border-radius:20px;margin-bottom:80px;padding:60px 0}.Home-module__Ho9lYW__featuredSection .Home-module__Ho9lYW__sectionTitle{text-align:center;margin-bottom:50px}.Home-module__Ho9lYW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;padding:0 20px;display:grid}.Home-module__Ho9lYW__featureCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:40px 30px;transition:all .3s;box-shadow:0 8px 32px rgba(0,0,0,.1)}.Home-module__Ho9lYW__featureCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.Home-module__Ho9lYW__featureIcon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;padding:15px;display:flex}.Home-module__Ho9lYW__featureIcon svg{width:30px;height:30px}.Home-module__Ho9lYW__featureTitle{color:#2d3748;margin-bottom:12px;font-size:1.4rem;font-weight:600}.Home-module__Ho9lYW__featureDescription{color:#718096;font-size:1rem;line-height:1.6}@media (max-width:1200px){.Home-module__Ho9lYW__container{padding:0 16px}.Home-module__Ho9lYW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:25px}}@media (max-width:768px){.Home-module__Ho9lYW__container{padding:0 12px}.Home-module__Ho9lYW__bannerSection,.Home-module__Ho9lYW__categorySection,.Home-module__Ho9lYW__productsSection{margin-bottom:40px}.Home-module__Ho9lYW__sectionTitle{font-size:2rem}.Home-module__Ho9lYW__sectionSubtitle{font-size:1rem}.Home-module__Ho9lYW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.Home-module__Ho9lYW__featuredSection{margin-bottom:60px;padding:40px 0}.Home-module__Ho9lYW__featuresGrid{grid-template-columns:1fr;gap:30px;padding:0 10px}.Home-module__Ho9lYW__featureCard{padding:30px 20px}.Home-module__Ho9lYW__featureIcon{width:50px;height:50px;padding:12px}.Home-module__Ho9lYW__featureIcon svg{width:26px;height:26px}.Home-module__Ho9lYW__featureTitle{font-size:1.2rem}.Home-module__Ho9lYW__featureDescription{font-size:.95rem}}@media (max-width:480px){.Home-module__Ho9lYW__container{padding:0 8px}.Home-module__Ho9lYW__sectionTitle{font-size:1.8rem}.Home-module__Ho9lYW__productsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.Home-module__Ho9lYW__featuresGrid{gap:25px}.Home-module__Ho9lYW__featureCard{padding:25px 15px}}
.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border-bottom:1px solid rgba(229,229,229,.3);transition:all .3s;box-shadow:0 2px 20px rgba(0,0,0,.1)}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 1rem;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;display:flex}.Navbar-module__cJzEcG__logoContainer{cursor:pointer;align-items:center;transition:opacity .2s;display:flex}.Navbar-module__cJzEcG__logoContainer:hover{opacity:.8}.Navbar-module__cJzEcG__logoImage{color:#000;height:auto}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:#000;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:#666}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:#000;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__rightSection{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__cartButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex;position:relative}.Navbar-module__cJzEcG__cartButton:hover{background-color:rgba(0,0,0,.05)}.Navbar-module__cJzEcG__cartIcon{color:#000;width:24px;height:24px}.Navbar-module__cJzEcG__cartBadge{color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-2px;right:-2px}.Navbar-module__cJzEcG__userSection{position:relative}.Navbar-module__cJzEcG__userButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.Navbar-module__cJzEcG__userButton:hover{background-color:rgba(0,0,0,.05)}.Navbar-module__cJzEcG__userIcon{color:#000;width:24px;height:24px}.Navbar-module__cJzEcG__userMenu{-webkit-backdrop-filter:blur(10px);background:rgba(255,255,255,.95);border:1px solid rgba(229,229,229,.3);border-radius:8px;min-width:180px;margin-top:.5rem;animation:.2s Navbar-module__cJzEcG__fadeInDown;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}@keyframes Navbar-module__cJzEcG__fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__menuItem{color:#000;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.Navbar-module__cJzEcG__menuItem:hover{background-color:rgba(0,0,0,.05)}.Navbar-module__cJzEcG__menuIcon{color:#666;width:16px;height:16px}.Navbar-module__cJzEcG__loginButton{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__cJzEcG__loginButton:hover{background-color:#333;transform:translateY(-1px)}.Navbar-module__cJzEcG__loginIcon{width:16px;height:16px}.Navbar-module__cJzEcG__mobileMenuToggle{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:background-color .2s;display:none}.Navbar-module__cJzEcG__mobileMenuToggle:hover{background-color:rgba(0,0,0,.05)}.Navbar-module__cJzEcG__hamburgerIcon{color:#000;width:24px;height:24px}@media (max-width:768px){.Navbar-module__cJzEcG__navContainer{height:60px;padding:0 1rem}.Navbar-module__cJzEcG__logoImage{width:100px;height:32px}.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenuToggle{justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__rightSection{gap:.5rem}.Navbar-module__cJzEcG__loginButton{padding:.5rem 1rem;font-size:.8rem}.Navbar-module__cJzEcG__userMenu{min-width:160px;right:-1rem}}@media (max-width:480px){.Navbar-module__cJzEcG__navContainer{padding:0 .75rem}.Navbar-module__cJzEcG__logoImage{width:90px;height:28px}.Navbar-module__cJzEcG__cartIcon,.Navbar-module__cJzEcG__userIcon{width:20px;height:20px}.Navbar-module__cJzEcG__cartBadge{width:18px;height:18px;font-size:.7rem}.Navbar-module__cJzEcG__loginButton{padding:.5rem .75rem;font-size:.75rem}.Navbar-module__cJzEcG__loginIcon{width:14px;height:14px}}@media (min-width:1024px){.Navbar-module__cJzEcG__navContainer{height:80px;padding:0 2rem}.Navbar-module__cJzEcG__navLinks{gap:2.5rem}.Navbar-module__cJzEcG__rightSection{gap:1.5rem}}
.OfferMarquee-module__pqbupa__marqueeContainer{color:#2c2c2c;white-space:nowrap;background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);border-bottom:1px solid rgba(212,175,55,.3);padding:.75rem 0;position:relative;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.OfferMarquee-module__pqbupa__marqueeContent{will-change:transform;animation:60s linear infinite OfferMarquee-module__pqbupa__scroll;display:inline-block}.OfferMarquee-module__pqbupa__offerText{letter-spacing:.5px;text-transform:uppercase;padding:0 3rem;font-size:.95rem;font-weight:500;display:inline-block;position:relative}.OfferMarquee-module__pqbupa__offerText:not(:last-child):after{content:"|";color:rgba(44,44,44,.6);font-weight:700;position:absolute;right:1.5rem}@keyframes OfferMarquee-module__pqbupa__scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}.OfferMarquee-module__pqbupa__marqueeContainer:hover .OfferMarquee-module__pqbupa__marqueeContent{animation-play-state:paused}@media (max-width:768px){.OfferMarquee-module__pqbupa__marqueeContainer{padding:.6rem 0}.OfferMarquee-module__pqbupa__offerText{padding:0 2rem;font-size:.85rem}.OfferMarquee-module__pqbupa__offerText:not(:last-child):after{right:1rem}.OfferMarquee-module__pqbupa__marqueeContent{animation-duration:45s}}@media (max-width:480px){.OfferMarquee-module__pqbupa__marqueeContainer{padding:.5rem 0}.OfferMarquee-module__pqbupa__offerText{padding:0 1.5rem;font-size:.8rem}.OfferMarquee-module__pqbupa__offerText:not(:last-child):after{right:.75rem}.OfferMarquee-module__pqbupa__marqueeContent{animation-duration:40s}}@media (prefers-color-scheme:dark){.OfferMarquee-module__pqbupa__marqueeContainer{color:#fff;background:linear-gradient(135deg,#b8941f 0%,#d4af37 100%);border-bottom-color:rgba(184,148,31,.3)}.OfferMarquee-module__pqbupa__offerText:not(:last-child):after{color:rgba(255,255,255,.6)}}@media (prefers-contrast:high){.OfferMarquee-module__pqbupa__marqueeContainer{color:#000;background:#d4af37;border-bottom:2px solid #000}.OfferMarquee-module__pqbupa__offerText{font-weight:600}}@media (prefers-reduced-motion:reduce){.OfferMarquee-module__pqbupa__marqueeContent{animation:none;transform:none}.OfferMarquee-module__pqbupa__marqueeContainer{text-align:center}.OfferMarquee-module__pqbupa__offerText{display:none}.OfferMarquee-module__pqbupa__offerText:first-child{display:inline-block}}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#1a1a1a}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:3rem 1rem 1rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brandSection{max-width:350px}.Footer-module__S6Hkya__logo{margin-bottom:1.5rem}.Footer-module__S6Hkya__brandDescription{color:#ccc;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socialLinks{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#ccc;background:rgba(255,255,255,.1);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:#1a1a1a;background:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__socialLink svg{width:20px;height:20px}.Footer-module__S6Hkya__linkSection{flex-direction:column;display:flex}.Footer-module__S6Hkya__sectionTitle{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__linkList{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__linkList li{margin-bottom:.75rem}.Footer-module__S6Hkya__footerLink{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__footerLink:hover{color:#fff}.Footer-module__S6Hkya__newsletterSection{max-width:300px}.Footer-module__S6Hkya__newsletterDescription{color:#ccc;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Footer-module__S6Hkya__newsletterForm{margin-bottom:2rem}.Footer-module__S6Hkya__inputGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__emailInput{color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.75rem 1rem;font-size:.9rem;transition:all .3s}.Footer-module__S6Hkya__emailInput::placeholder{color:#999}.Footer-module__S6Hkya__emailInput:focus{background:rgba(255,255,255,.1);border-color:#fff;outline:none}.Footer-module__S6Hkya__subscribeBtn{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.Footer-module__S6Hkya__subscribeBtn:hover{background:#f0f0f0;transform:translateY(-1px)}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__contactItem{color:#ccc;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__contactIcon{flex-shrink:0;width:18px;height:18px}.Footer-module__S6Hkya__paymentSection{border-top:1px solid rgba(255,255,255,.1);margin-bottom:2rem;padding-top:2rem}.Footer-module__S6Hkya__paymentTitle{color:#ccc;margin-bottom:1rem;font-size:.9rem;font-weight:600}.Footer-module__S6Hkya__paymentMethods{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__S6Hkya__paymentMethod{color:#ccc;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem 1rem;font-size:.8rem;font-weight:500}.Footer-module__S6Hkya__bottomBar{border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:#999;font-size:.85rem}.Footer-module__S6Hkya__legalLinks{gap:2rem;display:flex}.Footer-module__S6Hkya__legalLink{color:#ccc;font-size:.85rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__legalLink:hover{color:#fff}@media (max-width:1024px){.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__brandSection,.Footer-module__S6Hkya__newsletterSection{max-width:none}}@media (max-width:768px){.Footer-module__S6Hkya__container{padding:2rem 1rem 1rem}.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.Footer-module__S6Hkya__brandSection{text-align:center}.Footer-module__S6Hkya__socialLinks{justify-content:center}.Footer-module__S6Hkya__inputGroup{flex-direction:row}.Footer-module__S6Hkya__emailInput{flex:1}.Footer-module__S6Hkya__subscribeBtn{white-space:nowrap}.Footer-module__S6Hkya__paymentMethods{justify-content:center}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__legalLinks{gap:1.5rem}}@media (max-width:480px){.Footer-module__S6Hkya__container{padding:1.5rem .75rem 1rem}.Footer-module__S6Hkya__footerContent{gap:1.5rem}.Footer-module__S6Hkya__sectionTitle{margin-bottom:1rem;font-size:1rem}.Footer-module__S6Hkya__brandDescription,.Footer-module__S6Hkya__newsletterDescription{font-size:.85rem}.Footer-module__S6Hkya__inputGroup{flex-direction:column;gap:.5rem}.Footer-module__S6Hkya__socialLinks{gap:.75rem}.Footer-module__S6Hkya__socialLink{width:36px;height:36px}.Footer-module__S6Hkya__socialLink svg{width:18px;height:18px}.Footer-module__S6Hkya__paymentMethods{gap:.5rem}.Footer-module__S6Hkya__paymentMethod{padding:.4rem .8rem;font-size:.75rem}.Footer-module__S6Hkya__legalLinks{flex-direction:column;gap:1rem}}
.not-module__VcigvG__link{color:#fff;background-color:#cf9e16;border-radius:0;padding:.5rem 1rem;font-size:1.2rem;font-weight:500;text-decoration:none}.not-module__VcigvG__content{text-align:center;margin-top:5rem}.not-module__VcigvG__title{color:#000;font-size:2rem;font-weight:800}.not-module__VcigvG__subtitle{color:#666;font-size:1.2rem;font-weight:500}
.Auth-module__mX17bW__container{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.Auth-module__mX17bW__authWrapper{background:#fff;border:1px solid #e5e5e5;border-radius:20px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1)}.Auth-module__mX17bW__brandImage{object-fit:cover;width:100%;height:100%}.Auth-module__mX17bW__leftPanel{width:50%;display:none}.Auth-module__mX17bW__rightPanel{color:#000;padding:2rem 1.5rem}.Auth-module__mX17bW__brandSection{text-align:center;margin-bottom:2rem}.Auth-module__mX17bW__brandName{letter-spacing:.5rem;color:#000;margin:0 0 .5rem;font-size:2rem;font-weight:300}.Auth-module__mX17bW__brandTagline{opacity:.7;color:#666;margin:0;font-size:.9rem;line-height:1.4}.Auth-module__mX17bW__formContainer{width:100%}.Auth-module__mX17bW__header{text-align:center;margin-bottom:2rem}.Auth-module__mX17bW__title{color:#000;margin:0 0 .5rem;font-size:1.5rem;font-weight:500}.Auth-module__mX17bW__subtitle{opacity:.7;color:#666;margin:0;font-size:.9rem}.Auth-module__mX17bW__link{color:#000;font-weight:500;text-decoration:none}.Auth-module__mX17bW__link:hover{text-decoration:underline}.Auth-module__mX17bW__progressBar{margin-bottom:2rem}.Auth-module__mX17bW__progressSteps{justify-content:center;gap:1rem;display:flex}.Auth-module__mX17bW__progressStep{color:#666;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.Auth-module__mX17bW__progressStep.Auth-module__mX17bW__active{color:#fff;background:#000;border-color:#000}.Auth-module__mX17bW__form,.Auth-module__mX17bW__stepContent{flex-direction:column;gap:1rem;display:flex}.Auth-module__mX17bW__stepTitle{text-align:center;color:#000;margin:0 0 1rem;font-size:1.1rem;font-weight:500}.Auth-module__mX17bW__inputGroup{position:relative}.Auth-module__mX17bW__input{color:#000;box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.Auth-module__mX17bW__input::placeholder{color:#999}.Auth-module__mX17bW__input:focus{background:#fff;border-color:#000;outline:none}.Auth-module__mX17bW__phoneInputGroup{gap:.5rem;display:flex}.Auth-module__mX17bW__countryCodeSelector{flex-shrink:0;position:relative}.Auth-module__mX17bW__countryCodeButton{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:.25rem;padding:.875rem .75rem;font-size:.9rem;transition:all .3s;display:flex}.Auth-module__mX17bW__countryCodeButton:hover{background:#f5f5f5}.Auth-module__mX17bW__dropdownArrow{opacity:.7;font-size:.7rem}.Auth-module__mX17bW__countryDropdown{z-index:10;background:#fff;border:1px solid #e5e5e5;border-radius:8px;max-height:200px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Auth-module__mX17bW__countryOption{color:#000;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.75rem;font-size:.9rem;transition:background-color .2s}.Auth-module__mX17bW__countryOption:hover{background:#f5f5f5}.Auth-module__mX17bW__phoneInput{color:#000;background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex:1;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.Auth-module__mX17bW__phoneInput::placeholder{color:#999}.Auth-module__mX17bW__phoneInput:focus{background:#fff;border-color:#000;outline:none}.Auth-module__mX17bW__loginTypeToggle{background:#f5f5f5;border-radius:8px;margin-bottom:1rem;padding:.25rem;display:flex}.Auth-module__mX17bW__toggleButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.75rem;font-size:.9rem;transition:all .3s}.Auth-module__mX17bW__toggleButton.Auth-module__mX17bW__active{color:#fff;background:#000}.Auth-module__mX17bW__formOptions{justify-content:space-between;align-items:center;margin:.5rem 0;display:flex}.Auth-module__mX17bW__checkbox{cursor:pointer;color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Auth-module__mX17bW__checkbox input{display:none}.Auth-module__mX17bW__checkmark{border:1px solid #e5e5e5;border-radius:3px;width:16px;height:16px;transition:all .3s;position:relative}.Auth-module__mX17bW__checkbox input:checked+.Auth-module__mX17bW__checkmark{background:#000;border-color:#000}.Auth-module__mX17bW__checkbox input:checked+.Auth-module__mX17bW__checkmark:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:-2px;left:2px}.Auth-module__mX17bW__forgotPassword{color:#666;font-size:.9rem;text-decoration:none}.Auth-module__mX17bW__forgotPassword:hover{color:#000;text-decoration:underline}.Auth-module__mX17bW__buttonGroup{gap:1rem;margin-top:1rem;display:flex}.Auth-module__mX17bW__primaryButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.Auth-module__mX17bW__primaryButton:hover{background:#333;transform:translateY(-1px)}.Auth-module__mX17bW__secondaryButton{color:#000;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.Auth-module__mX17bW__secondaryButton:hover{background:#f5f5f5}.Auth-module__mX17bW__divider{text-align:center;color:#999;margin:1.5rem 0;font-size:.9rem;position:relative}.Auth-module__mX17bW__divider:before{content:"";z-index:1;background:#e5e5e5;height:1px;position:absolute;top:50%;left:0;right:0}.Auth-module__mX17bW__divider span{z-index:2;background:#fff;padding:0 1rem;position:relative}.Auth-module__mX17bW__googleButton{color:#000;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Auth-module__mX17bW__googleButton:hover{background:#f5f5f5;transform:translateY(-1px)}.Auth-module__mX17bW__googleIcon{color:#fff;background:linear-gradient(45deg,#4285f4,#34a853,#fbbc05,#ea4335);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.8rem;font-weight:700;display:flex}@media (min-width:768px){.Auth-module__mX17bW__authWrapper{max-width:900px;height:600px;display:flex}.Auth-module__mX17bW__leftPanel{background:#f8f9fa;border-right:1px solid #e5e5e5;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.Auth-module__mX17bW__brandSection{z-index:2;text-align:left;position:relative}.Auth-module__mX17bW__brandName{margin-bottom:1rem;font-size:3rem}.Auth-module__mX17bW__brandTagline{font-size:1.1rem;line-height:1.6}.Auth-module__mX17bW__rightPanel{flex:1;justify-content:center;align-items:center;display:flex}.Auth-module__mX17bW__formContainer{width:100%;max-width:400px}.Auth-module__mX17bW__title{font-size:1.75rem}.Auth-module__mX17bW__subtitle{font-size:1rem}}@media (min-width:1024px){.Auth-module__mX17bW__container{padding:2rem}.Auth-module__mX17bW__authWrapper{max-width:1000px;height:650px}}
.Legal-module__q0_YEq__container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.Legal-module__q0_YEq__content{background:#fff;border-radius:12px;margin:2rem 0;padding:3rem;line-height:1.7;box-shadow:0 4px 20px rgba(0,0,0,.08)}.Legal-module__q0_YEq__title{color:#000;text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Legal-module__q0_YEq__lastUpdated{text-align:center;color:#6c757d;margin-bottom:3rem;font-size:.9rem;font-style:italic}.Legal-module__q0_YEq__section{margin-bottom:2.5rem}.Legal-module__q0_YEq__sectionTitle{color:#2c3e50;border-bottom:2px solid #e9ecef;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.Legal-module__q0_YEq__subsectionTitle{color:#495057;margin:1.5rem 0 .75rem;font-size:1.2rem;font-weight:600}.Legal-module__q0_YEq__paragraph{color:#495057;text-align:justify;margin-bottom:1rem}.Legal-module__q0_YEq__list{color:#495057;margin:1rem 0;padding-left:1.5rem}.Legal-module__q0_YEq__list li{margin-bottom:.5rem;line-height:1.6}.Legal-module__q0_YEq__list li strong{color:#2c3e50}.Legal-module__q0_YEq__link{color:#002fff;font-weight:500;text-decoration:none;transition:all .3s}.Legal-module__q0_YEq__link:hover{color:#764ba2;text-decoration:underline}.Legal-module__q0_YEq__contactInfo{background:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1.5rem}.Legal-module__q0_YEq__contactInfo p{color:#495057;margin:.5rem 0}.Legal-module__q0_YEq__contactInfo strong{color:#2c3e50}.Legal-module__q0_YEq__cookieTable{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:1rem 0;overflow:hidden}.Legal-module__q0_YEq__cookieRow{border-bottom:1px solid #e9ecef;grid-template-columns:1fr 2fr 1fr;display:grid}.Legal-module__q0_YEq__cookieRow:last-child{border-bottom:none}.Legal-module__q0_YEq__cookieRow:first-child{color:#fff;background:#667eea}.Legal-module__q0_YEq__cookieRow:first-child .Legal-module__q0_YEq__cookieCell{font-weight:600}.Legal-module__q0_YEq__cookieCell{color:#495057;border-right:1px solid #e9ecef;padding:.75rem 1rem}.Legal-module__q0_YEq__cookieCell:last-child{border-right:none}.Legal-module__q0_YEq__cookieRow:nth-child(2n):not(:first-child){background:#fff}.Legal-module__q0_YEq__cookieRow:nth-child(odd):not(:first-child){background:#f8f9fa}@media (max-width:768px){.Legal-module__q0_YEq__container{padding:1rem .5rem}.Legal-module__q0_YEq__content{border-radius:8px;margin:1rem 0;padding:2rem 1.5rem}.Legal-module__q0_YEq__title{font-size:2rem}.Legal-module__q0_YEq__sectionTitle{font-size:1.3rem}.Legal-module__q0_YEq__subsectionTitle{font-size:1.1rem}.Legal-module__q0_YEq__paragraph{text-align:left}.Legal-module__q0_YEq__cookieRow{grid-template-columns:1fr;gap:0}.Legal-module__q0_YEq__cookieCell{border-bottom:1px solid #e9ecef;border-right:none}.Legal-module__q0_YEq__cookieCell:last-child{border-bottom:none}.Legal-module__q0_YEq__cookieRow:first-child .Legal-module__q0_YEq__cookieCell:first-child:before{content:"Cookie Name: ";font-weight:400}.Legal-module__q0_YEq__cookieRow:first-child .Legal-module__q0_YEq__cookieCell:nth-child(2):before{content:"Purpose: ";font-weight:400}.Legal-module__q0_YEq__cookieRow:first-child .Legal-module__q0_YEq__cookieCell:last-child:before{content:"Duration: ";font-weight:400}.Legal-module__q0_YEq__cookieRow:not(:first-child) .Legal-module__q0_YEq__cookieCell:first-child:before{content:"Cookie Name: ";color:#2c3e50;font-weight:600}.Legal-module__q0_YEq__cookieRow:not(:first-child) .Legal-module__q0_YEq__cookieCell:nth-child(2):before{content:"Purpose: ";color:#2c3e50;font-weight:600}.Legal-module__q0_YEq__cookieRow:not(:first-child) .Legal-module__q0_YEq__cookieCell:last-child:before{content:"Duration: ";color:#2c3e50;font-weight:600}}@media (max-width:480px){.Legal-module__q0_YEq__content{padding:1.5rem 1rem}.Legal-module__q0_YEq__title{font-size:1.8rem}.Legal-module__q0_YEq__sectionTitle{font-size:1.2rem}.Legal-module__q0_YEq__list{padding-left:1rem}.Legal-module__q0_YEq__contactInfo{padding:1rem}}@media print{.Legal-module__q0_YEq__main{background:#fff}.Legal-module__q0_YEq__content{box-shadow:none;border:1px solid #ddd}.Legal-module__q0_YEq__title{color:#2c3e50!important;-webkit-text-fill-color:#2c3e50!important}.Legal-module__q0_YEq__link{color:#2c3e50!important;text-decoration:underline!important}.Legal-module__q0_YEq__cookieRow:first-child{color:#2c3e50!important;background:#f0f0f0!important}}
.Product-module__yvlZSq__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Product-module__yvlZSq__breadcrumb{align-items:center;margin-bottom:2rem;font-size:.9rem;display:flex}.Product-module__yvlZSq__breadcrumbLink{color:#667eea;text-decoration:none;transition:color .3s}.Product-module__yvlZSq__breadcrumbLink:hover{color:#764ba2}.Product-module__yvlZSq__breadcrumbSeparator{color:#6c757d;margin:0 .5rem}.Product-module__yvlZSq__breadcrumbCurrent{color:#495057;font-weight:500}.Product-module__yvlZSq__productContainer{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem;display:grid;box-shadow:0 8px 32px rgba(0,0,0,.1)}.Product-module__yvlZSq__imageSection{flex-direction:column;gap:1rem;display:flex}.Product-module__yvlZSq__mainImage{aspect-ratio:3/4;background:#f8f9fa;border-radius:12px;position:relative;overflow:hidden}.Product-module__yvlZSq__productImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Product-module__yvlZSq__productImage:hover{transform:scale(1.05)}.Product-module__yvlZSq__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#28a745,#20c997);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.Product-module__yvlZSq__bestsellerBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ffc107,#ff8c00);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.Product-module__yvlZSq__discountBadge{color:#fff;background:linear-gradient(135deg,#dc3545,#c82333);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.Product-module__yvlZSq__thumbnails{gap:.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.Product-module__yvlZSq__thumbnail{object-fit:cover;cursor:pointer;border:2px solid transparent;border-radius:8px;flex-shrink:0;width:80px;height:80px;transition:all .3s}.Product-module__yvlZSq__thumbnail:hover{border-color:#667eea}.Product-module__yvlZSq__activeThumbnail{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.2)}.Product-module__yvlZSq__detailsSection{flex-direction:column;gap:1.5rem;display:flex}.Product-module__yvlZSq__productTitle{color:#2c3e50;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.Product-module__yvlZSq__rating{align-items:center;gap:.5rem;display:flex}.Product-module__yvlZSq__stars{gap:.1rem;display:flex}.Product-module__yvlZSq__star{color:#ddd;font-size:1.2rem;transition:color .3s}.Product-module__yvlZSq__star.Product-module__yvlZSq__filled{color:#ffc107}.Product-module__yvlZSq__ratingText{color:#6c757d;font-size:.9rem}.Product-module__yvlZSq__priceSection{align-items:center;gap:1rem;display:flex}.Product-module__yvlZSq__currentPrice{color:#667eea;font-size:2rem;font-weight:700}.Product-module__yvlZSq__originalPrice{color:#6c757d;font-size:1.2rem;text-decoration:line-through}.Product-module__yvlZSq__description{color:#495057;font-size:1.1rem;line-height:1.6}.Product-module__yvlZSq__productDetails{background:#f8f9fa;border-radius:12px;padding:1.5rem}.Product-module__yvlZSq__productDetails h3{color:#2c3e50;margin:0 0 1rem;font-size:1.2rem}.Product-module__yvlZSq__productDetails ul{margin:0;padding:0;list-style:none}.Product-module__yvlZSq__productDetails li{color:#495057;border-bottom:1px solid #e9ecef;padding:.5rem 0}.Product-module__yvlZSq__productDetails li:last-child{border-bottom:none}.Product-module__yvlZSq__productDetails strong{color:#2c3e50}.Product-module__yvlZSq__sizeSelection h3{color:#2c3e50;margin:0 0 1rem;font-size:1.2rem}.Product-module__yvlZSq__sizeOptions{flex-direction:column;gap:.5rem;display:flex}.Product-module__yvlZSq__sizeOption{cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.Product-module__yvlZSq__sizeOption:hover{background:#f8f9ff;border-color:#667eea}.Product-module__yvlZSq__selectedSize{background:#f8f9ff;border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.2)}.Product-module__yvlZSq__sizeLabel{color:#2c3e50;font-weight:500}.Product-module__yvlZSq__sizePrice{color:#667eea;font-weight:600}.Product-module__yvlZSq__quantitySection h3{color:#2c3e50;margin:0 0 1rem;font-size:1.2rem}.Product-module__yvlZSq__quantityControls{background:#fff;border:2px solid #e9ecef;border-radius:8px;align-items:center;gap:1rem;width:-moz-fit-content;width:fit-content;padding:.5rem;display:flex}.Product-module__yvlZSq__quantityBtn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:600;transition:all .3s;display:flex}.Product-module__yvlZSq__quantityBtn:hover:not(:disabled){background:#764ba2;transform:scale(1.05)}.Product-module__yvlZSq__quantityBtn:disabled{cursor:not-allowed;opacity:.5;background:#6c757d}.Product-module__yvlZSq__quantityValue{color:#2c3e50;text-align:center;min-width:2rem;font-size:1.2rem;font-weight:600}.Product-module__yvlZSq__addToCartBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(102,126,234,.3)}.Product-module__yvlZSq__addToCartBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.Product-module__yvlZSq__addToCartBtn:active{transform:translateY(0)}.Product-module__yvlZSq__additionalInfo{background:#f8f9fa;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.Product-module__yvlZSq__infoItem{color:#495057;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Product-module__yvlZSq__infoIcon{color:#667eea;flex-shrink:0;width:20px;height:20px}.Product-module__yvlZSq__notFound{text-align:center;background:#fff;border-radius:16px;max-width:600px;margin:2rem auto;padding:4rem 2rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}.Product-module__yvlZSq__notFound h1{color:#2c3e50;margin-bottom:1rem;font-size:2rem}.Product-module__yvlZSq__notFound p{color:#6c757d;margin-bottom:2rem}.Product-module__yvlZSq__backLink{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.Product-module__yvlZSq__backLink:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(102,126,234,.3)}@media (max-width:768px){.Product-module__yvlZSq__main{padding:1rem 0}.Product-module__yvlZSq__container{padding:0 .5rem}.Product-module__yvlZSq__productContainer{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.Product-module__yvlZSq__productTitle,.Product-module__yvlZSq__currentPrice{font-size:1.5rem}.Product-module__yvlZSq__thumbnails{justify-content:center}.Product-module__yvlZSq__sizeOptions{gap:.75rem}.Product-module__yvlZSq__additionalInfo{padding:1rem}.Product-module__yvlZSq__breadcrumb{margin-bottom:1rem;font-size:.8rem}}@media (max-width:480px){.Product-module__yvlZSq__productContainer{padding:1rem}.Product-module__yvlZSq__productTitle,.Product-module__yvlZSq__currentPrice{font-size:1.3rem}.Product-module__yvlZSq__addToCartBtn{padding:.75rem 1.5rem;font-size:1rem}.Product-module__yvlZSq__quantityControls{gap:.5rem}.Product-module__yvlZSq__quantityBtn{width:35px;height:35px;font-size:1rem}}
.Products-module__6JFh0G__container{background:var(--background);min-height:100vh;color:var(--text)}.Products-module__6JFh0G__header{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.Products-module__6JFh0G__header:before{content:"";pointer-events:none;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"white\" opacity=\"0.1\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"white\" opacity=\"0.1\"/><circle cx=\"50\" cy=\"10\" r=\"0.5\" fill=\"white\" opacity=\"0.05\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>");position:absolute;top:0;bottom:0;left:0;right:0}.Products-module__6JFh0G__headerContent{text-align:center;z-index:1;max-width:1200px;margin:0 auto;position:relative}.Products-module__6JFh0G__title{text-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:1rem;font-size:3rem;font-weight:700}.Products-module__6JFh0G__subtitle{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.Products-module__6JFh0G__mobileFilterToggle{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:none;position:absolute;top:1rem;right:2rem}.Products-module__6JFh0G__mobileFilterToggle:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.Products-module__6JFh0G__mobileFilterToggle svg{width:16px;height:16px}.Products-module__6JFh0G__filterBadge{background:var(--accent);color:#fff;text-align:center;border-radius:12px;min-width:20px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.Products-module__6JFh0G__content{grid-template-columns:280px 1fr;align-items:start;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.Products-module__6JFh0G__sidebar{background:var(--card-background);box-shadow:var(--shadow);border:1px solid var(--border);border-radius:12px;max-height:calc(100vh - 4rem);padding:1.5rem;transition:all .3s;position:-webkit-sticky;position:sticky;top:2rem;overflow-y:auto}.Products-module__6JFh0G__sidebarHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:none}.Products-module__6JFh0G__sidebarHeader h3{margin:0;font-size:1.2rem;font-weight:600}.Products-module__6JFh0G__clearFilters{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.9rem;transition:background-color .2s}.Products-module__6JFh0G__clearFilters:hover{background:var(--primary-light)}.Products-module__6JFh0G__closeSidebar{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.5rem;transition:background-color .2s}.Products-module__6JFh0G__closeSidebar:hover{background:var(--hover-background)}.Products-module__6JFh0G__main{min-width:0}.Products-module__6JFh0G__resultsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Products-module__6JFh0G__resultsInfo{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Products-module__6JFh0G__resultsCount{color:var(--text);font-weight:600}.Products-module__6JFh0G__categoryLabel{color:var(--text-secondary);font-style:italic}.Products-module__6JFh0G__activeFilters{background:var(--card-background);border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;padding:1rem}.Products-module__6JFh0G__activeFiltersLabel{color:var(--text-secondary);margin-right:.75rem;font-size:.9rem;font-weight:500}.Products-module__6JFh0G__filterTags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.Products-module__6JFh0G__filterTag{background:var(--primary-light);color:var(--primary);border:1px solid var(--primary);border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;display:inline-flex}.Products-module__6JFh0G__filterTag button{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:.25rem;padding:0;font-size:1rem;transition:background-color .2s;display:flex}.Products-module__6JFh0G__filterTag button:hover{background:var(--primary);color:#fff}.Products-module__6JFh0G__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:1rem;display:grid}.Products-module__6JFh0G__noResults{text-align:center;background:var(--card-background);border:1px solid var(--border);border-radius:12px;padding:4rem 2rem}.Products-module__6JFh0G__noResultsIcon{width:64px;height:64px;color:var(--text-secondary);opacity:.5;margin:0 auto 1.5rem}.Products-module__6JFh0G__noResultsIcon svg{width:100%;height:100%}.Products-module__6JFh0G__noResults h3{color:var(--text);margin-bottom:.5rem;font-size:1.5rem}.Products-module__6JFh0G__noResults p{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.Products-module__6JFh0G__clearFiltersBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.Products-module__6JFh0G__clearFiltersBtn:hover{background:var(--primary-dark);transform:translateY(-1px)}.Products-module__6JFh0G__mobileOverlay{display:none}@media (max-width:1024px){.Products-module__6JFh0G__content{grid-template-columns:250px 1fr;gap:1.5rem;padding:1.5rem}.Products-module__6JFh0G__title{font-size:2.5rem}.Products-module__6JFh0G__productsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width:768px){.Products-module__6JFh0G__mobileFilterToggle{display:flex}.Products-module__6JFh0G__header{padding:3rem 1rem 1.5rem}.Products-module__6JFh0G__title{font-size:2rem}.Products-module__6JFh0G__subtitle{font-size:1rem}.Products-module__6JFh0G__content{grid-template-columns:1fr;gap:1rem;padding:1rem}.Products-module__6JFh0G__sidebar{z-index:1000;border-radius:0;max-height:100vh;transition:transform .3s;position:fixed;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.Products-module__6JFh0G__sidebarOpen{transform:translate(0)}.Products-module__6JFh0G__sidebarHeader{display:flex}.Products-module__6JFh0G__mobileOverlay{z-index:999;background:rgba(0,0,0,.5);display:block;position:fixed;top:0;bottom:0;left:0;right:0}.Products-module__6JFh0G__resultsHeader{flex-direction:column;align-items:stretch;gap:1rem}.Products-module__6JFh0G__resultsInfo{justify-content:center}.Products-module__6JFh0G__productsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.Products-module__6JFh0G__activeFilters{margin-bottom:1rem;padding:.75rem}.Products-module__6JFh0G__filterTags{gap:.4rem}.Products-module__6JFh0G__filterTag{padding:.3rem .6rem;font-size:.8rem}}@media (max-width:480px){.Products-module__6JFh0G__header{padding:2rem 1rem 1rem}.Products-module__6JFh0G__title{font-size:1.75rem}.Products-module__6JFh0G__mobileFilterToggle{padding:.5rem .75rem;font-size:.85rem;top:.5rem;right:1rem}.Products-module__6JFh0G__productsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.Products-module__6JFh0G__noResults{padding:2rem 1rem}.Products-module__6JFh0G__noResults h3{font-size:1.25rem}}@media (prefers-color-scheme:dark){.Products-module__6JFh0G__header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.Products-module__6JFh0G__mobileFilterToggle{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.Products-module__6JFh0G__mobileFilterToggle:hover{background:rgba(255,255,255,.2)}}@media (prefers-contrast:high){.Products-module__6JFh0G__sidebar{border:2px solid var(--border)}.Products-module__6JFh0G__filterTag,.Products-module__6JFh0G__clearFiltersBtn{border:2px solid var(--primary)}}@media (prefers-reduced-motion:reduce){.Products-module__6JFh0G__sidebar,.Products-module__6JFh0G__mobileFilterToggle,.Products-module__6JFh0G__clearFiltersBtn,.Products-module__6JFh0G__filterTag button{transition:none}}
