:root{--bg: #f8f5f0;--bg-dark: #0f1722;--bg-darker: #080d15;--bg-alt: #1a2436;--cream: #fdf9f4;--accent: #8b2e2e;--accent-hover: #b84c1e;--accent-light: rgba(139,46,46,.1);--text: #1a1814;--text-secondary: #4a4540;--text-muted: #8a8580;--text-light: #c8c0b0;--border: #e0d8cc;--border-dark: rgba(255, 255, 255, .08);--white: #ffffff;--font-head: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 4px;--radius-lg: 10px;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .15);--max-w: 1200px;--max-w-narrow: 800px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.2;font-weight:700}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.container--narrow{max-width:var(--max-w-narrow);margin:0 auto;padding:0 24px}.section-pad{padding:96px 0}.text-center{text-align:center}@media(max-width:768px){.section-pad{padding:64px 0}}.section-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.section-headline{font-family:var(--font-head);font-size:clamp(28px,3.5vw,46px);line-height:1.18;color:var(--text);margin-bottom:18px}.section-headline--light{color:var(--white)}.section-subhead{font-size:18px;line-height:1.72;color:var(--text-secondary);margin-bottom:48px}.section-subhead--light{color:#ffffff9e}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius);transition:all .2s ease;cursor:pointer;white-space:nowrap;border:2px solid transparent}.btn--primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #8b2e2e59}.btn--outline{background:transparent;color:var(--white);border-color:#ffffff80}.btn--outline:hover{background:#ffffff1a;border-color:var(--white);transform:translateY(-2px)}.btn--ghost-light{background:transparent;color:var(--white);border-color:#ffffff59}.btn--ghost-light:hover{border-color:var(--white);background:#ffffff14}.btn--large{padding:20px 52px;font-size:15px}.shopify-section{display:block;margin:0!important;padding:0!important}main#main-content{display:block;margin:0!important;padding:0!important}#shopify-section-announcement-bar,#shopify-section-header{background:#080d15!important;margin:0!important;padding:0!important;display:block}.announcement-bar{background:#080d15!important;color:#c8c0b0;text-align:center;padding:10px 24px;font-size:13px;letter-spacing:.04em;margin:0}.announcement-bar p{margin:0;padding:0}.announcement-bar a{color:#fff;text-decoration:underline}.announcement-bar strong{color:#fff}.site-header{background:#080d15!important;border-bottom:none!important;border-top:none!important;margin:0!important;position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:68px;max-width:var(--max-w);margin:0 auto}.site-header__logo{font-family:var(--font-head);font-size:22px;font-weight:700;color:var(--white)}.site-header__logo span{color:var(--accent)}.site-header__right{display:flex;align-items:center;gap:32px}.site-header__nav{display:flex;align-items:center;gap:28px}.site-header__nav a{color:#fff9;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.site-header__nav a:hover{color:var(--white)}.header-cart-btn{display:flex;align-items:center;gap:8px;color:var(--white);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;position:relative;background:none;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:8px 14px;transition:border-color .2s}.header-cart-btn:hover{border-color:#ffffff80}.cart-count{background:var(--accent);color:#fff;width:18px;height:18px;border-radius:50%;font-size:11px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1}.cart-count[data-count="0"]{display:none}@media(max-width:768px){.site-header__nav{display:none}}.hero{background:var(--bg-dark);display:grid;grid-template-columns:1fr 1fr;min-height:68vh}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 80px}.hero__eyebrow{display:inline-block;background:#c44b2b1f;color:#e07055;border:1px solid rgba(139,46,46,.3);padding:6px 16px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border-radius:100px;margin-bottom:28px;width:fit-content}.hero__headline{font-size:clamp(30px,3.5vw,52px);line-height:1.14;color:var(--white);margin-bottom:24px}.hero__headline em{font-style:italic;color:#e07055}.hero__subhead{font-size:17px;line-height:1.75;color:#fff9;margin-bottom:40px;max-width:460px}.hero__cta-wrap{margin-bottom:32px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero__trust{display:flex;flex-direction:column;gap:10px}.hero__trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffff80;font-weight:500}.hero__trust-item svg{color:#e07055;flex-shrink:0}.hero__media{position:relative;overflow:hidden;background:var(--bg-alt)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media .image-placeholder{height:100%;min-height:68vh;color:#ffffff2e;border-radius:0}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero__content{padding:64px 24px;order:2}.hero__media{min-height:55vw;order:1}.hero__media .image-placeholder{min-height:55vw}}.trust-bar{background:var(--cream);border-bottom:1px solid var(--border);padding:22px 0}.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--text)}.trust-bar__item svg{color:var(--accent)}@media(max-width:600px){.trust-bar__inner{gap:20px}.trust-bar__item{font-size:13px}}.problem-section{background:var(--bg)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.problem-list{list-style:none;display:flex;flex-direction:column;gap:16px}.problem-list__item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s}.problem-list__item:hover{border-color:#8b2e2e4d}.problem-icon{width:38px;height:38px;background:#8b2e2e1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);font-size:18px;margin-top:2px}.problem-list__text strong{display:block;font-weight:600;color:var(--text);margin-bottom:4px;font-size:15px;font-family:var(--font-body)}.problem-list__text p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.problem__media{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5}.problem__media img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.problem-grid{grid-template-columns:1fr;gap:40px}.problem__media{aspect-ratio:16/9}}.mechanism-section{background:var(--bg-dark)}.mechanism-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.mechanism-steps{display:flex;flex-direction:column}.mechanism-step{display:flex;gap:20px;padding:26px 0;border-bottom:1px solid var(--border-dark)}.mechanism-step:last-child{border-bottom:none}.mechanism-step__num{width:42px;height:42px;border:2px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--accent);flex-shrink:0;margin-top:2px}.mechanism-step__title{display:block;font-size:16px;font-weight:600;color:var(--white);margin-bottom:6px}.mechanism-step__desc{font-size:14px;color:#ffffff8c;line-height:1.65;margin:0}.mechanism-pull-quote{background:#8b2e2e14;border:1px solid rgba(196,75,43,.22);border-left:4px solid var(--accent);padding:28px 32px;border-radius:var(--radius-lg);font-family:var(--font-head);font-style:italic;font-size:21px;line-height:1.52;color:#ffffffe0;margin-top:40px}.mechanism__media{aspect-ratio:3/4;background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden}.mechanism__media img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.mechanism-layout{grid-template-columns:1fr;gap:48px}.mechanism__media{aspect-ratio:16/9}}.product-intro-section{background:var(--cream)}.product-intro__header{text-align:center;max-width:660px;margin:0 auto 60px}.product-intro__images{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;margin-bottom:60px}.product-intro__img{background:var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1}.product-intro__img--main{aspect-ratio:4/3}.product-intro__img img{width:100%;height:100%;object-fit:cover}.features-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow)}.feature-card__icon{width:48px;height:48px;background:#8b2e2e14;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);margin:0 auto 14px}.feature-card__title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px;font-family:var(--font-body)}.feature-card__desc{font-size:13px;color:var(--text-secondary);line-height:1.6}@media(max-width:900px){.product-intro__images{grid-template-columns:1fr 1fr}.product-intro__img--main{grid-column:1 / -1;aspect-ratio:16/9}.features-cards{grid-template-columns:1fr 1fr}}@media(max-width:480px){.features-cards{grid-template-columns:1fr}}.how-it-works-section{background:var(--bg-dark)}.how-it-works__header{text-align:center;max-width:580px;margin:0 auto 64px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.steps-grid:before{content:"";position:absolute;top:31px;left:calc(12.5% + 14px);right:calc(12.5% + 14px);height:2px;background:linear-gradient(90deg,var(--accent) 0%,rgba(196,75,43,.15) 50%,var(--accent) 100%)}.step-card{position:relative;z-index:1;text-align:center}.step-card__num{width:62px;height:62px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:24px;font-weight:700;color:var(--white);margin:0 auto 20px}.step-card__title{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--white);margin-bottom:10px}.step-card__desc{font-size:14px;color:#ffffff85;line-height:1.65}@media(max-width:768px){.steps-grid{grid-template-columns:1fr 1fr;gap:32px}.steps-grid:before{display:none}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr}}.features-section{background:var(--bg)}.features-section__header{text-align:center;max-width:580px;margin:0 auto 64px}.feature-rows{display:flex;flex-direction:column;gap:80px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.feature-row--reversed .feature-row__media{order:-1}.feature-row__media{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}.feature-row__media img{width:100%;height:100%;object-fit:cover}.feature-row__num{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.feature-row__title{font-family:var(--font-head);font-size:28px;font-weight:700;color:var(--text);margin-bottom:14px;line-height:1.28}.feature-row__text{font-size:16px;line-height:1.75;color:var(--text-secondary);margin-bottom:22px}.check-list{list-style:none;display:flex;flex-direction:column;gap:10px}.check-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-secondary);line-height:1.5}.check-list li:before{content:"";width:18px;height:18px;min-width:18px;background:var(--accent);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:center}@media(max-width:768px){.feature-row{grid-template-columns:1fr;gap:32px}.feature-row--reversed .feature-row__media{order:0}.feature-rows{gap:56px}}.for-who-section{background:var(--cream)}.for-who-section__header{text-align:center;max-width:540px;margin:0 auto 52px}.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.who-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;transition:border-color .2s,box-shadow .2s}.who-card:hover{border-color:var(--accent);box-shadow:var(--shadow)}.who-card__emoji{font-size:36px;margin-bottom:14px;display:block}.who-card__title{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--text);margin-bottom:8px}.who-card__desc{font-size:14px;color:var(--text-secondary);line-height:1.65}@media(max-width:768px){.who-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.who-grid{grid-template-columns:1fr}}.objections-section{background:var(--bg)}.objections-section__header{text-align:center;max-width:540px;margin:0 auto 52px}.faq-list{max-width:720px;margin:0 auto}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;text-align:left;padding:22px 0;font-family:var(--font-head);font-style:italic;font-size:19px;font-weight:400;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--accent)}.faq-icon{width:26px;height:26px;min-width:26px;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:var(--text-muted);transition:all .25s}.faq-item--open .faq-icon{border-color:var(--accent);color:var(--accent);background:#8b2e2e14;transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s ease}.faq-answer__inner{padding-bottom:22px;font-size:16px;line-height:1.78;color:var(--text-secondary)}.guarantee-section{background:var(--bg-dark)}.guarantee-inner{display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:center;max-width:840px;margin:0 auto}.guarantee-badge{width:160px;height:160px;border:3px solid var(--accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;text-align:center}.guarantee-badge__num{font-family:var(--font-head);font-size:52px;font-weight:700;color:var(--accent);line-height:1}.guarantee-badge__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-top:4px}.guarantee-content h2{font-family:var(--font-head);font-size:32px;color:var(--white);margin-bottom:14px}.guarantee-content p{font-size:17px;color:#ffffff9e;line-height:1.78;margin:0}@media(max-width:600px){.guarantee-inner{grid-template-columns:1fr;text-align:center}.guarantee-badge{margin:0 auto}}.final-cta{background:var(--accent);padding:100px 0;text-align:center}.final-cta h2{font-family:var(--font-head);font-size:clamp(28px,3.5vw,46px);color:var(--white);margin-bottom:16px}.final-cta p{font-size:18px;color:#ffffffd1;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;height:100%;min-height:280px;color:var(--text-muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:40px;background:var(--cream)}.image-placeholder svg{width:48px;height:48px;opacity:.3}.image-placeholder--dark{background:var(--bg-alt);color:#fff3}.product-page{padding:60px 0 100px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:88px}.product-gallery__main{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;margin-bottom:10px;cursor:pointer}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-gallery__thumb{background:var(--cream);border:2px solid var(--border);border-radius:var(--radius);aspect-ratio:1;overflow:hidden;cursor:pointer;transition:border-color .2s;padding:0}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--accent)}.product-info__vendor{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.product-info__title{font-family:var(--font-head);font-size:clamp(24px,3vw,36px);color:var(--text);margin-bottom:16px;line-height:1.18}.product-info__price{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:700;color:var(--text);margin-bottom:24px}.product-info__price--compare{font-size:18px;font-weight:400;color:var(--text-muted);text-decoration:line-through}.price-badge{background:var(--accent);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:100px}.product-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.product-info__label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-bottom:10px}.variant-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.variant-btn{padding:10px 20px;border:2px solid var(--border);border-radius:var(--radius);font-size:14px;font-weight:500;color:var(--text);background:var(--white);cursor:pointer;transition:all .2s}.variant-btn--active,.variant-btn:hover{border-color:var(--accent);color:var(--accent)}.qty-wrap{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qty-selector{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--cream);border:none;font-size:20px;color:var(--text);cursor:pointer;transition:background .2s;line-height:1}.qty-btn:hover{background:var(--border)}.qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:16px;font-family:inherit;color:var(--text);background:var(--white)}.qty-input:focus{outline:none}.atc-btn{width:100%;padding:18px;background:var(--accent);color:var(--white);font-family:var(--font-body);font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius);cursor:pointer;transition:all .2s;margin-bottom:12px}.atc-btn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #8b2e2e4d}.atc-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.product-trust{display:flex;flex-direction:column;gap:8px;margin-top:16px}.product-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary)}.product-tabs{margin-top:32px}.tab-triggers{display:flex;border-bottom:2px solid var(--border);gap:0}.tab-trigger{padding:12px 20px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab-panel{display:none;padding:24px 0}.tab-panel p{font-size:15px;line-height:1.78;color:var(--text-secondary);margin-bottom:14px}.tab-panel p:last-child{margin-bottom:0}.tab-panel ul{padding-left:20px;display:flex;flex-direction:column;gap:8px;font-size:15px;color:var(--text-secondary);line-height:1.6}@media(max-width:900px){.product-page__grid{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay--visible{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--white);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #00000026}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--font-head);font-size:20px;color:var(--text)}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cream);border:1px solid var(--border);color:var(--text);cursor:pointer;transition:background .2s}.cart-drawer__close:hover{background:var(--border)}.cart-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border);flex-shrink:0}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;min-height:200px;color:var(--text-muted);text-align:center}.cart-drawer__empty p{font-size:16px}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-drawer__item-img{width:80px;height:80px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;flex-shrink:0}.cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:4px}.cart-drawer__item-variant{font-size:12px;color:var(--text-muted);margin-bottom:8px}.cart-drawer__item-meta{display:flex;align-items:center;justify-content:space-between}.cart-drawer__item-details{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:12px}.cart-drawer__item-price{font-size:15px;font-weight:700;color:var(--text)}.cart-drawer__qty-wrap{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--white)}.cart-drawer__qty-btn{width:30px;height:30px;background:none;border:none;cursor:pointer;font-size:17px;line-height:1;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.cart-drawer__qty-btn:hover{background:var(--border)}.cart-drawer__qty-val{min-width:28px;text-align:center;font-size:14px;font-weight:600;color:var(--text);border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 4px;line-height:30px;-webkit-user-select:none;user-select:none}.cart-drawer__item-remove{font-size:12px;color:var(--text-muted);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;margin-top:4px;align-self:flex-start}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;color:var(--text);margin-bottom:16px}.cart-checkout-btn{width:100%;padding:16px;background:var(--accent);color:var(--white);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s}.cart-checkout-btn:hover{background:var(--accent-hover)}.cart-page{padding:60px 0 100px;min-height:50vh}.cart-page h1{font-family:var(--font-head);font-size:36px;color:var(--text);margin-bottom:40px}.cart-page__layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-line{display:grid;grid-template-columns:90px 1fr auto;gap:20px;padding:24px 0;border-bottom:1px solid var(--border);align-items:start}.cart-line__img{width:90px;height:90px;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-weight:600;color:var(--text);margin-bottom:4px;font-size:15px}.cart-line__variant{font-size:13px;color:var(--text-muted);margin-bottom:10px}.cart-line__qty{display:flex;align-items:center;gap:8px;font-size:14px}.cart-line__price{font-weight:700;color:var(--text);font-size:16px}.cart-summary-box{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;position:sticky;top:88px}.cart-summary-box h2{font-family:var(--font-head);font-size:22px;color:var(--text);margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border);font-size:15px}.cart-summary-row--total{font-weight:700;font-size:18px;border-bottom:none;padding-top:16px}.cart-empty-state{text-align:center;padding:80px 24px}.cart-empty-state h2{font-family:var(--font-head);font-size:28px;margin-bottom:14px}.cart-empty-state p{color:var(--text-secondary);margin-bottom:28px;font-size:16px}@media(max-width:900px){.cart-page__layout{grid-template-columns:1fr}}.site-footer{background:var(--bg-darker);color:#ffffff7a;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--border-dark)}.footer-logo{font-family:var(--font-head);font-size:20px;font-weight:700;color:var(--white);margin-bottom:12px}.footer-logo span{color:var(--accent)}.footer-desc{font-size:14px;line-height:1.72;max-width:280px;margin-bottom:20px}.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--white);margin-bottom:16px;font-family:var(--font-body)}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:14px;color:#ffffff7a;transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}.footer-payments{display:flex;gap:8px}.payment-tag{background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600;color:#ffffff80}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 24px}.not-found__num{font-family:var(--font-head);font-size:96px;line-height:1;color:var(--accent);margin-bottom:16px}.not-found h1{font-family:var(--font-head);font-size:36px;margin-bottom:14px}.not-found p{font-size:18px;color:var(--text-secondary);margin-bottom:32px;max-width:400px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.for-who{background:var(--bg)}.who-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.who-card{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s}.who-card:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0000001a}.who-icon{font-size:36px;margin-bottom:16px}.who-card h3{font-family:var(--font-head);font-size:1.1rem;margin-bottom:12px}.who-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0}.objections{background:#fff}.faq-list{max-width:760px;margin:48px auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:var(--text);font-family:var(--font-body)}.faq-icon{flex-shrink:0;transition:transform .3s}.faq-item--open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer p{padding-bottom:20px;color:var(--text-muted);line-height:1.75;margin:0}.guarantee{background:var(--bg)}.guarantee-inner{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:center;max-width:900px;margin:0 auto}.guarantee-badge-wrap{display:flex;justify-content:center}.guarantee-badge{width:160px;height:160px;border-radius:50%;background:var(--accent);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 32px #8b2e2e4d}.guarantee-badge__days{font-size:56px;font-weight:700;line-height:1;font-family:var(--font-head)}.guarantee-badge__label{font-size:13px;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.08em;line-height:1.3}.guarantee-text h2{font-family:var(--font-head);font-size:clamp(1.5rem,3vw,2rem);margin-bottom:16px}.guarantee-text p{color:var(--text-muted);line-height:1.75;margin-bottom:12px}.guarantee-items{display:flex;flex-direction:column;gap:10px;margin-top:24px}.guarantee-item{display:flex;align-items:center;gap:10px;font-weight:500}.guarantee-item svg{color:var(--accent);flex-shrink:0}.final-cta{background:var(--accent);color:#fff;text-align:center}.final-cta .section-label{color:#ffffffb3}.final-cta__headline{font-family:var(--font-head);font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;max-width:720px;margin:0 auto 20px}.final-cta__sub{color:#ffffffd9;max-width:580px;margin:0 auto 28px;line-height:1.7}.final-cta__trust{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:32px;font-size:.9rem;color:#fffc;font-weight:500}.final-cta__dot{opacity:.5}.final-cta__btn{background:#fff;color:var(--accent);border-color:#fff;font-size:1.1rem;padding:18px 40px;display:inline-block;margin-bottom:16px}.final-cta__btn:hover{background:var(--bg);color:var(--accent)}.final-cta__fine{font-size:13px;color:#ffffffa6;margin:0}.final-cta__inner{max-width:760px;margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery__main{border-radius:12px;overflow:hidden;margin-bottom:12px}.product-gallery__main img{width:100%;height:auto;display:block}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb--active{border-color:var(--accent)}.product-info__eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:10px}.product-info__title{font-family:var(--font-head);font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:16px;line-height:1.2}.product-info__price{display:flex;align-items:center;gap:12px;margin-bottom:20px}.price-current{font-size:1.6rem;font-weight:700;color:var(--accent)}.price-compare{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.price-badge{background:#e8f5e9;color:#2e7d32;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:4px}.product-info__short-desc{color:var(--text-muted);line-height:1.7;margin-bottom:20px}.product-trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:24px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-trust-item{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500}.product-trust-item svg{color:var(--accent);flex-shrink:0}.product-form__label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.product-form__variants{margin-bottom:20px}.variant-btns{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 18px;border:2px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;transition:border-color .2s,background .2s}.variant-btn:hover{border-color:var(--accent)}.variant-btn--active{border-color:var(--accent);background:var(--accent);color:#fff}.variant-btn:disabled{opacity:.4;cursor:not-allowed}.product-form__qty{margin-bottom:20px}.qty-selector{display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:8px;overflow:hidden}.qty-btn{width:40px;height:44px;background:#fff;border:none;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:var(--bg)}.qty-input{width:48px;height:44px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);text-align:center;font-size:.95rem;font-weight:600;outline:none}.atc-btn{font-size:1.05rem;padding:18px 32px;margin-bottom:28px}.btn--full{width:100%}.atc-btn.loading{opacity:.7;pointer-events:none}.product-tabs{margin-top:8px}.tab-triggers{display:flex;border-bottom:2px solid var(--border);margin-bottom:20px}.tab-trigger{background:none;border:none;padding:10px 20px;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.tab-trigger:hover{color:var(--text)}.tab-trigger--active{color:var(--accent);border-bottom-color:var(--accent)}.tab-panel{display:none;color:var(--text-muted);line-height:1.75}.tab-panel--active{display:block}.product-specs-list{padding-left:20px}.product-specs-list li{margin-bottom:8px}.cart-page{min-height:60vh}.cart-page__title{font-family:var(--font-head);font-size:2rem;margin-bottom:40px}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{color:var(--text-muted);margin-bottom:24px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-line{display:grid;grid-template-columns:100px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--border)}.cart-line__img{border-radius:8px;overflow:hidden}.cart-line__img img{width:100%;height:auto;display:block}.cart-line__title{font-weight:600;margin-bottom:4px}.cart-line__variant{font-size:.85rem;color:var(--text-muted);margin-bottom:8px}.cart-line__price{font-size:1.1rem;font-weight:700;margin-bottom:12px}.cart-line__actions{display:flex;align-items:center;gap:20px}.cart-line-qty{display:flex;align-items:center;gap:12px}.cart-line-qty-btn{width:30px;height:30px;border:1px solid var(--border);border-radius:4px;background:#fff;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-line-qty-val{font-weight:600;min-width:24px;text-align:center}.cart-line__remove{font-size:.85rem;color:var(--text-muted);text-decoration:underline;cursor:pointer}.cart-summary{background:var(--bg);border-radius:12px;padding:28px;position:sticky;top:100px}.cart-summary__row{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:12px}.cart-summary__note{font-size:.85rem;color:var(--text-muted);margin-bottom:20px}.cart-checkout-btn{display:block;text-align:center;font-size:1rem;padding:16px;width:100%;margin-bottom:12px}.cart-continue{display:block;text-align:center;font-size:.9rem;color:var(--text-muted);text-decoration:underline}.not-found{min-height:60vh;display:flex;align-items:center}.not-found h1{font-family:var(--font-head);font-size:2rem;margin-bottom:12px}@media(max-width:900px){.who-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.guarantee-inner{grid-template-columns:1fr;text-align:center;gap:32px}}@media(max-width:600px){.who-grid{grid-template-columns:1fr}.product-trust-row{gap:12px}.final-cta__trust{flex-direction:column;gap:6px}.final-cta__dot{display:none}}.features{background:#fff}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:64px}.feature-row--reverse{direction:rtl}.feature-row--reverse>*{direction:ltr}.feature-img{width:100%;border-radius:12px;display:block}.feature-row__num{font-size:3rem;font-weight:700;color:var(--border);font-family:var(--font-head);line-height:1;margin-bottom:8px}.feature-row__title{font-family:var(--font-head);font-size:1.6rem;margin-bottom:16px}.feature-row__desc{color:var(--text-muted);line-height:1.75;margin-bottom:20px}.feature-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.feature-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;font-weight:500;color:var(--text)}.feature-checklist li:before{content:"";display:inline-block;width:18px;height:18px;background:var(--accent);border-radius:50%;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-size:11px;background-position:center;background-repeat:no-repeat}@media(max-width:900px){.feature-row{grid-template-columns:1fr;gap:32px;direction:ltr}.feature-row--reverse{direction:ltr}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/theme.css.map */
