:root{--ink: #0b0d0f;--panel: #14171a;--panel-soft: #1d2226;--line: rgba(214, 222, 224, .16);--line-strong: rgba(214, 222, 224, .28);--white: #ffffff;--muted: rgba(255, 255, 255, .66);--muted-strong: rgba(255, 255, 255, .82);--steel: #d6dee0;--fresh: #69e6b1;--mint: #a7f3d0;--copper: #f5b35c;--danger: #f87171;--radius: 8px;--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--transition: .24s ease;--px: 18px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 260px),linear-gradient(135deg,#0b0d0f,#111416 48%,#0d1110);color:var(--white);font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;pointer-events:none;opacity:.45;z-index:-1}img,video{max-width:100%}a{color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--ink)}::-webkit-scrollbar-thumb{background:var(--panel-soft);border:1px solid var(--line);border-radius:8px}.announcement-bar{position:relative;z-index:120;background:linear-gradient(90deg,var(--steel),var(--fresh),var(--copper));color:#0b0d0f;font-family:var(--font-display);font-size:12px;font-weight:800;letter-spacing:0;line-height:1.4;padding:9px 16px;text-align:center}.site-header{position:fixed;top:36px;left:0;right:0;z-index:110;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px var(--px);transition:var(--transition)}.site-header.scrolled{top:0;background:#0b0d0fdb;border-bottom:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.site-logo{display:flex;min-width:0;color:var(--white);text-decoration:none}.fresh-header-shell,.site-nav,.fresh-header-actions{display:flex;align-items:center}.fresh-header-shell{gap:10px;min-width:0;padding:7px 9px;background:#14171ab8;border:1px solid var(--line);border-radius:var(--radius);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.fresh-logo-mark{width:34px;height:34px;flex:0 0 auto;border-radius:var(--radius);border:1px solid rgba(255,255,255,.18);background:linear-gradient(160deg,#fffffff2,#d6dee047 42%,#69e6b140),#202428;position:relative;box-shadow:0 14px 34px #00000042}.fresh-logo-mark:before,.fresh-logo-mark:after{content:"";position:absolute;left:9px;right:9px;height:2px;background:#0b0d0f;border-radius:99px}.fresh-logo-mark:before{top:12px}.fresh-logo-mark:after{bottom:12px}.fresh-logo-text{display:flex;min-width:0;max-width:170px;flex-direction:column;gap:2px;line-height:1}.fresh-logo-main{overflow:hidden;color:var(--white);font-family:var(--font-display);font-size:17px;font-weight:800;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.fresh-logo-sub{color:var(--fresh);font-size:9px;font-weight:800;letter-spacing:0;text-transform:uppercase}.site-nav{display:none}.site-nav a{color:var(--muted);font-size:14px;font-weight:600;text-decoration:none;transition:var(--transition)}.site-nav a:hover{color:var(--white)}.header-cta,.fresh-icon-btn{border:1px solid var(--line);border-radius:var(--radius);background:#14171ac7;color:var(--white)}.header-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;font-family:var(--font-display)}.fresh-header-actions{gap:8px}.fresh-icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:var(--transition);-webkit-tap-highlight-color:transparent}.fresh-icon-btn:hover,.header-cta:hover{border-color:var(--fresh);background:#69e6b11f}.fresh-cart-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;display:none;align-items:center;justify-content:center;padding:0 5px;border-radius:99px;background:var(--fresh);color:var(--ink);font-size:10px;font-weight:900}.fresh-burger{flex-direction:column;gap:5px}.fresh-burger span{width:18px;height:2px;display:block;border-radius:99px;background:var(--white);transition:var(--transition)}.fresh-menu-open .fresh-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.fresh-menu-open .fresh-burger span:nth-child(2){opacity:0}.fresh-menu-open .fresh-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.fresh-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;background:#0b0d0ff7;opacity:0;pointer-events:none;transition:opacity .25s ease}.fresh-mobile-menu.is-open{opacity:1;pointer-events:auto}.fresh-mobile-menu a{color:var(--white);font-family:var(--font-display);font-size:34px;font-weight:800;letter-spacing:0;text-decoration:none}.mobile-cart-link{width:auto;padding:15px 34px;font-size:15px}.hero{position:relative;min-height:96svh;display:grid;align-items:center;gap:34px;overflow:hidden;padding:118px var(--px) 42px}.hero-bg,.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-grid{background:linear-gradient(120deg,transparent 0%,rgba(105,230,177,.08) 40%,transparent 64%),linear-gradient(180deg,rgba(255,255,255,.06),transparent 36%);-webkit-mask-image:linear-gradient(180deg,black 0%,transparent 92%);mask-image:linear-gradient(180deg,black 0%,transparent 92%)}.blade-line{position:absolute;width:82%;height:1px;background:linear-gradient(90deg,transparent,rgba(214,222,224,.36),transparent);transform:rotate(-18deg)}.blade-line-1{top:22%;right:-20%}.blade-line-2{bottom:20%;left:-22%}.hero-content,.hero-visual,.hero-stats{position:relative;z-index:2}.hero-content{max-width:620px}.hero-badge,.section-label{display:inline-flex;align-items:center;gap:10px;color:var(--fresh);font-family:var(--font-display);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero-badge{margin-bottom:20px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab8}.hero-badge:before,.section-label:before{content:"";width:24px;height:1px;background:currentColor}.hero-title,.section-title,.product-title{color:var(--white);font-family:var(--font-display);font-weight:800;letter-spacing:0;overflow-wrap:anywhere}.hero-title{font-size:44px;line-height:1;margin-bottom:20px}.hero-title span{display:block}.hero-title .line-2{color:var(--fresh)}.hero-title .line-3{max-width:560px;color:var(--steel);font-size:30px;line-height:1.08}.hero-desc,.section-subtitle,.product-subtitle,.fresh-video-text{color:var(--muted);font-size:15px;line-height:1.75}.hero-desc{max-width:510px;margin-bottom:28px}.hero-actions{display:flex;flex-direction:column;gap:10px}.btn-primary,.btn-secondary,.atc-btn,.buy-now-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;border-radius:var(--radius);font-family:var(--font-display);font-size:14px;font-weight:800;letter-spacing:0;line-height:1.2;text-align:center;text-decoration:none;transition:var(--transition);cursor:pointer}.btn-primary,.atc-btn{width:100%;border:1px solid rgba(105,230,177,.68);background:linear-gradient(135deg,var(--fresh),var(--steel));color:var(--ink);box-shadow:0 18px 38px #00000052}.btn-secondary,.buy-now-btn{width:100%;border:1px solid var(--line);background:#14171a94;color:var(--white)}.btn-primary:hover,.atc-btn:hover,.btn-secondary:hover,.buy-now-btn:hover{transform:translateY(-2px);border-color:var(--fresh)}.hero-visual{display:flex;justify-content:center}.hero-shaver-stage{width:min(100%,420px);aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#ffffff17,#ffffff05),linear-gradient(180deg,rgba(105,230,177,.08),transparent);box-shadow:inset 0 1px #ffffff14,0 30px 80px #0000005c;overflow:hidden}.hero-shaver-stage:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid var(--line);border-radius:var(--radius)}.hero-fan-img,.main-product-img{width:84%;height:84%;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.4))}.shaver-illustration{width:190px;height:290px;position:relative;transform:rotate(-8deg);filter:drop-shadow(0 26px 30px rgba(0,0,0,.42))}.shaver-head,.shaver-neck,.shaver-body,.shaver-button{position:absolute;left:50%;transform:translate(-50%);display:block}.shaver-head{top:0;width:152px;height:72px;border:1px solid rgba(255,255,255,.36);border-radius:8px;background:repeating-linear-gradient(90deg,#0b0d0f80 0 5px,#fff3 5px 8px),linear-gradient(135deg,#f7fbfb,#aebabd)}.shaver-neck{top:64px;width:90px;height:30px;border-radius:0 0 8px 8px;background:linear-gradient(135deg,#8d9a9e,#d6dee0)}.shaver-body{top:86px;width:126px;height:202px;border:1px solid rgba(255,255,255,.18);border-radius:18px 18px 34px 34px;background:linear-gradient(90deg,rgba(255,255,255,.13),transparent 35%),linear-gradient(160deg,#252a2e,#111416 68%,#2d3733)}.shaver-button{top:142px;width:34px;height:34px;border:1px solid rgba(105,230,177,.58);border-radius:99px;background:#69e6b11f}.product-fallback{transform:rotate(-4deg) scale(.92)}.hero-spec-strip{position:absolute;left:14px;right:14px;bottom:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.hero-spec-strip span{padding:8px 6px;border:1px solid var(--line);border-radius:var(--radius);background:#0b0d0f9e;color:var(--muted-strong);font-size:11px;font-weight:800;text-align:center}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stat-item{min-width:0;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#14171a9e}.stat-num{display:block;color:var(--white);font-family:var(--font-display);font-size:20px;font-weight:800;line-height:1.1}.stat-label{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.35}.product-section,.features-section,.testimonials-section,.fresh-video-section,.how-use-section{padding:64px var(--px)}.product-layout{display:grid;grid-template-columns:1fr;gap:34px;margin-top:34px}.main-image-wrap{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#ffffff14,#ffffff05),linear-gradient(180deg,rgba(245,179,92,.07),transparent)}.main-image-wrap:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px solid var(--line);border-radius:var(--radius);pointer-events:none}.main-product-img{position:relative;z-index:2;transition:transform .45s ease}.main-image-wrap:hover .main-product-img{transform:scale(1.03)}.product-badge-img{position:absolute;top:14px;left:14px;z-index:3;padding:7px 10px;border:1px solid rgba(245,179,92,.42);border-radius:var(--radius);background:#f5b35c24;color:#ffd39a;font-family:var(--font-display);font-size:11px;font-weight:800;letter-spacing:0}.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.thumb{aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#14171a9e;cursor:pointer}.thumb.active,.thumb:hover{border-color:var(--fresh)}.thumb img{width:78%;height:78%;object-fit:contain}.product-info{min-width:0}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:14px}.stars,.testimonial-stars{color:var(--copper);font-size:14px}.rating-count{color:var(--muted);font-size:13px}.product-title{font-size:30px;line-height:1.1;margin-bottom:14px}.product-subtitle{margin-bottom:22px}.price-block{display:flex;flex-wrap:wrap;align-items:center;gap:11px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab3;margin-bottom:12px}.price-current{color:var(--white);font-family:var(--font-display);font-size:34px;font-weight:800;line-height:1}.price-original{color:var(--muted);font-size:15px;text-decoration:line-through}.price-save{margin-left:auto;padding:6px 9px;border:1px solid rgba(105,230,177,.36);border-radius:var(--radius);background:#69e6b11f;color:var(--fresh);font-size:12px;font-weight:800}.product-offer,.product-select-note{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:12px;border:1px solid rgba(245,179,92,.28);border-radius:var(--radius);background:#f5b35c1a;color:#ffd39a;font-size:13px;font-weight:700;line-height:1.5}.offer-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:99px;background:#f5b35c2e;color:var(--copper);font-family:var(--font-display);font-weight:900}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:20px}.feature-chip{display:flex;align-items:center;gap:10px;min-height:62px;padding:11px;border:1px solid var(--line);border-radius:var(--radius);background:#14171a99}.feature-chip-wide{grid-column:1 / -1}.feature-icon,.feature-card-icon,.how-use-icon{display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);background:#d6dee014;color:var(--fresh);font-family:var(--font-display);font-size:12px;font-weight:900}.feature-icon{width:34px;height:34px;flex:0 0 auto}.feature-text{color:var(--muted-strong);font-size:12px;font-weight:700;line-height:1.3}.stock-indicator{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--danger);font-size:13px;font-weight:800}.stock-dot{width:8px;height:8px;border-radius:99px;background:var(--danger);box-shadow:0 0 10px var(--danger)}.variant-picker{margin-bottom:18px}.variant-label,.qty-label{color:var(--muted);font-size:14px;font-weight:700}.variant-label{margin-bottom:10px}.variant-list{display:flex;flex-wrap:wrap;gap:8px}.variant-btn{padding:10px 14px;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab3;color:var(--white);font-family:var(--font-display);font-size:13px;font-weight:800;cursor:pointer}.variant-btn.is-selected,.variant-btn:hover{border-color:var(--fresh);color:var(--fresh)}.qty-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.qty-control{display:flex;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab3}.qty-btn{width:42px;height:42px;border:0;background:transparent;color:var(--white);font-size:20px;cursor:pointer}.qty-input{width:46px;height:42px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);background:transparent;color:var(--white);font-family:var(--font-display);font-size:15px;font-weight:800;text-align:center}.buy-now-btn{margin-top:10px}.fallback-link{text-decoration:none}.trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.trust-item{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:700}.trust-icon{color:var(--fresh);font-family:var(--font-display);font-size:11px;font-weight:900}.features-section{background:#ffffff05;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.features-header,.fresh-video-inner{max-width:860px;margin:0 auto}.centered-label{justify-content:center}.features-header{text-align:center;margin-bottom:34px}.section-title{font-size:30px;line-height:1.08;margin-top:12px}.section-subtitle{max-width:620px;margin:14px auto 0}.big-features-grid,.testimonials-grid,.how-use-grid{display:grid;grid-template-columns:1fr;gap:12px}.big-features-grid{max-width:920px;margin:0 auto}.feature-card,.testimonial-card,.how-use-step{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#ffffff12,#ffffff05),#14171ab3}.feature-card,.testimonial-card{padding:22px;transition:var(--transition)}.feature-card:hover,.testimonial-card:hover{transform:translateY(-3px);border-color:var(--line-strong)}.feature-card-icon{width:44px;height:44px;margin-bottom:16px}.feature-card-title{margin-bottom:9px;color:var(--white);font-family:var(--font-display);font-size:18px;font-weight:800}.feature-card-desc,.testimonial-text{color:var(--muted);font-size:14px;line-height:1.75}.fresh-video-section{position:relative}.fresh-video-text{max-width:590px;margin:12px 0 26px}.fresh-video-frame{aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab8}.fresh-video,.fresh-video-frame video{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.fresh-video-placeholder{width:100%;height:100%;min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--muted);font-size:14px;text-align:center;padding:24px}.video-placeholder-razor{width:88px;height:120px;border:1px solid var(--line-strong);border-radius:16px 16px 26px 26px;background:linear-gradient(180deg,var(--steel) 0 30%,transparent 30%),linear-gradient(160deg,#252a2e,#111416)}.how-use-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff06}.how-use-toggle{width:100%;display:flex;align-items:center;gap:12px;border:0;background:transparent;color:var(--white);text-align:left;cursor:pointer}.how-use-index{color:var(--fresh);font-family:var(--font-display);font-size:12px;font-weight:800;text-transform:uppercase}.how-use-title{flex:1;font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1.15}.how-use-arrow{color:var(--fresh);font-size:22px;transition:var(--transition)}.how-use-section.is-closed .how-use-arrow{transform:rotate(180deg)}.how-use-content{overflow:hidden;max-height:620px;margin-top:26px;opacity:1;transition:max-height .28s ease,opacity .2s ease,margin-top .2s ease}.how-use-section.is-closed .how-use-content{max-height:0;margin-top:0;opacity:0}.how-use-step{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:14px;padding:18px}.how-use-icon{width:54px;height:54px}.how-use-step p{color:var(--muted);font-size:14px;line-height:1.7}.testimonials-grid{margin-top:32px}.testimonial-stars{margin-bottom:12px}.testimonial-text{margin-bottom:18px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:10px}.author-avatar{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(105,230,177,.42);border-radius:99px;background:#69e6b11f;color:var(--fresh);font-family:var(--font-display);font-size:13px;font-weight:900}.author-name{color:var(--white);font-size:14px;font-weight:800}.author-location{color:var(--muted);font-size:12px}.site-footer{padding:34px var(--px);border-top:1px solid var(--line);background:#0b0d0fb8}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.footer-brand{display:flex;align-items:center;gap:10px}.footer-name{color:var(--white);font-family:var(--font-display);font-size:15px;font-weight:800}.footer-copy,.footer-links a,.footer-secure{color:var(--muted);font-size:12px;line-height:1.5;text-decoration:none}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.footer-links a:hover{color:var(--fresh)}.footer-secure{display:flex;align-items:center;gap:7px}.footer-secure span{color:var(--fresh);font-family:var(--font-display);font-weight:900}.cart-toast{position:fixed;bottom:24px;left:50%;z-index:1000;display:flex;align-items:center;gap:10px;padding:13px 20px;border:1px solid rgba(105,230,177,.42);border-radius:var(--radius);background:#14171af0;color:var(--white);box-shadow:0 16px 38px #0000005c;font-family:var(--font-display);font-size:14px;font-weight:800;opacity:0;transform:translate(-50%) translateY(80px);transition:var(--transition);white-space:nowrap}.cart-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:599px){.features-grid{grid-template-columns:1fr}.price-save{margin-left:0}.fresh-logo-text{max-width:122px}}@media(min-width:600px){:root{--px: 32px}.hero-actions{flex-direction:row}.btn-primary,.btn-secondary{width:auto;min-width:170px}.big-features-grid,.testimonials-grid,.how-use-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){:root{--px: 60px}.announcement-bar{font-size:13px;padding:10px 20px}.site-header,.site-header.scrolled{padding:18px 60px}.site-nav{display:flex;gap:28px;padding:8px 8px 8px 20px;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.fresh-header-actions{display:none}.hero{min-height:100vh;grid-template-columns:minmax(0,1fr) 460px;padding:126px 60px 82px}.hero-title{font-size:72px}.hero-title .line-3{font-size:42px}.hero-desc{font-size:17px}.hero-stats{position:absolute;left:60px;right:auto;bottom:46px;width:520px}.stat-num{font-size:26px}.product-section,.features-section,.testimonials-section,.fresh-video-section,.how-use-section{padding:96px 60px}.product-layout{grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:68px;align-items:start;margin-top:56px}.product-images{position:sticky;top:112px}.product-title,.section-title{font-size:42px}.big-features-grid{grid-template-columns:repeat(4,1fr);gap:14px}.testimonials-grid,.how-use-grid{grid-template-columns:repeat(3,1fr);gap:14px}.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}@media(min-width:1180px){.hero{grid-template-columns:minmax(0,1fr) 520px}.hero-title{font-size:84px}}.page-shell,.cart-page,.not-found-page{width:min(100% - 36px,920px);margin:0 auto;padding:112px 0 70px}.contact-shell{width:min(100% - 36px,760px)}.page-hero{margin-bottom:34px}.page-hero h1,.not-found-page h1{margin-top:12px;margin-bottom:14px;color:var(--white);font-family:var(--font-display);font-size:42px;font-weight:800;letter-spacing:0;line-height:1.08}.page-hero h1 span{color:var(--fresh)}.page-hero p,.not-found-page p{max-width:680px;color:var(--muted);font-size:15px;line-height:1.75}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item,.contact-card,.support-card,.spec-card,.spec-table,.care-card,.cart-empty,.discount-box,.cart-summary,.cart-offer,.cart-item{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#ffffff12,#ffffff05),#14171ab8}.faq-item{overflow:hidden;transition:var(--transition)}.faq-item.is-open{border-color:var(--line-strong)}.faq-item button{width:100%;display:flex;align-items:center;gap:16px;padding:18px;border:0;background:transparent;color:var(--white);cursor:pointer;text-align:left}.faq-item button span:first-child{flex:1;font-family:var(--font-display);font-size:15px;font-weight:800;line-height:1.35}.faq-arrow{color:var(--fresh);transition:var(--transition)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .28s ease}.faq-answer p{padding:0 18px 18px;color:var(--muted);font-size:14px;line-height:1.75}.page-cta{margin-top:34px;padding:24px;border:1px solid rgba(105,230,177,.28);border-radius:var(--radius);background:#69e6b114;text-align:center}.page-cta h2{margin-bottom:8px;font-family:var(--font-display);font-size:22px}.page-cta p{margin-bottom:20px;color:var(--muted)}.page-cta .btn-primary,.contact-btn,.not-found-page .btn-primary{width:auto;padding-left:24px;padding-right:24px}.contact-card{display:flex;gap:18px;padding:24px;margin-bottom:14px}.contact-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(105,230,177,.38);border-radius:var(--radius);background:#69e6b11f;color:var(--fresh);font-family:var(--font-display);font-size:24px;font-weight:900}.contact-label{margin-bottom:8px;color:var(--fresh);font-family:var(--font-display);font-size:12px;font-weight:800;text-transform:uppercase}.contact-card a{color:var(--white);font-family:var(--font-display);font-size:24px;font-weight:800;overflow-wrap:anywhere;text-decoration:none}.contact-card p,.support-card p,.spec-card p,.care-card p{margin-top:10px;color:var(--muted);font-size:14px;line-height:1.75}.support-grid,.spec-feature-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.support-card,.spec-card,.care-card{padding:20px}.support-card strong,.spec-card h2,.spec-table h2,.care-card h2{color:var(--white);font-family:var(--font-display);font-size:20px;font-weight:800}.spec-kicker{margin-bottom:12px;color:var(--fresh);font-family:var(--font-display);font-size:13px;font-weight:900}.spec-table,.care-card{margin-top:14px;padding:22px}.spec-table h2,.care-card h2{margin-bottom:14px}.spec-row{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-row span{color:var(--muted);font-size:14px}.spec-row strong{color:var(--white);font-size:14px;text-align:right}.muted-card{background:#d6dee00f}.cart-page{width:min(100% - 36px,680px)}.cart-hero{margin-bottom:24px}.cart-empty{display:none;padding:42px 22px;text-align:center}.cart-empty-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;border:1px solid var(--line);border-radius:var(--radius);color:var(--fresh);font-family:var(--font-display);font-size:36px;font-weight:900}.cart-empty p{margin-bottom:24px;color:var(--muted)}.cart-offers{display:grid;gap:10px;margin-top:14px}.cart-offer{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px}.cart-offer-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(105,230,177,.38);border-radius:var(--radius);color:var(--fresh);font-family:var(--font-display);font-size:12px;font-weight:900}.cart-offer strong{display:block;color:var(--white);font-family:var(--font-display);font-size:13px}.cart-offer span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.cart-offer button,.discount-row button{border:1px solid var(--line);border-radius:var(--radius);background:#69e6b11f;color:var(--fresh);font-family:var(--font-display);font-size:12px;font-weight:900;cursor:pointer}.cart-offer button{padding:9px 10px}.discount-box,.cart-summary{margin-top:14px;padding:18px}.discount-label{margin-bottom:10px;color:var(--muted);font-family:var(--font-display);font-size:12px;font-weight:800;text-transform:uppercase}.discount-row{display:flex;gap:8px}.discount-row input{min-width:0;flex:1;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#0b0d0f99;color:var(--white);font-family:var(--font-body);font-size:14px;outline:none;text-transform:uppercase}.discount-row button{padding:0 14px}#discount-msg{display:none;margin-top:8px;font-size:12px}#remove-discount-btn{display:none;margin-top:10px;border:0;background:none;color:var(--muted);cursor:pointer;font-size:12px;text-decoration:underline}.summary-line,.summary-total{display:flex;justify-content:space-between;align-items:center;gap:18px}.summary-line{margin-bottom:9px}.summary-line span{color:var(--muted);font-size:14px}.summary-line strong{color:var(--white);font-family:var(--font-display);font-size:15px}.success-line{display:none}.success-line span,.success-line strong{color:var(--fresh)}.summary-total{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);margin-bottom:18px}.summary-total span{color:var(--white);font-size:15px;font-weight:800}.summary-total strong{color:var(--fresh);font-family:var(--font-display);font-size:24px}.continue-link{display:block;margin-top:12px;color:var(--muted);font-size:13px;text-align:center;text-decoration:none}.cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;margin-bottom:10px}.cart-item-image{width:72px;height:72px;object-fit:contain;border:1px solid var(--line);border-radius:var(--radius);background:#0b0d0f66}.cart-item-title{margin-bottom:6px;overflow:hidden;color:var(--white);font-family:var(--font-display);font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.cart-item-model{margin-bottom:7px;color:var(--fresh);font-size:12px;font-weight:800}.cart-item-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.cart-qty-control{display:flex;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.cart-qty-control button{width:30px;height:30px;border:0;background:transparent;color:var(--white);cursor:pointer}.cart-qty-control span{width:28px;color:var(--white);font-family:var(--font-display);font-size:13px;font-weight:800;text-align:center}.remove-item-btn{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;text-decoration:underline}.cart-item-price{color:var(--white);font-family:var(--font-display);font-size:14px;font-weight:800}.not-found-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found-mark{color:#ffffff14;font-family:var(--font-display);font-size:96px;font-weight:900;line-height:1}.not-found-page p{margin-bottom:26px}.cta-section{padding:64px var(--px)}.cta-banner{max-width:920px;margin:0 auto;padding:28px;border:1px solid rgba(105,230,177,.28);border-radius:var(--radius);background:#69e6b114;text-align:center}.cta-banner h2{margin-bottom:10px;color:var(--white);font-family:var(--font-display);font-size:30px;font-weight:800}.cta-banner p{max-width:620px;margin:0 auto 22px;color:var(--muted);font-size:15px;line-height:1.7}.cta-countdown{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:360px;margin:0 auto 22px}.countdown-item{padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab3}.countdown-num{color:var(--fresh);font-family:var(--font-display);font-size:24px;font-weight:900}.countdown-unit{margin-top:3px;color:var(--muted);font-size:11px}.cta-button{width:auto;padding-left:28px;padding-right:28px}@media(max-width:520px){.cart-offer{grid-template-columns:38px 1fr}.cart-offer button{grid-column:1 / -1}.cart-item{grid-template-columns:64px minmax(0,1fr)}.cart-item-price{grid-column:2}}@media(min-width:700px){.support-grid,.spec-feature-grid{grid-template-columns:repeat(2,1fr)}.page-hero h1,.not-found-page h1{font-size:58px}}:root{--font-display: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;--font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important}body,button,input,textarea,select,.hero-badge,.section-label,.site-logo,.fresh-logo-main,.fresh-logo-sub,.hero-title,.product-title,.section-title,.btn-primary,.btn-secondary,.atc-btn,.buy-now-btn,.feature-card-title,.price-current{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.hero-badge,.section-label,.fresh-logo-sub,.product-badge-img,.variant-label,.discount-label,.contact-label,.how-use-index{text-transform:none!important;letter-spacing:.01em!important;font-size:13px!important;line-height:1.35!important}.hero-badge{font-weight:700!important;padding:8px 11px!important}.hero-title{letter-spacing:0!important;line-height:1.04!important}.hero-title .line-3{line-height:1.16!important}.btn-primary,.btn-secondary,.atc-btn,.buy-now-btn{letter-spacing:.01em!important;font-size:15px!important;text-transform:none!important}.product-badge-img,.price-save,.feature-text,.hero-spec-strip span{letter-spacing:0!important;text-transform:none!important}.discount-row input{text-transform:none!important}.hero-proof-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hero-proof-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:var(--radius);background:#14171ab8;color:var(--muted-strong);font-size:13px;font-weight:800;line-height:1.25}.hero-proof-stars{color:var(--copper);letter-spacing:0;white-space:nowrap}.hero-check{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--fresh);color:var(--ink);font-size:13px;font-weight:900}.hero-quality-pill{border-color:#69e6b157}.hero-actions-single{margin-bottom:0!important}.hero-actions-single .btn-primary{width:auto!important;min-width:180px!important}.hero-content .hero-proof-row{margin-top:-8px!important;margin-bottom:18px!important}.hero-content .hero-title{margin-bottom:18px!important}.hero-content .hero-desc{margin-bottom:24px!important}.hero-actions-single{margin-top:0!important}.hero-actions-single{margin-bottom:10px!important}.hero-content .hero-proof-row{margin-top:0!important;margin-bottom:0!important}.feature-icon svg{width:20px!important;height:20px!important;display:block!important;stroke:currentColor!important}.feature-icon{color:var(--fresh)!important}.fresh-video-frame{margin-top:18px!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
