.ProductDetail-module__cAJPIW__wrapper{background-color:var(--background);padding-top:80px}.ProductDetail-module__cAJPIW__container{width:100%;max-width:1280px;margin:0 auto;padding:2rem 1.5rem 6rem}.ProductDetail-module__cAJPIW__breadcrumbs{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.85rem;display:flex}.ProductDetail-module__cAJPIW__breadcrumbs a{color:var(--text-secondary);font-weight:500}.ProductDetail-module__cAJPIW__breadcrumbs a:hover{color:var(--primary)}.ProductDetail-module__cAJPIW__crumbDivider{color:var(--text-tertiary)}.ProductDetail-module__cAJPIW__categoryBreadcrumb{text-transform:capitalize}.ProductDetail-module__cAJPIW__activeCrumb{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:600;overflow:hidden}.ProductDetail-module__cAJPIW__grid{grid-template-columns:1.1fr .9fr;gap:4rem;margin-bottom:5rem;display:grid}.ProductDetail-module__cAJPIW__galleryCol{flex-direction:column;gap:1.25rem;display:flex}.ProductDetail-module__cAJPIW__mainImageWrapper{aspect-ratio:1;border-radius:var(--radius-lg);background-color:var(--surface-secondary);border:1px solid var(--surface-border);width:100%;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.ProductDetail-module__cAJPIW__mainImage{object-fit:cover}.ProductDetail-module__cAJPIW__thumbnails{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProductDetail-module__cAJPIW__thumbnailBtn{border-radius:var(--radius-md);border:2px solid var(--surface-border);cursor:pointer;width:76px;height:76px;transition:var(--transition-fast);background:0 0;flex-shrink:0;position:relative;overflow:hidden}.ProductDetail-module__cAJPIW__thumbnailBtn:hover{border-color:var(--text-secondary)}.ProductDetail-module__cAJPIW__activeThumbnail{border-color:var(--primary);box-shadow:0 0 8px var(--glow)}.ProductDetail-module__cAJPIW__thumbnailImg{object-fit:cover}.ProductDetail-module__cAJPIW__detailsCol{flex-direction:column;gap:1.5rem;display:flex}.ProductDetail-module__cAJPIW__metaRow{align-items:center;gap:.75rem;display:flex}.ProductDetail-module__cAJPIW__categoryBadge{color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;background-color:#ff7a8a1a;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.ProductDetail-module__cAJPIW__ageBadge{color:var(--secondary);border-radius:var(--radius-full);background-color:#5cbae61a;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.ProductDetail-module__cAJPIW__rating{color:var(--text);align-items:center;gap:.25rem;margin-left:auto;font-size:.85rem;font-weight:700;display:flex}.ProductDetail-module__cAJPIW__star{color:var(--accent)}.ProductDetail-module__cAJPIW__title{font-size:2.2rem;font-weight:800;line-height:1.2}.ProductDetail-module__cAJPIW__price{color:var(--primary);font-size:1.8rem;font-weight:800}.ProductDetail-module__cAJPIW__summaryText{font-size:1rem;line-height:1.6}.ProductDetail-module__cAJPIW__optionSection{border-top:1px solid var(--surface-border);flex-direction:column;gap:.75rem;padding-top:1.5rem;display:flex}.ProductDetail-module__cAJPIW__optionTitle{color:var(--text-secondary);font-size:.95rem;font-weight:600}.ProductDetail-module__cAJPIW__optionTitle strong{color:var(--text)}.ProductDetail-module__cAJPIW__colorChips{gap:.75rem;display:flex}.ProductDetail-module__cAJPIW__colorChip{border:2px solid var(--surface-border);cursor:pointer;width:32px;height:32px;transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.ProductDetail-module__cAJPIW__colorChip:hover{transform:scale(1.1)}.ProductDetail-module__cAJPIW__colorChipActive{border-color:var(--primary);box-shadow:0 0 6px var(--glow);transform:scale(1.1)}.ProductDetail-module__cAJPIW__colorPreview{border-radius:50%;width:20px;height:20px;display:block}.ProductDetail-module__cAJPIW__sizePills{flex-wrap:wrap;gap:.5rem;display:flex}.ProductDetail-module__cAJPIW__sizePill{background-color:var(--surface);border:1.5px solid var(--surface-border);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.ProductDetail-module__cAJPIW__sizePill:hover{border-color:var(--text);color:var(--text)}.ProductDetail-module__cAJPIW__sizePillActive{background-color:var(--primary);border-color:var(--primary);color:#fff}.ProductDetail-module__cAJPIW__actionsSection{border-top:1px solid var(--surface-border);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.ProductDetail-module__cAJPIW__qtyContainer{border:1px solid var(--surface-border);border-radius:var(--radius-full);background-color:var(--surface-secondary);align-items:center;height:48px;padding:3px;display:flex}.ProductDetail-module__cAJPIW__qtyBtn{cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.ProductDetail-module__cAJPIW__qtyBtn:hover{background-color:var(--surface);color:var(--text)}.ProductDetail-module__cAJPIW__qtyVal{color:var(--text);text-align:center;min-width:25px;padding:0 .75rem;font-size:.95rem;font-weight:700}.ProductDetail-module__cAJPIW__addToCartBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;height:48px;box-shadow:0 4px 12px var(--glow);transition:var(--transition-fast);border:none;flex:1;font-size:.95rem;font-weight:700}.ProductDetail-module__cAJPIW__addToCartBtn:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 6px 16px var(--glow);transform:translateY(-1px)}.ProductDetail-module__cAJPIW__disabledBtn{background-color:var(--surface-border);color:var(--text-tertiary);box-shadow:none;cursor:not-allowed}.ProductDetail-module__cAJPIW__wishlistBtn{border:1px solid var(--surface-border);background-color:var(--surface);width:48px;height:48px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.ProductDetail-module__cAJPIW__wishlistBtn:hover{color:var(--primary);border-color:var(--primary);background-color:#ff7a8a0d}.ProductDetail-module__cAJPIW__wishlistActive{color:var(--primary);border-color:var(--primary);box-shadow:0 4px 12px var(--glow);background-color:#ff7a8a1a}.ProductDetail-module__cAJPIW__tabsSection{border-top:1px solid var(--surface-border);margin-top:.5rem;padding-top:1.5rem}.ProductDetail-module__cAJPIW__tabsHeader{border-bottom:1px solid var(--surface-border);gap:1.5rem;display:flex}.ProductDetail-module__cAJPIW__tabBtn{font-family:var(--font-accent);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding-bottom:.75rem;font-size:1rem;font-weight:600;position:relative}.ProductDetail-module__cAJPIW__tabBtn:hover,.ProductDetail-module__cAJPIW__tabActive{color:var(--text)}.ProductDetail-module__cAJPIW__tabActive:after{content:"";background-color:var(--primary);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.ProductDetail-module__cAJPIW__tabContent{padding:1.25rem 0}.ProductDetail-module__cAJPIW__tabText{font-size:.95rem;line-height:1.6}.ProductDetail-module__cAJPIW__specsTable{border-collapse:collapse;width:100%}.ProductDetail-module__cAJPIW__specsTable tr{border-bottom:1px solid var(--surface-border)}.ProductDetail-module__cAJPIW__specsTable tr:last-child{border-bottom:none}.ProductDetail-module__cAJPIW__specKey{color:var(--text-secondary);width:35%;padding:.6rem 0;font-size:.9rem;font-weight:600}.ProductDetail-module__cAJPIW__specVal{color:var(--text);padding:.6rem 0;font-size:.9rem}.ProductDetail-module__cAJPIW__relatedSection{border-top:1px solid var(--surface-border);padding-top:4rem}.ProductDetail-module__cAJPIW__relatedTitle{text-align:center;margin-bottom:2rem;font-size:1.6rem;font-weight:700}@media (max-width:900px){.ProductDetail-module__cAJPIW__grid{grid-template-columns:1fr;gap:3rem}.ProductDetail-module__cAJPIW__thumbnails{justify-content:center}}@media (max-width:600px){.ProductDetail-module__cAJPIW__title{font-size:1.75rem}.ProductDetail-module__cAJPIW__actionsSection{flex-wrap:wrap}.ProductDetail-module__cAJPIW__qtyContainer{justify-content:space-between;width:100%}.ProductDetail-module__cAJPIW__addToCartBtn{flex:none;order:3;width:100%}.ProductDetail-module__cAJPIW__wishlistBtn{order:2}}
.Navbar-module__cJzEcG__header{z-index:100;height:80px;transition:var(--transition-slow);background-color:#0000;border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background-color:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);height:64px;box-shadow:var(--shadow-sm)}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-accent);color:var(--text);letter-spacing:-.5px;align-items:center;gap:.4rem;font-size:1.6rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoDot{background-color:var(--primary);width:10px;height:10px;box-shadow:0 0 10px var(--primary);border-radius:50%;display:inline-block}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--text)}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--primary);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Navbar-module__cJzEcG__navLink:hover:after,.Navbar-module__cJzEcG__active:after{transform-origin:0;transform:scaleX(1)}.Navbar-module__cJzEcG__active{color:var(--primary);font-weight:600}.Navbar-module__cJzEcG__actions{align-items:center;gap:.8rem;display:flex}.Navbar-module__cJzEcG__actionBtn{cursor:pointer;border-radius:var(--radius-full);width:40px;height:40px;color:var(--text);transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__actionBtn:hover{background-color:var(--surface-secondary);transform:scale(1.05)}.Navbar-module__cJzEcG__badge{background-color:var(--secondary);color:#fff;border-radius:var(--radius-full);border:2px solid var(--surface);justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;animation:.3s ease-out Navbar-module__cJzEcG__bounceCart;display:flex;position:absolute;top:4px;right:4px}.Navbar-module__cJzEcG__cartBadge{background-color:var(--primary)}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;color:var(--text);background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--surface);border-bottom:1px solid var(--surface-border);box-shadow:var(--shadow-md);z-index:99;padding:1.5rem;transition:transform .4s cubic-bezier(.25,.8,.25,1);position:fixed;top:80px;left:0;right:0;transform:translateY(-150%)}.Navbar-module__cJzEcG__scrolled~.Navbar-module__cJzEcG__mobileMenu{top:64px}.Navbar-module__cJzEcG__mobileMenuOpen{transform:translateY(0)}.Navbar-module__cJzEcG__mobileNav{flex-direction:column;gap:1.25rem;display:flex}.Navbar-module__cJzEcG__mobileNavLink{color:var(--text-secondary);border-bottom:1px solid var(--surface-border);padding:.5rem 0;font-size:1.1rem;font-weight:500}.Navbar-module__cJzEcG__mobileNavLink:last-child{border-bottom:none}.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:var(--primary);font-weight:600}@media (max-width:768px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__mobileToggle{display:block}.Navbar-module__cJzEcG__header{background-color:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);height:64px}.Navbar-module__cJzEcG__logo{font-size:1.3rem}}
.Footer-module__S6Hkya__footer{background-color:var(--surface-secondary);border-top:1px solid var(--surface-border);transition:var(--transition-slow);z-index:10;margin-top:auto;padding:5rem 0 2rem;position:relative}.Footer-module__S6Hkya__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-accent);color:var(--text);align-items:center;gap:.4rem;font-size:1.6rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoDot{background-color:var(--secondary);border-radius:50%;width:10px;height:10px}.Footer-module__S6Hkya__brandDesc{max-width:300px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{border:1px solid var(--surface-border);width:36px;height:36px;color:var(--text-secondary);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{background-color:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px var(--glow);transform:translateY(-3px)}.Footer-module__S6Hkya__colTitle{color:var(--text);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;position:relative}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.8rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);transition:var(--transition-fast);font-size:.95rem}.Footer-module__S6Hkya__link:hover{color:var(--primary);padding-left:4px}.Footer-module__S6Hkya__newsCol{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__newsDesc{font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__form{gap:.5rem;max-width:360px;display:flex}.Footer-module__S6Hkya__input{border-radius:var(--radius-md);border:1px solid var(--surface-border);background-color:var(--surface);color:var(--text);transition:var(--transition-fast);outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.Footer-module__S6Hkya__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--glow)}.Footer-module__S6Hkya__submitBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);border:none;padding:.75rem 1.5rem;font-weight:600}.Footer-module__S6Hkya__submitBtn:hover{background-color:var(--primary-hover);box-shadow:0 4px 12px var(--glow)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid var(--surface-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copy{font-size:.85rem}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLink{color:var(--text-tertiary);font-size:.85rem}.Footer-module__S6Hkya__bottomLink:hover{color:var(--text-secondary)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__brandCol,.Footer-module__S6Hkya__newsCol,.Footer-module__S6Hkya__brandDesc{max-width:100%}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column-reverse}}
.CartDrawer-module__wN0dRW__backdrop{-webkit-backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;background-color:#0006;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__wN0dRW__active{opacity:1;pointer-events:auto}.CartDrawer-module__wN0dRW__drawer{background-color:var(--surface);width:100%;max-width:440px;box-shadow:var(--shadow-lg);z-index:1001;flex-direction:column;transition:transform .4s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__wN0dRW__open{transform:translate(0)}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__title{color:var(--text);font-size:1.3rem;font-weight:600}.CartDrawer-module__wN0dRW__closeBtn{cursor:pointer;color:var(--text-secondary);width:36px;height:36px;transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background-color:var(--surface-secondary);color:var(--text)}.CartDrawer-module__wN0dRW__content{flex:1;padding:1.5rem;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;padding:2rem;display:flex}.CartDrawer-module__wN0dRW__emptyIcon{color:var(--text-tertiary);animation:4s ease-in-out infinite CartDrawer-module__wN0dRW__float}.CartDrawer-module__wN0dRW__emptyText{color:var(--text-secondary);font-size:1rem;line-height:1.5}.CartDrawer-module__wN0dRW__shopBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);transition:var(--transition-fast);padding:.8rem 2rem;font-weight:600}.CartDrawer-module__wN0dRW__shopBtn:hover{background-color:var(--primary-hover);box-shadow:0 4px 12px var(--glow)}.CartDrawer-module__wN0dRW__itemsList{flex-direction:column;gap:1.5rem;display:flex}.CartDrawer-module__wN0dRW__item{border-bottom:1px solid var(--surface-border);gap:1rem;padding-bottom:1.5rem;display:flex;position:relative}.CartDrawer-module__wN0dRW__item:last-child{border-bottom:none;padding-bottom:0}.CartDrawer-module__wN0dRW__itemImage{border-radius:var(--radius-md);background-color:var(--surface-secondary);border:1px solid var(--surface-border);flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.CartDrawer-module__wN0dRW__img{object-fit:cover}.CartDrawer-module__wN0dRW__itemDetails{flex-direction:column;flex:1;justify-content:space-between;padding:.1rem 0;display:flex}.CartDrawer-module__wN0dRW__itemName{font-family:var(--font-primary);margin-right:1.5rem;font-size:.95rem;font-weight:600;line-height:1.3}.CartDrawer-module__wN0dRW__itemName a{color:var(--text)}.CartDrawer-module__wN0dRW__itemName a:hover{color:var(--primary)}.CartDrawer-module__wN0dRW__itemOptions{color:var(--text-secondary);margin-top:.2rem;font-size:.75rem}.CartDrawer-module__wN0dRW__itemFooter{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.CartDrawer-module__wN0dRW__quantity{border:1px solid var(--surface-border);border-radius:var(--radius-full);background-color:var(--surface-secondary);align-items:center;padding:2px;display:flex}.CartDrawer-module__wN0dRW__qtyBtn{cursor:pointer;width:24px;height:24px;color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.CartDrawer-module__wN0dRW__qtyBtn:hover{background-color:var(--surface);color:var(--text)}.CartDrawer-module__wN0dRW__qtyVal{color:var(--text);text-align:center;min-width:20px;padding:0 .5rem;font-size:.85rem;font-weight:700}.CartDrawer-module__wN0dRW__itemPrice{color:var(--text);font-size:.95rem;font-weight:700}.CartDrawer-module__wN0dRW__removeBtn{cursor:pointer;color:var(--text-tertiary);border-radius:var(--radius-sm);transition:var(--transition-fast);background:0 0;border:none;padding:.2rem;position:absolute;top:0;right:0}.CartDrawer-module__wN0dRW__removeBtn:hover{color:var(--primary);background-color:#ff7a8a0d}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--surface-border);background-color:var(--surface-secondary);flex-direction:column;gap:.8rem;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__summaryRow{color:var(--text-secondary);justify-content:space-between;font-size:.95rem;display:flex}.CartDrawer-module__wN0dRW__summaryVal{color:var(--text);font-weight:600}.CartDrawer-module__wN0dRW__freeShipping{color:var(--success);font-weight:700}.CartDrawer-module__wN0dRW__shippingNotice{color:var(--text-secondary);border-radius:var(--radius-sm);text-align:center;background-color:#ffc1071a;border:1px solid #ffc10733;padding:.5rem .75rem;font-size:.8rem;line-height:1.4}.CartDrawer-module__wN0dRW__totalRow{border-top:1px solid var(--surface-border);margin-top:.2rem;padding-top:.8rem;font-size:1.1rem}.CartDrawer-module__wN0dRW__totalVal{color:var(--primary);font-size:1.3rem;font-weight:800}.CartDrawer-module__wN0dRW__checkoutBtn{background-color:var(--primary);color:#fff;text-align:center;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);box-shadow:0 4px 12px var(--glow);margin-top:.5rem;padding:1rem;font-weight:700}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background-color:var(--primary-hover);box-shadow:0 6px 16px var(--glow);transform:translateY(-1px)}
.ProductCard-module__t53O_a__card{background-color:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-6px)}.ProductCard-module__t53O_a__imageWrapper{aspect-ratio:1;background-color:var(--surface-secondary);width:100%;position:relative;overflow:hidden}.ProductCard-module__t53O_a__imgContainer{width:100%;height:100%;transition:var(--transition-slow);position:relative}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__imgContainer{transform:scale(1.06)}.ProductCard-module__t53O_a__image{object-fit:cover}.ProductCard-module__t53O_a__outOfStockBadge{background-color:var(--text-secondary);color:#fff;border-radius:var(--radius-full);z-index:10;text-transform:uppercase;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px;box-shadow:0 2px 6px #0000001a}.ProductCard-module__t53O_a__categoryTag{background-color:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:var(--radius-md);z-index:10;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;bottom:12px;left:12px}.ProductCard-module__t53O_a__wishlistBtn{background-color:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;z-index:10;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.ProductCard-module__t53O_a__wishlistBtn:hover{background-color:var(--surface);color:var(--primary);transform:scale(1.1)}.ProductCard-module__t53O_a__wishlistActive{background-color:var(--surface);color:var(--primary);border-color:var(--primary);box-shadow:0 4px 12px var(--glow)}.ProductCard-module__t53O_a__details{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.ProductCard-module__t53O_a__rating{align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:flex}.ProductCard-module__t53O_a__star{color:var(--accent)}.ProductCard-module__t53O_a__ratingVal{color:var(--text)}.ProductCard-module__t53O_a__ageBadge{color:var(--secondary);border-radius:var(--radius-sm);background-color:#5cbae61a;margin-left:auto;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.ProductCard-module__t53O_a__title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.7rem;font-size:1.05rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__cardFooter{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.ProductCard-module__t53O_a__price{color:var(--text);font-size:1.25rem;font-weight:700;font-family:var(--font-primary)}.ProductCard-module__t53O_a__addToCartBtn{background-color:var(--primary);color:#fff;cursor:pointer;width:36px;height:36px;transition:var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ProductCard-module__t53O_a__addToCartBtn:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 4px 12px var(--glow);transform:scale(1.08)}.ProductCard-module__t53O_a__disabledBtn{background-color:var(--surface-border);color:var(--text-tertiary);cursor:not-allowed}
.Home-module__jKgjFW__main{padding-top:80px}.Home-module__jKgjFW__hero{background:linear-gradient(#fff3f466 0%,#fff0 100%);align-items:center;min-height:80vh;padding:5rem 0 6rem;display:flex;position:relative}[data-theme=dark] .Home-module__jKgjFW__hero{background:linear-gradient(#ff8c9a08 0%,#0000 100%)}.Home-module__jKgjFW__heroBg{z-index:1;position:absolute;inset:0;overflow:hidden}.Home-module__jKgjFW__blob{filter:blur(80px);opacity:.15;border-radius:50%;position:absolute}.Home-module__jKgjFW__blobPink{background-color:var(--primary);width:300px;height:300px;animation:8s ease-in-out infinite Home-module__jKgjFW__float;top:10%;left:5%}.Home-module__jKgjFW__blobBlue{background-color:var(--secondary);width:400px;height:400px;animation:10s ease-in-out 1s infinite Home-module__jKgjFW__float;bottom:15%;right:10%}.Home-module__jKgjFW__blobYellow{background-color:var(--accent);width:250px;height:250px;animation:6s ease-in-out 2s infinite Home-module__jKgjFW__float;top:40%;left:45%}.Home-module__jKgjFW__heroContainer{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.Home-module__jKgjFW__heroContent{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.Home-module__jKgjFW__tagline{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);border-radius:var(--radius-full);background-color:#ff7a8a1a;padding:.4rem 1rem;font-size:.9rem;font-weight:700}.Home-module__jKgjFW__heroTitle{color:var(--text);font-size:3.5rem;font-weight:800;line-height:1.15}.Home-module__jKgjFW__highlight{color:var(--primary);display:inline-block;position:relative}.Home-module__jKgjFW__highlight:after{content:"";z-index:-1;background-color:#ff7a8a26;border-radius:4px;width:100%;height:8px;position:absolute;bottom:4px;left:0}.Home-module__jKgjFW__heroDesc{max-width:520px;font-size:1.15rem;line-height:1.6}.Home-module__jKgjFW__heroActions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.Home-module__jKgjFW__primaryBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);box-shadow:0 4px 14px var(--glow);transition:var(--transition-fast);padding:1rem 2rem;font-weight:700}.Home-module__jKgjFW__primaryBtn:hover{background-color:var(--primary-hover);box-shadow:0 6px 20px var(--glow);transform:translateY(-2px)}.Home-module__jKgjFW__secondaryBtn{background-color:var(--surface);color:var(--text);border:2px solid var(--surface-border);border-radius:var(--radius-full);transition:var(--transition-fast);padding:.9rem 2rem;font-weight:700}.Home-module__jKgjFW__secondaryBtn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.Home-module__jKgjFW__heroImageCol{justify-content:center;display:flex}.Home-module__jKgjFW__heroImgWrapper{aspect-ratio:1.05;width:100%;box-shadow:var(--shadow-lg);border:6px solid var(--surface);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:6s ease-in-out infinite Home-module__jKgjFW__float;position:relative;overflow:hidden}.Home-module__jKgjFW__heroImage{object-fit:cover}.Home-module__jKgjFW__section{padding:6rem 0}.Home-module__jKgjFW__sectionHeader{text-align:center;margin-bottom:3.5rem;padding:0 1.5rem}.Home-module__jKgjFW__sectionTitle{color:var(--text);margin-bottom:.75rem;font-size:2.2rem;font-weight:700}.Home-module__jKgjFW__sectionDesc{font-size:1.05rem}.Home-module__jKgjFW__categoriesGrid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid}.Home-module__jKgjFW__catCard{background-color:var(--cat-bg);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);cursor:pointer;border:1px solid #0000;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;display:flex}.Home-module__jKgjFW__catCard:hover{border-color:var(--cat-color);transform:translateY(-8px);box-shadow:0 12px 30px #0000000a}.Home-module__jKgjFW__catImgContainer{border:4px solid var(--surface);width:130px;height:130px;box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:50%;margin-bottom:1.5rem;position:relative;overflow:hidden}.Home-module__jKgjFW__catCard:hover .Home-module__jKgjFW__catImgContainer{transform:rotate(5deg)scale(1.05)}.Home-module__jKgjFW__catImg{object-fit:cover}.Home-module__jKgjFW__catTitle{color:var(--text);margin-bottom:.4rem;font-size:1.3rem;font-weight:700}.Home-module__jKgjFW__catDesc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.85rem}.Home-module__jKgjFW__catLink{color:var(--cat-color);transition:var(--transition-fast);align-items:center;gap:.25rem;margin-top:auto;font-size:.9rem;font-weight:700;display:flex}.Home-module__jKgjFW__catLink svg{transition:transform .3s}.Home-module__jKgjFW__catCard:hover .Home-module__jKgjFW__catLink svg{transform:translate(4px)}.Home-module__jKgjFW__promoBanner{background-color:var(--surface-secondary);border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);padding:5rem 0}.Home-module__jKgjFW__bannerContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid}.Home-module__jKgjFW__bannerText{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.Home-module__jKgjFW__bannerTitle{font-size:2rem;line-height:1.25}.Home-module__jKgjFW__bannerDesc{font-size:1.05rem;line-height:1.6}.Home-module__jKgjFW__bannerBtn{color:var(--primary);border-bottom:2px solid var(--primary);margin-top:.5rem;padding-bottom:.2rem;font-weight:700}.Home-module__jKgjFW__bannerBtn:hover{color:var(--primary-hover);border-color:var(--primary-hover)}.Home-module__jKgjFW__bannerVisual{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Home-module__jKgjFW__visualCard{background-color:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;gap:.5rem;padding:1.5rem 1rem;display:flex}.Home-module__jKgjFW__visualIcon{font-size:1.75rem}.Home-module__jKgjFW__visualCard h4{font-size:.9rem;font-weight:600;line-height:1.3}.Home-module__jKgjFW__viewAllWrapper{justify-content:center;margin-top:3.5rem;display:flex}.Home-module__jKgjFW__viewAllBtn{background-color:var(--surface);border:1px solid var(--surface-border);color:var(--text);border-radius:var(--radius-full);transition:var(--transition-fast);box-shadow:var(--shadow-sm);align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-weight:700;display:flex}.Home-module__jKgjFW__viewAllBtn:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Home-module__jKgjFW__viewAllBtn svg{transition:transform .3s}.Home-module__jKgjFW__viewAllBtn:hover svg{transform:translate(4px)}.Home-module__jKgjFW__trustBadges{border-top:1px solid var(--surface-border);padding:4rem 0 6rem}.Home-module__jKgjFW__badgeContainer{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto;padding:0 1.5rem;display:grid}.Home-module__jKgjFW__badgeItem{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Home-module__jKgjFW__badgeIconBg{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.5rem;font-size:1.5rem;display:flex}.Home-module__jKgjFW__bgPink{background-color:#ff7a8a1a}.Home-module__jKgjFW__bgBlue{background-color:#5cbae61a}.Home-module__jKgjFW__bgYellow{background-color:#ffc1071a}.Home-module__jKgjFW__badgeItem h4{font-size:1.1rem;font-weight:600}.Home-module__jKgjFW__badgeItem p{font-size:.9rem}@media (max-width:1024px){.Home-module__jKgjFW__heroContainer{text-align:center;grid-template-columns:1fr;gap:3rem}.Home-module__jKgjFW__heroContent{align-items:center}.Home-module__jKgjFW__heroDesc{margin-left:auto;margin-right:auto}.Home-module__jKgjFW__heroImgWrapper{max-width:500px}.Home-module__jKgjFW__categoriesGrid{grid-template-columns:repeat(2,1fr)}.Home-module__jKgjFW__bannerContainer{grid-template-columns:1fr;gap:2.5rem}.Home-module__jKgjFW__bannerText{text-align:center;align-items:center}}@media (max-width:768px){.Home-module__jKgjFW__heroTitle{font-size:2.8rem}.Home-module__jKgjFW__hero{padding:3rem 0 4rem}.Home-module__jKgjFW__section{padding:4rem 0}.Home-module__jKgjFW__badgeContainer{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:480px){.Home-module__jKgjFW__heroTitle{font-size:2.2rem}.Home-module__jKgjFW__categoriesGrid{grid-template-columns:1fr;gap:1.5rem}.Home-module__jKgjFW__bannerVisual{grid-template-columns:1fr}}
.Checkout-module__L-piDa__main{background-color:var(--background);padding-top:80px}.Checkout-module__L-piDa__container{width:100%;max-width:1280px;margin:0 auto;padding:3rem 1.5rem 6rem}.Checkout-module__L-piDa__checkoutLayout{grid-template-columns:1.2fr .8fr;align-items:start;gap:3.5rem;display:grid}.Checkout-module__L-piDa__stepsHeader{background-color:var(--surface-secondary);border-radius:var(--radius-md);border:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1rem 2rem;display:flex}.Checkout-module__L-piDa__stepIndicator{color:var(--text-tertiary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Checkout-module__L-piDa__stepActive{color:var(--primary);font-weight:700}.Checkout-module__L-piDa__stepNum{border:1.5px solid var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:flex}.Checkout-module__L-piDa__stepActive .Checkout-module__L-piDa__stepNum{border-color:var(--primary);background-color:var(--primary);color:#fff;box-shadow:0 0 8px var(--glow)}.Checkout-module__L-piDa__stepConnector{background-color:var(--surface-border);flex:1;height:2px;margin:0 1rem}.Checkout-module__L-piDa__formCard{background-color:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.Checkout-module__L-piDa__formHeaderRow{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}.Checkout-module__L-piDa__formTitle{color:var(--text);font-size:1.4rem;font-weight:700}.Checkout-module__L-piDa__backBtn{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;font-size:.85rem;font-weight:600}.Checkout-module__L-piDa__backBtn:hover{color:var(--primary)}.Checkout-module__L-piDa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Checkout-module__L-piDa__label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Checkout-module__L-piDa__input{border-radius:var(--radius-md);border:1px solid var(--surface-border);background-color:var(--surface);color:var(--text);transition:var(--transition-fast);outline:none;padding:.85rem 1.25rem;font-family:inherit;font-size:.95rem}.Checkout-module__L-piDa__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--glow)}.Checkout-module__L-piDa__inputRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Checkout-module__L-piDa__submitBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:0 4px 12px var(--glow);transition:var(--transition-fast);border:none;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700}.Checkout-module__L-piDa__submitBtn:hover{background-color:var(--primary-hover);box-shadow:0 6px 16px var(--glow);transform:translateY(-1px)}.Checkout-module__L-piDa__creditCardVisual{color:#fff;border-radius:var(--radius-md);height:170px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#ff7a8a 0%,#ffb300 100%);flex-direction:column;justify-content:space-between;margin-bottom:.5rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden}.Checkout-module__L-piDa__creditCardVisual:before{content:"";pointer-events:none;background-color:#ffffff1a;border-radius:50%;width:180px;height:180px;position:absolute;top:-20%;right:-10%}.Checkout-module__L-piDa__ccLogo{font-size:1.75rem}.Checkout-module__L-piDa__ccNumber{letter-spacing:2px;word-spacing:4px;font-family:monospace;font-size:1.35rem}.Checkout-module__L-piDa__ccFooter{justify-content:space-between;align-items:flex-end;display:flex}.Checkout-module__L-piDa__ccName{letter-spacing:1.5px;white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-size:.8rem;overflow:hidden}.Checkout-module__L-piDa__ccExpiry{letter-spacing:1px;font-size:.85rem}.Checkout-module__L-piDa__summaryCard{background-color:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem;position:sticky;top:104px}.Checkout-module__L-piDa__summaryTitle{border-bottom:1px solid var(--surface-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.Checkout-module__L-piDa__summaryItems{flex-direction:column;gap:1.25rem;max-height:280px;margin-bottom:1.5rem;display:flex;overflow-y:auto}.Checkout-module__L-piDa__summaryItem{align-items:center;gap:.75rem;display:flex}.Checkout-module__L-piDa__summaryImgWrapper{border-radius:var(--radius-sm);background-color:var(--surface-secondary);border:1px solid var(--surface-border);flex-shrink:0;width:50px;height:50px;position:relative;overflow:hidden}.Checkout-module__L-piDa__summaryImg{object-fit:cover}.Checkout-module__L-piDa__summaryItemDetails{flex:1;min-width:0}.Checkout-module__L-piDa__summaryItemName{white-space:nowrap;text-overflow:ellipsis;color:var(--text);font-size:.85rem;font-weight:600;overflow:hidden}.Checkout-module__L-piDa__summaryItemMeta{color:var(--text-secondary);font-size:.75rem}.Checkout-module__L-piDa__summaryItemPrice{color:var(--text);font-size:.85rem;font-weight:700}.Checkout-module__L-piDa__summaryPrices{border-top:1px solid var(--surface-border);flex-direction:column;gap:.75rem;padding-top:1.25rem;display:flex}.Checkout-module__L-piDa__priceRow{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;display:flex}.Checkout-module__L-piDa__freeText{color:var(--success);font-weight:700}.Checkout-module__L-piDa__totalRow{border-top:1px solid var(--surface-border);color:var(--text);margin-top:.25rem;padding-top:.75rem;font-size:1.1rem;font-weight:800}.Checkout-module__L-piDa__totalRow span:last-child{color:var(--primary);font-size:1.35rem}.Checkout-module__L-piDa__summaryEmpty{text-align:center;color:var(--text-secondary);padding:2rem 0}.Checkout-module__L-piDa__summaryShopLink{color:var(--primary);border-bottom:1px dashed var(--primary);margin-top:.5rem;font-weight:700;display:inline-block}.Checkout-module__L-piDa__successWrapper{justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative}.Checkout-module__L-piDa__successCard{background-color:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:580px;box-shadow:var(--shadow-lg);flex-direction:column;align-items:center;gap:1.25rem;padding:3.5rem;animation:.5s cubic-bezier(.25,.8,.25,1) Checkout-module__L-piDa__slideUp;display:flex}.Checkout-module__L-piDa__successIcon{width:70px;height:70px;color:var(--success);background-color:#66bb6a1a;border-radius:50%;justify-content:center;align-items:center;font-size:2.2rem;font-weight:700;display:flex;box-shadow:0 0 15px #66bb6a33}.Checkout-module__L-piDa__successTitle{color:var(--text);margin-top:.5rem;font-size:2.2rem;font-weight:800}.Checkout-module__L-piDa__successSub{color:var(--text-secondary);font-size:1rem;line-height:1.5}.Checkout-module__L-piDa__orderId{color:var(--text);font-size:1.05rem}.Checkout-module__L-piDa__orderBadge{background-color:var(--surface-secondary);border:1px solid var(--surface-border);color:var(--text-secondary);border-radius:var(--radius-full);padding:.6rem 1.5rem;font-size:.95rem}.Checkout-module__L-piDa__orderBadge strong{color:var(--primary)}.Checkout-module__L-piDa__receipt{border:1px solid var(--surface-border);border-radius:var(--radius-md);text-align:left;background-color:var(--surface-secondary);width:100%;margin:1rem 0;overflow:hidden}.Checkout-module__L-piDa__receiptTitle{font-family:var(--font-primary);text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;border-bottom:1px solid var(--surface-border);background-color:var(--surface);padding:.85rem 1.25rem;font-size:.9rem;font-weight:700}.Checkout-module__L-piDa__receiptItems{border-bottom:1px solid var(--surface-border);background-color:var(--surface);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.Checkout-module__L-piDa__receiptItem{color:var(--text);justify-content:space-between;font-size:.9rem;display:flex}.Checkout-module__L-piDa__receiptMeta{color:var(--text-secondary);font-size:.8rem}.Checkout-module__L-piDa__receiptPrice{font-weight:600}.Checkout-module__L-piDa__receiptSummary{flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.Checkout-module__L-piDa__receiptRow{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;display:flex}.Checkout-module__L-piDa__receiptVal{color:var(--text);font-weight:500}.Checkout-module__L-piDa__receiptTotal{border-top:1px dashed var(--surface-border);color:var(--text);margin-top:.25rem;padding-top:.75rem;font-size:1.05rem;font-weight:800}.Checkout-module__L-piDa__receiptTotal span:last-child{color:var(--primary)}.Checkout-module__L-piDa__successActions{gap:1rem;width:100%;margin-top:.5rem;display:flex}.Checkout-module__L-piDa__successShopBtn{background-color:var(--primary);color:#fff;text-align:center;border-radius:var(--radius-md);box-shadow:0 4px 12px var(--glow);transition:var(--transition-fast);flex:1;padding:.9rem;font-weight:700}.Checkout-module__L-piDa__successShopBtn:hover{background-color:var(--primary-hover);box-shadow:0 6px 16px var(--glow);transform:translateY(-1px)}.Checkout-module__L-piDa__successHomeBtn{background-color:var(--surface);border:1px solid var(--surface-border);color:var(--text-secondary);text-align:center;border-radius:var(--radius-md);transition:var(--transition-fast);flex:1;padding:.9rem;font-weight:700}.Checkout-module__L-piDa__successHomeBtn:hover{border-color:var(--text);color:var(--text)}.Checkout-module__L-piDa__confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Checkout-module__L-piDa__confetti span{font-size:1.75rem;animation:3s ease-out infinite Checkout-module__L-piDa__fall;position:absolute}.Checkout-module__L-piDa__c1{top:-10px;left:10%;animation-delay:.2s!important}.Checkout-module__L-piDa__c2{top:-10px;left:30%;animation-duration:4s!important;animation-delay:1.5s!important}.Checkout-module__L-piDa__c3{top:-10px;left:50%;animation-delay:.8s!important}.Checkout-module__L-piDa__c4{top:-10px;left:70%;animation-duration:3.5s!important;animation-delay:0s!important}.Checkout-module__L-piDa__c5{top:-10px;left:85%;animation-delay:2.2s!important}.Checkout-module__L-piDa__c6{top:-10px;left:95%;animation-duration:4.5s!important;animation-delay:1s!important}@keyframes Checkout-module__L-piDa__fall{0%{opacity:1;transform:translateY(-20px)rotate(0)}90%{opacity:1}to{opacity:0;transform:translateY(400px)rotate(360deg)}}@media (max-width:1024px){.Checkout-module__L-piDa__checkoutLayout{grid-template-columns:1fr;gap:3rem}.Checkout-module__L-piDa__summaryCard{position:static}}@media (max-width:600px){.Checkout-module__L-piDa__stepsHeader{padding:1rem .5rem}.Checkout-module__L-piDa__stepLabel{display:none}.Checkout-module__L-piDa__formCard{padding:1.5rem}.Checkout-module__L-piDa__inputRow{grid-template-columns:1fr;gap:1.5rem}.Checkout-module__L-piDa__successCard{padding:2rem 1.25rem}.Checkout-module__L-piDa__successActions{flex-direction:column}}
.compliance-module__aqT9oq__main{background-color:var(--background);min-height:100vh;transition:var(--transition-slow);padding:8rem 1.5rem 4rem}.compliance-module__aqT9oq__container{max-width:1000px;margin:0 auto}.compliance-module__aqT9oq__header{text-align:center;margin-bottom:3.5rem;animation:.8s cubic-bezier(.25,.8,.25,1) compliance-module__aqT9oq__slideUp}.compliance-module__aqT9oq__title{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.8rem;font-weight:700;display:inline-block}.compliance-module__aqT9oq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.compliance-module__aqT9oq__searchWrapper{gap:1rem;margin-bottom:2.5rem;animation:.9s cubic-bezier(.25,.8,.25,1) compliance-module__aqT9oq__slideUp;display:flex}.compliance-module__aqT9oq__searchInput{border-radius:var(--radius-md);border:1px solid var(--surface-border);background-color:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);transition:var(--transition);outline:none;flex:1;padding:1rem 1.5rem;font-family:inherit;font-size:1rem}.compliance-module__aqT9oq__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--glow)}.compliance-module__aqT9oq__cardGrid{flex-direction:column;gap:2rem;animation:1s cubic-bezier(.25,.8,.25,1) compliance-module__aqT9oq__slideUp;display:flex}.compliance-module__aqT9oq__tableCard{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-md);transition:var(--transition);padding:2rem;overflow:hidden}.compliance-module__aqT9oq__tableCard:hover{box-shadow:var(--shadow-lg);border-color:rgba(var(--primary-rgb), .2);transform:translateY(-4px)}.compliance-module__aqT9oq__cardHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.compliance-module__aqT9oq__activityBadge{background-color:var(--glow);color:var(--primary);border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.compliance-module__aqT9oq__snoBadge{font-family:var(--font-accent);background-color:var(--surface-secondary);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.compliance-module__aqT9oq__codeSections{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.compliance-module__aqT9oq__codeBlock{background-color:var(--surface-secondary);border-radius:var(--radius-md);border:1px solid var(--surface-border);flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.compliance-module__aqT9oq__codeLabel{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;font-size:.8rem;font-weight:700}.compliance-module__aqT9oq__codeVal{font-family:var(--font-accent);color:var(--secondary);font-size:1.1rem;font-weight:600}.compliance-module__aqT9oq__codeText{color:var(--text);font-size:.95rem;line-height:1.5}.compliance-module__aqT9oq__footerNote{text-align:center;border-radius:var(--radius-md);background-color:var(--surface-secondary);border:1px solid var(--surface-border);color:var(--text-secondary);margin-top:3.5rem;padding:1.5rem;font-size:.9rem;animation:1.2s compliance-module__aqT9oq__fadeIn}.compliance-module__aqT9oq__footerNote p{line-height:1.6}@media (max-width:768px){.compliance-module__aqT9oq__codeSections{grid-template-columns:1fr;gap:1rem}.compliance-module__aqT9oq__title{font-size:2.2rem}}
.Shop-module__z430ba__shopLayout{background-color:var(--background);padding-top:80px}.Shop-module__z430ba__container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.Shop-module__z430ba__shopHeader{text-align:center;background:linear-gradient(#5cbae60d 0%,#fff0 100%);padding:4rem 0 3rem}.Shop-module__z430ba__shopTitle{color:var(--text);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.Shop-module__z430ba__shopSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem}.Shop-module__z430ba__searchContainer{width:100%;max-width:560px;box-shadow:var(--shadow-sm);border-radius:var(--radius-full);margin:0 auto;position:relative}.Shop-module__z430ba__searchIcon{color:var(--text-tertiary);pointer-events:none;font-size:1.1rem;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.Shop-module__z430ba__searchInput{border-radius:var(--radius-full);border:1px solid var(--surface-border);background-color:var(--surface);width:100%;color:var(--text);transition:var(--transition-fast);outline:none;padding:1rem 3rem 1rem 3.25rem;font-family:inherit;font-size:1rem}.Shop-module__z430ba__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--glow)}.Shop-module__z430ba__searchClear{cursor:pointer;color:var(--text-tertiary);background:0 0;border:none;font-size:.9rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.Shop-module__z430ba__searchClear:hover{color:var(--text-secondary)}.Shop-module__z430ba__catalogGrid{grid-template-columns:260px 1fr;gap:3rem;padding:2rem 0 6rem;display:grid}.Shop-module__z430ba__sidebar{flex-direction:column;gap:2.5rem;display:flex}.Shop-module__z430ba__filterSection{flex-direction:column;gap:1rem;display:flex}.Shop-module__z430ba__filterTitle{color:var(--text);border-bottom:2px solid var(--surface-border);text-transform:capitalize;padding-bottom:.5rem;font-size:1.05rem;font-weight:700}.Shop-module__z430ba__filterOptions{flex-direction:column;gap:.6rem;display:flex}.Shop-module__z430ba__filterBtn{cursor:pointer;text-align:left;border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition-fast);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;display:flex}.Shop-module__z430ba__filterBtn:hover{color:var(--text);background-color:var(--surface-secondary);padding-left:1rem}.Shop-module__z430ba__filterBtnActive{background-color:var(--surface-secondary);color:var(--primary);padding-left:1rem;font-weight:700}.Shop-module__z430ba__bullet{border-radius:50%;width:8px;height:8px;display:inline-block}.Shop-module__z430ba__resetBtn{background-color:var(--surface-secondary);border:1px solid var(--surface-border);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);text-align:center;padding:.8rem;font-weight:600}.Shop-module__z430ba__resetBtn:hover{background-color:var(--surface);border-color:var(--primary);color:var(--primary)}.Shop-module__z430ba__gridContent{flex-direction:column;gap:2rem;display:flex}.Shop-module__z430ba__controlsBar{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.Shop-module__z430ba__resultsCount{color:var(--text-secondary);font-size:.95rem}.Shop-module__z430ba__sortContainer{align-items:center;gap:.75rem;display:flex}.Shop-module__z430ba__sortLabel{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Shop-module__z430ba__sortSelect{border-radius:var(--radius-sm);border:1px solid var(--surface-border);background-color:var(--surface);color:var(--text);cursor:pointer;outline:none;padding:.5rem 1.5rem .5rem .75rem;font-family:inherit;font-size:.9rem}.Shop-module__z430ba__sortSelect:focus{border-color:var(--primary)}.Shop-module__z430ba__productsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}.Shop-module__z430ba__noResults{text-align:center;background-color:var(--surface);border-radius:var(--radius-lg);border:1px dashed var(--surface-border);flex-direction:column;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.Shop-module__z430ba__noResultsIcon{font-size:3rem;animation:4s ease-in-out infinite Shop-module__z430ba__float}.Shop-module__z430ba__noResults h3{font-size:1.4rem;font-weight:700}.Shop-module__z430ba__noResults p{max-width:380px;margin-bottom:1rem;font-size:.95rem}.Shop-module__z430ba__noResultsReset{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;box-shadow:0 4px 12px var(--glow);transition:var(--transition-fast);border:none;padding:.8rem 2rem;font-weight:700}.Shop-module__z430ba__noResultsReset:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.Shop-module__z430ba__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:50vh;display:flex}.Shop-module__z430ba__spinner{border:5px solid var(--surface-secondary);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite Shop-module__z430ba__spin}@keyframes Shop-module__z430ba__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.Shop-module__z430ba__catalogGrid{grid-template-columns:200px 1fr;gap:2rem}}@media (max-width:768px){.Shop-module__z430ba__catalogGrid{grid-template-columns:1fr;gap:2.5rem}.Shop-module__z430ba__sidebar{flex-flow:wrap;gap:1.5rem}.Shop-module__z430ba__filterSection{flex:1;min-width:200px}.Shop-module__z430ba__resetBtn{width:100%}}@media (max-width:480px){.Shop-module__z430ba__sidebar{flex-direction:column}.Shop-module__z430ba__filterSection{width:100%}}
.Wishlist-module__ZKfbgq__main{background-color:var(--background);min-height:80vh;padding-top:80px}.Wishlist-module__ZKfbgq__container{width:100%;max-width:1280px;margin:0 auto;padding:3rem 1.5rem 6rem}.Wishlist-module__ZKfbgq__header{border-bottom:1px solid var(--surface-border);margin-bottom:3rem;padding-bottom:1.5rem}.Wishlist-module__ZKfbgq__title{color:var(--text);margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.Wishlist-module__ZKfbgq__subtitle{color:var(--text-secondary);font-size:1.05rem}.Wishlist-module__ZKfbgq__emptyState{text-align:center;background-color:var(--surface);border-radius:var(--radius-lg);border:1px dashed var(--surface-border);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:6rem 2rem;display:flex}.Wishlist-module__ZKfbgq__emptyIcon{font-size:3.5rem;animation:4s ease-in-out infinite Wishlist-module__ZKfbgq__float}.Wishlist-module__ZKfbgq__emptyState h2{color:var(--text);font-size:1.5rem;font-weight:700}.Wishlist-module__ZKfbgq__emptyState p{color:var(--text-secondary);max-width:400px;font-size:1rem;line-height:1.5}.Wishlist-module__ZKfbgq__shopBtn{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);transition:var(--transition-fast);box-shadow:0 4px 12px var(--glow);margin-top:.5rem;padding:.9rem 2.2rem;font-weight:700}.Wishlist-module__ZKfbgq__shopBtn:hover{background-color:var(--primary-hover);box-shadow:0 6px 16px var(--glow);transform:translateY(-2px)}.Wishlist-module__ZKfbgq__gridContainer{animation:.5s ease-out Wishlist-module__ZKfbgq__slideUp}
