:root{--bg: #09090d;--bg-2: #111118;--bg-3: #18181f;--bg-4: #222230;--border: rgba(255,255,255,.08);--border-2: rgba(255,255,255,.14);--white: #f2f2f6;--muted: rgba(242,242,246,.5);--muted-2: rgba(242,242,246,.25);--accent: #b8ff57;--accent-dk: #8acc30;--purple: #7c6fff;--purple-lt: #a78bfa;--red: #ff4d4d;--green: #22c55e;--gold: #f5c000;--radius: 3px;--shadow-sm: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 20px 60px rgba(0,0,0,.6);--trans: .25s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{list-style:none}input,select,button{font-family:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:4px}h1,h2,h3,h4{font-family:Syne,sans-serif;font-weight:800;line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(40px,6vw,90px)}h2{font-size:clamp(32px,4vw,64px)}h3{font-size:clamp(18px,2.5vw,28px);font-weight:700}em{font-style:normal;color:var(--accent)}.eyebrow{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:12px;display:flex;align-items:center;gap:10px}.eyebrow:after{content:"";width:36px;height:1px;background:var(--accent)}.container{max-width:1300px;margin:0 auto;padding:0 40px}@media(max-width:768px){.container{padding:0 20px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Syne,sans-serif;font-size:14px;font-weight:700;letter-spacing:.3px;padding:13px 28px;border-radius:var(--radius);border:none;cursor:pointer;transition:all var(--trans);text-decoration:none;white-space:nowrap}.btn--primary{background:var(--accent);color:var(--bg)}.btn--primary:hover{background:var(--accent-dk);transform:translateY(-2px);box-shadow:0 8px 28px #b8ff574d}.btn--outline{background:transparent;color:var(--white);border:1px solid var(--border-2)}.btn--outline:hover{border-color:#ffffff59;background:#ffffff0a}.btn--ghost{background:transparent;color:var(--muted);border:none;padding:13px 0}.btn--ghost:hover{color:var(--white)}.btn--dark{background:var(--bg);color:var(--accent);border:none}.btn--dark:hover{background:var(--bg-2)}.btn--lg{padding:16px 36px;font-size:15px}.btn--xl{padding:18px 40px;font-size:16px}.btn--sm{padding:10px 18px;font-size:12px}.btn--full{width:100%;display:flex}.topbar{background:var(--purple);overflow:hidden;height:34px;display:flex;align-items:center}.topbar__track{display:inline-flex;align-items:center;white-space:nowrap;animation:marquee 28s linear infinite}.topbar__track span{font-size:12px;font-weight:600;color:#fff;padding:0 24px}.topbar__sep{opacity:.35}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{position:sticky;top:0;z-index:100;background:#09090deb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:box-shadow .3s}.header.scrolled{box-shadow:0 4px 24px #00000080}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:0 auto;padding:0 40px;height:64px}@media(max-width:768px){.header__inner{padding:0 20px}}.header__logo{display:flex;align-items:center;gap:8px;font-family:Syne,sans-serif;font-size:20px;font-weight:800;color:var(--accent);letter-spacing:-.5px}.header__logo-icon{font-size:18px}.header__nav{display:flex;gap:32px}.header__nav-link{font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.5px;text-transform:uppercase;transition:color var(--trans);position:relative;padding-bottom:4px}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform var(--trans)}.header__nav-link:hover{color:var(--white)}.header__nav-link:hover:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:12px}.header__cart-btn{position:relative;background:none;border:none;color:var(--muted);padding:8px;display:flex;align-items:center;transition:color var(--trans)}.header__cart-btn:hover{color:var(--white)}.header__cart-count{position:absolute;top:-4px;right:-4px;background:var(--accent);color:var(--bg);border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif}.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px}.header__burger span{display:block;width:22px;height:2px;background:var(--muted);border-radius:2px;transition:all .3s}.header__mobile-nav{display:none;flex-direction:column;max-height:0;overflow:hidden;border-top:1px solid var(--border);transition:max-height .4s ease}.header__mobile-nav.open{max-height:260px}.header__mobile-nav a{padding:14px 20px;font-size:15px;font-weight:600;color:var(--muted);border-bottom:1px solid var(--border);transition:color var(--trans)}.header__mobile-nav a:hover{color:var(--white)}.hero{position:relative;overflow:hidden;min-height:calc(100vh - 98px);display:flex;align-items:center;padding:80px 40px}.hero__bg-glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none}.hero__bg-glow--1{width:700px;height:700px;top:-200px;right:-100px;background:radial-gradient(circle,rgba(124,111,255,.12),transparent 70%)}.hero__bg-glow--2{width:500px;height:500px;bottom:-100px;left:-50px;background:radial-gradient(circle,rgba(184,255,87,.07),transparent 70%)}.hero__inner{max-width:1300px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.hero__pulse{width:7px;height:7px;background:var(--accent);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #b8ff5799}50%{box-shadow:0 0 0 8px #b8ff5700}}.hero__title{font-size:clamp(56px,7vw,100px);font-weight:800;line-height:.95;letter-spacing:-3px;margin-bottom:24px}.hero__title em{color:var(--accent)}.hero__desc{font-size:17px;color:var(--muted);line-height:1.7;max-width:480px;margin-bottom:36px}.hero__cta-row{display:flex;align-items:center;gap:20px;margin-bottom:52px}.hero__stats{display:flex;align-items:center;gap:28px}.hero__stat{display:flex;flex-direction:column}.hero__stat strong{font-family:Syne,sans-serif;font-size:28px;font-weight:800;line-height:1}.hero__stat span{font-size:11px;color:var(--muted);letter-spacing:1px;text-transform:uppercase;margin-top:3px}.hero__stat-divider{width:1px;height:40px;background:var(--border-2)}.hero__product-card{background:var(--bg-3);border:1px solid var(--border-2);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero__product-img-wrap{position:relative;height:380px;overflow:hidden;background:var(--bg-2)}.hero__product-img{width:100%;height:100%;object-fit:cover}.hero__product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.hero__rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.hero__ring{position:absolute;border-radius:50%;border:1px solid rgba(184,255,87,.15)}.hero__ring:nth-child(1){width:260px;height:260px;animation:spin 10s linear infinite}.hero__ring:nth-child(2){width:190px;height:190px;animation:spin 7s linear infinite reverse}.hero__ring:nth-child(3){width:120px;height:120px;animation:spin 5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero__float-tag{position:absolute;padding:8px 14px;border-radius:100px;font-size:12px;font-weight:700;background:#09090de0;border:1px solid var(--border-2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;gap:6px}.hero__float-tag--1{top:18px;right:18px;animation:floatTag 4s ease-in-out infinite}.hero__float-tag--2{bottom:18px;left:18px;animation:floatTag 4s ease-in-out infinite 1.5s}.hero__float-tag--3{bottom:18px;right:18px;background:var(--accent);color:var(--bg);font-size:16px;font-weight:800;animation:floatTag 4s ease-in-out infinite .8s}@keyframes floatTag{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.hero__product-meta{padding:22px 24px}.hero__product-title{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:10px}.hero__product-pricing{display:flex;align-items:center;gap:10px;margin-bottom:6px}.hero__product-price{font-family:Syne,sans-serif;font-size:26px;font-weight:800;color:var(--accent)}.hero__product-compare{font-size:14px;color:var(--muted-2);text-decoration:line-through}.hero__product-stars{font-size:12px;color:var(--muted);margin-bottom:14px}.hero__product-stars span{color:var(--gold)}.trust-bar{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 40px;overflow-x:auto}.trust-bar__inner{display:flex;align-items:center;gap:32px;max-width:1300px;margin:0 auto;white-space:nowrap}.trust-bar__item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.trust-bar__item strong{color:var(--white)}.trust-bar__avatars{display:flex}.trust-bar__avatar{width:30px;height:30px;border-radius:50%;border:2px solid var(--bg-2);margin-left:-8px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--bg);flex-shrink:0}.trust-bar__avatar:first-child{margin-left:0}.trust-bar__divider{width:1px;height:28px;background:var(--border-2);flex-shrink:0}.trust-bar__stars{color:var(--gold);font-size:16px}.trust-bar__live-dot{width:8px;height:8px;background:var(--green);border-radius:50%;flex-shrink:0;animation:pulse 2s infinite}.section{padding:96px 40px}.section__header{max-width:1300px;margin:0 auto 60px}.section__header--center{text-align:center}.section__header--center .eyebrow{justify-content:center}.section__header--center .eyebrow:after{display:none}.section__sub{font-size:17px;color:var(--muted);max-width:560px;margin-top:12px}.section__cta-row{text-align:center;margin-top:56px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1300px;margin:0 auto}.product-grid--related{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.product-grid,.product-grid--related{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-grid,.product-grid--related{grid-template-columns:1fr}}.product-grid__empty{grid-column:1/-1;text-align:center;padding:60px;color:var(--muted)}.product-card{background:var(--bg-3);overflow:hidden;transition:all var(--trans);position:relative;display:flex;flex-direction:column}.product-card:hover{background:var(--bg-4);box-shadow:var(--shadow-lg);transform:translateY(-3px) scale(1.01);z-index:2}.product-card__img-link{display:block}.product-card__img-wrap{position:relative;height:260px;overflow:hidden;background:var(--bg-2)}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__img{transform:scale(1.07)}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:72px}.product-card__badge{position:absolute;top:14px;left:14px;font-family:Syne,sans-serif;font-size:10px;font-weight:800;padding:4px 10px;letter-spacing:1px;text-transform:uppercase;z-index:2;background:var(--bg-3);color:var(--muted)}.product-card__badge--sale{background:var(--accent);color:var(--bg)}.product-card__badge--new{background:var(--purple);color:#fff}.product-card__hover-cta{position:absolute;top:0;right:0;bottom:0;left:0;background:#09090db8;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--trans)}.product-card:hover .product-card__hover-cta{opacity:1}.product-card__quick-add{transform:translateY(12px);transition:transform .25s ease .05s}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:18px 22px 24px;flex:1;display:flex;flex-direction:column}.product-card__cat{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted-2);margin-bottom:7px}.product-card__title{font-family:Syne,sans-serif;font-size:15px;font-weight:700;line-height:1.35;margin-bottom:8px;flex:1}.product-card__title a{color:var(--white);transition:color var(--trans)}.product-card__title a:hover{color:var(--accent)}.product-card__stars{color:var(--gold);font-size:12px;margin-bottom:14px}.product-card__stars span{color:var(--muted-2);font-size:11px;margin-left:4px}.product-card__bottom{display:flex;align-items:center;justify-content:space-between}.product-card__pricing{display:flex;align-items:center;gap:8px}.product-card__price{font-family:Syne,sans-serif;font-size:20px;font-weight:800;color:var(--accent)}.product-card__compare{font-size:13px;color:var(--muted-2);text-decoration:line-through}.product-card__link{font-size:12px;font-weight:700;color:var(--muted);transition:color var(--trans)}.product-card__link:hover{color:var(--accent)}.highlight-section{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:96px 40px}.highlight__inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.highlight__img-stack{position:relative}.highlight__main-img{width:100%;border-radius:var(--radius);display:block}.highlight__placeholder{aspect-ratio:1;background:var(--bg-3);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.highlight__rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.highlight__rings div{position:absolute;border-radius:50%;border:1px solid rgba(184,255,87,.15)}.highlight__rings div:nth-child(1){width:70%;height:70%;animation:spin 10s linear infinite}.highlight__rings div:nth-child(2){width:50%;height:50%;animation:spin 7s linear infinite reverse}.highlight__rings div:nth-child(3){width:30%;height:30%;animation:spin 5s linear infinite}.highlight__img-thumbs{display:flex;gap:10px;margin-top:12px}.highlight__thumb{width:72px;height:72px;object-fit:cover;cursor:pointer;border:2px solid transparent;border-radius:var(--radius);transition:border-color var(--trans);opacity:.7}.highlight__thumb.active,.highlight__thumb:hover{border-color:var(--accent);opacity:1}.highlight__badges{display:flex;gap:10px;margin-top:16px}.highlight__badge{flex:1;background:var(--bg);border:1px solid var(--border-2);padding:14px;text-align:center;border-radius:var(--radius)}.highlight__badge strong{display:block;font-family:Syne,sans-serif;font-size:22px;font-weight:800;color:var(--accent)}.highlight__badge span{font-size:10px;color:var(--muted);letter-spacing:.5px;line-height:1.4}.highlight__title{font-size:clamp(30px,4vw,52px);margin:12px 0 18px}.highlight__rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:22px}.highlight__stars{color:var(--gold);font-size:20px}.highlight__rating span:nth-child(2){font-size:13px;color:var(--muted)}.highlight__badge-label{background:#f5c00026;border:1px solid rgba(245,192,0,.3);color:var(--gold);font-size:11px;padding:4px 10px;font-weight:700;border-radius:var(--radius)}.highlight__price-box{display:flex;align-items:center;gap:14px;padding:18px;background:#b8ff570d;border:1px solid rgba(184,255,87,.18);border-radius:var(--radius);margin-bottom:24px}.highlight__price{font-family:Syne,sans-serif;font-size:36px;font-weight:800;color:var(--accent)}.highlight__compare{font-size:18px;color:var(--muted-2);text-decoration:line-through}.highlight__saved{margin-left:auto;background:#b8ff571f;color:var(--accent);font-size:12px;font-weight:700;padding:5px 12px;border-radius:100px;white-space:nowrap}.highlight__features{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.highlight__features li{display:flex;gap:14px;align-items:flex-start}.hf__icon{font-size:22px;flex-shrink:0;margin-top:1px}.highlight__features li div{display:flex;flex-direction:column;gap:2px}.highlight__features li strong{font-size:14px;font-weight:700}.highlight__features li p{font-size:13px;color:var(--muted);line-height:1.6}.highlight__variants{margin-bottom:20px}.highlight__variants-label{font-size:13px;font-weight:600;color:var(--muted);margin-bottom:10px}.highlight__variants-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.variant-btn{padding:11px 14px;background:var(--bg-3);border:1px solid var(--border);color:var(--muted);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--trans);text-align:left;border-radius:var(--radius);position:relative}.variant-btn:hover{border-color:var(--border-2);color:var(--white)}.variant-btn.active{border-color:var(--accent);color:var(--accent);background:#b8ff570f}.variant-btn:disabled{opacity:.35;cursor:not-allowed}.highlight__stock{margin-bottom:22px}.stock-dot{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:8px;animation:pulse 2s infinite;vertical-align:middle}.highlight__stock{font-size:13px;color:var(--muted)}.highlight__stock strong{color:var(--white)}.stock-bar{height:3px;background:var(--bg-4);border-radius:100px;margin-top:8px;overflow:hidden}.stock-bar__fill{height:100%;background:linear-gradient(90deg,var(--green),var(--accent));border-radius:100px}.highlight__cta{display:flex;flex-direction:column;margin-bottom:16px}.highlight__reassurance{display:flex;gap:16px;flex-wrap:wrap}.highlight__reassurance span{font-size:12px;color:var(--muted-2);display:flex;align-items:center;gap:5px}.highlight__results{max-width:1300px;margin:72px auto 0}.highlight__results h3{font-size:clamp(22px,3vw,36px);margin-bottom:32px}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.result-card{background:var(--bg-3);padding:32px}.result-card:hover{background:var(--bg-4)}.result-card__num{font-family:Syne,sans-serif;font-size:48px;font-weight:800;color:var(--accent);line-height:1;margin-bottom:4px}.result-card__label{font-size:13px;font-weight:600;color:var(--white);margin-bottom:14px}.result-card blockquote{font-size:14px;color:var(--muted);line-height:1.75;font-style:italic;border-left:2px solid var(--purple);padding-left:14px;margin-bottom:10px}.result-card cite{font-size:12px;color:var(--muted-2);font-weight:600;font-style:normal}.features-section{padding:96px 40px}.features-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.feature-card{background:var(--bg-3);padding:40px 32px;border-top:3px solid transparent;transition:all var(--trans)}.feature-card:hover{border-top-color:var(--accent);background:var(--bg-4)}.feature-card__icon{font-size:32px;margin-bottom:18px}.feature-card h3{font-size:18px;margin-bottom:10px}.feature-card p{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:14px}.feature-card__stat{font-family:Syne,sans-serif;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--accent);font-weight:700}.testimonials-section{padding:96px 40px;background:var(--bg-2)}.testimonials-rating{display:flex;align-items:center;gap:12px;margin-top:14px}.testimonials-stars{color:var(--gold);font-size:22px}.testimonials-score{font-family:Syne,sans-serif;font-size:22px;font-weight:800}.testimonials-count{font-size:14px;color:var(--muted)}.testimonials-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.testimonial-card{background:var(--bg-3);padding:30px;display:flex;flex-direction:column;gap:12px}.testimonial-card:hover{background:var(--bg-4)}.testimonial-card__top{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-weight:800;font-size:15px}.testimonial-card__top>div{flex:1}.testimonial-card__top>div strong{display:block;font-size:14px}.testimonial-card__top>div span{font-size:12px;color:var(--muted-2)}.testimonial-card__stars{color:var(--gold);font-size:13px;margin-left:auto;align-self:flex-start}.testimonial-card__product{font-size:11px;font-weight:700;letter-spacing:.5px;color:var(--purple-lt);background:#7c6fff1a;border:1px solid rgba(124,111,255,.2);padding:3px 10px;width:fit-content;border-radius:var(--radius)}.testimonial-card p{font-size:14px;color:var(--muted);line-height:1.75;font-style:italic;flex:1}.testimonial-card__verified{font-size:11px;color:var(--green);font-weight:600}.countdown-strip{background:linear-gradient(135deg,var(--purple),#5548e0);padding:28px 40px}.countdown-strip__inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.countdown-strip__left{display:flex;align-items:center;gap:20px}.countdown-strip__icon{font-size:28px}.countdown-strip__left strong{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.countdown{display:flex;align-items:center;gap:8px}.countdown__block{display:flex;flex-direction:column;align-items:center}.countdown__block span{font-family:Syne,sans-serif;font-size:32px;font-weight:800;line-height:1;min-width:2ch;text-align:center}.countdown__block label{font-size:10px;letter-spacing:1px;text-transform:uppercase;opacity:.65}.countdown__sep{font-size:26px;font-weight:800;opacity:.45;padding-bottom:16px}.newsletter-strip{padding:80px 40px;background:var(--bg-3);border-top:1px solid var(--border)}.newsletter-strip__inner{max-width:700px;margin:0 auto;text-align:center}.newsletter-strip__text h2{margin:12px 0 10px}.newsletter-strip__text p{font-size:15px;color:var(--muted);margin-bottom:28px}.newsletter-strip__form{display:flex;max-width:480px;margin:0 auto 12px}.newsletter-strip__input{flex:1;padding:14px 20px;background:var(--bg-2);border:1px solid var(--border-2);border-right:none;color:var(--white);font-size:14px;outline:none;border-radius:var(--radius) 0 0 var(--radius)}.newsletter-strip__input:focus{border-color:var(--accent)}.newsletter-strip__form .btn{border-radius:0 var(--radius) var(--radius) 0}.newsletter-strip__trust{font-size:12px;color:var(--muted-2)}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:72px 40px 0}.site-footer__inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px}.site-footer__logo{font-family:Syne,sans-serif;font-size:22px;font-weight:800;color:var(--accent);margin-bottom:14px;display:block}.site-footer__brand p{font-size:14px;color:var(--muted-2);line-height:1.75;max-width:260px;margin-bottom:20px}.site-footer__socials{display:flex;gap:8px}.site-footer__social-btn{padding:7px 14px;border:1px solid var(--border-2);border-radius:var(--radius);font-size:12px;font-weight:600;color:var(--muted);transition:all var(--trans)}.site-footer__social-btn:hover{border-color:var(--accent);color:var(--accent)}.site-footer__col-title{font-family:Syne,sans-serif;font-size:10px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.site-footer__col ul{display:flex;flex-direction:column;gap:10px}.site-footer__col a{font-size:14px;color:var(--muted-2);transition:color var(--trans)}.site-footer__col a:hover{color:var(--white)}.site-footer__bottom{max-width:1300px;margin:0 auto;border-top:1px solid var(--border);padding:24px 0;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted-2)}.site-footer__payments{display:flex;gap:8px}.site-footer__payments span{border:1px solid var(--border);padding:3px 10px;font-size:10px;font-weight:700;letter-spacing:.5px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:199;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}#overlay-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;display:none}#overlay-bg.open{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:430px;max-width:100%;background:var(--bg-2);z-index:200;border-left:1px solid var(--border);transform:translate(105%);transition:transform .38s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{display:flex;align-items:center;gap:10px;font-family:Syne,sans-serif;font-size:18px;font-weight:800}.cart-drawer__count{background:var(--accent);color:var(--bg);border-radius:50%;width:20px;height:20px;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.cart-drawer__close{background:none;border:none;color:var(--muted);font-size:18px;padding:6px;transition:color var(--trans)}.cart-drawer__close:hover{color:var(--white)}.cart-drawer__shipping-bar{padding:14px 26px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 26px}.cart-drawer__empty{text-align:center;padding:56px 0;display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--muted)}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item__img{width:70px;height:70px;background:var(--bg-3);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--radius)}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-size:13px;font-weight:600;margin-bottom:3px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item__variant{font-size:11px;color:var(--muted-2);margin-bottom:4px}.cart-item__price{font-size:14px;color:var(--accent);font-weight:700;margin-bottom:8px}.cart-item__qty{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;background:var(--bg-4);border:none;border-radius:var(--radius);color:var(--white);font-size:16px;display:flex;align-items:center;justify-content:center;transition:background var(--trans)}.qty-btn:hover{background:var(--bg-3)}.cart-item__qty span{font-family:Syne,sans-serif;font-size:14px;min-width:20px;text-align:center}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.cart-item__total{font-family:Syne,sans-serif;font-size:16px;font-weight:800;color:var(--accent)}.cart-item__remove{background:none;border:none;color:var(--muted-2);font-size:16px;transition:color var(--trans)}.cart-item__remove:hover{color:var(--red)}.cart-drawer__footer{padding:20px 26px;border-top:1px solid var(--border);flex-shrink:0}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;margin-bottom:6px}#DrawerTotal{font-family:Syne,sans-serif;font-size:22px;color:var(--accent)}.cart-drawer__note{font-size:11px;color:var(--muted-2);margin-bottom:14px}#toasts{position:fixed;bottom:28px;right:28px;z-index:999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{background:var(--bg-3);border:1px solid var(--border-2);border-left:3px solid var(--accent);padding:13px 18px;font-size:14px;font-weight:600;min-width:260px;box-shadow:var(--shadow-lg);border-radius:var(--radius);animation:toastIn .4s cubic-bezier(.34,1.56,.64,1) forwards}.toast.out{animation:toastOut .3s ease forwards}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.product-page{padding:28px 0 80px}.breadcrumb{max-width:1300px;margin:0 auto 36px;padding:0 40px;font-size:13px;color:var(--muted-2);display:flex;gap:8px;align-items:center}.breadcrumb a{transition:color var(--trans)}.breadcrumb a:hover{color:var(--white)}.product-page__grid{max-width:1300px;margin:0 auto 72px;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:72px}.product-page__main-img-wrap{position:relative;background:var(--bg-3);border-radius:var(--radius);overflow:hidden}.product-page__main-img{width:100%;display:block;transition:opacity .25s}.product-page__img-placeholder{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:100px}.product-page__img-badge{position:absolute;top:18px;left:18px;background:var(--accent);color:var(--bg);font-family:Syne,sans-serif;font-size:13px;font-weight:800;padding:6px 14px;border-radius:var(--radius)}.product-page__thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-page__thumb{background:none;border:2px solid transparent;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color var(--trans);width:72px;height:72px;flex-shrink:0}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__thumb.active{border-color:var(--accent)}.product-page__thumb:hover{border-color:var(--border-2)}.product-page__category{font-family:Syne,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.product-page__title{font-size:clamp(26px,3.5vw,42px);margin-bottom:16px;line-height:1.1}.product-page__rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.product-page__stars{color:var(--gold);font-size:18px}.product-page__rating>span:nth-child(2){font-size:13px;color:var(--muted)}.product-page__badge{background:#f5c00026;border:1px solid rgba(245,192,0,.3);color:var(--gold);font-size:11px;padding:4px 10px;font-weight:700;border-radius:var(--radius)}.product-page__price-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.product-page__price{font-family:Syne,sans-serif;font-size:38px;font-weight:800;color:var(--accent)}.product-page__compare{font-size:18px;color:var(--muted-2);text-decoration:line-through}.product-page__saved{background:#b8ff571a;border:1px solid rgba(184,255,87,.2);color:var(--accent);font-size:11px;padding:4px 10px;font-weight:700;border-radius:100px}.product-page__live{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding:12px 16px;background:var(--bg-3);border-radius:var(--radius);margin-bottom:22px}.live-dot{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}.product-page__label{font-size:13px;font-weight:600;color:var(--muted);margin-bottom:10px}.product-page__variants{margin-bottom:20px}.product-page__variant-btns{display:flex;flex-wrap:wrap;gap:8px}.product-page__qty-row{display:flex;align-items:center;gap:20px;margin-bottom:16px}.product-page__qty{display:flex;align-items:center;border:1px solid var(--border-2);border-radius:var(--radius);overflow:hidden}.product-page__qty .qty-btn{border-radius:0;border:none;background:var(--bg-3);width:40px;height:44px}.product-page__qty-input{background:transparent;border:none;color:var(--white);text-align:center;font-family:Syne,sans-serif;font-size:15px;width:52px;padding:0;outline:none}.product-page__stock{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--green);font-weight:600;margin-bottom:18px}.product-page__guarantees{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;padding-top:22px;border-top:1px solid var(--border)}.product-page__guarantee{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.product-page__accordion{margin-top:26px;border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 0;background:none;border:none;color:var(--white);font-size:14px;font-weight:600;cursor:pointer;text-align:left;transition:color var(--trans)}.accordion-item__trigger:hover{color:var(--accent)}.accordion-item__arrow{color:var(--muted-2);font-size:11px;transition:transform .3s;flex-shrink:0}.accordion-item.active .accordion-item__arrow{transform:rotate(180deg)}.accordion-item__body{font-size:14px;color:var(--muted);line-height:1.8;max-height:0;overflow:hidden;transition:max-height .4s ease,padding-bottom .3s}.accordion-item.active .accordion-item__body{max-height:400px;padding-bottom:18px}.accordion-item__body ul{padding-left:18px;list-style:disc}.accordion-item__body li{margin-bottom:6px}.accordion-item__body p{margin-bottom:8px}.product-page__related{max-width:1300px;margin:0 auto;padding:0 40px 60px}.product-page__related .eyebrow{margin-bottom:6px}.product-page__related h3{margin-bottom:28px}.collection-page{padding:40px 0 80px}.collection-page__hero{max-width:1300px;margin:0 auto 48px;padding:0 40px;text-align:center}.collection-page__hero h1{margin:10px 0}.collection-page__hero p{font-size:15px;color:var(--muted)}.collection-page__toolbar{max-width:1300px;margin:0 auto 28px;padding:0 40px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.collection-page__count{font-size:13px;color:var(--muted-2)}.collection-page__sort{background:var(--bg-3);border:1px solid var(--border-2);color:var(--white);padding:9px 16px;font-size:13px;outline:none;cursor:pointer;border-radius:var(--radius)}.collection-page .product-grid{padding:0 40px}.pagination{display:flex;justify-content:center;gap:6px;margin-top:52px}.pagination__btn{padding:9px 18px;background:var(--bg-3);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;transition:all var(--trans);border-radius:var(--radius);text-decoration:none;display:inline-flex}.pagination__btn:hover,.pagination__btn--active{border-color:var(--accent);color:var(--accent);background:#b8ff570f}.cart-page{padding:40px 0 80px}.cart-page .container{max-width:1300px;margin:0 auto;padding:0 40px}.cart-page .eyebrow{margin-bottom:6px}.cart-page h1{margin-bottom:40px}.cart-page__empty{text-align:center;padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-page__item{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--border)}.cart-page__item-img{width:88px;height:88px;background:var(--bg-3);border-radius:var(--radius);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-page__item-img img{width:100%;height:100%;object-fit:cover}.cart-page__item-info{flex:1}.cart-page__item-title{font-size:15px;font-weight:700;color:var(--white);transition:color var(--trans)}.cart-page__item-title:hover{color:var(--accent)}.cart-page__item-variant{font-size:12px;color:var(--muted-2);margin:3px 0 6px}.cart-page__item-price{font-size:13px;color:var(--muted);margin-bottom:10px}.cart-page__item-qty{display:flex;align-items:center;gap:8px}.cart-page__item-qty span{font-family:Syne,sans-serif;font-size:14px}.cart-page__item-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.cart-page__item-total{font-family:Syne,sans-serif;font-size:18px;font-weight:800;color:var(--accent)}.cart-page__item-remove{background:none;border:none;color:var(--muted-2);font-size:12px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:color var(--trans)}.cart-page__item-remove:hover{color:var(--red)}.cart-page__summary{background:var(--bg-3);padding:28px;position:sticky;top:72px;border-radius:var(--radius)}.cart-page__summary h3{font-size:18px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart-page__summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:10px}.cart-page__summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;border-top:1px solid var(--border);padding-top:14px;margin:14px 0 22px}.cart-page__summary-total span:last-child{font-family:Syne,sans-serif;font-size:22px;color:var(--accent)}.cart-page__summary-guarantees{margin-top:18px;padding-top:18px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--muted-2)}.shipping-bar__text{font-size:13px;color:var(--muted);margin-bottom:8px}.shipping-bar__text strong{color:var(--accent)}.shipping-bar__track{height:3px;background:var(--bg-4);border-radius:100px;overflow:hidden}.shipping-bar__fill{height:100%;background:linear-gradient(90deg,var(--purple),var(--accent));border-radius:100px;transition:width .5s ease}@media(max-width:1024px){.hero__inner,.highlight__inner{grid-template-columns:1fr;gap:48px}.features-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.results-grid{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr 1fr;gap:40px}.product-page__grid,.cart-page__grid{grid-template-columns:1fr}.cart-page__summary{position:static}}@media(max-width:768px){.hero,.section,.features-section,.testimonials-section,.highlight-section,.newsletter-strip,.site-footer{padding-left:20px;padding-right:20px}.hero{padding-top:60px}.hero__cta-row{flex-direction:column;align-items:flex-start;gap:12px}.header__nav{display:none}.header__burger,.header__mobile-nav{display:flex}.trust-bar{padding:14px 20px}.features-grid,.testimonials-grid,.highlight__variants-grid,.product-page__guarantees{grid-template-columns:1fr}.breadcrumb,.product-page__grid,.product-page__related,.collection-page__hero,.collection-page__toolbar,.collection-page .product-grid{padding-left:20px;padding-right:20px}.cart-page .container{padding:0 20px}.countdown-strip{padding:22px 20px}.countdown-strip__inner{flex-direction:column;text-align:center;gap:20px}.site-footer__inner{grid-template-columns:1fr;gap:32px}.newsletter-strip__form{flex-direction:column}.newsletter-strip__input{border-right:1px solid var(--border-2);border-radius:var(--radius)}.newsletter-strip__form .btn{border-radius:var(--radius)}.product-grid--related{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){html{font-size:15px}.topbar{height:30px}.topbar__track span{font-size:11px;padding:0 18px}.header__inner{height:56px;padding:0 16px}.header__nav{display:none!important}.header__burger,.header__mobile-nav{display:flex!important}.header__logo{font-size:17px}.header__cart-count{width:16px;height:16px;font-size:9px}.hero{padding:48px 16px 56px;min-height:auto}.hero__inner{grid-template-columns:1fr!important;gap:36px}.hero__title{font-size:clamp(44px,12vw,64px);letter-spacing:-2px}.hero__desc{font-size:15px}.hero__cta-row{flex-direction:column;align-items:stretch;gap:10px}.hero__cta-row .btn{text-align:center;justify-content:center}.hero__stats{gap:18px}.hero__stat strong{font-size:22px}.hero__product-card{max-width:340px;margin:0 auto}.hero__product-img-wrap{height:280px}.trust-bar{padding:12px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.trust-bar__inner{gap:20px;min-width:520px}.trust-bar__item{font-size:12px}.section{padding:56px 16px}.section__header{margin-bottom:36px}.section__header h2{font-size:clamp(26px,8vw,40px)}.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:1px;padding:0!important}.product-grid--related{grid-template-columns:repeat(2,1fr)!important}.product-card__img-wrap{height:180px}.product-card__img-placeholder{font-size:48px}.product-card__info{padding:12px 14px 18px}.product-card__title{font-size:13px}.product-card__price{font-size:16px}.product-card__hover-cta{opacity:1;background:#09090d80}.product-card__quick-add{transform:translateY(0)!important;font-size:11px;padding:8px 12px}.highlight-section{padding:56px 16px}.highlight__inner{grid-template-columns:1fr!important;gap:36px}.highlight__badges{gap:6px}.highlight__badge{padding:10px 8px}.highlight__badge strong{font-size:18px}.highlight__title{font-size:clamp(24px,7vw,36px)}.highlight__price{font-size:28px}.highlight__compare{font-size:15px}.highlight__variants-grid{grid-template-columns:1fr!important}.highlight__results{margin-top:40px}.results-grid{grid-template-columns:1fr!important;gap:1px}.result-card{padding:22px 18px}.result-card__num{font-size:36px}.features-section{padding:56px 16px}.features-grid{grid-template-columns:1fr!important;gap:1px}.feature-card{padding:28px 22px}.testimonials-section{padding:56px 16px}.testimonials-grid{grid-template-columns:1fr!important;gap:1px}.testimonial-card{padding:22px 18px}.testimonials-rating{flex-wrap:wrap;gap:8px}.testimonials-score{font-size:18px}.countdown-strip{padding:20px 16px}.countdown-strip__inner{flex-direction:column;text-align:center;gap:16px}.countdown__block span{font-size:26px}.countdown-strip .btn{width:100%;justify-content:center}.newsletter-strip{padding:56px 16px}.newsletter-strip__form{flex-direction:column;gap:0}.newsletter-strip__input{border-right:1px solid var(--border-2)!important;border-radius:var(--radius)!important;margin-bottom:8px}.newsletter-strip__form .btn{border-radius:var(--radius)!important;width:100%;justify-content:center}.site-footer{padding:48px 16px 0}.site-footer__inner{grid-template-columns:1fr!important;gap:28px;padding-bottom:36px}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center;padding:18px 0}.cart-drawer{width:100%!important}.product-page{padding:16px 0 56px}.breadcrumb{padding:0 16px;font-size:12px;margin-bottom:20px}.product-page__grid{grid-template-columns:1fr!important;gap:24px;padding:0 16px;margin-bottom:36px}.product-page__title{font-size:clamp(22px,6vw,32px)}.product-page__price{font-size:30px}.product-page__guarantees{grid-template-columns:1fr!important}.product-page__related{padding:0 16px 40px}.product-page__thumbs{gap:6px}.product-page__thumb{width:58px;height:58px}.collection-page{padding:24px 0 56px}.collection-page__hero{padding:0 16px}.collection-page__toolbar{padding:0 16px;flex-wrap:wrap;gap:10px}.collection-page .product-grid{padding:0!important}.cart-page .container{padding:0 16px}.cart-page h1{font-size:clamp(28px,8vw,40px);margin-bottom:24px}.cart-page__grid{grid-template-columns:1fr!important;gap:24px}.cart-page__item{gap:12px}.cart-page__item-img{width:68px;height:68px}.cart-page__summary{position:static!important}.btn--xl{padding:16px 28px;font-size:15px}.btn--lg{padding:14px 24px;font-size:14px}.modal{width:calc(100% - 32px)!important;max-height:92vh;overflow-y:auto}}@media(min-width:769px)and (max-width:1024px){.hero{padding:60px 32px}.hero__inner{gap:48px}.product-grid,.features-grid,.testimonials-grid,.results-grid{grid-template-columns:repeat(2,1fr)!important}.highlight__inner{grid-template-columns:1fr!important;gap:48px}.site-footer__inner{grid-template-columns:1fr 1fr!important}.highlight__variants-grid{grid-template-columns:1fr 1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:300;opacity:0;pointer-events:none;transition:opacity .3s}.modal-overlay.open{opacity:1;pointer-events:all}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-55%);width:min(520px,calc(100vw - 32px));background:var(--bg-2);border:1px solid var(--border-2);z-index:301;border-radius:4px;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .3s,transform .35s cubic-bezier(.34,1.2,.64,1)}.modal.open{opacity:1;pointer-events:all;transform:translate(-50%,-50%)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.modal__header h3{font-size:20px;margin:0}.modal__close{background:none;border:none;color:var(--muted);font-size:20px;cursor:pointer;padding:4px;transition:color .2s}.modal__close:hover{color:var(--white)}.modal__body{padding:24px}.modal__intro{font-size:14px;color:var(--muted);margin-bottom:20px}.contact-options{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.contact-option{display:flex;align-items:center;gap:16px;padding:14px 18px;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}.contact-option:hover{border-color:var(--accent)}.contact-option__icon{font-size:24px;flex-shrink:0}.contact-option strong{display:block;font-size:14px;font-weight:700}.contact-option span{font-size:12px;color:var(--muted)}.contact-form{display:flex;flex-direction:column;gap:14px}.contact-form__field{display:flex;flex-direction:column;gap:6px}.contact-form__field label{font-size:13px;font-weight:600;color:var(--muted)}.contact-form__input{padding:12px 16px;background:var(--bg-3);border:1px solid var(--border-2);color:var(--white);font-size:14px;border-radius:var(--radius);outline:none;font-family:inherit;transition:border-color .2s}.contact-form__input:focus{border-color:var(--accent)}.contact-form__textarea{resize:vertical;min-height:100px}.header__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.collection-page__banner{background:#b8ff5714;border:1px solid rgba(184,255,87,.2);color:var(--accent);padding:12px 20px;font-size:13px;font-weight:600;margin-bottom:24px;border-radius:var(--radius);max-width:1300px;margin-left:auto;margin-right:auto}.header__mobile-nav{background:var(--bg-2)}.product-card{border-radius:0}*{-webkit-tap-highlight-color:transparent}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
