.Breadcrumb-module__3fXI6q__nav{display:block}.Breadcrumb-module__3fXI6q__breadcrumb{align-items:center;gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.Breadcrumb-module__3fXI6q__breadcrumbItem{align-items:center;gap:var(--space-2);opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards Breadcrumb-module__3fXI6q__slideInRight;display:flex}.Breadcrumb-module__3fXI6q__breadcrumbItem:first-child{animation-delay:.1s}.Breadcrumb-module__3fXI6q__breadcrumbItem:nth-child(2){animation-delay:.18s}.Breadcrumb-module__3fXI6q__breadcrumbItem:nth-child(3){animation-delay:.26s}.Breadcrumb-module__3fXI6q__breadcrumbItem:nth-child(4){animation-delay:.34s}.Breadcrumb-module__3fXI6q__breadcrumbItem:nth-child(5){animation-delay:.42s}.Breadcrumb-module__3fXI6q__breadcrumbItem a{color:#ffffffbf;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.Breadcrumb-module__3fXI6q__breadcrumbItem a:hover{color:#fff;transform:translateY(-1px)}.Breadcrumb-module__3fXI6q__breadcrumbItem span[aria-current=page]{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;padding:4px 10px;font-weight:600}.Breadcrumb-module__3fXI6q__separator{color:#fff6;-webkit-user-select:none;user-select:none;font-size:.8rem}@keyframes Breadcrumb-module__3fXI6q__slideInRight{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}
.ProductGallery-module__aG5G5a__gallery{gap:var(--space-4);flex-direction:column;display:flex}@media (min-width:1024px){.ProductGallery-module__aG5G5a__gallery{flex-direction:row-reverse;align-items:flex-start}}.ProductGallery-module__aG5G5a__mainWrapper{aspect-ratio:1;border-radius:var(--radius-xl);background:linear-gradient(145deg,#0d0c20 0%,#161430 50%,#0f0e24 100%);border:1px solid #ffb80024;flex:1;max-height:480px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,0 16px 48px #0000008c}.ProductGallery-module__aG5G5a__mainWrapper:after{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#ffb8001a 0%,#0000 65%);width:120px;height:120px;position:absolute;top:0;right:0}.ProductGallery-module__aG5G5a__scrollContainer{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;height:100%;display:flex;overflow-x:auto}.ProductGallery-module__aG5G5a__scrollContainer::-webkit-scrollbar{display:none}.ProductGallery-module__aG5G5a__slide{scroll-snap-align:center;flex:0 0 100%;width:100%;height:100%}.ProductGallery-module__aG5G5a__mainImage{object-fit:contain;background:0 0;width:100%;height:100%;padding:16px;transition:transform .4s;display:block}.ProductGallery-module__aG5G5a__mainWrapper:hover .ProductGallery-module__aG5G5a__mainImage{transform:scale(1.03)}.ProductGallery-module__aG5G5a__dots{bottom:var(--space-4);justify-content:center;gap:var(--space-2);pointer-events:none;display:flex;position:absolute;left:0;right:0}@media (min-width:1024px){.ProductGallery-module__aG5G5a__dots{display:none}}.ProductGallery-module__aG5G5a__dot{border-radius:var(--radius-full);background:#fff3;width:6px;height:6px;transition:all .2s}.ProductGallery-module__aG5G5a__dotActive{background:var(--dk-gold,#ffb800);width:14px;box-shadow:0 0 8px #ffb80099}.ProductGallery-module__aG5G5a__thumbnails{gap:var(--space-2);padding:var(--space-1);display:flex;overflow-x:auto}@media (min-width:1024px){.ProductGallery-module__aG5G5a__thumbnails{flex-direction:column;width:80px;height:100%;overflow:hidden auto}}.ProductGallery-module__aG5G5a__thumbBtn{border-radius:var(--radius-sm);cursor:pointer;background:#121226cc;border:2px solid #ffffff14;flex-shrink:0;width:64px;height:64px;padding:0;transition:all .22s;overflow:hidden}.ProductGallery-module__aG5G5a__thumbBtn:hover{border-color:#ffb80066;box-shadow:0 0 12px #ffb80040}@media (min-width:1024px){.ProductGallery-module__aG5G5a__thumbBtn{width:72px;height:72px}}.ProductGallery-module__aG5G5a__thumbActive{border-color:var(--dk-gold,#ffb800);box-shadow:0 0 16px #ffb80059}.ProductGallery-module__aG5G5a__thumbBtn canvas,.ProductGallery-module__aG5G5a__thumbBtn img{object-fit:contain;background:0 0;width:100%;height:100%;padding:4px}.ProductGallery-module__aG5G5a__lightbox{z-index:var(--z-modal);cursor:zoom-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070816f2;justify-content:center;align-items:center;animation:.28s ProductGallery-module__aG5G5a__fadeIn;display:flex;position:fixed;inset:0}.ProductGallery-module__aG5G5a__lightboxContent{max-width:90vw;max-height:90vh;animation:.28s cubic-bezier(.25,.46,.45,.94) ProductGallery-module__aG5G5a__scaleUp;position:relative}.ProductGallery-module__aG5G5a__lightboxContent canvas,.ProductGallery-module__aG5G5a__lightboxContent img{object-fit:contain;border-radius:var(--radius-xl);width:100%;height:100%;box-shadow:0 32px 80px #000c}.ProductGallery-module__aG5G5a__closeLightbox{color:#ffffffb3;cursor:pointer;transition:color var(--transition-fast);font-size:32px;position:absolute;top:-44px;right:0}.ProductGallery-module__aG5G5a__closeLightbox:hover{color:var(--dk-gold,#ffb800)}@keyframes ProductGallery-module__aG5G5a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProductGallery-module__aG5G5a__scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.ProductInfo-module__ArEC7G__info{gap:var(--space-4);padding:var(--space-4);flex-direction:column;display:flex}@media (min-width:1024px){.ProductInfo-module__ArEC7G__info{padding:0}}.ProductInfo-module__ArEC7G__brandName{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.12em;transition:color var(--transition-fast);text-decoration:none;color:var(--dk-gold,#ffb800)!important}.ProductInfo-module__ArEC7G__brandName:hover{color:#ffd04d}.ProductInfo-module__ArEC7G__productTitle{font-family:Cinzel,Georgia,serif;font-size:var(--text-2xl);font-weight:700;line-height:var(--leading-tight);letter-spacing:-.01em;text-shadow:0 2px 16px #ffffff26;color:#fff!important}@media (min-width:1024px){.ProductInfo-module__ArEC7G__productTitle{font-size:var(--text-4xl)}}.ProductInfo-module__ArEC7G__ratingRow{align-items:center;gap:var(--space-2);display:flex}.ProductInfo-module__ArEC7G__stars{display:flex}.ProductInfo-module__ArEC7G__star{color:#ffffff1f}.ProductInfo-module__ArEC7G__starFilled{color:var(--dk-gold,#ffb800)}.ProductInfo-module__ArEC7G__ratingLink{font-size:var(--text-sm);color:#ffffff59;transition:color var(--transition-fast);-webkit-text-decoration:underline #fff3;text-decoration:underline #fff3}.ProductInfo-module__ArEC7G__ratingLink:hover{color:var(--dk-gold,#ffb800)}.ProductInfo-module__ArEC7G__badgeWrapper{display:flex}.ProductInfo-module__ArEC7G__promoBadge{padding:var(--space-1) var(--space-3);color:#0c0b1e;font-size:var(--text-xs);font-weight:var(--weight-bold);border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--dk-gold,#ffb800), #ff8a00);box-shadow:0 4px 14px #ffb80059}.ProductInfo-module__ArEC7G__priceBlock{padding:var(--space-5) var(--space-6);border-radius:var(--radius-xl);gap:var(--space-2);background:#ffb8000d;border:1px solid #ffb80024;flex-direction:column;display:flex;box-shadow:0 0 20px #ffb8000f}.ProductInfo-module__ArEC7G__mainPriceRow{align-items:center;gap:var(--space-4);display:flex}.ProductInfo-module__ArEC7G__price{font-family:var(--font-body);font-size:var(--text-4xl);color:var(--dk-gold,#ffb800);letter-spacing:-.02em;font-weight:900;line-height:1}.ProductInfo-module__ArEC7G__mrp{font-size:var(--text-lg);color:#ffffff40;text-decoration:line-through}.ProductInfo-module__ArEC7G__discountBadge{color:#ff8a00;font-size:var(--text-xs);font-weight:var(--weight-bold);border-radius:var(--radius-pill);text-transform:uppercase;background:#ff8a0029;border:1px solid #ff8a0047;padding:4px 10px}.ProductInfo-module__ArEC7G__savingsLine{font-size:var(--text-sm);color:#56bda3;font-weight:var(--weight-semibold)}.ProductInfo-module__ArEC7G__stockStatus{flex-direction:column;gap:4px;display:flex}.ProductInfo-module__ArEC7G__inStock{color:#56bda3;font-weight:var(--weight-semibold);font-size:var(--text-sm)}.ProductInfo-module__ArEC7G__outOfStock{color:#ff6b6b;font-weight:var(--weight-semibold);font-size:var(--text-sm)}.ProductInfo-module__ArEC7G__lowStock{color:#ff8a00;font-size:var(--text-xs);font-weight:var(--weight-bold)}.ProductInfo-module__ArEC7G__quantitySection{align-items:center;gap:var(--space-4);margin:var(--space-2) 0;display:flex}.ProductInfo-module__ArEC7G__qLabel{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#ffffff8c}.ProductInfo-module__ArEC7G__quantityStepper{border-radius:var(--radius-md);background:#ffb8000d;border:1.5px solid #ffb80040;align-items:center;height:44px;display:flex;overflow:hidden}.ProductInfo-module__ArEC7G__quantityStepper button{width:44px;height:100%;color:var(--dk-gold,#ffb800);background:#ffb80014;font-size:20px;transition:all .2s}.ProductInfo-module__ArEC7G__quantityStepper button:hover{background:#ffb8002e}.ProductInfo-module__ArEC7G__quantityStepper button:active{background:#ffb80040}.ProductInfo-module__ArEC7G__quantityStepper input{text-align:center;width:50px;height:100%;font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);background:0 0;border:none;border-left:1px solid #ffb80026;border-right:1px solid #ffb80026}.ProductInfo-module__ArEC7G__quantityStepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProductInfo-module__ArEC7G__quantityStepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ProductInfo-module__ArEC7G__addToCartBtn{width:100%;max-width:320px;padding:var(--space-4);background:linear-gradient(135deg, var(--dk-gold,#ffb800) 0%, #ff8a00 100%);color:#0c0b1e;border-radius:var(--radius-xl);font-size:var(--text-lg);letter-spacing:.02em;transition:all var(--transition-base);cursor:pointer;border:none;font-weight:800;box-shadow:0 8px 28px #ffb80066}.ProductInfo-module__ArEC7G__addToCartBtn:hover{color:#0c0b1e;background:linear-gradient(135deg,#ffd04d 0%,#ffb800 100%);transform:translateY(-2px);box-shadow:0 14px 36px #ffb8008c}.ProductInfo-module__ArEC7G__addToCartBtn:active{transform:translateY(0);box-shadow:0 6px 20px #ffb8004d}.ProductInfo-module__ArEC7G__addToCartBtn:disabled{color:#ffffff40;box-shadow:none;cursor:not-allowed;background:#ffffff14;transform:none}.ProductInfo-module__ArEC7G__trustSignals{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-xs);color:#ffffff73;background:#ffb8000d;border:1px solid #ffb8001a;justify-content:space-between;list-style:none;display:flex}
.CategoryHero-module__R2fxyq__hero{text-align:center;padding:var(--space-12) var(--space-4) var(--space-10);margin-left:calc(-1 * max(var(--space-4), env(safe-area-inset-left)));margin-right:calc(-1 * max(var(--space-4), env(safe-area-inset-right)));padding-left:max(var(--space-5), env(safe-area-inset-left));padding-right:max(var(--space-5), env(safe-area-inset-right));background:radial-gradient(80% 100% at 50% -20%,#ffb8002e 0%,#0000 55%),radial-gradient(50% 60% at 10% 100%,#3a67b12e 0%,#0000 55%),radial-gradient(40% 50% at 90% 100%,#ff8a001f 0%,#0000 55%),linear-gradient(#14102e 0%,#0c0b1e 100%);border-bottom:1px solid #ffb8001a;position:relative;overflow:hidden}.CategoryHero-module__R2fxyq__hero:before{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 30%,#ffb8000f 50%,#0000 70%);width:220%;height:100%;animation:8s ease-in-out infinite CategoryHero-module__R2fxyq__heroShimmer;position:absolute;top:0;left:-60%}@keyframes CategoryHero-module__R2fxyq__heroShimmer{0%,to{transform:translate(0)}50%{transform:translate(15%)}}.CategoryHero-module__R2fxyq__hero:after{content:"";opacity:.4;pointer-events:none;background-image:radial-gradient(circle,#ffb80040 1px,#0000 1px),radial-gradient(circle,#ffffff14 1px,#0000 1px);background-position:0 0,28px 28px;background-size:56px 56px,80px 80px;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.CategoryHero-module__R2fxyq__hero:before{animation:none}}.CategoryHero-module__R2fxyq__container{z-index:1;max-width:52rem;margin:0 auto;animation:.65s cubic-bezier(.22,1,.36,1) both CategoryHero-module__R2fxyq__heroContentIn;position:relative}@media (prefers-reduced-motion:reduce){.CategoryHero-module__R2fxyq__container{animation:none}}@keyframes CategoryHero-module__R2fxyq__heroContentIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CategoryHero-module__R2fxyq__title{font-family:Cinzel,Georgia,serif;font-size:var(--text-3xl);letter-spacing:-.02em;font-weight:900;line-height:var(--leading-tight);margin-bottom:var(--space-3);background:linear-gradient(135deg,#fff 0%,#ffd77a 50%,#ffb800 100%);color:#0000;text-shadow:none;filter:drop-shadow(0 0 32px #ffb8004d);-webkit-background-clip:text;background-clip:text}@media (min-width:1024px){.CategoryHero-module__R2fxyq__title{font-size:var(--text-4xl)}}.CategoryHero-module__R2fxyq__count{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.14em;margin-bottom:var(--space-6);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);color:#0c0b1e;background:linear-gradient(90deg,#ffb800,#ff8a00);display:inline-block;box-shadow:0 4px 20px #ffb80066}.CategoryHero-module__R2fxyq__intro{font-size:var(--text-base);color:#ffffff8c;line-height:var(--leading-relaxed)}.CategoryHero-module__R2fxyq__intro p{margin-bottom:var(--space-3)}
.ProductCard-module__E_iJZG__card{border-radius:var(--radius-xl);background:#121226;border:1px solid #ffb8001a;flex-direction:column;height:100%;transition:transform .36s cubic-bezier(.16,1,.3,1),box-shadow .36s cubic-bezier(.16,1,.3,1),border-color .36s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}@media (hover:hover){.ProductCard-module__E_iJZG__card:hover{border-color:#ffb80047;transform:translateY(-7px);box-shadow:0 16px 48px #0000008c,0 0 0 1px #ffb8004d,0 0 40px #ffb8001a}}.ProductCard-module__E_iJZG__imageWrapper{aspect-ratio:1;background:linear-gradient(145deg,#0d0c20 0%,#161430 50%,#0f0e24 100%);flex-shrink:0;position:relative;overflow:hidden}.ProductCard-module__E_iJZG__imageWrapper:after{content:"";pointer-events:none;opacity:1;background:linear-gradient(#0000 55%,#0c0b1e8c 100%);transition:opacity .36s;position:absolute;inset:0}@media (hover:hover){.ProductCard-module__E_iJZG__card:hover .ProductCard-module__E_iJZG__imageWrapper:after{opacity:.3}}.ProductCard-module__E_iJZG__cardLink{color:inherit;width:100%;height:100%;text-decoration:none;display:block}.ProductCard-module__E_iJZG__imageWrapper canvas,.ProductCard-module__E_iJZG__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .42s cubic-bezier(.16,1,.3,1);display:block}@media (hover:hover){.ProductCard-module__E_iJZG__imageWrapper:hover canvas,.ProductCard-module__E_iJZG__imageWrapper:hover img{transform:scale(1.08)}}.ProductCard-module__E_iJZG__floatingActions{top:var(--space-3);right:var(--space-3);gap:var(--space-2);opacity:0;z-index:var(--z-raised);flex-direction:column;transition:all .26s;display:flex;position:absolute;transform:translate(6px)}@media (hover:hover){.ProductCard-module__E_iJZG__card:hover .ProductCard-module__E_iJZG__floatingActions{opacity:1;transform:translate(0)}}.ProductCard-module__E_iJZG__floatingBtn{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:34px;height:34px;transition:all var(--transition-fast);background:#121226d9;border:1px solid #ffb80038;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0006}.ProductCard-module__E_iJZG__floatingBtn:hover{background:var(--dk-gold,#ffb800);border-color:var(--dk-gold,#ffb800);color:#0c0b1e}.ProductCard-module__E_iJZG__promoBadge{top:var(--space-3);left:var(--space-3);color:#0c0b1e;font-family:var(--font-body);font-size:10px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-pill);z-index:var(--z-raised);background:linear-gradient(135deg,#ff8a00,#ffb800);padding:4px 10px;position:absolute;box-shadow:0 4px 12px #ff8a0066}.ProductCard-module__E_iJZG__statusBadge{top:var(--space-3);left:var(--space-3);font-family:var(--font-body);font-size:10px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-pill);z-index:var(--z-raised);padding:4px 10px;position:absolute}.ProductCard-module__E_iJZG__statusNew{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3a67b1d9;border:1px solid #3a67b180}.ProductCard-module__E_iJZG__statusPopular{color:var(--dk-gold,#ffb800);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffb80024;border:1px solid #ffb8004d}.ProductCard-module__E_iJZG__statusBestseller{color:var(--dk-gold,#ffb800);background:#ffb80024;border:1px solid #ffb8004d}.ProductCard-module__E_iJZG__outOfStockOverlay{z-index:var(--z-raised);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#070816bf;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__E_iJZG__outOfStockOverlay span{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#ffffffb3;padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);background:#121226d9;border:1px solid #ffffff26}.ProductCard-module__E_iJZG__cardBody{padding:var(--space-3) var(--space-4) var(--space-4);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.ProductCard-module__E_iJZG__metaRow{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.ProductCard-module__E_iJZG__brand{font-family:var(--font-body);font-size:10px;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d}.ProductCard-module__E_iJZG__category{font-family:var(--font-body);font-size:10px;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:#ffb80099}.ProductCard-module__E_iJZG__productName{color:inherit;text-decoration:none;display:block}.ProductCard-module__E_iJZG__productName h3{font-family:var(--font-display);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#ffffffe0;-webkit-line-clamp:2;letter-spacing:.005em;-webkit-box-orient:vertical;margin:0;line-height:1.35;display:-webkit-box;overflow:hidden}.ProductCard-module__E_iJZG__productName:hover h3{color:var(--dk-gold,#ffb800)}.ProductCard-module__E_iJZG__rating{align-items:center;gap:var(--space-1);display:flex}.ProductCard-module__E_iJZG__star{color:#ffffff26;font-size:12px;line-height:1}.ProductCard-module__E_iJZG__starFilled{color:var(--dk-gold,#ffb800)}.ProductCard-module__E_iJZG__ratingCount{font-family:var(--font-body);color:#ffffff4d;font-size:11px}.ProductCard-module__E_iJZG__priceBlock{align-items:baseline;gap:var(--space-2);margin-top:var(--space-1);flex-wrap:wrap;display:flex}.ProductCard-module__E_iJZG__price{font-family:var(--font-body);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);font-variant-numeric:tabular-nums;line-height:1}.ProductCard-module__E_iJZG__mrpRow{align-items:center;gap:var(--space-2);display:flex}.ProductCard-module__E_iJZG__mrp{font-family:var(--font-body);font-size:var(--text-sm);color:#ffffff40;font-variant-numeric:tabular-nums;text-decoration:line-through}.ProductCard-module__E_iJZG__discount{font-family:var(--font-body);font-size:10px;font-weight:var(--weight-bold);color:#ff8a00;border-radius:var(--radius-pill);background:#ff8a001f;border:1px solid #ff8a0038;padding:2px 7px}.ProductCard-module__E_iJZG__cartActions{padding-top:var(--space-3);margin-top:auto}.ProductCard-module__E_iJZG__fullAddBtn{width:100%;padding:var(--space-3) var(--space-4);background:linear-gradient(135deg, var(--dk-gold,#ffb800) 0%, #ff8a00 100%);color:#0c0b1e;font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-bold);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-base);letter-spacing:.02em;border:none;min-height:44px;box-shadow:0 4px 20px #ffb80059}.ProductCard-module__E_iJZG__fullAddBtn:hover{background:linear-gradient(135deg,#ffd04d 0%,#ffb800 100%);transform:translateY(-1px);box-shadow:0 8px 28px #ffb8008c}.ProductCard-module__E_iJZG__fullAddBtn:active{transform:translateY(0);box-shadow:0 4px 16px #ffb8004d}.ProductCard-module__E_iJZG__fullStepper{border-radius:var(--radius-pill);background:#ffb80014;border:1.5px solid #ffb8004d;align-items:center;height:44px;display:flex;overflow:hidden}.ProductCard-module__E_iJZG__stepBtn{width:44px;height:100%;font-size:18px;font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProductCard-module__E_iJZG__stepBtn:hover{color:#ffd04d;background:#ffb8002e}.ProductCard-module__E_iJZG__stepBtn:active{transform:scale(.88)}.ProductCard-module__E_iJZG__stepCountWrapper{flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.ProductCard-module__E_iJZG__stepCount{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);font-variant-numeric:tabular-nums;text-align:center;min-width:28px;display:block}.ProductCard-module__E_iJZG__outOfStockBtn{width:100%;padding:var(--space-3) var(--space-4);color:#ffffff40;font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-medium);border-radius:var(--radius-pill);cursor:not-allowed;background:#ffffff0d;border:1px solid #ffffff14;min-height:44px}.ProductCard-module__E_iJZG__cartPop{animation:.3s cubic-bezier(.34,1.56,.64,1) ProductCard-module__E_iJZG__scalePop}.ProductCard-module__E_iJZG__countDown{animation:.18s both ProductCard-module__E_iJZG__countDown}.ProductCard-module__E_iJZG__rocketContainer{pointer-events:none;z-index:9999;will-change:transform;filter:drop-shadow(0 0 12px #ff8a00b3);width:0;height:0;animation:.8s both ProductCard-module__E_iJZG__rocketFly;position:fixed;top:0;left:0}.ProductCard-module__E_iJZG__rocketBody{filter:drop-shadow(0 0 8px #ffb800cc);font-size:36px;line-height:1;animation:.8s both ProductCard-module__E_iJZG__rocketRotate;transform:rotate(-45deg)}.ProductCard-module__E_iJZG__rocketTrail{width:0;height:0;position:absolute;top:50%;left:50%}.ProductCard-module__E_iJZG__trailSpark{width:6px;height:6px;animation:.8s ease-out both ProductCard-module__E_iJZG__sparkBurst;animation-delay:calc(var(--spark-i) * 70ms);opacity:0;background:radial-gradient(circle,#ffd77a 0%,#ff8a00 60%,#0000 100%);border-radius:50%;position:absolute;box-shadow:0 0 8px 2px #ff8a0099}.ProductCard-module__E_iJZG__trailSpark:nth-child(odd){background:radial-gradient(circle,#fff 0%,#ffb800 50%,#0000 100%);width:4px;height:4px}@keyframes ProductCard-module__E_iJZG__rocketFly{0%{transform:translate(var(--rocket-from-x), var(--rocket-from-y)) scale(1);opacity:1}20%{transform:translate(calc(var(--rocket-from-x) + (var(--rocket-to-x) - var(--rocket-from-x)) * .15), calc(var(--rocket-from-y) - 80px)) scale(1.3);opacity:1}50%{transform:translate(calc(var(--rocket-from-x) + (var(--rocket-to-x) - var(--rocket-from-x)) * .5), calc(var(--rocket-from-y) + (var(--rocket-to-y) - var(--rocket-from-y)) * .3 - 120px)) scale(1.1);opacity:1}80%{transform:translate(calc(var(--rocket-from-x) + (var(--rocket-to-x) - var(--rocket-from-x)) * .85), calc(var(--rocket-to-y) - 20px)) scale(.8);opacity:1}to{transform:translate(var(--rocket-to-x), var(--rocket-to-y)) scale(.2);opacity:0}}@keyframes ProductCard-module__E_iJZG__rocketRotate{0%{transform:rotate(-45deg)}20%{transform:rotate(-70deg)}50%{transform:rotate(-30deg)}80%{transform:rotate(-10deg)}to{transform:rotate(0)scale(.5)}}@keyframes ProductCard-module__E_iJZG__sparkBurst{0%{opacity:0;transform:translate(0)scale(0)}15%{opacity:1;transform:translate(calc((var(--spark-i) - 4) * 8px), calc(var(--spark-i) * 5px)) scale(1.5)}to{opacity:0;transform:translate(calc((var(--spark-i) - 4) * 20px), calc(var(--spark-i) * 16px + 30px)) scale(0)}}@keyframes ProductCard-module__E_iJZG__scalePop{0%{transform:scale(1)}50%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes ProductCard-module__E_iJZG__countDown{0%{transform:scale(1)}50%{transform:scale(.7)}to{transform:scale(1)}}
.ProductGrid-module__fLZmWq__gridContainer{width:100%}.ProductGrid-module__fLZmWq__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:640px){.ProductGrid-module__fLZmWq__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width:1024px){.ProductGrid-module__fLZmWq__grid{grid-template-columns:repeat(4,1fr);gap:18px}}.ProductGrid-module__fLZmWq__gridItem{animation:.55s cubic-bezier(.22,1,.36,1) both ProductGrid-module__fLZmWq__fadeInSlideUp;animation-delay:calc(var(--stagger,0) * 55ms)}@media (prefers-reduced-motion:reduce){.ProductGrid-module__fLZmWq__gridItem{animation:none}}@keyframes ProductGrid-module__fLZmWq__fadeInSlideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ProductGrid-module__fLZmWq__skeletonCard{border-radius:var(--radius-xl);background:#121226;border:1px solid #ffb80014;flex-direction:column;display:flex;overflow:hidden}.ProductGrid-module__fLZmWq__skeletonImage{aspect-ratio:1;background:#ffffff0a;position:relative;overflow:hidden}.ProductGrid-module__fLZmWq__skeletonImage:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffb80014 50%,#0000 100%);animation:1.8s infinite ProductGrid-module__fLZmWq__shimmer;position:absolute;inset:0}.ProductGrid-module__fLZmWq__skeletonBody{padding:var(--space-3);gap:var(--space-2);flex-direction:column;display:flex}.ProductGrid-module__fLZmWq__skeletonLine{border-radius:var(--radius-sm);background:#ffffff0f;width:90%;height:12px;position:relative;overflow:hidden}.ProductGrid-module__fLZmWq__skeletonLine:after{content:"";background:linear-gradient(90deg,#0000,#ffb80014,#0000);animation:1.8s .2s infinite ProductGrid-module__fLZmWq__shimmer;position:absolute;inset:0}.ProductGrid-module__fLZmWq__skeletonLineShort{border-radius:var(--radius-sm);background:#ffffff0f;width:50%;height:12px}.ProductGrid-module__fLZmWq__skeletonButton{border-radius:var(--radius-pill);height:36px;margin-top:var(--space-2);background:#ffb8000f}@keyframes ProductGrid-module__fLZmWq__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
.RelatedCategories-module__BGWzkq__section{background:0 0;border-top:1px solid #ffffff0d;padding:32px 16px;position:relative}.RelatedCategories-module__BGWzkq__container{max-width:1200px;margin:0 auto}.RelatedCategories-module__BGWzkq__header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.RelatedCategories-module__BGWzkq__sparkleIcon{color:#edbe38;font-size:20px}.RelatedCategories-module__BGWzkq__title{color:#fff;letter-spacing:.02em;margin:0;font-family:Cinzel,Georgia,serif;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700}.RelatedCategories-module__BGWzkq__grid{flex-wrap:wrap;gap:10px 12px;display:flex}.RelatedCategories-module__BGWzkq__card{background:#ffffff08;border:1px solid #ffffff14;border-radius:40px;align-items:center;gap:8px;padding:6px 16px 6px 6px;text-decoration:none;transition:all .2s;display:inline-flex}.RelatedCategories-module__BGWzkq__iconContainer{background:#d4af371a;border:1px solid #d4af3726;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.RelatedCategories-module__BGWzkq__image{object-fit:cover;width:100%;height:100%}.RelatedCategories-module__BGWzkq__emoji{font-size:14px;line-height:1}.RelatedCategories-module__BGWzkq__name{color:#ffffffd9;white-space:nowrap;font-family:Inter,sans-serif;font-size:13.5px;font-weight:500;transition:color .2s}.RelatedCategories-module__BGWzkq__card:hover{background:#edbe3814;border-color:#edbe3859;transform:translateY(-2px);box-shadow:0 4px 12px #edbe381a}.RelatedCategories-module__BGWzkq__card:hover .RelatedCategories-module__BGWzkq__iconContainer{background:#edbe3833;border-color:#edbe3866}.RelatedCategories-module__BGWzkq__card:hover .RelatedCategories-module__BGWzkq__name{color:#edbe38}
.StickyAddToCartBar-module__KJDVza__bar{-webkit-backdrop-filter:blur(20px);padding:var(--space-3) var(--space-4);z-index:var(--z-sticky);background:#0c0b1ef2;border-top:1px solid #ffb80024;transition:transform .28s cubic-bezier(.16,1,.3,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 24px #00000080,0 -1px #ffb80024}.StickyAddToCartBar-module__KJDVza__visible{transform:translateY(0)}@media (max-width:1024px){.StickyAddToCartBar-module__KJDVza__bar{bottom:calc(60px + env(safe-area-inset-bottom))}}.StickyAddToCartBar-module__KJDVza__container{justify-content:space-between;align-items:center;gap:var(--space-4);max-width:1200px;margin:0 auto;display:flex}.StickyAddToCartBar-module__KJDVza__productInfo{align-items:center;gap:var(--space-3);min-width:0;display:flex}.StickyAddToCartBar-module__KJDVza__image{border-radius:var(--radius-sm);object-fit:cover;background:#121226cc;border:1px solid #ffb80024;width:44px;height:44px}.StickyAddToCartBar-module__KJDVza__text{flex-direction:column;min-width:0;display:flex}.StickyAddToCartBar-module__KJDVza__name{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#ffffffe0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.StickyAddToCartBar-module__KJDVza__price{font-size:var(--text-xs);color:var(--dk-gold,#ffb800);font-weight:var(--weight-bold)}.StickyAddToCartBar-module__KJDVza__addBtn{padding:var(--space-3) var(--space-6);background:linear-gradient(135deg, var(--dk-gold,#ffb800) 0%, #ff8a00 100%);color:#0c0b1e;border-radius:var(--radius-pill);font-size:var(--text-sm);white-space:nowrap;cursor:pointer;transition:all var(--transition-base);border:none;font-weight:800;box-shadow:0 4px 20px #ffb80066}.StickyAddToCartBar-module__KJDVza__addBtn:hover{transform:translateY(-1px);box-shadow:0 8px 28px #ffb8008c}.StickyAddToCartBar-module__KJDVza__addBtn:active{transform:scale(.97)}.StickyAddToCartBar-module__KJDVza__addBtn:disabled{color:#ffffff40;box-shadow:none;cursor:not-allowed;background:#ffffff14;transform:none}
.CategorySortBar-module__QMsXmW__sortBar{align-items:center;gap:var(--space-3);-webkit-backdrop-filter:blur(12px);padding:0 var(--space-3);border-radius:var(--radius-lg);height:40px;transition:all var(--transition-fast);background:#121226bf;border:1px solid #ffb80024;display:flex;box-shadow:0 4px 16px #0000004d}.CategorySortBar-module__QMsXmW__sortBar:focus-within{border-color:#ffb8004d;box-shadow:0 0 0 3px #ffb8001a,0 4px 16px #0000004d}.CategorySortBar-module__QMsXmW__label{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.CategorySortBar-module__QMsXmW__select{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#ffffffd9;cursor:pointer;padding:0 var(--space-1);appearance:none;background:0 0;border:none;outline:none;height:100%}.CategorySortBar-module__QMsXmW__select option{color:#ffffffd9;background:#121226}.CategorySortBar-module__QMsXmW__select:focus{color:var(--dk-gold,#ffb800)}
.ProductAiSummary-module__5D9U4G__aiSummary{background:var(--color-primary-bg);border-left:3px solid var(--color-primary);padding:var(--space-4);border-radius:0 var(--radius-md) var(--radius-md) 0;gap:var(--space-3);margin:var(--space-6) 0;display:flex}.ProductAiSummary-module__5D9U4G__icon{color:var(--color-primary);font-size:20px;line-height:1}.ProductAiSummary-module__5D9U4G__text{font-size:var(--text-sm);color:var(--color-gray-800);line-height:var(--leading-relaxed);margin:0}
.CategoryFilters-module__SNMT4W__filters{gap:var(--space-5);padding:var(--space-5);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-2xl);background:#121226cc;border:1px solid #ffb8001f;flex-direction:column;display:flex;box-shadow:inset 0 0 0 1px #ffffff0a,0 12px 40px #00000080}.CategoryFilters-module__SNMT4W__sectionTitle{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;display:flex}.CategoryFilters-module__SNMT4W__sectionTitle:before{content:"";background:linear-gradient(180deg, var(--dk-gold,#ffb800), #ff8a00);border-radius:2px;width:3px;height:12px;display:inline-block}.CategoryFilters-module__SNMT4W__list{gap:var(--space-2);flex-direction:column;display:flex}.CategoryFilters-module__SNMT4W__checkboxLabel{align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--text-sm);color:#ffffffa6;transition:color var(--transition-fast);padding:var(--space-1) 0;display:flex}.CategoryFilters-module__SNMT4W__checkboxLabel:hover{color:var(--dk-gold,#ffb800)}.CategoryFilters-module__SNMT4W__checkboxLabel input{width:16px;height:16px;accent-color:var(--dk-gold,#ffb800);cursor:pointer;flex-shrink:0}.CategoryFilters-module__SNMT4W__labelSpan{flex:1}.CategoryFilters-module__SNMT4W__count{color:#ffffff40;font-size:var(--text-xs)}.CategoryFilters-module__SNMT4W__toggleLabel{align-items:center;gap:var(--space-3);cursor:pointer;padding:var(--space-3);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#ffb8000f;border:1px solid #ffb8001f;display:flex}.CategoryFilters-module__SNMT4W__toggleLabel:hover{background:#ffb8001a;border-color:#ffb80038}.CategoryFilters-module__SNMT4W__toggleText{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#fffc}.CategoryFilters-module__SNMT4W__toggleLabel input{width:32px;height:16px;accent-color:var(--dk-gold,#ffb800)}.CategoryFilters-module__SNMT4W__priceInputGroup{gap:var(--space-2);flex-direction:column;display:flex}.CategoryFilters-module__SNMT4W__priceInputs{align-items:center;gap:var(--space-2);display:flex}.CategoryFilters-module__SNMT4W__priceInput{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--dk-text,#ffffffeb);transition:all var(--transition-fast);background:#ffb8000d;border:1px solid #ffb80029;outline:none;flex:1}.CategoryFilters-module__SNMT4W__priceInput::placeholder{color:#ffffff40}.CategoryFilters-module__SNMT4W__priceInput:focus{background:#ffb80014;border-color:#ffb80066;box-shadow:0 0 0 3px #ffb8001a}.CategoryFilters-module__SNMT4W__priceSeparator{color:#ffffff40}.CategoryFilters-module__SNMT4W__sliderContainer{gap:var(--space-4);padding:0 var(--space-2);flex-direction:column;display:flex}.CategoryFilters-module__SNMT4W__sliderTrackWrapper{align-items:center;height:24px;display:flex;position:relative}.CategoryFilters-module__SNMT4W__sliderTrack{border-radius:var(--radius-full);background:#ffffff1a;width:100%;height:4px;position:absolute}.CategoryFilters-module__SNMT4W__sliderRange{background:linear-gradient(90deg, var(--dk-gold,#ffb800), #ff8a00);border-radius:var(--radius-full);height:4px;position:absolute;box-shadow:0 0 8px #ffb80066}.CategoryFilters-module__SNMT4W__thumb{appearance:none;pointer-events:none;z-index:3;background:0 0;outline:none;width:100%;margin:0;position:absolute}.CategoryFilters-module__SNMT4W__thumb::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:all;background:var(--dk-gold,#ffb800);cursor:pointer;width:20px;height:20px;transition:transform var(--transition-fast);border:2px solid #fffc;border-radius:50%;margin-top:-8px;box-shadow:0 0 10px #ffb80080}.CategoryFilters-module__SNMT4W__thumb::-webkit-slider-thumb:hover{transform:scale(1.15)}.CategoryFilters-module__SNMT4W__thumb::-moz-range-thumb{pointer-events:all;background:var(--dk-gold,#ffb800);cursor:pointer;border:2px solid #fffc;border-radius:50%;width:20px;height:20px;box-shadow:0 0 10px #ffb80080}.CategoryFilters-module__SNMT4W__priceDisplay{justify-content:space-between;align-items:center;display:flex}.CategoryFilters-module__SNMT4W__priceValue{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--dk-gold,#ffb800);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);background:#ffb80014;border:1px solid #ffb80029}.CategoryFilters-module__SNMT4W__clearAll{text-align:right}.CategoryFilters-module__SNMT4W__clearAllBtn{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#ffb800b3;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;transition:color var(--transition-fast);background:0 0;border:none;padding:0}.CategoryFilters-module__SNMT4W__clearAllBtn:hover{color:var(--dk-gold,#ffb800)}
.ProductKeyFacts-module__tt96XG__section{margin:var(--space-8) 0}.ProductKeyFacts-module__tt96XG__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-gray-900);margin-bottom:var(--space-4)}.ProductKeyFacts-module__tt96XG__table{border-collapse:collapse;background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;overflow:hidden}.ProductKeyFacts-module__tt96XG__row{border-bottom:1px solid var(--color-gray-100)}.ProductKeyFacts-module__tt96XG__row:last-child{border-bottom:none}.ProductKeyFacts-module__tt96XG__label{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-gray-600);background:var(--color-gray-50);width:35%}.ProductKeyFacts-module__tt96XG__value{padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-gray-800)}
.LoadMoreButton-module__JgzI7W__container{padding:var(--space-8) 0;justify-content:center;display:flex}.LoadMoreButton-module__JgzI7W__button{padding:var(--space-3) var(--space-10);background:var(--color-white);border:1.5px solid var(--color-primary);color:var(--color-primary);border-radius:var(--radius-full);font-size:var(--text-base);font-weight:var(--weight-bold);transition:all var(--transition-base);cursor:pointer}.LoadMoreButton-module__JgzI7W__button:hover{background:var(--color-primary-bg);transform:translateY(-2px)}.LoadMoreButton-module__JgzI7W__button:active{transform:scale(.96)}.LoadMoreButton-module__JgzI7W__button:disabled{opacity:.6;cursor:not-allowed;transform:none}
.ProductReviews-module__m4IGMq__reviewsSection{padding:var(--space-6);-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#121226f2 0%,#1a1040cc 100%);border:1px solid #ffb8002e;border-radius:20px;margin:0;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 32px #00000073,inset 0 0 0 1px #ffffff0a}.ProductReviews-module__m4IGMq__reviewsSection:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0000008c,0 0 40px #ffb8000f}.ProductReviews-module__m4IGMq__title{color:var(--dk-text,#fff);margin-bottom:var(--space-6);align-items:center;padding-left:14px;font-size:1.25rem;font-weight:700;display:flex;position:relative}.ProductReviews-module__m4IGMq__title:before{content:"";background:linear-gradient(#ffb800 0%,#ff8a00 100%);border-radius:4px;width:4px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%);display:block!important}.ProductReviews-module__m4IGMq__summary{padding:var(--space-6);margin-bottom:var(--space-8);align-items:center;gap:var(--space-2);background:#ffb8000f;border:1px solid #ffb80024;border-radius:12px;flex-direction:column;display:flex}.ProductReviews-module__m4IGMq__avgBox{flex-direction:column;align-items:center;display:flex}.ProductReviews-module__m4IGMq__avgValue{font-size:var(--text-4xl);font-weight:var(--weight-bold);color:var(--dk-gold,#ffb800);line-height:1}.ProductReviews-module__m4IGMq__stars{color:gold;gap:2px;font-size:20px;display:flex}.ProductReviews-module__m4IGMq__starFilled{color:gold}.ProductReviews-module__m4IGMq__star{color:#ffffff2e}.ProductReviews-module__m4IGMq__count{font-size:var(--text-sm);color:#ffffff80;margin-top:2px}.ProductReviews-module__m4IGMq__list{gap:var(--space-6);flex-direction:column;display:flex}.ProductReviews-module__m4IGMq__reviewItem{padding-bottom:var(--space-6);border-bottom:1px solid #ffb8001a}.ProductReviews-module__m4IGMq__reviewItem:last-child{border-bottom:none;padding-bottom:0}.ProductReviews-module__m4IGMq__reviewHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.ProductReviews-module__m4IGMq__reviewerName{font-weight:var(--weight-semibold);color:#ffffffe6;font-size:var(--text-sm)}.ProductReviews-module__m4IGMq__reviewDate{font-size:var(--text-xs);color:#ffffff61}.ProductReviews-module__m4IGMq__reviewTitle{margin:var(--space-2) 0;font-weight:var(--weight-semibold);color:#ffffffe0;font-size:var(--text-sm);display:block}.ProductReviews-module__m4IGMq__reviewText{margin-top:var(--space-2);font-size:var(--text-sm);color:#fff9;line-height:1.65}.ProductReviews-module__m4IGMq__reviewImages{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.ProductReviews-module__m4IGMq__reviewImg{object-fit:cover;border-radius:var(--radius-sm);border:1px solid #ffb8002e;width:80px;height:80px}.ProductReviews-module__m4IGMq__noReviews{text-align:center;color:#fff6;padding:var(--space-8) 0;font-style:italic}
.CategoryFAQ-module__an3yoa__faqSection{padding:var(--space-10) var(--space-4);background:var(--color-gray-50)}.CategoryFAQ-module__an3yoa__container{max-width:1200px;margin:0 auto}.CategoryFAQ-module__an3yoa__title{font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--color-gray-900);margin-bottom:var(--space-6);text-align:center}.CategoryFAQ-module__an3yoa__list{gap:var(--space-3);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.CategoryFAQ-module__an3yoa__item{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-border);transition:all var(--transition-base);overflow:hidden}.CategoryFAQ-module__an3yoa__item[open]{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.CategoryFAQ-module__an3yoa__question{padding:var(--space-4);font-weight:var(--weight-semibold);color:var(--color-gray-900);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;list-style:none;display:flex}.CategoryFAQ-module__an3yoa__question::-webkit-details-marker{display:none}.CategoryFAQ-module__an3yoa__icon{color:var(--color-primary);font-size:20px;transition:transform .3s}.CategoryFAQ-module__an3yoa__item[open] .CategoryFAQ-module__an3yoa__icon{transform:rotate(45deg)}.CategoryFAQ-module__an3yoa__answer{padding:0 var(--space-4) var(--space-4);font-size:var(--text-base);color:var(--color-gray-700);line-height:var(--leading-relaxed)}
.ProductSpecs-module__nJrxSq__section{padding:var(--space-6);background:#fff;border:1px solid #0000000a;border-radius:20px;margin:0;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 20px #00000005}.ProductSpecs-module__nJrxSq__section:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000000d}.ProductSpecs-module__nJrxSq__title{color:#0f172a;margin-bottom:var(--space-6);align-items:center;padding-left:14px;font-size:1.25rem;font-weight:700;display:flex;position:relative}.ProductSpecs-module__nJrxSq__title:before{content:"";background:linear-gradient(#e41e31 0%,#ff5e62 100%);border-radius:4px;width:4px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%);display:block!important}.ProductSpecs-module__nJrxSq__grid{gap:var(--space-4);padding:var(--space-6);background:#f8fafc;border-radius:12px;grid-template-columns:repeat(1,1fr);display:grid}@media (min-width:640px){.ProductSpecs-module__nJrxSq__grid{grid-template-columns:repeat(2,1fr)}}.ProductSpecs-module__nJrxSq__specItem{padding:var(--space-2) 0;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;display:flex}.ProductSpecs-module__nJrxSq__specItem:last-child{border-bottom:none}.ProductSpecs-module__nJrxSq__label{color:#64748b;font-size:.9rem;font-weight:500}.ProductSpecs-module__nJrxSq__value{color:#1e293b;font-size:.9rem;font-weight:600}
.FilterBottomSheet-module__iymQfG__wrapper{z-index:var(--z-modal);flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.FilterBottomSheet-module__iymQfG__backdrop{-webkit-backdrop-filter:blur(6px);background:#070816b8;animation:.3s FilterBottomSheet-module__iymQfG__fadeIn;position:absolute;inset:0}.FilterBottomSheet-module__iymQfG__sheet{background:var(--dk-midnight,#0c0b1e);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;z-index:1;border-top:1px solid var(--dk-gold-border,#ffb8002e);flex-direction:column;max-height:88vh;animation:.38s cubic-bezier(.16,1,.3,1) FilterBottomSheet-module__iymQfG__slideUp;display:flex;position:relative;box-shadow:0 -8px 40px #00000080,inset 0 0 0 1px #ffffff0a,0 -2px 20px #ffb8000f}.FilterBottomSheet-module__iymQfG__handleBar{background:linear-gradient(90deg, var(--dk-gold,#ffb800), #ff8a00);border-radius:var(--radius-full);width:44px;height:4px;margin:var(--space-3) auto var(--space-1);opacity:.7;flex-shrink:0;box-shadow:0 0 10px #ffb80040}.FilterBottomSheet-module__iymQfG__header{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--dk-border,#ffb80024);background:#12122666;justify-content:space-between;align-items:center;display:flex}.FilterBottomSheet-module__iymQfG__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--dk-text,#ffffffeb);letter-spacing:.04em;text-transform:uppercase}.FilterBottomSheet-module__iymQfG__clearBtn{font-size:var(--text-sm);color:var(--dk-gold,#ffb800);font-weight:var(--weight-semibold);cursor:pointer;letter-spacing:.03em;transition:color var(--transition-fast), text-shadow var(--transition-fast);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);background:0 0;border:none}.FilterBottomSheet-module__iymQfG__clearBtn:hover{color:#fff;text-shadow:0 0 12px #ffb80080}.FilterBottomSheet-module__iymQfG__content{padding:var(--space-4);scrollbar-width:thin;scrollbar-color:#ffb80033 transparent;background:0 0;flex:1;overflow-y:auto}.FilterBottomSheet-module__iymQfG__content::-webkit-scrollbar{width:5px}.FilterBottomSheet-module__iymQfG__content::-webkit-scrollbar-track{background:0 0}.FilterBottomSheet-module__iymQfG__content::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ffb80033}.FilterBottomSheet-module__iymQfG__content::-webkit-scrollbar-thumb:hover{background:#ffb80059}.FilterBottomSheet-module__iymQfG__footer{padding:var(--space-4) var(--space-5);border-top:1px solid var(--dk-border,#ffb80024);-webkit-backdrop-filter:blur(12px);background:#0c0b1ef2}.FilterBottomSheet-module__iymQfG__applyBtn{width:100%;padding:var(--space-4);background:linear-gradient(135deg, var(--dk-gold,#ffb800) 0%, #ff8a00 100%);color:var(--dk-void,#070816);border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-bold);letter-spacing:.04em;cursor:pointer;transition:all var(--transition-base);text-transform:uppercase;border:none;box-shadow:0 4px 20px #ffb8004d,inset 0 0 0 1px #ffffff1a}.FilterBottomSheet-module__iymQfG__applyBtn:hover{transform:translateY(-1px);box-shadow:0 6px 28px #ffb80073,inset 0 0 0 1px #ffffff26}.FilterBottomSheet-module__iymQfG__applyBtn:active{transform:translateY(0);box-shadow:0 2px 12px #ffb80040,inset 0 0 0 1px #ffffff1a}@keyframes FilterBottomSheet-module__iymQfG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FilterBottomSheet-module__iymQfG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
