.ProductCard-module__t53O_a__productCard{background:var(--bg-card);border:1px solid var(--border);transition:var(--transition);box-shadow:var(--shadow-card);flex-direction:column;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__productCard:hover{box-shadow:var(--shadow-card-hover);border-color:var(--primary);transform:translateY(-6px)}.ProductCard-module__t53O_a__badgeRow{z-index:2;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:12px;left:12px;right:12px}.ProductCard-module__t53O_a__discountBadge{background:var(--accent-light);color:#fff;border-radius:var(--radius-full);letter-spacing:.03em;padding:3px 8px;font-size:.7rem;font-weight:700}.ProductCard-module__t53O_a__wishlistBtn{cursor:pointer;width:32px;height:32px;transition:var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--shadow-sm);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.ProductCard-module__t53O_a__wishlistBtn:hover{background:var(--accent-light);color:#fff;transform:scale(1.1)}.ProductCard-module__t53O_a__imageContainer{aspect-ratio:1;background:var(--gray-50);width:100%;display:block;position:relative;overflow:hidden}.ProductCard-module__t53O_a__productImage{object-fit:cover;transition:transform .4s}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__productImage{transform:scale(1.07)}.ProductCard-module__t53O_a__imageOverlay{opacity:0;transition:var(--transition);background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__imageOverlay{opacity:1}.ProductCard-module__t53O_a__quickView{color:var(--text-primary);border-radius:var(--radius-full);background:#fff;padding:8px 16px;font-size:.8rem;font-weight:600;transition:transform .2s;transform:translateY(8px)}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__quickView{transform:translateY(0)}.ProductCard-module__t53O_a__productInfo{flex-direction:column;flex-grow:1;gap:.4rem;padding:.875rem;display:flex}.ProductCard-module__t53O_a__categoryTag{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:var(--primary-alpha);border-radius:var(--radius-full);width:fit-content;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.ProductCard-module__t53O_a__productName{-webkit-line-clamp:2;color:var(--text-primary);-webkit-box-orient:vertical;margin:0;font-size:.825rem;font-weight:400;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__productName{color:var(--primary)}.ProductCard-module__t53O_a__ratingRow{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.ProductCard-module__t53O_a__starsWrapper{align-items:center;gap:4px;display:flex}.ProductCard-module__t53O_a__stars{color:#facc15;letter-spacing:-1px;font-size:.75rem}.ProductCard-module__t53O_a__reviewCount{color:var(--text-muted);font-size:.7rem}.ProductCard-module__t53O_a__soldCount{color:var(--text-secondary);background:var(--gray-100);border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:500}.ProductCard-module__t53O_a__priceRow{flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-top:2px;display:flex}.ProductCard-module__t53O_a__productPrice{color:var(--text-price);font-size:1rem;font-weight:700}.ProductCard-module__t53O_a__originalPrice{color:var(--text-muted);font-size:.75rem;font-weight:400;text-decoration:line-through}.ProductCard-module__t53O_a__addToCartBtn{background:var(--primary);color:#fff;text-align:center;border-radius:var(--radius-md);transition:var(--transition);margin-top:auto;padding:.55rem;font-size:.825rem;font-weight:600;display:block}.ProductCard-module__t53O_a__addToCartBtn:hover{background:var(--primary-dark);transform:translateY(-1px)}.ProductCard-module__t53O_a__skeletonCard{border-color:var(--border);box-shadow:none;pointer-events:none}.ProductCard-module__t53O_a__skeletonCard:hover{transform:none}@media (max-width:480px){.ProductCard-module__t53O_a__productInfo{padding:.625rem}.ProductCard-module__t53O_a__productName{font-size:.78rem}.ProductCard-module__t53O_a__productPrice{font-size:.875rem}}
.CategoryBanner-module__sCbUKq__section{background:var(--bg-secondary);padding:2rem 0}.CategoryBanner-module__sCbUKq__grid{grid-template-columns:repeat(8,1fr);gap:.75rem;display:grid}.CategoryBanner-module__sCbUKq__categoryCard{border-radius:var(--radius-lg);background:var(--cat-bg,var(--gray-50));transition:var(--transition);cursor:pointer;border:1.5px solid #0000;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .5rem;text-decoration:none;display:flex}.CategoryBanner-module__sCbUKq__categoryCard:hover{border-color:var(--cat-color,var(--primary));transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.CategoryBanner-module__sCbUKq__categoryIcon{border-radius:var(--radius-lg);width:56px;height:56px;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;justify-content:center;align-items:center;font-size:2rem;display:flex}.CategoryBanner-module__sCbUKq__categoryCard:hover .CategoryBanner-module__sCbUKq__categoryIcon{transform:scale(1.1)rotate(-5deg)}.CategoryBanner-module__sCbUKq__categoryName{color:var(--text-primary);text-align:center;font-size:.75rem;font-weight:600;line-height:1.3;transition:color .2s}.CategoryBanner-module__sCbUKq__categoryCard:hover .CategoryBanner-module__sCbUKq__categoryName{color:var(--cat-color,var(--primary))}@media (max-width:1024px){.CategoryBanner-module__sCbUKq__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.CategoryBanner-module__sCbUKq__grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.CategoryBanner-module__sCbUKq__categoryIcon{width:44px;height:44px;font-size:1.5rem}.CategoryBanner-module__sCbUKq__categoryCard{padding:1rem .25rem}}@media (max-width:380px){.CategoryBanner-module__sCbUKq__grid{grid-template-columns:repeat(4,1fr)}.CategoryBanner-module__sCbUKq__categoryName{font-size:.65rem}}
.FeaturedSection-module__oMSYYW__section{background:var(--bg-secondary);padding:4rem 0}.FeaturedSection-module__oMSYYW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.FeaturedSection-module__oMSYYW__brandStory{flex-direction:column;gap:1rem;display:flex}.FeaturedSection-module__oMSYYW__badge{background:var(--primary-alpha);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;width:fit-content;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.FeaturedSection-module__oMSYYW__title{letter-spacing:-.5px;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15}.FeaturedSection-module__oMSYYW__highlight{color:var(--primary)}.FeaturedSection-module__oMSYYW__desc{color:var(--text-secondary);max-width:460px;font-size:.95rem;line-height:1.7}.FeaturedSection-module__oMSYYW__highlights{flex-direction:column;gap:.5rem;display:flex}.FeaturedSection-module__oMSYYW__highlightItem{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.FeaturedSection-module__oMSYYW__cta{background:var(--primary);color:#fff;border-radius:var(--radius-full);width:fit-content;transition:var(--transition);align-items:center;gap:8px;margin-top:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex}.FeaturedSection-module__oMSYYW__cta:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #ff6b3566}.FeaturedSection-module__oMSYYW__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.FeaturedSection-module__oMSYYW__statCard{border:1.5px solid var(--border);border-radius:var(--radius-xl);text-align:center;transition:var(--transition);background:#fff;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem;display:flex}.FeaturedSection-module__oMSYYW__statCard:hover{border-color:var(--stat-color,var(--primary));transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.FeaturedSection-module__oMSYYW__statIcon{font-size:2.25rem}.FeaturedSection-module__oMSYYW__statValue{font-family:Outfit,sans-serif;font-size:1.875rem;font-weight:800;line-height:1}.FeaturedSection-module__oMSYYW__statLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}@media (max-width:1024px){.FeaturedSection-module__oMSYYW__grid{gap:2.5rem}}@media (max-width:768px){.FeaturedSection-module__oMSYYW__grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.FeaturedSection-module__oMSYYW__statsGrid{gap:.75rem}.FeaturedSection-module__oMSYYW__statCard{padding:1.25rem}.FeaturedSection-module__oMSYYW__statValue{font-size:1.5rem}}
.PromoBanner-module__z1S5EW__section{padding:2rem 0}.PromoBanner-module__z1S5EW__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.25rem;display:grid}.PromoBanner-module__z1S5EW__mainPromo{border-radius:var(--radius-xl);color:#fff;flex-direction:column;justify-content:center;gap:.5rem;min-height:260px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.PromoBanner-module__z1S5EW__promoBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;background:#fff3;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.PromoBanner-module__z1S5EW__promoTitle{letter-spacing:-1px;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.PromoBanner-module__z1S5EW__promoSubtitle{opacity:.9;font-size:1.25rem;font-weight:700}.PromoBanner-module__z1S5EW__promoDesc{opacity:.75;max-width:240px;font-size:.9rem}.PromoBanner-module__z1S5EW__promoBtn{color:var(--primary);border-radius:var(--radius-full);width:fit-content;transition:var(--transition);background:#fff;align-items:center;gap:8px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-flex}.PromoBanner-module__z1S5EW__promoBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.PromoBanner-module__z1S5EW__promoDeco{opacity:.12;font-size:8rem;line-height:1;animation:4s ease-in-out infinite PromoBanner-module__z1S5EW__float;position:absolute;bottom:-10px;right:-10px}.PromoBanner-module__z1S5EW__subPromos{flex-direction:column;gap:1.25rem;display:flex}.PromoBanner-module__z1S5EW__subPromo{border-radius:var(--radius-lg);color:#fff;transition:var(--transition);flex:1;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.PromoBanner-module__z1S5EW__subPromo:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.PromoBanner-module__z1S5EW__subTitle{flex:1;font-size:.95rem;font-weight:700}.PromoBanner-module__z1S5EW__subDesc{opacity:.75;flex:1;font-size:.8rem}.PromoBanner-module__z1S5EW__subBtn{color:#fff;border-radius:var(--radius-full);white-space:nowrap;transition:var(--transition);background:#fff3;padding:6px 14px;font-size:.8rem;font-weight:600}.PromoBanner-module__z1S5EW__subBtn:hover{background:#ffffff59}@media (max-width:768px){.PromoBanner-module__z1S5EW__grid{grid-template-columns:1fr}.PromoBanner-module__z1S5EW__mainPromo{min-height:200px;padding:2rem}.PromoBanner-module__z1S5EW__promoTitle{font-size:2rem}}
.Newsletter-module__OxvLTq__newsletter{background:var(--secondary);padding:5rem 0;position:relative;overflow:hidden}.Newsletter-module__OxvLTq__newsletter:before{content:"";background:radial-gradient(circle, var(--primary-alpha) 0%, transparent 70%);z-index:1;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.Newsletter-module__OxvLTq__content{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff14;align-items:center;gap:4rem;padding:3.5rem;display:flex;position:relative}.Newsletter-module__OxvLTq__textSide{flex:1}.Newsletter-module__OxvLTq__badge{background:var(--primary-alpha);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.Newsletter-module__OxvLTq__title{color:#fff;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.Newsletter-module__OxvLTq__highlight{color:var(--primary)}.Newsletter-module__OxvLTq__subtitle{color:var(--gray-400);max-width:480px;font-size:1.1rem}.Newsletter-module__OxvLTq__formSide{flex:1}.Newsletter-module__OxvLTq__form{width:100%}.Newsletter-module__OxvLTq__inputGroup{gap:.75rem;margin-bottom:1rem;display:flex}.Newsletter-module__OxvLTq__input{border-radius:var(--radius-md);color:#fff;transition:var(--transition);background:#ffffff0d;border:1px solid #ffffff1a;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem}.Newsletter-module__OxvLTq__input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-alpha);background:#ffffff1a}.Newsletter-module__OxvLTq__button{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;padding:0 2rem;font-size:1rem;font-weight:700}.Newsletter-module__OxvLTq__button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.Newsletter-module__OxvLTq__button:disabled{background:var(--gray-600);cursor:not-allowed;box-shadow:none;transform:none}.Newsletter-module__OxvLTq__errorMessage{color:#ff4d4d;margin-bottom:.75rem;font-size:.85rem;font-weight:500}.Newsletter-module__OxvLTq__privacy{color:var(--gray-500);font-size:.8rem}.Newsletter-module__OxvLTq__privacy a{color:var(--gray-400);text-decoration:underline}.Newsletter-module__OxvLTq__successIcon{text-align:center;width:100%;margin-bottom:1rem;font-size:4rem}@media (max-width:1024px){.Newsletter-module__OxvLTq__content{text-align:center;flex-direction:column;gap:2.5rem;padding:2.5rem}.Newsletter-module__OxvLTq__subtitle{margin:0 auto 1.25rem}.Newsletter-module__OxvLTq__inputGroup{flex-direction:column}.Newsletter-module__OxvLTq__button{padding:1rem}}@media (max-width:640px){.Newsletter-module__OxvLTq__newsletter{padding:3rem 0}.Newsletter-module__OxvLTq__title{font-size:1.75rem}.Newsletter-module__OxvLTq__content{padding:1.5rem}}
.TrustBadges-module__58cvbW__trustSection{background:var(--bg-primary);border-bottom:1px solid var(--border);padding:3rem 0}.TrustBadges-module__58cvbW__badgeGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.TrustBadges-module__58cvbW__badgeCard{background:var(--bg-secondary);border-radius:var(--radius-lg);transition:var(--transition);align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.TrustBadges-module__58cvbW__badgeCard:hover{box-shadow:var(--shadow-md);background:var(--white);transform:translateY(-5px)}.TrustBadges-module__58cvbW__icon{flex-shrink:0;font-size:2rem}.TrustBadges-module__58cvbW__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.TrustBadges-module__58cvbW__desc{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.TrustBadges-module__58cvbW__payments{text-align:center}.TrustBadges-module__58cvbW__paymentTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.TrustBadges-module__58cvbW__paymentLogos{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.TrustBadges-module__58cvbW__paymentItem{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);transition:var(--transition);cursor:default;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700}.TrustBadges-module__58cvbW__paymentItem:hover{border-color:var(--primary);color:var(--primary);background:var(--white)}@media (max-width:1024px){.TrustBadges-module__58cvbW__badgeGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.TrustBadges-module__58cvbW__badgeGrid{grid-template-columns:1fr;gap:1rem}.TrustBadges-module__58cvbW__paymentLogos{gap:.75rem}.TrustBadges-module__58cvbW__paymentItem{padding:.4rem .8rem;font-size:.75rem}}
.HeroSection-module__sBkrQG__hero{min-height:520px;padding:4rem var(--container-padding);align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__bgCircle1{border:1px solid;border-color:inherit;opacity:.1;border-radius:50%;width:400px;height:400px;animation:6s ease-in-out infinite HeroSection-module__sBkrQG__float;position:absolute;top:-100px;right:-100px}.HeroSection-module__sBkrQG__bgCircle2{border:1px solid;border-color:inherit;opacity:.06;border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite reverse HeroSection-module__sBkrQG__float;position:absolute;bottom:-200px;right:100px}.HeroSection-module__sBkrQG__bgDeco{display:none}.HeroSection-module__sBkrQG__productColLeft,.HeroSection-module__sBkrQG__productColRight{z-index:1;pointer-events:none;justify-content:center;align-items:center;width:30%;display:flex;position:absolute;top:0;bottom:0}.HeroSection-module__sBkrQG__productColLeft{left:0}.HeroSection-module__sBkrQG__productColRight{right:0}.HeroSection-module__sBkrQG__floatCard{pointer-events:auto;width:200px;transform:rotate(var(--rotate,0deg)) scale(var(--scale,1));transition:all .5s cubic-bezier(.23,1,.32,1);animation:6s ease-in-out infinite HeroSection-module__sBkrQG__floatingCard}.HeroSection-module__sBkrQG__cardLeft{margin-left:-10%}.HeroSection-module__sBkrQG__cardRight{margin-right:-10%}.HeroSection-module__sBkrQG__floatCard:hover{z-index:10;transform:scale(calc(var(--scale,1) * 1.05)) rotate(var(--rotate,0deg))!important}.HeroSection-module__sBkrQG__floatCardInner{-webkit-backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;gap:10px;padding:12px;display:flex;position:relative;box-shadow:0 20px 50px #0000004d}.HeroSection-module__sBkrQG__imgWrapper{aspect-ratio:1;background:#fff;border-radius:14px;width:100%;overflow:hidden}.HeroSection-module__sBkrQG__floatImg{object-fit:cover;width:100%;height:100%}.HeroSection-module__sBkrQG__floatInfo{flex-direction:column;gap:2px;padding:0 4px;display:flex}.HeroSection-module__sBkrQG__floatName{color:#fffffff2;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.HeroSection-module__sBkrQG__floatPrice{font-size:1rem;font-weight:800}.HeroSection-module__sBkrQG__floatDiscount{color:#fff;z-index:2;border-radius:8px;padding:4px 10px;font-size:.7rem;font-weight:800;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 12px #0000004d}@keyframes HeroSection-module__sBkrQG__floatingCard{0%,to{transform:translateY(0) rotate(var(--rotate,0deg)) scale(var(--scale,1))}50%{transform:translateY(-25px) rotate(var(--rotate,0deg)) scale(var(--scale,1))}}.HeroSection-module__sBkrQG__heroContent{max-width:var(--max-width);z-index:1;width:100%;max-width:680px;margin:0 auto;position:relative}.HeroSection-module__sBkrQG__fadeIn{animation:.5s forwards HeroSection-module__sBkrQG__fadeInUp}.HeroSection-module__sBkrQG__fadeOut{opacity:0;transform:translateY(-10px)}.HeroSection-module__sBkrQG__badge{border-radius:var(--radius-full);color:#fff;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;margin-bottom:1.25rem;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #0000004d}.HeroSection-module__sBkrQG__title{color:#fff;letter-spacing:-1px;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1}.HeroSection-module__sBkrQG__highlight{display:inline-block;position:relative}.HeroSection-module__sBkrQG__subtitle{color:#ffffffbf;max-width:520px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.HeroSection-module__sBkrQG__stats{gap:2rem;margin-bottom:2rem;display:flex}.HeroSection-module__sBkrQG__stat{flex-direction:column;display:flex}.HeroSection-module__sBkrQG__statValue{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.HeroSection-module__sBkrQG__statLabel{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.HeroSection-module__sBkrQG__ctaRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.HeroSection-module__sBkrQG__ctaPrimary{border-radius:var(--radius-full);color:#fff;transition:var(--transition);padding:.875rem 2rem;font-size:.95rem;font-weight:700;box-shadow:0 4px 20px #0000004d}.HeroSection-module__sBkrQG__ctaPrimary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 30px #0006}.HeroSection-module__sBkrQG__ctaSecondary{border-radius:var(--radius-full);color:#fff;transition:var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1.5px solid #fff6;padding:.875rem 2rem;font-size:.95rem;font-weight:600}.HeroSection-module__sBkrQG__ctaSecondary:hover{background:#ffffff1a;border-color:#ffffffb3}.HeroSection-module__sBkrQG__indicators{z-index:2;gap:8px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__dot{border-radius:var(--radius-full);cursor:pointer;width:8px;height:8px;transition:var(--transition);background:#fff6;border:none;padding:0}.HeroSection-module__sBkrQG__dotActive{opacity:1;width:28px}.HeroSection-module__sBkrQG__scrollIndicator{color:#fff6;text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;gap:6px;font-size:.7rem;display:flex;position:absolute;bottom:2rem;right:2rem}.HeroSection-module__sBkrQG__scrollArrow{background:#fff3;width:1px;height:40px;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__scrollArrow:after{content:"";background:#ffffffb3;width:100%;height:100%;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__scrollDown;position:absolute;top:-100%;left:0}@keyframes HeroSection-module__sBkrQG__scrollDown{0%{top:-100%}to{top:100%}}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{min-height:420px;padding:3rem var(--container-padding) 5rem}.HeroSection-module__sBkrQG__bgDeco{opacity:.05;font-size:8rem;right:1rem}.HeroSection-module__sBkrQG__title{font-size:2.25rem}.HeroSection-module__sBkrQG__stats{gap:1.25rem}.HeroSection-module__sBkrQG__scrollIndicator,.HeroSection-module__sBkrQG__productColLeft,.HeroSection-module__sBkrQG__productColRight{display:none}.HeroSection-module__sBkrQG__heroContent{text-align:center;max-width:100%}}@media (max-width:480px){.HeroSection-module__sBkrQG__title{font-size:1.875rem}.HeroSection-module__sBkrQG__ctaPrimary,.HeroSection-module__sBkrQG__ctaSecondary{padding:.75rem 1.5rem;font-size:.875rem}}
.category-module__n-Y1Ma__page{min-height:80vh;padding:2rem 0}.category-module__n-Y1Ma__sidebarBreadcrumb{color:var(--text-secondary);border-bottom:1px solid var(--border);flex-direction:column;gap:.4rem;margin-bottom:2rem;padding-bottom:1.5rem;font-size:.85rem;display:flex}.category-module__n-Y1Ma__sidebarBreadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s;display:inline-block}.category-module__n-Y1Ma__sidebarBreadcrumb a:hover{color:var(--primary)}.category-module__n-Y1Ma__separator{color:var(--text-muted);margin-right:8px;font-size:.75rem}.category-module__n-Y1Ma__breadcrumbActive{color:var(--text-primary);font-weight:700;display:inline-block}.category-module__n-Y1Ma__layout{grid-template-columns:260px 1fr;gap:3rem;display:grid}@media (max-width:992px){.category-module__n-Y1Ma__layout{grid-template-columns:1fr}.category-module__n-Y1Ma__sidebar{display:none}}.category-module__n-Y1Ma__sidebarTitle{color:var(--text-primary);border-bottom:2px solid var(--border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.category-module__n-Y1Ma__sidebarSection{margin-bottom:2.5rem}.category-module__n-Y1Ma__catList{padding:0;list-style:none}.category-module__n-Y1Ma__catList li{margin-bottom:.5rem}.category-module__n-Y1Ma__catList a{color:var(--text-secondary);padding:.4rem 0;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.category-module__n-Y1Ma__catList a:hover{color:var(--primary);padding-left:5px}.category-module__n-Y1Ma__filterForm{flex-direction:column;gap:1rem;display:flex}.category-module__n-Y1Ma__priceInputs{align-items:center;gap:.5rem;display:flex}.category-module__n-Y1Ma__filterInput{border:1px solid var(--border);border-radius:8px;outline:none;width:100%;padding:.6rem;font-size:.85rem}.category-module__n-Y1Ma__filterInput:focus{border-color:var(--primary)}.category-module__n-Y1Ma__filterBtn{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:.75rem;font-weight:600}.category-module__n-Y1Ma__filterBtn:hover{background:var(--primary-dark)}.category-module__n-Y1Ma__headerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.category-module__n-Y1Ma__heroTitle{letter-spacing:-.02em;margin-bottom:.4rem;font-size:2.2rem;font-weight:800}.category-module__n-Y1Ma__heroCount{color:var(--text-muted);font-size:1rem}.category-module__n-Y1Ma__sortBox{align-items:center;gap:.75rem;display:flex}.category-module__n-Y1Ma__sortBox label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.category-module__n-Y1Ma__sortSelect{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;outline:none;padding:.6rem 1rem;font-size:.85rem}.category-module__n-Y1Ma__sidebar{align-self:flex-start;height:fit-content;position:sticky;top:120px}.category-module__n-Y1Ma__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:4rem;display:flex}.category-module__n-Y1Ma__pageNumbers{gap:.5rem;display:flex}.category-module__n-Y1Ma__pageNumber{border:1px solid var(--border);width:40px;height:40px;color:var(--text-primary);border-radius:8px;justify-content:center;align-items:center;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.category-module__n-Y1Ma__pageNumber:hover{border-color:var(--primary);color:var(--primary)}.category-module__n-Y1Ma__activePage{background:var(--primary);color:#fff;border-color:var(--primary)}.category-module__n-Y1Ma__pageBtn{border:1px solid var(--border);color:var(--text-primary);border-radius:8px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:all .2s}.category-module__n-Y1Ma__pageBtn:hover{background:var(--bg-soft);border-color:var(--primary);color:var(--primary)}.category-module__n-Y1Ma__pageInfo{display:none}.category-module__n-Y1Ma__emptyState{text-align:center;background:var(--bg-secondary);border-radius:20px;padding:5rem 2rem}.category-module__n-Y1Ma__emptyIcon{margin-bottom:1.5rem;font-size:4rem}.category-module__n-Y1Ma__clearBtn{color:var(--primary);margin-top:1.5rem;font-weight:600;text-decoration:underline;display:inline-block}
.page-module__xKMj_a__page{background-color:var(--gray-50);min-height:80vh;padding:4rem 0}.page-module__xKMj_a__header{margin-bottom:2rem}.page-module__xKMj_a__title{color:var(--text);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.page-module__xKMj_a__subtitle{color:var(--gray-500);font-size:1.1rem}.page-module__xKMj_a__emptyState{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.page-module__xKMj_a__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:4rem}.page-module__xKMj_a__emptyTitle{color:var(--text);font-size:1.5rem;font-weight:700}.page-module__xKMj_a__emptyDesc{color:var(--gray-500);max-width:400px;line-height:1.6}.page-module__xKMj_a__browseBtn{background:var(--primary);color:var(--white);border-radius:.5rem;margin-top:1.5rem;padding:.75rem 2rem;font-weight:600;transition:all .2s;display:inline-flex}.page-module__xKMj_a__browseBtn:hover{background:var(--primary-dark);transform:translateY(-2px)}
.page-module__oDo_cq__page{min-height:100vh}.page-module__oDo_cq__searchHeader{margin-bottom:2rem}.page-module__oDo_cq__searchHeader h1{color:var(--text-primary);font-size:1.75rem;font-weight:700}.page-module__oDo_cq__searchQuery{color:var(--primary)}.page-module__oDo_cq__searchCount{color:var(--text-secondary);margin-top:.25rem}.page-module__oDo_cq__section{padding:3rem 0}.page-module__oDo_cq__section:nth-child(2n){background:var(--bg-secondary)}.page-module__oDo_cq__emptyState{text-align:center;color:var(--text-secondary);padding:4rem 0}.page-module__oDo_cq__emptyIcon{margin-bottom:1rem;font-size:4rem;display:block}.page-module__oDo_cq__emptyState h2{margin-bottom:.5rem;font-size:1.5rem}.page-module__oDo_cq__emptyState a{color:var(--primary);font-weight:600}.page-module__oDo_cq__whySection{background:linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);color:#fff;padding:4rem 0}.page-module__oDo_cq__whySection .page-module__oDo_cq__sectionTitle{color:#fff}.page-module__oDo_cq__featureGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module__oDo_cq__featureCard{text-align:center;border-radius:var(--radius-lg);transition:var(--transition);background:#ffffff14;border:1px solid #ffffff1a;padding:1.5rem}.page-module__oDo_cq__featureCard:hover{background:#ffffff24;transform:translateY(-4px)}.page-module__oDo_cq__featureIcon{margin-bottom:.75rem;font-size:2.5rem}.page-module__oDo_cq__featureTitle{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.page-module__oDo_cq__featureDesc{color:#ffffffb3;font-size:.85rem;line-height:1.6}@media (max-width:1024px){.page-module__oDo_cq__featureGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.page-module__oDo_cq__section{padding:2rem 0}.page-module__oDo_cq__featureGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.page-module__oDo_cq__featureCard{padding:1rem}.page-module__oDo_cq__featureIcon{font-size:1.75rem}}
.product-module__mGZiHa__page{min-height:100vh;padding-bottom:4rem}.product-module__mGZiHa__loadingPage{min-height:60vh;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.product-module__mGZiHa__spinner{border:4px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite product-module__mGZiHa__spin}@keyframes product-module__mGZiHa__spin{to{transform:rotate(360deg)}}.product-module__mGZiHa__errorPage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;padding:2rem;display:flex}.product-module__mGZiHa__errorIcon{font-size:4rem}.product-module__mGZiHa__errorPage h1{font-size:1.5rem;font-weight:700}.product-module__mGZiHa__errorPage p{color:var(--text-secondary)}.product-module__mGZiHa__backBtn{background:var(--primary);color:#fff;border-radius:var(--radius-full);transition:var(--transition);align-items:center;gap:8px;margin-top:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.product-module__mGZiHa__backBtn:hover{background:var(--primary-dark)}.product-module__mGZiHa__breadcrumbBar{background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:.875rem 0}.product-module__mGZiHa__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.product-module__mGZiHa__breadcrumb a{color:var(--text-muted);transition:color .2s}.product-module__mGZiHa__breadcrumb a:hover{color:var(--primary)}.product-module__mGZiHa__breadcrumbActive{color:var(--text-primary);font-weight:500}.product-module__mGZiHa__productLayout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:3rem;padding:2rem 0;display:grid}.product-module__mGZiHa__gallery{flex-direction:column;align-self:start;gap:1rem;display:flex}.product-module__mGZiHa__thumbnails{flex-direction:row;gap:.75rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-module__mGZiHa__thumbnail{border-radius:var(--radius-sm);border:1.5px solid var(--border);cursor:pointer;width:70px;height:70px;transition:var(--transition);background:#fff;flex-shrink:0;padding:0;position:relative;overflow:hidden}.product-module__mGZiHa__thumbnail:hover,.product-module__mGZiHa__thumbnailActive{border-color:var(--primary)}.product-module__mGZiHa__mainImageWrapper{width:100%;min-width:0}.product-module__mGZiHa__mainImage{background:var(--gray-50);background-image:linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);border-radius:0;width:100%;max-height:600px;padding-top:100%;position:relative;overflow:hidden}.product-module__mGZiHa__mainImage>:not(.product-module__mGZiHa__badgeWrapper){inset:0;position:absolute!important}.product-module__mGZiHa__badgeWrapper{z-index:2;pointer-events:none;position:absolute;top:10px;left:10px}.product-module__mGZiHa__image{object-fit:contain;transition:opacity .2s}.product-module__mGZiHa__discountTag{color:#fff;z-index:1;letter-spacing:.01em;background:#e94560;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:700;line-height:1.2;position:absolute;top:10px;left:10px;box-shadow:0 1px 4px #0000002e}.product-module__mGZiHa__details{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex-direction:column;align-self:start;gap:1rem;max-height:calc(100vh - 100px);display:flex;position:sticky;top:80px;overflow-y:auto}.product-module__mGZiHa__categoryTag{background:var(--primary-alpha);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.product-module__mGZiHa__title{color:var(--text-primary);font-size:1.4rem;font-weight:700;line-height:1.3}.product-module__mGZiHa__ratingRow{align-items:center;gap:.5rem;font-size:.85rem;display:flex}.product-module__mGZiHa__stars{color:var(--warning);letter-spacing:-1px}.product-module__mGZiHa__ratingCount{color:var(--text-primary);font-weight:600}.product-module__mGZiHa__sold{color:var(--text-muted)}.product-module__mGZiHa__priceSection{background:var(--gray-50);border-radius:var(--radius-lg);flex-direction:column;gap:.4rem;padding:1.25rem;display:flex}.product-module__mGZiHa__price{color:var(--text-price);font-size:1.75rem;font-weight:800;line-height:1}.product-module__mGZiHa__priceRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.product-module__mGZiHa__originalPrice{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.product-module__mGZiHa__discountBadge{color:var(--accent-light);border-radius:var(--radius-full);background:#e945601a;padding:2px 10px;font-size:.75rem;font-weight:700}.product-module__mGZiHa__usdPrice{color:var(--text-muted);font-size:.75rem}.product-module__mGZiHa__variantSection{border-top:1px solid var(--border);padding-top:1rem}.product-module__mGZiHa__variantLabel{color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.product-module__mGZiHa__selectedVariantLabel{color:var(--text-muted);font-size:.82rem;font-weight:400}.product-module__mGZiHa__variantList{flex-wrap:wrap;gap:.5rem;display:flex}.product-module__mGZiHa__variantItem{border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);background:#fff;padding:6px 14px;font-family:inherit;font-size:.8rem}.product-module__mGZiHa__variantItem:hover{border-color:var(--primary);color:var(--primary)}.product-module__mGZiHa__variantItemActive{border-color:var(--primary);background:var(--primary-alpha);color:var(--primary);font-weight:600}.product-module__mGZiHa__shippingInfo{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.product-module__mGZiHa__shippingHeader{align-items:center;gap:.75rem;display:flex}.product-module__mGZiHa__shippingIcon{background:var(--bg-secondary);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.product-module__mGZiHa__shippingHeader strong{font-size:.9rem;display:block}.product-module__mGZiHa__loadingText,.product-module__mGZiHa__shippingSummary,.product-module__mGZiHa__errorText{color:var(--text-secondary);margin:0;font-size:.8rem}.product-module__mGZiHa__shippingSummary strong{color:var(--success);display:inline}.product-module__mGZiHa__shippingMethodsList{background:var(--bg-secondary);border-radius:8px;flex-direction:column;gap:.4rem;padding:.5rem;display:flex}.product-module__mGZiHa__shippingMethodItem{border-bottom:1px solid var(--border);justify-content:space-between;padding:4px 8px;font-size:.75rem;display:flex}.product-module__mGZiHa__shippingMethodItem:last-child{border-bottom:none}.product-module__mGZiHa__shippingItem{color:var(--text-secondary);border-top:1px dashed var(--border);align-items:center;gap:.625rem;margin-top:.5rem;padding-top:.5rem;font-size:.85rem;display:flex}.product-module__mGZiHa__actions{gap:.75rem;padding-top:.25rem;display:flex}.product-module__mGZiHa__cartButton{border:2px solid var(--primary);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);color:var(--primary);background:#fff;flex:1;padding:1rem;font-family:inherit;font-size:.9rem;font-weight:700}.product-module__mGZiHa__cartButton:hover{background:var(--primary-alpha)}.product-module__mGZiHa__cartButtonAdded{background:var(--success);border-color:var(--success);color:#fff}.product-module__mGZiHa__buyButton{background:var(--primary);color:#fff;border-radius:var(--radius-lg);text-align:center;transition:var(--transition);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;font-weight:700;display:flex}.product-module__mGZiHa__buyButton:hover{background:var(--primary-dark);transform:translateY(-1px)}.product-module__mGZiHa__trustBadges{flex-wrap:wrap;gap:.5rem;display:flex}.product-module__mGZiHa__trustBadge{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);padding:4px 10px;font-size:.75rem}.product-module__mGZiHa__description{border-top:1px solid var(--border);clear:both;margin-top:0;padding:2rem 0}.product-module__mGZiHa__descTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-module__mGZiHa__descContent{color:var(--text-secondary);max-width:900px;font-size:.9rem;line-height:1.7}.product-module__mGZiHa__descContent img{border-radius:var(--radius-md);max-width:100%;height:auto;margin:.5rem 0;display:block}.product-module__mGZiHa__related{border-top:1px solid var(--border);padding:2rem 0}@media (max-width:1024px){.product-module__mGZiHa__productLayout{gap:2rem}}@media (max-width:768px){.product-module__mGZiHa__productLayout{grid-template-columns:1fr}.product-module__mGZiHa__gallery{flex-direction:column-reverse}.product-module__mGZiHa__thumbnails{flex-direction:row;width:100%;max-height:none;overflow-x:auto}.product-module__mGZiHa__thumbnail{flex-shrink:0}.product-module__mGZiHa__details{max-height:none;position:static;overflow-y:visible}.product-module__mGZiHa__title{font-size:1.2rem}.product-module__mGZiHa__price{font-size:1.5rem}.product-module__mGZiHa__actions{flex-direction:column}}
