.ProductCard-module__t53O_a__card{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);transition:all var(--transition-normal);flex-direction:column;height:100%;display:flex;overflow:hidden}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.ProductCard-module__t53O_a__imageLink{background:var(--background);width:100%;display:block;position:relative}.ProductCard-module__t53O_a__imageContainer{width:100%;padding-top:100%;position:relative;overflow:hidden}.ProductCard-module__t53O_a__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1),opacity .8s;position:absolute;top:0;left:0}.ProductCard-module__t53O_a__hiddenImage{opacity:0;transform:scale(1.15)}.ProductCard-module__t53O_a__visibleImage{opacity:1;transform:scale(1)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__visibleImage{transform:scale(1.03)}.ProductCard-module__t53O_a__saleBadge{background:var(--primary);color:#fff;border-radius:var(--radius-sm);letter-spacing:.05em;z-index:5;box-shadow:var(--shadow-sm);padding:.25rem .6rem;font-size:.75rem;font-weight:800;position:absolute;top:12px;left:12px}.ProductCard-module__t53O_a__wishlistBtn{border:1px solid var(--border-color);z-index:5;height:32px;color:var(--muted);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:.25rem;padding:0 .75rem;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.ProductCard-module__t53O_a__wishlistBtn:hover{color:var(--primary);border-color:var(--primary)}.ProductCard-module__t53O_a__likesCount{color:var(--foreground);font-size:.8rem;font-weight:700}.ProductCard-module__t53O_a__outOfStock{color:#fff;border-radius:var(--radius-sm);z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;padding:.25rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.ProductCard-module__t53O_a__overlay{opacity:0;transition:opacity var(--transition-normal);z-index:4;background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__overlay{opacity:1}.ProductCard-module__t53O_a__viewBtn{color:var(--foreground);border-radius:var(--radius-full);transition:transform var(--transition-normal);box-shadow:var(--shadow-md);background:#fff;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;transform:translateY(10px)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__viewBtn{transform:translateY(0)}.ProductCard-module__t53O_a__content{flex-direction:column;flex:1;padding:.75rem;display:flex}@media (min-width:640px){.ProductCard-module__t53O_a__content{padding:1.25rem}}.ProductCard-module__t53O_a__metaTop{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.65rem;font-weight:600;display:flex}@media (min-width:640px){.ProductCard-module__t53O_a__metaTop{font-size:.75rem}}.ProductCard-module__t53O_a__category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.ProductCard-module__t53O_a__stockStatus{color:var(--success);align-items:center;gap:.25rem;display:flex}.ProductCard-module__t53O_a__pulseDot{background-color:var(--success);border-radius:50%;width:6px;height:6px;animation:2s infinite ProductCard-module__t53O_a__pulse}.ProductCard-module__t53O_a__outOfStockText{color:var(--danger)}@keyframes ProductCard-module__t53O_a__pulse{0%{box-shadow:0 0 #2ecc7166}70%{box-shadow:0 0 0 4px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}.ProductCard-module__t53O_a__title{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.9rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:640px){.ProductCard-module__t53O_a__title{margin-bottom:.75rem;font-size:1rem;line-height:1.4}}.ProductCard-module__t53O_a__title:hover{color:var(--primary)}.ProductCard-module__t53O_a__pricingBlock{flex-direction:column;margin-bottom:1rem;display:flex}@media (min-width:640px){.ProductCard-module__t53O_a__pricingBlock{margin-bottom:1.5rem}}.ProductCard-module__t53O_a__retailValue{color:var(--muted);margin-bottom:.25rem;font-size:.65rem;font-weight:500}@media (min-width:640px){.ProductCard-module__t53O_a__retailValue{margin-bottom:.5rem;font-size:.75rem}}.ProductCard-module__t53O_a__retailValue span{font-weight:700}.ProductCard-module__t53O_a__priceRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}@media (min-width:640px){.ProductCard-module__t53O_a__priceRow{gap:.75rem}}.ProductCard-module__t53O_a__currentPrice{color:var(--foreground);font-size:1.1rem;font-weight:900;font-family:var(--font-display)}@media (min-width:640px){.ProductCard-module__t53O_a__currentPrice{font-size:1.25rem}}.ProductCard-module__t53O_a__oldPrice{color:var(--muted);font-size:.85rem;font-weight:600;text-decoration:line-through}@media (min-width:640px){.ProductCard-module__t53O_a__oldPrice{font-size:1rem}}.ProductCard-module__t53O_a__discountText{color:var(--primary);font-size:.75rem;font-weight:800}@media (min-width:640px){.ProductCard-module__t53O_a__discountText{font-size:.85rem}}.ProductCard-module__t53O_a__bottom{justify-content:center;align-items:center;margin-top:auto;display:flex}.ProductCard-module__t53O_a__viewDetailsBtnFull{background:var(--primary);color:#fff;text-align:center;border-radius:var(--radius-sm);width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s}.ProductCard-module__t53O_a__viewDetailsBtnFull:hover{background:var(--primary-hover)}
.EcommerceHero-module__Sj_x7a__heroSection{background-color:#000;align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.EcommerceHero-module__Sj_x7a__heroBackground{z-index:0;width:100%;height:100%;position:absolute;inset:0}.EcommerceHero-module__Sj_x7a__bgImage{object-fit:cover;object-position:right center;width:100%;height:100%}.EcommerceHero-module__Sj_x7a__bgOverlay{background:linear-gradient(90deg,#111 0%,#111111f2 40%,#1113 80%,#0000 100%);position:absolute;inset:0}@media (max-width:768px){.EcommerceHero-module__Sj_x7a__bgOverlay{background:linear-gradient(#111 0%,#111111f2 50%,#1119 100%)}}.EcommerceHero-module__Sj_x7a__heroContainer{z-index:1;padding-top:4rem;padding-bottom:4rem;position:relative}.EcommerceHero-module__Sj_x7a__heroContent{color:#fff;max-width:600px}.EcommerceHero-module__Sj_x7a__badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.EcommerceHero-module__Sj_x7a__flame{font-size:.85rem}.EcommerceHero-module__Sj_x7a__title{font-family:var(--font-display);color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.EcommerceHero-module__Sj_x7a__highlight{color:var(--primary)}.EcommerceHero-module__Sj_x7a__subtitle{color:#ccc;max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.EcommerceHero-module__Sj_x7a__title{margin-bottom:1rem;font-size:2.25rem}.EcommerceHero-module__Sj_x7a__subtitle{margin-bottom:2rem;font-size:1rem}.EcommerceHero-module__Sj_x7a__valuePropsRow{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.EcommerceHero-module__Sj_x7a__trustSection{flex-direction:column;align-items:flex-start;gap:.5rem}.EcommerceHero-module__Sj_x7a__shopBtn{width:100%;margin-bottom:2rem}.EcommerceHero-module__Sj_x7a__heroSection{min-height:auto}.EcommerceHero-module__Sj_x7a__heroContainer{padding-top:3rem;padding-bottom:3rem}}.EcommerceHero-module__Sj_x7a__valuePropsRow{align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.EcommerceHero-module__Sj_x7a__propItem{align-items:center;gap:.75rem;display:flex}.EcommerceHero-module__Sj_x7a__iconHex{border:1px solid var(--primary);border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;transform:rotate(45deg)}.EcommerceHero-module__Sj_x7a__icon{color:var(--primary);transform:rotate(-45deg)}.EcommerceHero-module__Sj_x7a__propItem span{color:#fff;font-size:.8rem;font-weight:600;line-height:1.2}.EcommerceHero-module__Sj_x7a__shopBtn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;margin-bottom:1.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:800;text-decoration:none;transition:background .2s;display:inline-flex}.EcommerceHero-module__Sj_x7a__shopBtn:hover{background:var(--primary-hover)}.EcommerceHero-module__Sj_x7a__trustSection{align-items:center;gap:1rem;display:flex}.EcommerceHero-module__Sj_x7a__avatarGroup{display:flex}.EcommerceHero-module__Sj_x7a__avatar{border:2px solid #111;border-radius:50%;width:28px;height:28px;margin-left:-8px}.EcommerceHero-module__Sj_x7a__avatar:first-child{margin-left:0}.EcommerceHero-module__Sj_x7a__trustText{color:#ccc;font-size:.85rem}
.TransformerBackground-module__pQD5Bq__container{z-index:0;perspective:1200px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.TransformerBackground-module__pQD5Bq__backdrop{z-index:1;background-color:#f4f4f4;background-image:url(/hero_backdrop.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.TransformerBackground-module__pQD5Bq__scene{z-index:2;width:100%;height:100%;transform-style:preserve-3d;position:absolute;inset:0}.TransformerBackground-module__pQD5Bq__piece{will-change:transform, opacity;backface-visibility:hidden;background-repeat:no-repeat;transition-property:transform,opacity;transition-duration:1.2s;transition-timing-function:cubic-bezier(.25,1,.5,1);position:absolute}
.CategoryCarousel-module__YXxBOG__section{background-color:#fff;padding:4rem 0}.CategoryCarousel-module__YXxBOG__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.CategoryCarousel-module__YXxBOG__title{color:var(--foreground);text-transform:uppercase;margin:0;font-size:1.25rem;font-weight:800}.CategoryCarousel-module__YXxBOG__viewAll{color:var(--foreground);font-size:.9rem;font-weight:600;text-decoration:underline}.CategoryCarousel-module__YXxBOG__carouselWrap{margin:0;padding:0}.CategoryCarousel-module__YXxBOG__carousel{grid-template-columns:repeat(2,1fr);gap:1rem;padding-bottom:1rem;display:grid}@media (min-width:768px){.CategoryCarousel-module__YXxBOG__carousel{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:space-between;gap:2rem;display:flex;overflow-x:auto}.CategoryCarousel-module__YXxBOG__carousel::-webkit-scrollbar{display:none}}.CategoryCarousel-module__YXxBOG__card{flex-direction:column;align-items:center;width:100%;text-decoration:none;display:flex}@media (min-width:768px){.CategoryCarousel-module__YXxBOG__card{flex:none;width:140px}}@media (min-width:1024px){.CategoryCarousel-module__YXxBOG__card{width:180px}}.CategoryCarousel-module__YXxBOG__imageWrap{border:3px solid #fff;border-radius:50%;width:110px;height:110px;margin-bottom:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (min-width:768px){.CategoryCarousel-module__YXxBOG__imageWrap{border-width:4px;width:140px;height:140px}}@media (min-width:1024px){.CategoryCarousel-module__YXxBOG__imageWrap{width:160px;height:160px}}.CategoryCarousel-module__YXxBOG__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__imageWrap{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.CategoryCarousel-module__YXxBOG__card:hover .CategoryCarousel-module__YXxBOG__image{transform:scale(1.05)}.CategoryCarousel-module__YXxBOG__content{text-align:center;flex-direction:column;gap:.25rem;display:flex}.CategoryCarousel-module__YXxBOG__catName{color:var(--foreground);margin:0;font-size:1rem;font-weight:800}.CategoryCarousel-module__YXxBOG__count{color:var(--muted);font-size:.8rem;font-weight:500}
.ValueProps-module__o03LEG__section{background-color:var(--secondary);border-bottom:1px solid var(--border-color);padding:5rem 0}.ValueProps-module__o03LEG__title{text-align:center;color:var(--foreground);margin-bottom:3.5rem;font-size:1.5rem;font-weight:800}.ValueProps-module__o03LEG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.ValueProps-module__o03LEG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ValueProps-module__o03LEG__grid{grid-template-columns:repeat(4,1fr)}}.ValueProps-module__o03LEG__card{text-align:center;background-color:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:transform .3s;display:flex}.ValueProps-module__o03LEG__card:hover{transform:translateY(-5px)}.ValueProps-module__o03LEG__icon{color:var(--primary);margin-bottom:1.25rem}.ValueProps-module__o03LEG__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.ValueProps-module__o03LEG__cardDesc{color:var(--secondary-text);font-size:.9rem;line-height:1.5}
.PromoFlyer-module__oMrpvG__section{background-color:var(--background);padding:5rem 0}.PromoFlyer-module__oMrpvG__flyerWrapper{flex-direction:column;align-items:center;gap:4rem;display:flex}@media (min-width:1024px){.PromoFlyer-module__oMrpvG__flyerWrapper{flex-direction:row;justify-content:center;gap:6rem}}.PromoFlyer-module__oMrpvG__flyer{aspect-ratio:1;background-color:#fdf6e9;border:4px solid #111;width:400px;max-width:100%;padding:1rem;transition:transform .3s;transform:rotate(-2deg);box-shadow:12px 12px #0000001a}.PromoFlyer-module__oMrpvG__flyer:hover{transform:rotate(0)scale(1.02)}.PromoFlyer-module__oMrpvG__flyerInner{border:1px solid #0000001a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.PromoFlyer-module__oMrpvG__redTag{color:#fff;z-index:1;background-color:#e3000f;border-radius:8px 8px 8px 0;margin-bottom:-15px;margin-left:80px;padding:.5rem 1.5rem;position:relative;transform:skew(-15deg)}.PromoFlyer-module__oMrpvG__redTagText{letter-spacing:1px;font-size:1.5rem;font-style:italic;font-weight:800;display:block;transform:skew(15deg)}.PromoFlyer-module__oMrpvG__yellowBox{z-index:2;background-color:#ffe66d;border-radius:20px;padding:1rem 3rem;position:relative;box-shadow:0 4px #0000000d}.PromoFlyer-module__oMrpvG__percentText{color:#111;align-items:center;line-height:.8;display:flex}.PromoFlyer-module__oMrpvG__number{letter-spacing:-5px;font-size:8rem;font-weight:900}.PromoFlyer-module__oMrpvG__percentSymbol{flex-direction:column;margin-top:-1rem;margin-left:.5rem;display:flex}.PromoFlyer-module__oMrpvG__sign{font-size:4rem;font-weight:900}.PromoFlyer-module__oMrpvG__off{margin-top:-10px;font-size:2rem;font-weight:900}.PromoFlyer-module__oMrpvG__blackPill{color:#fff;z-index:3;background-color:#111;border-radius:99px;margin-top:-1.5rem;margin-bottom:1rem;padding:.5rem 2.5rem;font-size:1.75rem;font-style:italic;font-weight:900;position:relative}.PromoFlyer-module__oMrpvG__onAllText{color:#555;letter-spacing:1px;margin-bottom:.5rem;font-size:1rem;font-weight:600}.PromoFlyer-module__oMrpvG__dateBox{color:#fff;letter-spacing:1px;background-color:#111;margin-bottom:2rem;padding:.25rem 1rem;font-size:.9rem;font-weight:700}.PromoFlyer-module__oMrpvG__websiteName{color:#666;letter-spacing:1px;font-size:.75rem;font-weight:600;position:absolute;bottom:1.5rem}.PromoFlyer-module__oMrpvG__starburst{justify-content:center;align-items:center;width:100px;height:100px;animation:20s linear infinite PromoFlyer-module__oMrpvG__spin;display:flex;position:absolute;bottom:1rem;right:1rem}.PromoFlyer-module__oMrpvG__starSvg{width:100%;height:100%;position:absolute;inset:0}.PromoFlyer-module__oMrpvG__wowText{z-index:2;color:#e3000f;text-shadow:2px 2px #0000001a;font-size:1.5rem;font-weight:900;position:relative;transform:rotate(-15deg)}@keyframes PromoFlyer-module__oMrpvG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PromoFlyer-module__oMrpvG__ctaArea{text-align:center;max-width:400px}@media (min-width:1024px){.PromoFlyer-module__oMrpvG__ctaArea{text-align:left}}.PromoFlyer-module__oMrpvG__ctaTitle{font-family:var(--font-display);color:var(--foreground);letter-spacing:-1px;text-transform:uppercase;margin-bottom:2rem;font-size:3.5rem;font-weight:900;line-height:1.1}.PromoFlyer-module__oMrpvG__fireIcon{margin-bottom:.5rem;font-size:4rem;animation:2s ease-in-out infinite PromoFlyer-module__oMrpvG__pulse;display:inline-block}@keyframes PromoFlyer-module__oMrpvG__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.PromoFlyer-module__oMrpvG__shopBtn{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:800;transition:all .2s;display:inline-flex}.PromoFlyer-module__oMrpvG__shopBtn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}
.ReferralSection-module__Yk7UiG__section{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);padding:5rem 0}.ReferralSection-module__Yk7UiG__wrapper{background:var(--secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);flex-direction:column;display:flex;overflow:hidden}@media (min-width:1024px){.ReferralSection-module__Yk7UiG__wrapper{flex-direction:row;align-items:center}}.ReferralSection-module__Yk7UiG__visual{background:linear-gradient(145deg, var(--background) 0%, var(--secondary) 100%);text-align:center;border-bottom:1px solid var(--border-color);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}@media (min-width:1024px){.ReferralSection-module__Yk7UiG__visual{border-bottom:none;border-right:1px solid var(--border-color)}}.ReferralSection-module__Yk7UiG__circleGraphic{background:#e33d2a1a;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:2rem;display:flex;box-shadow:0 0 0 10px #e33d2a0d}.ReferralSection-module__Yk7UiG__icon{color:var(--primary)}.ReferralSection-module__Yk7UiG__visualText h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.ReferralSection-module__Yk7UiG__visualText p{color:var(--secondary-text);max-width:250px;margin:0 auto;font-size:1rem}.ReferralSection-module__Yk7UiG__content{flex:1.2;padding:4rem 2rem}@media (min-width:1024px){.ReferralSection-module__Yk7UiG__content{padding:4rem}}.ReferralSection-module__Yk7UiG__title{color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.ReferralSection-module__Yk7UiG__desc{color:var(--secondary-text);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.ReferralSection-module__Yk7UiG__desc strong{color:var(--foreground)}.ReferralSection-module__Yk7UiG__linkBox{background:var(--background);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.ReferralSection-module__Yk7UiG__linkText{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;padding:.5rem 1rem;font-family:monospace;font-size:.95rem;overflow:hidden}.ReferralSection-module__Yk7UiG__copyBtn{background:var(--secondary);color:var(--foreground);border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.ReferralSection-module__Yk7UiG__copyBtn:hover{background:var(--border-color)}.ReferralSection-module__Yk7UiG__success{color:#22c55e}.ReferralSection-module__Yk7UiG__signInBtn{background-color:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.ReferralSection-module__Yk7UiG__signInBtn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}@media (max-width:640px){.ReferralSection-module__Yk7UiG__linkBox{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.ReferralSection-module__Yk7UiG__linkText{text-align:center;padding:0}.ReferralSection-module__Yk7UiG__copyBtn{justify-content:center}}
.ShopFilters-module__-nspWq__filtersBar{flex-wrap:wrap;align-items:center;gap:.625rem;padding:1rem 0 1.25rem;display:flex}.ShopFilters-module__-nspWq__searchForm{background:var(--card-bg);border:1.5px solid var(--border-color);border-radius:var(--radius-md);min-width:200px;max-width:380px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);flex:1;align-items:center;display:flex;position:relative;overflow:hidden}.ShopFilters-module__-nspWq__searchForm:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.ShopFilters-module__-nspWq__searchIcon{color:var(--muted);pointer-events:none;flex-shrink:0;position:absolute;left:.875rem}.ShopFilters-module__-nspWq__searchInput{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;padding:.6875rem 2.5rem .6875rem 2.625rem;font-size:.9375rem;font-weight:500}.ShopFilters-module__-nspWq__searchInput::placeholder{color:var(--muted);font-weight:400}.ShopFilters-module__-nspWq__searchInput::-webkit-search-cancel-button{display:none}.ShopFilters-module__-nspWq__clearBtn{border-radius:var(--radius-full);width:24px;height:24px;color:var(--muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute;right:.625rem}.ShopFilters-module__-nspWq__clearBtn:hover{background:var(--secondary);color:var(--foreground)}.ShopFilters-module__-nspWq__dropdownWrapper{flex-shrink:0;position:relative}.ShopFilters-module__-nspWq__dropdownTrigger{background:var(--card-bg);border:1.5px solid var(--border-color);border-radius:var(--radius-md);color:var(--foreground);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);-webkit-tap-highlight-color:transparent;align-items:center;gap:.5rem;padding:.6875rem 1rem;font-size:.9375rem;font-weight:500;display:flex}.ShopFilters-module__-nspWq__dropdownTrigger:hover{border-color:var(--primary);color:var(--primary)}.ShopFilters-module__-nspWq__dropdownTrigger.ShopFilters-module__-nspWq__hasValue{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.ShopFilters-module__-nspWq__dropdownLabel{text-overflow:ellipsis;max-width:140px;overflow:hidden}.ShopFilters-module__-nspWq__chevron{transition:transform var(--transition-fast);color:var(--muted)}.ShopFilters-module__-nspWq__chevronOpen{transform:rotate(180deg)}.ShopFilters-module__-nspWq__dropdownOverlay{z-index:40;position:fixed;inset:0}.ShopFilters-module__-nspWq__dropdown{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);min-width:220px;box-shadow:var(--shadow-xl);z-index:50;max-height:320px;animation:.15s ShopFilters-module__-nspWq__dropIn;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden auto}@keyframes ShopFilters-module__-nspWq__dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ShopFilters-module__-nspWq__dropdownItem{width:100%;color:var(--foreground);text-align:left;transition:background var(--transition-fast);cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;display:flex}.ShopFilters-module__-nspWq__dropdownItem:hover{background:var(--secondary)}.ShopFilters-module__-nspWq__dropdownItemActive{color:var(--primary);background:var(--primary-light);font-weight:600}.ShopFilters-module__-nspWq__itemCount{color:var(--muted);background:var(--secondary);border-radius:var(--radius-full);padding:2px 6px;font-size:.75rem;font-weight:600}.ShopFilters-module__-nspWq__clearAllBtn{border-radius:var(--radius-md);color:var(--danger);transition:all var(--transition-fast);cursor:pointer;background:#ef444414;border:1px solid #ef444433;align-items:center;gap:.3rem;padding:.6rem .875rem;font-size:.875rem;font-weight:500;display:flex}.ShopFilters-module__-nspWq__clearAllBtn:hover{background:#ef444426}.ShopFilters-module__-nspWq__resultsCount{color:var(--secondary-text);margin-left:auto;font-size:.875rem;font-weight:500}@media (max-width:480px){.ShopFilters-module__-nspWq__filtersBar{gap:.5rem}.ShopFilters-module__-nspWq__searchForm{flex-basis:100%;max-width:100%}.ShopFilters-module__-nspWq__resultsCount{display:none}}
.SignInBenefits-module__O5MMSW__section{background-color:var(--secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:5rem 0;position:relative;overflow:hidden}.SignInBenefits-module__O5MMSW__container{z-index:1;position:relative}.SignInBenefits-module__O5MMSW__content{max-width:1000px;margin:0 auto}.SignInBenefits-module__O5MMSW__header{text-align:center;margin-bottom:3.5rem}.SignInBenefits-module__O5MMSW__tagline{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:800}.SignInBenefits-module__O5MMSW__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.2}.SignInBenefits-module__O5MMSW__subtitle{color:var(--secondary-text);max-width:600px;margin:0 auto;font-size:1.15rem}.SignInBenefits-module__O5MMSW__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3.5rem;display:grid}@media (min-width:640px){.SignInBenefits-module__O5MMSW__grid{grid-template-columns:repeat(2,1fr)}}.SignInBenefits-module__O5MMSW__card{background:var(--card-bg);border:1px solid var(--border-color);transition:transform var(--transition-base), box-shadow var(--transition-base);border-radius:12px;padding:2rem}.SignInBenefits-module__O5MMSW__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.SignInBenefits-module__O5MMSW__iconBox{width:48px;height:48px;color:var(--primary);background:#e3000f1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.SignInBenefits-module__O5MMSW__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.SignInBenefits-module__O5MMSW__cardDesc{color:var(--secondary-text);font-size:.95rem;line-height:1.6}.SignInBenefits-module__O5MMSW__actions{text-align:center}.SignInBenefits-module__O5MMSW__primaryBtn{background:var(--primary);color:#fff;transition:background var(--transition-fast);border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;display:inline-flex}.SignInBenefits-module__O5MMSW__primaryBtn:hover{background:var(--foreground)}.SignInBenefits-module__O5MMSW__loginText{color:var(--secondary-text);margin-top:1.5rem;font-size:.95rem}.SignInBenefits-module__O5MMSW__loginText a{color:var(--primary);font-weight:700;text-decoration:none}.SignInBenefits-module__O5MMSW__loginText a:hover{text-decoration:underline}
.page-module___8aEwW__trustStrip{z-index:20;margin-top:-2.5rem;padding:0 1rem;position:relative}.page-module___8aEwW__trustContainer{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem}.page-module___8aEwW__trustGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.page-module___8aEwW__trustGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module___8aEwW__trustGrid{grid-template-columns:repeat(4,1fr)}}.page-module___8aEwW__trustGrid3{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.page-module___8aEwW__trustGrid3{grid-template-columns:repeat(3,1fr)}}.page-module___8aEwW__trustItem{justify-content:flex-start;align-items:center;gap:1rem;display:flex}.page-module___8aEwW__trustItem div{flex-direction:column;display:flex}.page-module___8aEwW__trustItem strong{color:var(--foreground);margin-bottom:.15rem;font-size:1.05rem}.page-module___8aEwW__trustItem span{color:var(--muted);font-size:.9rem}.page-module___8aEwW__trustItem:hover{background:var(--secondary)}.page-module___8aEwW__trustIcon{color:var(--primary);flex-shrink:0}.page-module___8aEwW__homeContainer{flex-direction:column;display:flex}.page-module___8aEwW__trustStripBottom{color:#fff;background-color:#111;border-top:1px solid #222;margin-top:3rem;padding:2.5rem 0}.page-module___8aEwW__trustStripBottom .page-module___8aEwW__trustItem strong{color:#fff}.page-module___8aEwW__section{padding:4rem 0}.page-module___8aEwW__sectionHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-module___8aEwW__sectionTitle{color:var(--foreground);text-transform:uppercase;margin:0;font-size:1.25rem;font-weight:800}.page-module___8aEwW__viewAll{color:var(--foreground);font-size:.9rem;font-weight:600;text-decoration:underline}.page-module___8aEwW__productGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:640px){.page-module___8aEwW__productGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.page-module___8aEwW__productGrid{grid-template-columns:repeat(4,1fr);gap:2rem}}.page-module___8aEwW__emptyState{text-align:center;color:var(--muted);grid-column:1/-1;padding:2rem 0;font-style:italic}
.page-module__Nm5nzG__page{min-height:calc(100vh - 64px);padding:2rem 0 4rem}.page-module__Nm5nzG__pageHeader{border-bottom:1px solid var(--border-color);margin-bottom:0;padding:1.5rem 0 .5rem}.page-module__Nm5nzG__pageTitle{font-family:var(--font-display);color:var(--foreground);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;line-height:1.2}.page-module__Nm5nzG__pageSubtitle{color:var(--secondary-text);margin-top:.375rem;font-size:.9375rem}.page-module__Nm5nzG__productGrid{grid-template-columns:repeat(2,1fr);gap:.875rem;display:grid}@media (min-width:640px){.page-module__Nm5nzG__productGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:900px){.page-module__Nm5nzG__productGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1200px){.page-module__Nm5nzG__productGrid{grid-template-columns:repeat(4,1fr)}}.page-module__Nm5nzG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 1rem;display:flex}.page-module__Nm5nzG__emptyIcon{margin-bottom:.5rem;font-size:3.5rem}.page-module__Nm5nzG__emptyState h2{color:var(--foreground);font-size:1.375rem;font-weight:700}.page-module__Nm5nzG__emptyState p{color:var(--secondary-text);max-width:360px}
