:root{--graphite:#111111;--midnight:#0F172A;--electric:#2563EB;--electric-2:#3B82F6;--surface:#F5F7FA;--bg:#ffffff;--fg:#111111;--muted:#6B7280;--border:rgba(0,0,0,.06);--radius:.75rem;--container:1400px;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box;border-color:var(--border)}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent;color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{font-weight:600;letter-spacing:-.02em;margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}input,textarea,select{font-family:inherit}.container{width:100%;margin-inline:auto;padding-inline:1rem;max-width:var(--container)}@media(min-width:768px){.container{padding-inline:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:9999px;font-weight:600;font-size:.875rem;transition:transform .2s,box-shadow .2s,filter .2s,background .2s,color .2s;white-space:nowrap}.btn-electric{background:linear-gradient(135deg,var(--electric),#3B82F6);color:#fff;box-shadow:0 10px 30px -10px #2563eb99}.btn-electric:hover{transform:translateY(-1px);filter:brightness(1.05)}.btn-ghost{border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-ghost:hover{background:#ffffff1a}.btn-outline{border:1px solid var(--border);background:#fff;color:var(--fg)}.btn-outline:hover{background:var(--surface)}.glass{background:#fff9;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border:1px solid rgba(255,255,255,.7)}.glass-dark{background:#0006;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border:1px solid rgba(255,255,255,.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-14px) rotate(-2deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out both}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-slow{animation:float 9s ease-in-out infinite}.animate-pulse{animation:pulse 2s infinite}.animate-slide-up{animation:slideUp .8s ease-out both}.site-header{position:sticky;top:0;z-index:50;background:#ffffffb3;-webkit-backdrop-filter:saturate(180%) blur(24px);backdrop-filter:saturate(180%) blur(24px);border-bottom:1px solid var(--border);box-shadow:0 1px #00000008,0 8px 24px -12px #0f172a14}.promo-bar{background:linear-gradient(90deg,var(--graphite),var(--midnight),var(--graphite));color:#fff;font-size:12px}.promo-bar .inner{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.promo-bar .right{display:none;gap:1.25rem;opacity:.8}@media(min-width:768px){.promo-bar .right{display:flex}}.header-main{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 0}.logo{display:inline-flex;align-items:center;gap:.625rem}.logo-mark{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--graphite),var(--midnight));color:#fff;box-shadow:0 10px 30px -10px #2563ebb3;transition:transform .3s}.logo:hover .logo-mark{transform:scale(1.05)}.logo-mark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff1a}.logo-text{font-size:1.45rem;font-weight:600;letter-spacing:-.02em;line-height:1}.logo-text .accent{background:linear-gradient(90deg,var(--electric),#5b8def);-webkit-background-clip:text;background-clip:text;color:transparent}.search-trigger{display:none;flex:1;max-width:48rem;margin:0 auto;align-items:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:9999px;border:1px solid var(--border);background:#f5f7facc;color:var(--muted);font-size:14px;text-align:left;transition:.2s}.search-trigger:hover{border-color:#0003;background:#fff;box-shadow:0 4px 16px #0000000f}@media(min-width:768px){.search-trigger{display:flex}}.search-trigger kbd{margin-left:auto;border:1px solid var(--border);border-radius:4px;padding:.125rem .375rem;background:#fff;font-size:10px;color:var(--muted)}.header-icons{margin-left:auto;display:flex;align-items:center;gap:.25rem}.icon-btn{position:relative;display:grid;place-items:center;padding:.625rem;border-radius:9999px;transition:background .2s}.icon-btn:hover{background:var(--surface)}.icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-btn .cart-count{position:absolute;top:0;right:0;display:grid;place-items:center;height:20px;min-width:20px;padding:0 4px;border-radius:9999px;background:var(--electric);color:#fff;font-size:10px;font-weight:600;box-shadow:0 0 0 2px #fff}.mobile-only{display:inline-flex}.desktop-only{display:none}@media(min-width:768px){.mobile-only{display:none}.desktop-only{display:inline-flex}}.mega-nav{display:none;border-top:1px solid var(--border);position:relative}@media(min-width:768px){.mega-nav{display:block}}.mega-nav .inner{display:flex;align-items:center;gap:.5rem}.mega-link{display:inline-flex;align-items:center;padding:.875rem 1.25rem;font-size:13px;font-weight:500;letter-spacing:.02em;color:#111111bf;transition:color .2s}.mega-link:hover{color:var(--fg)}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--midnight),var(--graphite),#0a0e1a);color:#fff}.hero .glow1{position:absolute;top:-128px;left:33%;width:44rem;height:44rem;border-radius:50%;background:#2563eb59;filter:blur(180px);pointer-events:none}.hero .glow2{position:absolute;bottom:0;right:0;width:32rem;height:32rem;border-radius:50%;background:#2563eb40;filter:blur(150px);pointer-events:none}.hero .grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);background-size:32px 32px;pointer-events:none}.hero .inner{position:relative;display:grid;gap:3rem;padding:5rem 0;align-items:center}@media(min-width:768px){.hero .inner{grid-template-columns:1fr 1fr;padding:7rem 0}}@media(min-width:1024px){.hero .inner{padding:9rem 0}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;font-size:12px;width:fit-content}.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--electric);animation:pulse 2s infinite}.hero h1{margin-top:1.5rem;font-size:clamp(2.75rem,7vw,5.5rem);line-height:1.02;letter-spacing:-.02em;font-weight:600}.hero h1 .accent{background:linear-gradient(90deg,#fff,#fff,#ffffff80);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lead{margin-top:1.5rem;max-width:32rem;font-size:1.05rem;color:#ffffffb3}.hero-ctas{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.trust-badges{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:14px;color:#fffc}.trust-badges li{display:inline-flex;align-items:center;gap:.5rem}.trust-badges svg{width:16px;height:16px;color:var(--electric)}.hero-stats{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:28rem}.hero-stats dt{font-size:1.5rem;font-weight:600}.hero-stats dd{font-size:12px;color:#fff9;margin:0}.hero-image-wrap{position:relative;will-change:transform}.hero-image-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2rem;background:linear-gradient(135deg,rgba(37,99,235,.3),rgba(255,255,255,.05),transparent);filter:blur(48px);z-index:-1}.hero-image{width:100%;border-radius:2rem;transform:scale(1.08);object-fit:cover;animation:float 9s ease-in-out infinite;box-shadow:0 60px 120px -30px #2563eba6,0 30px 60px -25px #0009;border:1px solid rgba(255,255,255,.1)}.hero-image-wrap .reflection{position:absolute;left:2rem;right:2rem;bottom:-1.5rem;height:3rem;background:#0009;filter:blur(32px);opacity:.7;border-radius:100%;pointer-events:none}.hero-image-wrap .overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2rem;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);mix-blend-mode:overlay;pointer-events:none}.trust-bar{border-bottom:1px solid var(--border);background:#fff}.trust-bar .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:2rem 0}@media(min-width:768px){.trust-bar .grid{grid-template-columns:repeat(5,1fr);gap:1rem}}.trust-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:1rem;background:linear-gradient(135deg,#fff,var(--surface));border:1px solid var(--border);transition:.2s}.trust-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.trust-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--graphite),var(--midnight));color:#fff;box-shadow:0 4px 12px #00000026}.trust-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-text strong{display:block;font-size:14px;font-weight:600;line-height:1.2}.trust-text span{font-size:11px;color:var(--muted)}.section{padding:5rem 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--muted)}.section-title{margin-top:.5rem;font-size:clamp(1.875rem,4vw,3rem);letter-spacing:-.02em;font-weight:600}.cat-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.cat-grid{grid-template-columns:repeat(6,1fr)}}.cat-card{position:relative;overflow:hidden;padding:1.5rem;border-radius:1.5rem;border:1px solid var(--border);background:linear-gradient(135deg,#fff,var(--surface));box-shadow:0 2px 10px -4px #0f172a0f;transition:.3s;display:block}.cat-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px -20px #0f172a2e}.cat-glow{position:absolute;top:-40px;right:-40px;width:144px;height:144px;border-radius:50%;filter:blur(48px);opacity:.6;transition:opacity .3s;pointer-events:none}.cat-card:hover .cat-glow{opacity:1}.cat-icon{position:relative;display:grid;place-items:center;width:48px;height:48px;border-radius:1rem;color:#fff;box-shadow:0 8px 24px #00000026;transition:transform .3s}.cat-card:hover .cat-icon{transform:scale(1.1) rotate(3deg)}.cat-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cat-label{margin-top:2rem;font-size:1rem;font-weight:600}.cat-cta{font-size:12px;color:var(--muted);transition:color .2s}.cat-card:hover .cat-cta{color:var(--electric)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.products-row{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem 1rem;margin:0 -1rem;scrollbar-width:none}.products-row::-webkit-scrollbar{display:none}.products-row>*{flex:0 0 72%;scroll-snap-align:start}@media(min-width:640px){.products-row>*{flex:0 0 42%}}@media(min-width:768px){.products-row>*{flex:0 0 30%}}@media(min-width:1024px){.products-row>*{flex:0 0 23%}}.row-nav{display:none;gap:.5rem}@media(min-width:768px){.row-nav{display:flex}}.row-nav button{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#fff;transition:.2s}.row-nav button:hover{background:var(--surface)}.row-nav svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pcard{display:block;border-radius:1.5rem;transition:transform .3s}.pcard:hover{transform:translateY(-6px)}.pcard .media{position:relative;overflow:hidden;border-radius:1.5rem;background:linear-gradient(135deg,#fff,var(--surface));aspect-ratio:1;box-shadow:0 2px 10px -4px #0f172a0f;border:1px solid rgba(0,0,0,.04);transition:.3s}.pcard:hover .media{box-shadow:0 30px 60px -20px #0f172a38}.pcard .media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:1.25rem;transition:transform .7s,opacity .5s}.pcard:hover .media img.primary{transform:scale(1.1)}.pcard .media img.secondary{opacity:0}.pcard:hover .media img.secondary{opacity:1}.pcard .badges{position:absolute;left:.875rem;top:.875rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:11px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-discount{background:#ef4444;color:#fff}.badge-new{background:#2563ebf2;color:#fff}.badge-best{background:#111111e6;color:#fff}.pcard .quick-actions{position:absolute;right:.875rem;top:.875rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translate(8px);transition:.3s;z-index:2}.pcard:hover .quick-actions{opacity:1;transform:translate(0)}.qa-btn{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fffffff2;box-shadow:0 4px 12px #0000001a;transition:background .2s}.qa-btn:hover{background:var(--electric);color:#fff}.qa-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pcard .info{padding:1rem .25rem 0}.pcard .vendor{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.pcard h3{margin-top:.25rem;font-size:.95rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pcard .rating{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:12px;color:var(--muted)}.pcard .rating svg{width:14px;height:14px;fill:#f59e0b;stroke:none}.pcard .price-row{margin-top:.625rem;display:flex;align-items:baseline;gap:.5rem}.price-current{font-size:1.05rem;font-weight:700}.price-compare{font-size:.875rem;color:var(--muted);text-decoration:line-through}.pcard .shipping{margin-top:.5rem;display:inline-flex;align-items:center;gap:.375rem;font-size:11px;color:#059669;font-weight:500}.pcard .shipping svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.offers-banner{padding:5rem 0}.offers-card{position:relative;overflow:hidden;border-radius:2rem;background:linear-gradient(135deg,var(--graphite),var(--midnight),var(--graphite));color:#fff;padding:2.5rem;box-shadow:0 40px 100px -30px #2563eb80}@media(min-width:768px){.offers-card{padding:4rem}}.offers-card .glow-blue{position:absolute;top:-80px;right:-80px;width:384px;height:384px;border-radius:50%;background:#2563eb66;filter:blur(140px);pointer-events:none}.offers-card .glow-rose{position:absolute;bottom:-80px;left:-40px;width:384px;height:384px;border-radius:50%;background:#f43f5e33;filter:blur(140px);pointer-events:none}.offers-card .dots{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);background-size:28px 28px;pointer-events:none}.offers-grid{position:relative;display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.offers-grid{grid-template-columns:1fr 1fr}}.flash-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;background:#f43f5e26;color:#fecdd3;font-size:12px;font-weight:600;box-shadow:inset 0 0 0 1px #f43f5e4d}.flash-badge svg{width:14px;height:14px;fill:currentColor}.offers-card h2{margin-top:1rem;font-size:clamp(2rem,5vw,3.75rem);line-height:1.05;font-weight:600}.offers-card h2 .accent{background:linear-gradient(90deg,var(--electric),#67e8f9);-webkit-background-clip:text;background-clip:text;color:transparent}.countdown{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(min-width:768px){.countdown{gap:1rem}}.countdown-cell{padding:1.25rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #0000004d}@media(min-width:768px){.countdown-cell{padding:2rem}}.countdown-cell .num{font-size:clamp(2rem,6vw,4.5rem);font-weight:700;font-variant-numeric:tabular-nums;background:linear-gradient(180deg,#fff,#fff9);-webkit-background-clip:text;background-clip:text;color:transparent}.countdown-cell .lbl{margin-top:.5rem;font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:#fff9}.brands{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--surface),#fff)}.brands .inner{padding:3.5rem 0}.brands .label{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.25em;color:var(--muted)}.brands-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;align-items:center;gap:2rem 1.5rem}@media(min-width:768px){.brands-grid{grid-template-columns:repeat(8,1fr)}}.brand-name{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#1116;filter:grayscale(100%);transition:.3s;cursor:default}@media(min-width:768px){.brand-name{font-size:1.5rem}}.brand-name:hover{transform:scale(1.1);color:var(--graphite);filter:grayscale(0)}.faq-wrap{max-width:48rem;margin:0 auto}.faq-label{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.faq-title{margin-top:.25rem;text-align:center;font-size:clamp(1.875rem,4vw,2.5rem);font-weight:600;letter-spacing:-.02em}.faq-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.faq-item{border-radius:1rem;border:1px solid var(--border);background:#fff;padding:1.25rem}.faq-item[open]{box-shadow:0 4px 12px #0000000a}.faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-weight:500}.faq-item summary::-webkit-details-marker{display:none}.faq-item .plus{color:var(--muted);font-size:1.25rem;line-height:1;transition:transform .3s}.faq-item[open] .plus{transform:rotate(45deg)}.faq-item p{margin-top:.75rem;font-size:14px;color:var(--muted)}.reviews-grid{margin-top:2.5rem;display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{padding:1.75rem;border-radius:1.5rem;border:1px solid var(--border);background:linear-gradient(135deg,#fff,var(--surface));box-shadow:0 2px 10px -4px #0f172a0f}.review-stars{display:flex;gap:.125rem;margin-bottom:.75rem}.review-stars svg{width:18px;height:18px;fill:#f59e0b}.review-quote{font-size:15px;color:var(--fg);line-height:1.6}.review-author{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem}.avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--electric),var(--midnight));color:#fff;font-weight:600;font-size:14px}.review-author strong{display:block;font-size:14px;font-weight:600}.review-author span{font-size:12px;color:var(--muted)}.newsletter-card{background:var(--surface);border-radius:1.5rem;padding:2.5rem;text-align:center}@media(min-width:768px){.newsletter-card{padding:3.5rem}}.newsletter-card form{display:flex;max-width:28rem;margin:1.5rem auto 0;border-radius:9999px;overflow:hidden;border:1px solid var(--border);background:#fff}.newsletter-card input{flex:1;background:transparent;border:0;padding:.875rem 1.25rem;font-size:14px;outline:none}.newsletter-card button{padding:0 1.5rem;font-size:14px}.site-footer{margin-top:6rem;background:linear-gradient(180deg,var(--graphite),#0a0a0a);color:#fff}.site-footer .inner{padding:5rem 0}.footer-grid{display:grid;gap:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(6,1fr)}}.footer-brand{grid-column:span 2}.footer-brand p{margin-top:1.25rem;max-width:24rem;font-size:14px;line-height:1.6;color:#ffffffb3}.footer-newsletter{margin-top:1.75rem}.footer-newsletter .label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#fff9}.footer-newsletter form{margin-top:.75rem;display:flex;max-width:22rem;border-radius:9999px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;transition:border .2s}.footer-newsletter form:focus-within{border-color:var(--electric)}.footer-newsletter input{flex:1;background:transparent;border:0;padding:.75rem 1rem;color:#fff;font-size:14px;outline:none}.footer-newsletter input::placeholder{color:#fff6}.footer-contact{margin-top:1.75rem;display:flex;flex-direction:column;gap:.5rem;font-size:14px;color:#ffffffb3}.footer-contact li{display:flex;align-items:center;gap:.5rem}.footer-contact svg{width:16px;height:16px;color:var(--electric);stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-social{margin-top:1.5rem;display:flex;gap:.5rem}.footer-social a{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;transition:.2s}.footer-social a:hover{background:var(--electric);border-color:var(--electric)}.footer-social svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-col h4{font-size:14px;font-weight:600}.footer-col ul{margin-top:1rem;display:flex;flex-direction:column;gap:.625rem;font-size:14px;color:#ffffffb3}.footer-col a:hover{color:#fff}.footer-pay{margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.footer-pay .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:#ffffff80}.pay-tag{padding:.375rem .75rem;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#ffffff1a;font-size:11px;font-weight:600}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem;font-size:12px;color:#ffffff80}@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:40;display:grid;grid-template-columns:repeat(4,1fr);background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border)}@media(min-width:768px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav a,.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;padding:.625rem 0;font-size:11px;position:relative}.mobile-bottom-nav svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-bottom:2px}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;align-items:flex-start;justify-content:center;padding:5rem 1rem}.dialog-overlay.open{display:flex;animation:fadeIn .2s ease-out}.dialog{width:100%;max-width:42rem;background:#fff;border-radius:1.5rem;box-shadow:0 40px 80px #0000004d;overflow:hidden;animation:slideUp .3s ease-out}.dialog form{display:flex;align-items:center;gap:.75rem;padding:1.25rem;border-bottom:1px solid var(--border)}.dialog input{flex:1;border:0;outline:none;font-size:1rem}.dialog .close{padding:.25rem .5rem;font-size:13px;color:var(--muted)}.product-page{padding:3rem 0}.product-layout{display:grid;gap:3rem}@media(min-width:768px){.product-layout{grid-template-columns:1.1fr 1fr}}.gallery-main{aspect-ratio:1;border-radius:1.5rem;background:linear-gradient(135deg,#fff,var(--surface));overflow:hidden;border:1px solid var(--border)}.gallery-main img{width:100%;height:100%;object-fit:contain;padding:2rem}.gallery-thumbs{margin-top:1rem;display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.gallery-thumbs button{aspect-ratio:1;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);overflow:hidden;cursor:pointer}.gallery-thumbs button.active{border-color:var(--electric);box-shadow:0 0 0 2px #2563eb33}.gallery-thumbs img{width:100%;height:100%;object-fit:contain;padding:.5rem}.product-info h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;letter-spacing:-.02em}.product-price{margin-top:1rem;display:flex;align-items:baseline;gap:.75rem}.product-price .current{font-size:1.75rem;font-weight:700}.product-price .compare{font-size:1.125rem;color:var(--muted);text-decoration:line-through}.product-options{margin-top:2rem}.option-group{margin-bottom:1.25rem}.option-group .label{font-size:13px;font-weight:600;color:var(--muted);margin-bottom:.5rem}.option-values{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{padding:.625rem 1rem;border-radius:9999px;border:1px solid var(--border);background:#fff;font-size:14px;cursor:pointer;transition:.2s}.option-pill:hover{border-color:var(--graphite)}.option-pill.selected{border-color:var(--graphite);background:var(--graphite);color:#fff}.product-actions{margin-top:1.5rem;display:flex;gap:.75rem}.product-meta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:grid;gap:.75rem}.product-meta li{display:flex;align-items:center;gap:.625rem;font-size:14px;color:var(--muted)}.product-meta svg{width:18px;height:18px;color:var(--electric);stroke:currentColor;fill:none;stroke-width:2}.product-description{margin-top:2rem;color:var(--muted);line-height:1.7;font-size:15px}.collection-header{padding:3rem 0 1rem}.collection-header h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.02em}.collection-header p{margin-top:.75rem;color:var(--muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border);font-size:14px}.collection-toolbar select{padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--border);background:#fff}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:none}.cart-drawer.open{display:block}.cart-drawer .bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;animation:fadeIn .2s}.cart-drawer aside{position:absolute;top:0;right:0;height:100%;width:100%;max-width:28rem;background:#fff;display:flex;flex-direction:column;animation:slideUp .3s}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--border)}.cart-head h3{font-size:1.125rem;font-weight:600}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{padding:3rem 1rem;text-align:center;color:var(--muted)}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item img{width:72px;height:72px;object-fit:contain;border-radius:.75rem;background:var(--surface);padding:.25rem}.cart-item h4{font-size:14px;font-weight:600}.cart-item .vendor{font-size:12px;color:var(--muted)}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:9999px;margin-top:.5rem}.cart-qty button{width:28px;height:28px;display:grid;place-items:center;font-size:14px}.cart-qty span{padding:0 .5rem;font-size:13px;min-width:1.5rem;text-align:center}.cart-foot{padding:1.25rem;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;font-weight:600;font-size:1.125rem;margin-bottom:1rem}.cart-foot .btn{width:100%}.text-muted{color:var(--muted)}.no-products{padding:3rem;text-align:center;color:var(--muted)}.section-sub{margin-top:.5rem;color:var(--muted);font-size:14px}.see-all{font-size:14px;font-weight:500;color:var(--electric)}.see-all:hover{text-decoration:underline}.pb-mobile-nav{padding-bottom:5rem}html{-webkit-text-size-adjust:100%}body{-webkit-tap-highlight-color:transparent;overflow-x:hidden}img,video{height:auto}.products-row{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.pb-mobile-nav{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}@media(min-width:768px){.pb-mobile-nav{padding-bottom:0}}.mobile-bottom-nav{padding-bottom:env(safe-area-inset-bottom,0px)}@media(max-width:767px){.icon-btn{padding:.75rem;min-width:44px;min-height:44px}.btn{padding:.95rem 1.4rem;font-size:.95rem;min-height:48px;width:auto}.hero-ctas .btn{flex:1 1 auto}.mega-link{padding:.75rem 1rem;font-size:14px}.option-pill{min-height:44px;padding:.7rem 1rem}.qa-btn{width:40px;height:40px}}@media(max-width:767px){.promo-bar{font-size:11px}.promo-bar .inner{padding:.4rem 0;justify-content:center;text-align:center}.header-main{gap:.5rem;padding:.75rem 0}.logo-mark{width:36px;height:36px;border-radius:10px}.logo-text{font-size:1.15rem}.header-icons{gap:.1rem}.container{padding-inline:.9rem}}@media(max-width:767px){.mega-nav{display:block}.mega-nav .inner{overflow-x:auto;flex-wrap:nowrap;gap:0;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-block:.25rem}.mega-nav .inner::-webkit-scrollbar{display:none}.mega-link{white-space:nowrap;flex:0 0 auto}}@media(max-width:767px){.hero .inner{padding:3rem 0 3.5rem;gap:2rem}.hero h1{font-size:clamp(2.1rem,9vw,3rem);margin-top:1rem}.hero p.lead{font-size:.98rem;margin-top:1rem}.hero-ctas{margin-top:1.5rem;gap:.6rem}.trust-badges{margin-top:1.25rem;font-size:13px;gap:.5rem 1rem}.hero-stats{margin-top:2rem;gap:1rem;max-width:none}.hero-stats dt{font-size:1.2rem}.hero-stats dd{font-size:11px}.hero-image{transform:none;border-radius:1.25rem}.hero-image-wrap:before{filter:blur(28px)}.hero .glow1,.hero .glow2{filter:blur(120px);opacity:.7}}@media(max-width:767px){.section{padding:2.75rem 0}.section-head{flex-direction:column;align-items:flex-start;gap:.5rem}.section-title{font-size:clamp(1.6rem,6vw,2rem)}.offers-banner{padding:2.75rem 0}.offers-card{padding:1.75rem 1.25rem;border-radius:1.25rem}.offers-card h2{font-size:clamp(1.7rem,7vw,2.4rem)}.countdown-cell{padding:.9rem .5rem;border-radius:1rem}.countdown-cell .num{font-size:clamp(1.6rem,8vw,2.4rem)}.countdown-cell .lbl{font-size:10px;letter-spacing:.15em}}@media(max-width:767px){.trust-bar .grid{padding:1.25rem 0;gap:.5rem}.trust-item{padding:.7rem .75rem;gap:.6rem;border-radius:.85rem}.trust-icon{width:38px;height:38px;border-radius:10px}.trust-text strong{font-size:13px}.trust-text span{font-size:10px}}@media(max-width:767px){.cat-grid{gap:.65rem;margin-top:1.5rem}.cat-card{padding:1rem;border-radius:1.1rem}.cat-icon{width:40px;height:40px;border-radius:.85rem}.cat-icon svg{width:20px;height:20px}.cat-label{margin-top:1.25rem;font-size:.9rem}.cat-cta{font-size:11px}}@media(max-width:767px){.products-grid{gap:.75rem;margin-top:1.25rem}.pcard .media{border-radius:1.1rem}.pcard .media img{padding:.75rem}.pcard:hover,.pcard:hover .media img.primary{transform:none}.pcard .quick-actions{display:none}.pcard h3{font-size:.88rem}.price-current{font-size:.98rem}.price-compare{font-size:.78rem}.pcard .info{padding:.65rem .15rem 0}}@media(max-width:767px){.review-card{padding:1.25rem;border-radius:1.1rem}.review-quote{font-size:14px}.faq-item{padding:1rem}.faq-item summary{font-size:14px}.newsletter-card{padding:1.75rem 1.25rem;border-radius:1.1rem}.newsletter-card form{flex-direction:column;border-radius:1rem;padding:.4rem;gap:.4rem;background:#fff}.newsletter-card input{width:100%;padding:.85rem 1rem;border-radius:.75rem;background:var(--surface)}.newsletter-card button{width:100%;padding:.85rem;border-radius:.75rem}}@media(max-width:767px){.brands .inner{padding:2rem 0}.brands-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem .75rem;margin-top:1.25rem}.brand-name{font-size:1rem}}@media(max-width:767px){.site-footer{margin-top:3rem}.site-footer .inner{padding:2.5rem 0 1.5rem}.footer-grid{gap:2rem}.footer-brand{grid-column:auto}.footer-newsletter form{max-width:none}.footer-pay{margin-top:2rem;padding-top:1.25rem}}@media(max-width:767px){.product-page{padding:1.25rem 0 6rem}.product-layout{gap:1.5rem}.gallery-main{border-radius:1.1rem}.gallery-main img{padding:1rem}.gallery-thumbs{grid-template-columns:repeat(5,1fr);gap:.35rem;margin-top:.6rem}.product-price .current{font-size:1.5rem}.product-actions{position:fixed;left:0;right:0;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:35;padding:.75rem 1rem;background:#fffffff2;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-top:1px solid var(--border);box-shadow:0 -8px 24px #0000000f;margin:0}.product-actions .btn{flex:1}}@media(max-width:767px){.collection-header{padding:1.75rem 0 .5rem}.collection-toolbar{flex-wrap:wrap;gap:.5rem;padding:.75rem 0}.collection-toolbar select{flex:1;min-width:0}}@media(max-width:767px){.cart-drawer aside{max-width:100%}.cart-head{padding:1rem}.cart-foot{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom,0px))}.cart-item img{width:64px;height:64px}}@media(max-width:767px){.dialog-overlay{padding:0;align-items:stretch}.dialog{border-radius:0;max-width:none;height:100%}}.hamburger{display:inline-grid;place-items:center;padding:.75rem;border-radius:9999px;min-width:44px;min-height:44px}.hamburger:hover{background:var(--surface)}.hamburger svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}@media(min-width:768px){.hamburger{display:none}}.nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;display:none}.nav-drawer.open{display:block}.nav-drawer .bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;animation:fadeIn .2s}.nav-drawer aside{position:absolute;top:0;left:0;bottom:0;width:86%;max-width:340px;background:#fff;display:flex;flex-direction:column;animation:slideInLeft .25s ease-out;padding-top:env(safe-area-inset-top,0px)}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.nav-drawer .head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid var(--border)}.nav-drawer .head strong{font-weight:600;font-size:1.05rem}.nav-drawer .close{padding:.5rem;font-size:1.25rem;line-height:1;color:var(--muted)}.nav-drawer nav{padding:.5rem 0;overflow-y:auto;flex:1}.nav-drawer nav a{display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.1rem;font-size:15px;font-weight:500;border-bottom:1px solid var(--border)}.nav-drawer nav a:active{background:var(--surface)}.nav-drawer .foot{padding:1rem 1.1rem calc(1rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);display:flex;gap:.5rem}.nav-drawer .foot a{flex:1;text-align:center;padding:.75rem;border-radius:.75rem;background:var(--surface);font-size:13px;font-weight:600}.mobile-search-row{display:none}@media(max-width:767px){.header-main{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:.5rem;padding:.6rem 0}.header-main .logo{justify-self:center}.header-main .search-trigger{display:none}.header-main .header-icons{justify-self:end;margin-left:0;gap:0}.header-main .header-icons .icon-btn{padding:.6rem}.mobile-search-row{display:block;padding-bottom:.6rem}.mobile-search{display:flex;align-items:center;gap:.6rem;width:100%;padding:.7rem 1rem;border-radius:9999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:14px;text-align:left;min-height:44px}.mobile-search svg{width:18px;height:18px;flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
