:root{--color-primary: #3b82f6;--color-primary-light: #60a5fa;--color-primary-dark: #2563eb;--color-secondary: #f59e0b;--color-accent: #f97316;--color-accent-light: #fb923c;--color-bg-dark: #0a0f1c;--color-bg-mid: #0f172a;--color-bg-light: #151e32;--color-surface: rgba(255, 255, 255, .04);--color-surface-hover: rgba(255, 255, 255, .08);--color-text: #f8fafc;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--color-border: rgba(148, 163, 184, .12);--color-success: #22c55e;--color-danger: #ef4444;--font-heading: "Inter", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 1.25rem;--radius-sm: .875rem;--radius-xs: .5rem;--shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);--shadow-glow: 0 0 60px rgba(59, 130, 246, .18)}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg-dark);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-top:0;line-height:1.15;letter-spacing:-.03em;color:var(--color-text);font-weight:800}p{color:var(--color-text-secondary);margin-top:0}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;border:none;border-radius:9999px;background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #3b82f659,inset 0 1px #ffffff26;position:relative;overflow:hidden}button:hover,.button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f680,inset 0 1px #fff3;filter:brightness(1.08)}button:active,.button:active{transform:translateY(0)}.button:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:translate(-130%);transition:transform .7s ease;border-radius:inherit;opacity:.7;pointer-events:none}.button:hover:after{transform:translate(130%)}.button-secondary{background:#ffffff0f;color:#fff;border:1.5px solid rgba(255,255,255,.15);box-shadow:inset 0 1px #ffffff14}.button-secondary:hover{background:#ffffff1a;border-color:#ffffff4d;box-shadow:inset 0 1px #ffffff1f}.button-large{padding:1.125rem 2.25rem;font-size:1.0625rem}.button-block{width:100%}.button-accent{background:linear-gradient(135deg,var(--color-accent-light) 0%,var(--color-accent) 100%);box-shadow:0 4px 20px #f9731659}.button-accent:hover{box-shadow:0 8px 30px #f9731680}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.page-width{max-width:1200px;margin:0 auto;padding:0 1.25rem}.section{padding:4.5rem 0}.section-title{text-align:center;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;margin-bottom:2.5rem;color:#fff;letter-spacing:-.03em}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:640px;margin:-1.5rem auto 2.5rem;font-size:1.05rem}.side-glows{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.side-glow{position:absolute;top:0;width:clamp(220px,24vw,420px);height:100%;opacity:.6}.side-glow--left{left:0;background:radial-gradient(ellipse at 0% 20%,rgba(255,255,255,.1) 0%,transparent 65%),radial-gradient(ellipse at 0% 80%,rgba(59,130,246,.09) 0%,transparent 55%)}.side-glow--right{right:0;background:radial-gradient(ellipse at 100% 70%,rgba(255,255,255,.09) 0%,transparent 65%),radial-gradient(ellipse at 100% 15%,rgba(59,130,246,.07) 0%,transparent 55%)}.site-header,.announcement-bar,.content-for-layout,.site-footer{position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.section,.hero-product,.site-header,.announcement-bar{animation:fadeInUp .8s ease-out both}.feature-card,.faq-item,.zigzag-item,.review-card,.ugc-video,.guarantee-strip__item{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.feature-card.is-visible,.faq-item.is-visible,.zigzag-item.is-visible,.review-card.is-visible,.ugc-video.is-visible,.guarantee-strip__item.is-visible{opacity:1;transform:translateY(0)}.feature-card:nth-child(1){transition-delay:.05s}.feature-card:nth-child(2){transition-delay:.1s}.feature-card:nth-child(3){transition-delay:.15s}.feature-card:nth-child(4){transition-delay:.2s}.faq-item:nth-child(1){transition-delay:.05s}.faq-item:nth-child(2){transition-delay:.1s}.faq-item:nth-child(3){transition-delay:.15s}.faq-item:nth-child(4){transition-delay:.2s}.faq-item:nth-child(5){transition-delay:.25s}.review-card:nth-child(1){transition-delay:.05s}.review-card:nth-child(2){transition-delay:.1s}.review-card:nth-child(3){transition-delay:.15s}.review-card:nth-child(4){transition-delay:.2s}.review-card:nth-child(5){transition-delay:.25s}.review-card:nth-child(6){transition-delay:.3s}.announcement-bar{background:#000;color:#fff;padding:.6rem 0;font-size:.78rem;font-weight:700;letter-spacing:.02em;position:sticky;top:0;z-index:110;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.announcement-bar__track{display:flex;gap:3rem;width:max-content;animation:marquee 35s linear infinite;padding-left:3rem}.announcement-bar__text{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.announcement-bar__highlight{color:var(--color-accent-light)}.site-header{background:#0a0f1ceb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:70px;gap:1rem}.site-header__logo{font-size:1.35rem;font-weight:900;color:#fff;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.site-header__logo img{max-height:36px;width:auto}.site-header__nav{display:none}.site-header__nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.site-header__nav-list a{font-weight:600;color:var(--color-text-muted);font-size:.9rem;transition:color .2s ease;position:relative}.site-header__nav-list a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary-light);transition:width .2s ease}.site-header__nav-list a:hover{color:#fff}.site-header__nav-list a:hover:after{width:100%}.site-header__icons{display:flex;align-items:center;gap:.5rem}.site-header__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff0a;border:1px solid var(--color-border);color:var(--color-text);transition:all .2s ease}.site-header__icon:hover{background:#ffffff1a;border-color:#ffffff40}.site-header__cart{position:relative}.site-header__cart-count{position:absolute;top:-3px;right:-3px;background:var(--color-primary);color:#fff;font-size:.65rem;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{background:transparent;color:#fff;padding:.5rem;box-shadow:none}.mobile-menu-toggle:hover{background:#ffffff0f}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu__panel{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:var(--color-bg-light);padding:1.5rem;transform:translate(100%);transition:transform .25s ease;border-left:1px solid var(--color-border);display:flex;flex-direction:column}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{position:absolute;top:1rem;right:1rem;background:transparent;color:#fff;box-shadow:none;padding:.5rem}.mobile-menu__list{list-style:none;padding:3rem 0 0;margin:0;display:flex;flex-direction:column;gap:1rem}.mobile-menu__list a{font-size:1.1rem;font-weight:700;color:#fff;display:block;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.mobile-menu__locale{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.9rem}.hero-product{position:relative;padding:2rem 0 4rem;background:radial-gradient(ellipse at 85% 10%,rgba(59,130,246,.18) 0%,transparent 50%),radial-gradient(ellipse at 15% 90%,rgba(37,99,235,.1) 0%,transparent 45%),linear-gradient(180deg,var(--color-bg-dark) 0%,var(--color-bg-mid) 100%);overflow:hidden}.hero-product__inner{position:relative;display:grid;gap:2.5rem}.hero-product__gallery{order:1}.hero-product__info{order:2;display:flex;flex-direction:column;gap:1.25rem}@media(min-width:992px){.hero-product{padding:3rem 0 5rem}.hero-product__inner{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.product-gallery__main{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);background:linear-gradient(145deg,#ffffff0d,#ffffff05);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;animation:subtleFloat 6s ease-in-out infinite}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__badge{position:absolute;top:1rem;left:1rem;background:#ef44442e;color:#fecaca;padding:.4rem .9rem;border-radius:9999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;z-index:2;border:1px solid rgba(239,68,68,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem}.product-gallery__thumb{aspect-ratio:1 / 1;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--color-bg-light);transition:all .2s ease;opacity:.7}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:var(--color-primary);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__urgency{display:inline-flex;width:fit-content;align-items:center;gap:.4rem;background:#ef44441f;color:#fecaca;padding:.4rem .85rem;border-radius:9999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(239,68,68,.25)}.product-info__urgency-dot{width:6px;height:6px;background:#ef4444;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.product-info__title{font-size:clamp(1.875rem,5vw,2.75rem);font-weight:900;margin-bottom:0;color:#fff;letter-spacing:-.03em;line-height:1.1}.product-info__rating{display:flex;align-items:center;gap:.5rem;color:#fbbf24;font-weight:700;font-size:.9rem}.product-info__rating-text{color:var(--color-text-muted);font-weight:500}.product-info__price{display:flex;align-items:baseline;gap:.875rem;flex-wrap:wrap;margin:.5rem 0}.product-info__price-current{font-size:2.25rem;font-weight:900;color:#fff;letter-spacing:-.02em}.product-info__price-compare{font-size:1.25rem;color:var(--color-text-muted);text-decoration:line-through}.product-info__discount{background:#22c55e26;color:#86efac;padding:.3rem .7rem;border-radius:9999px;font-size:.8rem;font-weight:800;border:1px solid rgba(34,197,94,.25)}.product-info__bullets{display:flex;flex-direction:column;gap:.75rem;margin:.5rem 0}.product-info__bullet{display:flex;align-items:flex-start;gap:.75rem;color:var(--color-text-secondary);font-size:.95rem;line-height:1.5}.product-info__bullet-icon{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:1rem}.product-info__bullet strong{color:#fff;font-weight:700}.product-info__stock{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-success);font-size:.85rem;font-weight:700;margin-bottom:.75rem}.product-form__label{display:block;font-weight:700;margin-bottom:.6rem;color:#fff;font-size:.9rem}.product-form__variants{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.25rem}.variant-input{position:absolute;opacity:0}.variant-label{display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:44px;padding:0 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:#ffffff08;font-weight:600;cursor:pointer;transition:all .15s ease;color:var(--color-text-secondary);font-size:.9rem}.variant-input:checked+.variant-label{border-color:var(--color-primary);background:#3b82f626;color:#fff;box-shadow:0 0 15px #3b82f633}.quantity-wrapper{display:flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;width:fit-content;background:#ffffff08;margin-bottom:1.25rem}.quantity-wrapper button{width:44px;height:44px;border-radius:0;background:transparent;color:#fff;box-shadow:none;font-size:1.25rem;padding:0}.quantity-wrapper button:hover{background:#ffffff0f;transform:none;box-shadow:none}.quantity-wrapper input{width:56px;height:44px;border:none;text-align:center;font-weight:700;font-size:1rem;background:transparent;color:#fff}.product-form__submit{width:100%;margin-bottom:.75rem;font-size:1.1rem;padding:1.125rem 1.75rem}.product-form__express{width:100%;margin-bottom:1rem}.product-info__badges{display:flex;flex-wrap:wrap;gap:.625rem}.product-info__badge{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff0a;padding:.45rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:600;color:var(--color-text-secondary);border:1px solid var(--color-border)}.mini-testimonials{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.mini-testimonial{display:flex;align-items:center;gap:.75rem;padding:.6rem 0}.mini-testimonial__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:.85rem;flex-shrink:0}.mini-testimonial__content{flex:1;min-width:0}.mini-testimonial__text{color:var(--color-text-secondary);font-size:.85rem;line-height:1.45;margin:0 0 .15rem}.mini-testimonial__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-muted)}.mini-testimonial__stars{color:#fbbf24}.guarantee-strip{background:var(--color-bg-mid);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.75rem 0}.guarantee-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.guarantee-strip__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.guarantee-strip__icon{width:44px;height:44px;border-radius:50%;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.guarantee-strip__title{font-size:.85rem;font-weight:800;color:#fff;margin:0}.guarantee-strip__text{font-size:.75rem;color:var(--color-text-muted);margin:0;line-height:1.4}.ugc-videos{background:linear-gradient(180deg,var(--color-bg-mid) 0%,var(--color-bg-dark) 100%);border-top:1px solid var(--color-border)}.ugc-videos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}.ugc-video{position:relative;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:9 / 16;background:var(--color-bg-light);border:1px solid var(--color-border)}.ugc-video video,.ugc-video img{width:100%;height:100%;object-fit:cover}.ugc-video__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 40%);display:flex;align-items:flex-end;padding:.75rem}.ugc-video__author{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.8rem;font-weight:700}.ugc-video__avatar{width:28px;height:28px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:.7rem}.faq{background:linear-gradient(180deg,var(--color-bg-dark) 0%,var(--color-bg-mid) 100%);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.875rem}.faq-item{background:var(--color-surface);border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--color-border)}.faq-item__question{width:100%;padding:1.15rem 1.25rem;text-align:left;background:transparent;color:#fff;font-weight:800;font-size:1rem;display:flex;justify-content:space-between;gap:1rem;box-shadow:none}.faq-item__question:hover{background:var(--color-surface-hover);transform:none;box-shadow:none}.faq-item__question span{color:var(--color-primary-light);transition:transform .25s ease;font-size:1.25rem;flex-shrink:0}.faq-item.is-open .faq-item__question span{transform:rotate(45deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.is-open .faq-item__answer{max-height:500px}.faq-item__answer-inner{padding:0 1.25rem 1.25rem;color:var(--color-text-secondary);line-height:1.7}.faq-item__answer-inner strong{color:#fff;font-weight:700}.zigzag-benefits{background:linear-gradient(180deg,var(--color-bg-mid) 0%,var(--color-bg-dark) 100%);border-top:1px solid var(--color-border)}.zigzag-item{display:grid;gap:2rem;align-items:center;margin-bottom:4rem}.zigzag-item:last-child{margin-bottom:0}.zigzag-item__media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);aspect-ratio:4 / 3}.zigzag-item__media img{width:100%;height:100%;object-fit:cover}.zigzag-item__content{display:flex;flex-direction:column;gap:1rem}.zigzag-item__icon{width:56px;height:56px;border-radius:var(--radius-sm);background:#3b82f61a;border:1px solid rgba(59,130,246,.2);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.zigzag-item__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:900;color:#fff;margin:0}.zigzag-item__text{color:var(--color-text-secondary);font-size:1.05rem;line-height:1.7;margin:0}.zigzag-item__text strong{color:#fff}.trust-marquee{background:var(--color-bg-dark);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:.875rem 0;overflow:hidden}.trust-marquee__track{display:flex;gap:2.5rem;width:max-content;animation:marquee 30s linear infinite}.trust-marquee__item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-size:.85rem;font-weight:700;white-space:nowrap}.testimonials{background:linear-gradient(180deg,var(--color-bg-dark) 0%,var(--color-bg-mid) 100%);border-top:1px solid var(--color-border)}.testimonials-marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.testimonials-track{display:flex;gap:1.25rem;width:max-content;animation:marquee 45s linear infinite}.testimonials-track:hover{animation-play-state:paused}.testimonial-card{flex:0 0 320px;max-width:85vw;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-6px);border-color:#3b82f64d;box-shadow:0 20px 40px #00000040}.testimonial-card__stars{color:#fbbf24;font-size:1.1rem;margin-bottom:.75rem}.testimonial-card__text{font-style:italic;margin-bottom:1rem;color:var(--color-text-secondary);line-height:1.65}.testimonial-card__author{font-weight:800;color:#fff;font-size:.9rem}.reviews-grid-section{background:linear-gradient(180deg,var(--color-bg-mid) 0%,var(--color-bg-dark) 100%);border-top:1px solid var(--color-border)}.reviews-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(1,1fr)}.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:transform .25s ease,border-color .25s ease}.review-card:hover{transform:translateY(-4px);border-color:#3b82f640}.review-card__image{aspect-ratio:4 / 3;background:var(--color-bg-light);overflow:hidden}.review-card__image img{width:100%;height:100%;object-fit:cover}.review-card__content{padding:1.25rem}.review-card__stars{color:#fbbf24;font-size:1rem;margin-bottom:.5rem}.review-card__title{font-size:1rem;font-weight:800;color:#fff;margin:0 0 .5rem}.review-card__text{color:var(--color-text-secondary);font-size:.9rem;line-height:1.6;margin:0 0 1rem}.review-card__author{display:flex;align-items:center;gap:.625rem}.review-card__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:#fff}.review-card__name{font-size:.85rem;font-weight:700;color:#fff}.review-card__verified{font-size:.75rem;color:var(--color-success)}.urgency-bar{background:linear-gradient(90deg,#ef44442e,#ef44440f);color:#fecaca;text-align:center;padding:.875rem 1rem;font-weight:800;font-size:.9rem;position:sticky;bottom:0;z-index:90;border-top:1px solid rgba(239,68,68,.25)}.site-footer{background:#050814;color:var(--color-text-muted);padding:3.5rem 0 1.5rem;border-top:1px solid var(--color-border)}.site-footer__inner{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:2.5rem}.site-footer__brand{font-size:1.35rem;font-weight:900;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.site-footer__description{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0}.site-footer__title{color:#fff;font-size:.95rem;margin-bottom:1rem;font-weight:800}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.site-footer__links a{color:var(--color-text-secondary);transition:color .15s ease;font-size:.9rem}.site-footer__links a:hover{color:#fff}.site-footer__payments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.site-footer__payment{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem;background:#ffffff0f;border:1px solid var(--color-border);border-radius:var(--radius-xs);font-size:.75rem;font-weight:700;color:#fff}.site-footer__bottom{border-top:1px solid var(--color-border);padding-top:1.5rem;text-align:center;font-size:.8rem;color:var(--color-text-muted)}.cart-page{padding:4rem 0;background:linear-gradient(180deg,var(--color-bg-dark) 0%,var(--color-bg-mid) 100%);min-height:60vh}.cart-item{display:grid;gap:1.25rem;grid-template-columns:90px 1fr auto auto auto;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--color-border)}.cart-item__title{font-weight:800;color:#fff}.cart-item__variant{color:var(--color-text-muted);font-size:.85rem}.cart-item__details{min-width:0}.cart-item__unit-price{color:var(--color-text-muted);font-size:.85rem;margin-top:.25rem}.cart-item__quantity .quantity-wrapper{margin-bottom:0}.cart-item__line-price{font-weight:800;font-size:1rem;color:#fff;min-width:70px;text-align:right}.cart-item__remove{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ef44441f;color:#fecaca;font-size:1.35rem;line-height:1;transition:background .15s ease}.cart-item__remove:hover{background:#ef444440}.cart-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.cart-footer__total{text-align:right}.cart-total{font-size:1.35rem;font-weight:800;margin:0 0 .75rem;color:#fff}.collection-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.collection-product{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:transform .25s ease,border-color .25s ease}.collection-product:hover{transform:translateY(-4px);border-color:#3b82f640}.collection-product__image{aspect-ratio:1 / 1;background:var(--color-bg-light);overflow:hidden}.collection-product__image img{width:100%;height:100%;object-fit:cover}.collection-product__info{padding:1.25rem}.collection-product__title{font-size:1rem;font-weight:800;color:#fff;margin:0 0 .5rem}.collection-product__price{font-size:1.1rem;font-weight:800;color:#fff}.page-404,.main-page{padding:5rem 0;background:linear-gradient(180deg,var(--color-bg-dark) 0%,var(--color-bg-mid) 100%);min-height:60vh;text-align:center}@media(max-width:767px){.page-width{padding:0 1rem}.section{padding:3rem 0}.hero-product{padding:1.5rem 0 3rem}.product-info__price-current{font-size:1.875rem}.guarantee-strip__grid{grid-template-columns:1fr;gap:1.25rem}.guarantee-strip__item{flex-direction:row;text-align:left;gap:.875rem}.ugc-videos__grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.zigzag-item{margin-bottom:3rem}.cart-item{grid-template-columns:80px 1fr auto;gap:.875rem}.cart-item__quantity{grid-column:2}.cart-item__line-price{grid-column:3;text-align:right}.cart-item__remove{grid-column:3;justify-self:end}.cart-footer{flex-direction:column;align-items:stretch}.cart-footer__total{text-align:center}.side-glow{width:90px;opacity:.35}.testimonial-card{flex:0 0 280px;padding:1.25rem}.trust-marquee__track{gap:1.5rem}}@media(min-width:640px){.reviews-grid,.site-footer__inner{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.site-header__nav{display:block}.mobile-menu-toggle{display:none}.ugc-videos__grid{grid-template-columns:repeat(4,1fr)}.zigzag-item{grid-template-columns:1fr 1fr;gap:4rem}.zigzag-item:nth-child(2n) .zigzag-item__media{order:2}.zigzag-item:nth-child(2n) .zigzag-item__content{order:1}}@media(min-width:992px){.reviews-grid{grid-template-columns:repeat(3,1fr)}.site-footer__inner{grid-template-columns:1.5fr repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
