:root{--elare-red:#963530;--elare-red-dark:#7c2925;--elare-red-soft:#f8dfdc;--elare-cream:#fff7f1;--elare-cream-2:#fff0e8;--elare-cream-3:#f5ddd5;--elare-text:#241514;--elare-muted:#6f5e5a;--elare-border:#ecd4cc;--elare-green:#269956;--elare-gold:#f7ae23;--elare-shadow:0 20px 56px rgba(89,31,27,.15);--elare-soft-shadow:0 10px 28px rgba(95,34,29,.1);--elare-radius:24px;--page-width:1240px;--font-display:"Baloo 2", "Arial Rounded MT Bold", system-ui, sans-serif;--font-body:"Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--elare-cream);color:var(--elare-text);line-height:1.42;font-weight:600;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.skip-link{position:absolute;left:-999px;top:0;background:#fff;padding:12px;z-index:999}.skip-link:focus{left:12px}.page-width{width:min(var(--page-width),calc(100% - 40px));margin:0 auto}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:22px;line-height:1;vertical-align:-5px;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.center{text-align:center}.card{background:#fff;border:1px solid var(--elare-border);border-radius:var(--elare-radius);box-shadow:var(--elare-shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:17px 34px;min-height:56px;border-radius:999px;border:0;background:var(--elare-red);color:#fff;font-weight:900;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 14px 28px #8b1e2047;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);background:var(--elare-red-dark);box-shadow:0 18px 34px #8b1e2057}.btn--light{background:#fff;color:var(--elare-red);box-shadow:none;border:1px solid var(--elare-border)}.btn--full{width:100%}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--elare-red)}.section-title{font-family:var(--font-display);font-size:clamp(34px,4.55vw,62px);line-height:.98;margin:0 0 14px;font-weight:700;letter-spacing:-.035em;color:var(--elare-text)}.section-subtitle{font-size:18px;color:var(--elare-muted);max-width:760px;margin:0 auto 34px;font-weight:600}.announce{background:var(--elare-red);color:#fff;text-align:center;padding:8px 14px}.announce__inner{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.announce b{font-size:15px;letter-spacing:.12em;font-weight:900}.announce__msg{font-size:14px;font-weight:700}.countdown{display:flex;gap:5px;align-items:center}.countdown__box{min-width:52px;background:#fff;color:var(--elare-red);border-radius:10px;padding:5px 7px;font-weight:900;line-height:1}.countdown__box small{display:block;font-size:10px;color:#7a4f4b;margin-top:3px;font-weight:800}.countdown__colon{font-weight:900}.elare-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 var(--elare-border)}.elare-header__inner{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.nav{display:flex;gap:31px;align-items:center;font-weight:800;font-size:15px}.nav a{position:relative;color:#2d2020}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--elare-red);transform:scaleX(0);transition:.2s;border-radius:99px}.nav a:hover:after{transform:scaleX(1)}.logo{font-family:var(--font-display);font-size:32px;font-weight:700;letter-spacing:-.035em;color:var(--elare-red);display:flex;align-items:center;gap:6px;justify-self:center}.logo__bulb{width:22px;height:29px;background:var(--elare-red);border-radius:62% 45% 56% 48%;transform:rotate(20deg);position:relative;box-shadow:inset -3px -2px #00000014}.logo__bulb:before{content:"";position:absolute;width:10px;height:14px;border:3px solid var(--elare-red);border-left:0;border-bottom:0;right:-4px;top:-7px;border-radius:50%;transform:rotate(-23deg)}.header-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}.icon-btn{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;font-weight:800;cursor:pointer;color:#2d2020;padding:8px 2px}.cart-count{background:var(--elare-red);color:#fff;border-radius:50%;font-size:11px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.mobile-menu{display:none}.country{position:relative}.country__button{border:1px solid var(--elare-border);border-radius:999px;background:#fff;padding:8px 10px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px;cursor:pointer;white-space:nowrap}.country__button .material-symbols-outlined{font-size:18px}.country__dropdown{position:absolute;right:0;top:calc(100% + 10px);width:230px;background:#fff;border:1px solid var(--elare-border);border-radius:18px;box-shadow:var(--elare-shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.2s;z-index:60}.country.open .country__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.country__dropdown button{display:block;width:100%;padding:10px 12px;background:transparent;border:0;text-align:left;border-radius:10px;cursor:pointer;color:#3b2d2a;font-weight:700}.country__dropdown button:hover{background:var(--elare-cream)}.mobile-panel{position:fixed;left:0;top:0;bottom:0;width:min(340px,90vw);background:#fff;z-index:101;transform:translate(-100%);transition:.28s ease;box-shadow:25px 0 60px #0000002e;padding:22px}.mobile-open .mobile-panel{transform:translate(0)}.mobile-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.mobile-panel a:not(.logo){display:block;padding:16px 0;border-bottom:1px solid var(--elare-border);font-weight:900;color:#2b1b19}.mobile-panel .logo{justify-self:start}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#241514a8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:102;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:.22s}.search-open .search-modal{opacity:1;visibility:visible}.search-modal__form{width:min(720px,100%);background:#fff;border-radius:30px;padding:34px;box-shadow:var(--elare-shadow)}.search-modal__form label{display:block;font-family:var(--font-display);font-size:42px;font-weight:700;margin-bottom:18px}.search-modal__form input{width:100%;border:1px solid var(--elare-border);border-radius:999px;padding:18px 22px;margin-bottom:16px;background:var(--elare-cream);outline:0}.search-modal__close{position:absolute;right:24px;top:18px;background:#fff;border:0;border-radius:50%;width:44px;height:44px;font-size:28px;cursor:pointer;color:var(--elare-red)}.promo-strip{overflow:hidden;background:#fbefe9;border-bottom:1px solid var(--elare-border);white-space:nowrap}.promo-strip__track{display:inline-flex;gap:26px;animation:marquee 24s linear infinite;padding:14px 0;font-weight:900;color:var(--elare-red);font-size:15px}.promo-strip__item{display:inline-flex;align-items:center;gap:8px;padding:0 10px}.promo-strip__item .material-symbols-outlined{font-size:22px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c100c80;z-index:99;opacity:0;visibility:hidden;transition:.25s}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;z-index:100;transform:translate(100%);transition:.28s ease;display:flex;flex-direction:column;box-shadow:-25px 0 60px #00000038}.drawer-open .cart-drawer{transform:translate(0)}.drawer-open .drawer-overlay,.mobile-open .drawer-overlay{opacity:1;visibility:visible}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--elare-border)}.drawer-head h3{margin:0;font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:-.03em}.drawer-close{font-size:30px;background:transparent;border:0;cursor:pointer;color:var(--elare-text)}.drawer-body{padding:20px;overflow:auto;flex:1}.reserve{font-size:13px;text-align:center;color:var(--elare-muted);margin-bottom:12px}.free-ship{font-weight:900;text-align:center}.progress{height:10px;background:#f2ddd6;border-radius:99px;overflow:hidden;margin:12px 0 14px}.progress__fill{width:35%;height:100%;background:var(--elare-red);border-radius:99px;transition:.35s ease}.drawer-gifts{display:flex;justify-content:space-around;font-size:13px;color:var(--elare-red);font-weight:900;margin-bottom:20px}.drawer-item,.protection{display:grid;grid-template-columns:66px 1fr auto;gap:12px;align-items:center;border:1px solid var(--elare-border);border-radius:18px;padding:12px;background:#fff9f6;margin-bottom:10px}.drawer-item img,.protection img{border-radius:14px;background:#f7eee9}.drawer-item h4,.protection h4{margin:0 0 4px;font-weight:900}.drawer-item p,.protection p{margin:0;font-size:12px;color:var(--elare-muted)}.protection__side{text-align:right}.protection__side button{margin-top:8px;border:0;background:var(--elare-red);color:#fff;border-radius:50%;width:28px;height:28px;cursor:pointer;font-weight:900}.protection.active{outline:2px solid var(--elare-red)}.protection.active .protection__side button{background:var(--elare-green)}.drawer-update{border:0;background:#eee2dc;border-radius:999px;padding:10px 14px;font-weight:800;color:#6a403b;margin:3px auto 0;display:block;cursor:pointer}.drawer-footer{padding:18px 20px 22px;border-top:1px solid var(--elare-border)}.payments{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:12px}.pay-pill{border:1px solid var(--elare-border);border-radius:6px;padding:4px 8px;font-size:11px;color:var(--elare-muted);font-weight:800;background:#fff}.drawer-empty{padding:22px 0 26px}.drawer-empty p{color:var(--elare-muted);font-size:13px}.drawer-empty a:not(.btn){text-decoration:underline}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 22% 46%,rgba(255,255,255,.95) 0,rgba(255,248,242,.8) 28%,rgba(255,236,227,.55) 46%,transparent 66%),linear-gradient(115deg,#fffaf6,#fff5ef 46%,#f6ded6);padding:54px 0 62px}.hero:before{content:"";position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;background-image:var(--hero-product);background-repeat:no-repeat;background-size:520px auto;background-position:left 5% center;opacity:.045;filter:blur(1px);mix-blend-mode:multiply}.hero:after{content:"";position:absolute;right:-140px;top:-180px;width:580px;height:580px;border-radius:50%;background:#8b1e200b}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(430px,.95fr) minmax(0,1fr);gap:64px;align-items:center}.hero__image-wrap{position:relative;min-height:570px;display:flex;align-items:center;justify-content:center}.hero__image-plate{position:relative;width:min(575px,100%);height:min(575px,calc(100vw - 32px));display:flex;align-items:center;justify-content:center}.hero__image-plate:before{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:50%;background:radial-gradient(circle,#fff,#fff8f3 47%,#ead2c9);box-shadow:0 36px 90px #672d262b}.hero__image-plate:after{content:"";position:absolute;width:82%;height:28px;left:9%;bottom:36px;background:radial-gradient(ellipse,#54201b3d,#54201b00 72%);filter:blur(9px)}.hero__product{position:relative;z-index:2;width:min(560px,100%);filter:drop-shadow(0 24px 22px rgba(89,35,31,.2));transform:translateY(4px)}.rating{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--elare-border);border-radius:999px;padding:9px 14px;font-size:14px;font-weight:900;margin-bottom:21px;box-shadow:0 5px 14px #5e25200d}.stars{color:var(--elare-gold);letter-spacing:1px}.hero h1{font-family:var(--font-display);font-size:clamp(50px,6.55vw,86px);line-height:.9;margin:0 0 18px;font-weight:700;letter-spacing:-.04em;color:#241514;max-width:675px}.hero__kicker{display:flex;align-items:center;gap:10px;color:var(--elare-red);font-weight:900;margin-bottom:16px;font-size:17px}.hero__text{font-size:20px;color:#5f514d;max-width:610px;margin:0 0 28px;font-weight:600}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.trust-item{background:#fff;border:1px solid var(--elare-border);border-radius:18px;padding:13px 12px;text-align:center;font-weight:900;font-size:11px;line-height:1.17;color:var(--elare-red);box-shadow:var(--elare-soft-shadow);text-transform:uppercase}.trust-item span{display:block;font-size:24px;margin-bottom:5px}.story-gallery{padding:64px 0 48px;background:#fff;overflow:hidden}.ugc-marquee{width:100%;overflow:hidden;margin-top:28px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)}.ugc-marquee__track{display:flex;width:max-content;gap:14px;animation:ugcMarquee 42s linear infinite;will-change:transform}.ugc-marquee:hover .ugc-marquee__track{animation-play-state:paused}.ugc-card{flex:0 0 clamp(150px,15vw,228px);aspect-ratio:1/1;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#fbe6df,#fff8f3);position:relative;box-shadow:0 9px 22px #421c181a}.ugc-card img{width:100%;height:100%;object-fit:cover}.ugc-card:after{content:"verified";position:absolute;left:10px;bottom:10px;background:#ffffffed;color:var(--elare-red);border-radius:999px;font-size:10px;font-weight:900;padding:4px 8px}@keyframes ugcMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-section{padding:58px 0 66px;background:#fff}.testimonial-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.testimonial-controls{display:flex;gap:10px}.testimonial-controls button{width:44px;height:44px;border-radius:50%;border:1px solid var(--elare-border);background:#fff;color:var(--elare-red);font-size:30px;font-weight:800;cursor:pointer;box-shadow:var(--elare-soft-shadow)}.testimonial-slider{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 20px;scrollbar-width:none}.testimonial-slider::-webkit-scrollbar{display:none}.testimonial{flex:0 0 min(410px,86vw);scroll-snap-align:start;padding:24px}.testimonial h3{margin:10px 0 12px;font-family:var(--font-display);font-size:25px;line-height:1.07;font-weight:700;letter-spacing:-.03em}.testimonial p{color:var(--elare-muted);font-size:14px;font-weight:600}.reviewer{display:flex;align-items:center;gap:10px;margin-top:18px;font-weight:900}.reviewer img{width:44px;height:44px;border-radius:50%;object-fit:cover}.verified{font-size:12px;color:var(--elare-green);font-weight:900}.verified .material-symbols-outlined{font-size:15px;vertical-align:-3px}.quote-stars{color:var(--elare-gold)}.science{padding:76px 0;background:var(--elare-cream)}.science__intro{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:34px}.science__intro .section-subtitle{margin-left:0;text-align:left}.science__intro img{border-radius:32px;box-shadow:var(--elare-shadow);width:100%;aspect-ratio:1/1;object-fit:cover}.science-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.science-card{padding:24px}.science-card img{border-radius:20px;aspect-ratio:1/1;object-fit:cover;margin-bottom:18px}.science-card h3{font-family:var(--font-display);font-size:25px;line-height:1.06;margin:0 0 10px;font-weight:700;letter-spacing:-.03em}.science-card p{color:var(--elare-muted);font-size:14px;font-weight:600}.life-video{padding:72px 0;background:#fff}.life-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.life-card{position:relative;border-radius:28px;overflow:hidden;aspect-ratio:3/4;box-shadow:var(--elare-shadow);background:#eadbd4}.life-card:before{content:"play_arrow";font-family:Material Symbols Outlined;position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#ffffffe0;color:var(--elare-red);display:flex;align-items:center;justify-content:center;font-size:36px;z-index:2}.life-card img{width:100%;height:100%;object-fit:cover}.life-card div{position:absolute;left:14px;right:14px;bottom:14px;background:#ffffffeb;border-radius:18px;padding:12px;text-align:left}.life-card strong{display:block;font-weight:900}.life-card span{display:flex;align-items:center;gap:3px;color:var(--elare-green);font-size:12px;font-weight:900}.life-card span span{font-size:15px}.problem{padding:80px 0;background:#fff}.problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.problem__panel{padding:34px;border-radius:34px;background:#fff8f3;border:1px solid var(--elare-border);box-shadow:var(--elare-soft-shadow)}.problem__columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.problem-list h3{font-family:var(--font-display);font-size:24px;margin:0 0 14px;font-weight:700}.problem-list ul{margin:0;padding:0;list-style:none}.problem-list li{display:flex;gap:10px;margin:13px 0;color:#4c3e3c;font-weight:800}.problem-list .bad{color:#bb3636}.problem-list .good{color:var(--elare-green)}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:14px}.before-after .ba-card{border-radius:28px;overflow:hidden;background:#f5e8e3;position:relative;min-height:310px;box-shadow:var(--elare-soft-shadow)}.before-after img{width:100%;height:100%;object-fit:cover}.ba-badge{position:absolute;left:14px;top:14px;background:#fff;color:var(--elare-red);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;z-index:2}.stats{padding:74px 0;background:var(--elare-cream)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-card{padding:28px;text-align:center}.stat-number{font-family:var(--font-display);font-size:58px;font-weight:700;color:var(--elare-red);letter-spacing:-.05em}.stat-card p{font-weight:900;margin:4px 0 7px}.stat-card small{color:var(--elare-muted);font-weight:600}.comparison{padding:76px 0;background:#fff}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;margin-top:24px}.compare-brand{padding:28px}.compare-brand img{border-radius:24px;margin:0 auto 16px;max-height:260px;object-fit:contain}.compare-brand h3{font-family:var(--font-display);font-size:34px;line-height:1;margin:0 0 18px;color:var(--elare-red)}.compare-brand ul{list-style:none;margin:0;padding:0}.compare-brand li{display:flex;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--elare-border);font-weight:900}.compare-brand--elare .material-symbols-outlined{color:var(--elare-green)}.compare-brand--other{background:#fffdfb}.compare-brand--other .material-symbols-outlined{color:#d83a4a}.comparison-cta{margin-top:22px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.comparison-cta h2{font-family:var(--font-display);font-size:32px;margin:0;color:var(--elare-red)}.comparison-cta div{display:flex;flex-wrap:wrap;gap:10px}.comparison-cta span{background:#fff4ee;border:1px solid var(--elare-border);border-radius:999px;padding:9px 13px;color:var(--elare-red);font-weight:900}.comparison-cta p{margin:0;color:var(--elare-muted);font-size:13px;grid-column:3;text-align:center}.product-anchor{padding:82px 0;background:linear-gradient(180deg,#fff8f3,#fff)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}.product-media{position:sticky;top:105px}.media-main{border-radius:32px;background:#fff;border:1px solid var(--elare-border);padding:16px;box-shadow:var(--elare-shadow);cursor:zoom-in}.media-main img{border-radius:24px;width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.thumbs button{border:1px solid var(--elare-border);background:#fff;border-radius:16px;padding:6px;cursor:pointer}.thumbs img{border-radius:12px;aspect-ratio:1/1;object-fit:cover}.product-info{padding:30px}.ship-badge{display:inline-flex;align-items:center;gap:8px;color:var(--elare-red);font-weight:900;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.product-title{font-family:var(--font-display);font-size:clamp(33px,4vw,52px);line-height:1;margin:12px 0 16px;letter-spacing:-.035em;font-weight:700}.benefits{list-style:none;margin:20px 0;padding:0}.benefits li{display:flex;gap:10px;margin:10px 0;font-weight:900}.quantity{display:flex;align-items:center;gap:10px;margin:20px 0}.qty-box{display:flex;border:1px solid var(--elare-border);border-radius:999px;overflow:hidden;background:#fff}.qty-box button,.qty-box input{width:48px;height:44px;border:0;background:#fff;text-align:center;font-weight:900}.qty-box button{cursor:pointer;color:var(--elare-red)}.guarantee{display:flex;gap:10px;align-items:center;background:#fff8f3;border:1px solid var(--elare-border);border-radius:16px;padding:12px 14px;margin-top:14px;font-weight:900;color:var(--elare-red)}.stock-warning{background:#fff1e5;border:1px solid #f6bf82;border-radius:22px;padding:16px;margin-top:20px;color:#6a3e19;font-weight:700}.tabs{margin-top:24px;border-top:1px solid var(--elare-border)}.tab{border-bottom:1px solid var(--elare-border);padding:16px 0}.tab summary{cursor:pointer;font-weight:900;font-size:18px}.tab p,.tab li{color:var(--elare-muted);font-weight:600}.image-banners{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:44px}.image-banners img{border-radius:28px;box-shadow:var(--elare-shadow)}.media-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#140b0ac2;z-index:130;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:.22s}.media-modal img{max-width:min(900px,92vw);max-height:86vh;background:#fff;border-radius:28px}.media-modal button{position:absolute;right:24px;top:20px;width:44px;height:44px;border:0;background:#fff;border-radius:50%;font-size:28px;cursor:pointer;color:var(--elare-red)}.footer{background:#271716;color:#fff;padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:34px}.footer .logo{color:#fff;margin-bottom:14px;justify-self:start}.footer .logo__bulb{background:#fff}.footer .logo__bulb:before{border-color:#fff}.footer a{color:#fff;opacity:.82}.footer h3{margin-top:0;font-weight:900}.footer ul{margin:0;padding:0;list-style:none}.footer li{margin:10px 0}.newsletter{display:flex;gap:8px}.newsletter input{flex:1;border:1px solid rgba(255,255,255,.25);background:#ffffff14;border-radius:999px;padding:14px 16px;color:#fff;font-weight:700}.newsletter input::placeholder{color:#d7c5c0}.disclosure{font-size:12px;color:#d4bbb7;border-top:1px solid rgba(255,255,255,.14);padding-top:22px;margin-top:34px}.copyright{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#d4bbb7;margin-top:20px}.service-row{padding:36px 0;background:#fff}.service-row__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--elare-border);border-radius:22px;padding:20px}.service-card span{color:var(--elare-red)}.service-card h3{margin:0 0 4px;font-size:18px;font-weight:900}.service-card p{margin:0;color:var(--elare-muted);font-size:13px;font-weight:600}.simple-page{padding:70px 0;background:#fff}.product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{padding:18px}.product-card img{border-radius:20px;aspect-ratio:1/1;object-fit:cover;background:#fff8f3}.product-card h3{font-size:20px;font-weight:900}.cart-page table{width:100%;border-collapse:collapse;background:#fff;border-radius:22px;overflow:hidden}.cart-page th,.cart-page td{padding:16px;border-bottom:1px solid var(--elare-border);text-align:left}.cart-total{text-align:right;margin-top:20px}@media(max-width:1080px){.header-actions{gap:8px}.search-link span+span{display:none}.country__button{max-width:170px;overflow:hidden}.trust-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:990px){.elare-header__inner{grid-template-columns:auto 1fr auto}.mobile-menu{display:inline-flex}.nav{display:none}.logo{justify-self:center}.country,.account-link,.search-link{display:none}.hero__grid,.science__intro,.problem__grid,.compare-grid,.product-grid{grid-template-columns:1fr}.hero__image-wrap{min-height:470px}.hero h1{max-width:100%}.stat-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid,.science-cards,.footer-grid,.service-row__inner,.life-grid{grid-template-columns:1fr 1fr}.product-media{position:relative;top:auto}.image-banners{grid-template-columns:1fr}.product-card-grid{grid-template-columns:repeat(2,1fr)}.comparison-cta{grid-template-columns:1fr;text-align:center}.comparison-cta div{justify-content:center}.comparison-cta p{grid-column:auto}}@media(max-width:640px){.page-width{width:min(100% - 24px,var(--page-width))}.announce__inner{gap:8px}.countdown__box{min-width:44px}.hero{padding:28px 0 42px}.hero:before{background-size:100%;background-position:center top;opacity:.035}.hero__image-wrap{min-height:370px}.hero__image-plate{height:370px}.hero__product{width:min(380px,100%)}.hero h1{font-size:46px}.hero__text{font-size:17px}.trust-row,.problem__columns,.before-after,.stat-grid,.product-card-grid,.compare-grid,.life-grid,.service-row__inner,.science-cards{grid-template-columns:1fr}.ugc-card{flex-basis:154px;border-radius:18px}.product-info{padding:22px}.section-title{font-size:36px}.footer-grid{gap:22px;grid-template-columns:1fr}.newsletter{flex-direction:column}.cart-drawer{width:100%}.elare-header__inner{height:68px}.promo-strip__track{animation-duration:16s}.product-title{font-size:34px}.testimonial-head{align-items:start;flex-direction:column}.testimonial-controls{align-self:flex-end}}:root{--elare-red:#963530;--elare-red-dark:#75221f;--elare-red-soft:#f6d9d3;--elare-cream:#fff8f4;--elare-cream-2:#fff1eb;--elare-cream-3:#f4d8cf;--elare-text:#231615;--elare-muted:#6d5a56;--elare-border:#ead1c8;--elare-gold:#f3b329;--elare-shadow:0 24px 62px rgba(82,32,27,.14);--elare-soft-shadow:0 12px 30px rgba(92,37,31,.09);--font-display:"Cooper Black","Cooper Std Black","Baloo 2","Fredoka","Arial Rounded MT Bold",system-ui,sans-serif;--font-body:"Nunito Sans","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-family:var(--font-body);font-weight:700;background:var(--elare-cream);letter-spacing:-.005em}.section-title,.hero h1,.logo,.product-title,.testimonial h3,.science-card h3,.problem-list h3,.compare-brand h3,.comparison-cta h2{font-family:var(--font-display);font-weight:800;letter-spacing:-.045em}.btn{background:#963530;box-shadow:0 16px 26px #96353038;font-size:14px;min-height:56px;padding:17px 35px}.btn:hover{background:#7d2925}.announce{background:#963530;padding:7px 14px}.announce__inner{gap:19px}.announce b,.announce__msg{font-size:14px}.countdown__box{background:#fff9f6;color:#963530;border-radius:9px;box-shadow:inset 0 -1px #75221f14}.promo-strip{background:#fff3ee}.promo-strip__track{padding:12px 0;gap:22px;animation-duration:28s;color:#963530}.promo-strip__item{font-size:14px}.elare-header{box-shadow:0 1px #9635301f;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.elare-header__inner{height:74px}.nav{gap:34px;font-size:15px}.logo{font-size:33px;color:#7f211e}.logo__bulb{background:#7f211e}.logo__bulb:before{border-color:#7f211e}.country__dropdown{max-height:64vh;overflow:auto;width:278px}.icon-btn,.country__button{font-weight:800}.cart-count{background:#963530}.hero{padding:48px 0 58px;background:radial-gradient(circle at 17% 52%,rgba(255,255,255,.98) 0,rgba(255,248,244,.92) 30%,rgba(250,225,217,.58) 58%,transparent 72%),linear-gradient(112deg,#fffbf8,#fff6f0 45%,#f7dfd6)}.hero:before{top:-7%;right:-7%;bottom:-7%;left:-7%;background-size:505px auto;background-position:left 7% center;opacity:.033;filter:blur(.4px)}.hero:after{right:-180px;top:-210px;width:620px;height:620px;background:#96353009}.hero__grid{grid-template-columns:minmax(435px,.94fr) minmax(0,1fr);gap:70px}.hero__image-wrap{min-height:582px}.hero__image-plate{width:min(584px,100%);height:584px}.hero__image-plate:before{top:23px;right:23px;bottom:23px;left:23px;background:radial-gradient(circle at 50% 45%,#fff 0,#fff9f5 45%,#f0d6ce);box-shadow:0 38px 94px #5d272224}.hero__image-plate:after{height:32px;bottom:39px;background:radial-gradient(ellipse,#4e1e1a38,#4e1e1a00 73%)}.hero__product{width:min(565px,100%);filter:drop-shadow(0 26px 24px rgba(83,33,29,.18))}.hero__content{padding-top:5px}.hero-rating{padding:9px 15px;font-size:14px;margin-bottom:20px;border-color:#edd6cf}.hero h1{font-size:clamp(54px,6.85vw,92px);line-height:.88;margin:0 0 20px;max-width:690px;color:#231615}.hero__kicker{font-size:17px;color:#963530;gap:9px;margin-bottom:17px}.hero__text{font-size:20px;line-height:1.46;max-width:635px;color:#604f4b;margin-bottom:29px;font-weight:700}.hero__btn{min-width:162px}.trust-row{margin-top:32px;gap:12px}.trust-item{border-radius:17px;padding:13px 10px;background:#fff;border-color:#ecd5cd;font-size:10.8px;box-shadow:0 10px 24px #5c251f12;color:#963530}.trust-item span{font-size:23px;margin-bottom:6px}.story-gallery{padding:62px 0 45px;background:#fff}.story-gallery__head .section-title{font-size:clamp(36px,4.5vw,64px)}.story-gallery__head .section-subtitle{margin-bottom:25px}.ugc-marquee{margin-top:22px;-webkit-mask-image:none;mask-image:none}.ugc-marquee__track{gap:13px;animation:ugcMarquee 58s linear infinite}.ugc-card{flex:0 0 clamp(162px,14.3vw,216px);border-radius:22px;aspect-ratio:1/1;box-shadow:none;background:#f3ddd6}.ugc-card:after{display:none}.ugc-card img{object-fit:cover;transition:transform .35s ease}.ugc-card:hover img{transform:scale(1.035)}.testimonial-section{padding:36px 0 72px;background:#fff}.testimonial-shell{position:relative}.testimonial-controls--floating{position:absolute;right:4px;top:-62px;z-index:2}.testimonial-controls button{width:42px;height:42px;background:#fff;border-color:#ead1c8;color:#963530;box-shadow:0 8px 20px #4f221d1a}.testimonial-slider{gap:16px;padding:4px 3px 18px}.testimonial{flex:0 0 min(410px,84vw);padding:25px 24px 22px;border-radius:23px;border-color:#ead1c8;box-shadow:0 14px 36px #4e211c14}.testimonial h3{font-size:26px;line-height:1.02;color:#281918;margin:8px 0 11px}.testimonial p{font-size:14.5px;line-height:1.43;color:#6c5a56;font-weight:700}.reviewer img{width:46px;height:46px}.quote-stars{font-size:15px;color:#f2ae25}.science{background:#fff8f4;padding:74px 0}.science__intro{gap:46px;margin-bottom:30px}.science__intro img{border-radius:32px;box-shadow:0 18px 46px #4e211c1f;aspect-ratio:1/1;object-fit:cover}.science__intro .section-subtitle{text-align:left;margin-left:0}.science-cards{gap:18px}.science-card{border-radius:25px;padding:18px}.science-card img{height:210px;border-radius:20px;object-fit:cover}.science-card h3{font-size:26px;color:#2a1b19;line-height:1.02}.science-card p{font-weight:700;color:#6d5a56}.life-video{padding:72px 0 78px;background:#fff}.video-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:29px}.video-card{-webkit-appearance:none;appearance:none;border:0;background:#e9d7cf;padding:0;border-radius:28px;overflow:hidden;position:relative;aspect-ratio:9/13.4;cursor:pointer;box-shadow:0 18px 44px #50201c24;transition:transform .22s ease,box-shadow .22s ease;text-align:left}.video-card:hover{transform:translateY(-4px);box-shadow:0 24px 56px #50201c33}.video-card img{width:100%;height:100%;object-fit:cover}.video-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 45%,#220f0d8f)}.play-button{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:999px;background:#ffffffed;display:flex;align-items:center;justify-content:center;z-index:2;color:#963530;box-shadow:0 8px 24px #00000029}.play-button .material-symbols-outlined{font-size:42px;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 48}.video-card__meta{position:absolute;left:14px;right:14px;bottom:14px;z-index:2;background:#fffffff0;border-radius:18px;padding:12px 13px}.video-card__meta strong{display:block;font-size:16px;font-weight:900;color:#231615}.video-card__meta span{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:900;color:#249454;margin-top:2px}.video-card__meta .material-symbols-outlined{font-size:16px}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#20110fc7;z-index:140;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:.24s}.video-modal.open{opacity:1;visibility:visible}.video-modal__frame{width:min(430px,92vw);aspect-ratio:9/16;background:linear-gradient(180deg,#231615,#57302b);border-radius:32px;box-shadow:0 28px 70px #0000005c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.video-modal__frame .material-symbols-outlined{font-size:82px;background:#ffffff24;border-radius:50%;padding:14px}.video-modal__frame p{font-weight:900}.video-modal__close{position:absolute;right:24px;top:20px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#963530;font-size:30px;cursor:pointer}.life-grid{display:none}.problem{background:#fff;padding:78px 0}.problem__panel{border-radius:32px;background:#fff8f4}.before-after .ba-card{border-radius:27px}.stats{background:#fff8f4;padding:76px 0}.stat-card{border-radius:24px}.stat-number{color:#963530;font-size:60px}.comparison{background:#fff;padding:76px 0}.compare-brand{border-radius:26px}.compare-brand h3{color:#963530}.compare-brand--other{background:#fffaf7}.comparison-cta{border-radius:26px}.product-anchor{background:linear-gradient(180deg,#fff8f4,#fff)}.product-title{font-size:clamp(34px,4vw,54px);line-height:.96}.ship-badge,.guarantee,.product-info [style*=--elare-red]{color:#963530}.benefits li{font-weight:900}.benefits .check{color:#249454}.stock-warning{background:#fff0e5;border-color:#efc090;border-radius:20px}.footer{background:#2a1715}.footer .btn{background:#963530}.pay-pill{background:#ffffffc7}.footer .pay-pill{background:#ffffff1c;border-color:#ffffff3b;color:#fff}@media(max-width:990px){.hero__grid{gap:24px}.hero__image-wrap{order:0}.hero__content{order:1}.video-list{grid-template-columns:repeat(2,1fr)}.testimonial-controls--floating{position:static;justify-content:flex-end;margin-bottom:12px}.hero h1{font-size:clamp(52px,11vw,82px)}}@media(max-width:640px){.announce{padding:8px 7px}.hero{padding:26px 0 42px}.hero__image-wrap{min-height:360px}.hero__image-plate{height:360px}.hero__product{width:min(365px,100%)}.hero h1{font-size:48px;line-height:.9}.hero__text{font-size:16.5px}.trust-row{grid-template-columns:1fr 1fr}.ugc-card{flex-basis:146px}.video-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px}.video-card{flex:0 0 76vw;scroll-snap-align:start}.science__intro img{max-height:420px}.testimonial{flex-basis:86vw}.section-title{font-size:38px}.product-title{font-size:35px}}.product-review-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px;color:#4f403d;font-weight:900;margin-bottom:10px}.product-review-line .stars,.stars{color:#f3b329;letter-spacing:1px}.product-buy-card{border-radius:30px}.product-top-benefits{margin-top:14px}.product-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0}.current-price{font-size:31px;font-weight:1000;color:var(--elare-red)}.compare-price{text-decoration:line-through;color:#8b7772;font-weight:900}.sale-chip{background:#963530;color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:1000;letter-spacing:.06em}.ship-date{font-size:13px;color:#6d5a56;font-weight:800;margin:4px 0 16px}.bundle-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.bundle-option{border:1px solid var(--elare-border);background:#fff9f6;color:#2b1a18;border-radius:16px;padding:12px 8px;font-weight:1000;cursor:pointer;box-shadow:0 6px 16px #5c251f0f;transition:.18s}.bundle-option small{display:block;color:#963530;font-size:11px;margin-top:2px}.bundle-option.active,.bundle-option:hover{border-color:#963530;background:#fff0eb;box-shadow:inset 0 0 0 2px #9635301a}.product-atc{font-size:15px}.product-buy-now{margin-top:10px;background:#fff;color:var(--elare-red);border:2px solid var(--elare-red);box-shadow:none}.product-buy-now:hover{background:#fff0eb;color:var(--elare-red);box-shadow:0 10px 22px #8b1e201f}.product-payments{justify-content:flex-start}.trusted-mini{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;background:#fff8f4;border:1px solid var(--elare-border);border-radius:18px;padding:14px;margin-top:18px}.trusted-faces{display:flex}.trusted-faces img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-11px}.trusted-faces img:first-child{margin-left:0}.trusted-mini p{margin:0;color:#6d5a56;font-size:13px}.product-media-caption{font-size:12px;letter-spacing:.16em;color:#963530;font-weight:1000;text-align:center;margin:14px 0 0}.product-thumbs{grid-template-columns:repeat(4,1fr)}.product-side-banners{margin-top:28px}.trust-product-block{background:#fff;padding:64px 0}.product-section-head .section-title{font-size:clamp(34px,4.5vw,58px)}.trust-badge-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.trust-badge{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;background:#fff8f4;border:1px solid #ead1c8;border-radius:18px;padding:16px 11px;font-size:13px;font-weight:1000;color:#963530}.trust-badge span{font-size:20px}.mini-product-card-row{padding:30px 0;background:#fff}.mini-product-card{display:grid;grid-template-columns:120px 1fr auto;gap:22px;align-items:center;padding:18px 22px;border-radius:24px}.mini-product-card img{border-radius:18px;aspect-ratio:1/1;object-fit:contain;background:#fff8f4}.mini-product-card h3{font-size:22px;line-height:1.05;margin:0 0 6px;font-weight:1000}.mini-product-card p{margin:6px 0 0;color:#963530}.clinical-benefits{padding:72px 0;background:#fff8f4}.benefit-tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}.benefit-tile{background:#fff;border:1px solid #ead1c8;border-radius:26px;overflow:hidden;box-shadow:0 14px 34px #50201c14}.benefit-tile img{width:100%;height:210px;object-fit:cover;background:#fff7f2}.benefit-tile h3{font-family:var(--font-display);font-size:25px;line-height:1.02;margin:18px 18px 8px;color:#2b1a18}.benefit-tile p{margin:0 18px 22px;color:#6d5a56;font-weight:700}.product-stats-band{padding:70px 0;background:#fff}.guarantee-note{color:#963530;font-weight:1000}.product-split-story{background:#fff8f4;padding:72px 0}.split-stack{display:grid;gap:22px}.split-panel{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding:40px;border-radius:34px;border:1px solid #ead1c8;overflow:hidden}.split-panel--cream{background:#fff3ed}.split-panel--white{background:#fff}.split-panel img{width:100%;border-radius:26px;object-fit:cover;box-shadow:0 18px 44px #50201c1a}.split-panel p{font-size:17px;color:#6d5a56;font-weight:800}.split-panel h3{font-size:25px;margin-bottom:8px}.feel-better{padding:70px 0;background:#fff}.feel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}.feel-item{background:#fff8f4;border:1px solid #ead1c8;border-radius:24px;padding:28px 16px;text-align:center;box-shadow:0 10px 28px #50201c0f}.feel-item span{font-size:42px;color:#963530}.feel-item h3{font-size:18px;margin:12px 0 0}.product-video-row{background:#fff8f4}.clean-marquee{overflow:hidden;background:#fff;border-top:1px solid #ead1c8;border-bottom:1px solid #ead1c8}.clean-marquee__track{display:inline-flex;gap:18px;align-items:center;padding:16px 0;animation:marquee 52s linear infinite;white-space:nowrap}.clean-marquee span{display:inline-flex;align-items:center;gap:8px;padding:0 8px;font-weight:1000;color:#963530}.clean-marquee img{width:30px;height:30px;border-radius:50%;object-fit:cover}.timeline-section{padding:74px 0;background:#fff8f4}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.timeline-grid article{background:#fff;border:1px solid #ead1c8;border-radius:26px;padding:24px;position:relative;box-shadow:0 14px 34px #50201c12}.timeline-grid b{display:block;font-family:var(--font-display);font-size:54px;color:#f0d3ca;line-height:1}.timeline-grid span{color:#249454}.timeline-grid small{display:block;color:#963530;font-weight:1000;letter-spacing:.1em;margin-top:10px}.timeline-grid h3{font-family:var(--font-display);font-size:27px;line-height:1;margin:8px 0}.timeline-grid p{color:#6d5a56;font-weight:750}.expert-tabs-section{padding:74px 0;background:#fff}.expert-tabs{display:flex;justify-content:center;gap:8px;margin:28px 0}.expert-tabs button{border:1px solid #ead1c8;background:#fff8f4;border-radius:999px;padding:12px 18px;color:#963530;font-weight:1000;cursor:pointer}.expert-tabs button.active{background:#963530;color:#fff;border-color:#963530}.expert-panel{display:none;grid-template-columns:1fr 1fr;gap:36px;align-items:center;background:#fff8f4;border:1px solid #ead1c8;border-radius:32px;padding:28px}.expert-panel.active{display:grid}.expert-panel img{border-radius:26px;width:100%;max-height:440px;object-fit:cover}.expert-panel h3{font-family:var(--font-display);font-size:38px;line-height:.98;margin:0 0 14px}.expert-panel p,.expert-panel li{color:#6d5a56;font-weight:800}.guarantee-banner{padding:72px 0;background:#fff8f4}.guarantee-banner__inner{display:grid;grid-template-columns:.8fr 1fr;gap:38px;align-items:center;padding:28px;border-radius:34px}.guarantee-banner img{border-radius:26px;width:100%;height:360px;object-fit:cover}.product-faq{padding:74px 0;background:#fff8f4}.faq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px}.faq-list details,.page-faq-list details{background:#fff;border:1px solid #ead1c8;border-radius:18px;margin-bottom:12px;padding:18px 20px}.faq-list summary,.page-faq-list summary{font-weight:1000;cursor:pointer;color:#2b1a18}.faq-list p,.page-faq-list p{color:#6d5a56;font-weight:750}.product-comparison{background:#fff}.product-story-gallery{padding-top:64px}.product-reviews{background:#fff}.contact-page-shell{padding:76px 0;background:linear-gradient(180deg,#fff8f4,#fff)}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}.contact-form-card{padding:38px;border-radius:32px}.contact-form-card .section-subtitle{text-align:left;margin:0 0 26px;max-width:620px}.elare-contact-form{display:grid;gap:14px}.elare-contact-form label{display:grid;gap:8px;font-weight:1000;color:#2b1a18}.elare-contact-form input,.elare-contact-form textarea{width:100%;border:1px solid #ead1c8;background:#fffaf7;border-radius:18px;padding:15px 16px;outline:0;color:#2b1a18;font-weight:800}.elare-contact-form textarea{resize:vertical}.elare-contact-form input:focus,.elare-contact-form textarea:focus{border-color:#963530;box-shadow:0 0 0 3px #9635301a}.form-success{background:#e8f8ee;color:#1d8346;border-radius:16px;padding:12px 14px;font-weight:1000}.contact-side{display:grid;gap:16px}.contact-side img{border-radius:32px;box-shadow:0 18px 46px #50201c1a;width:100%;aspect-ratio:1/1.05;object-fit:cover}.contact-help{padding:22px;border-radius:22px}.contact-help h3{font-family:var(--font-display);font-size:26px;margin:0 0 6px}.contact-help p{margin:0;color:#6d5a56;font-weight:800}.policy-hub-section{padding:64px 0;background:#fff}.policy-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.policy-link-grid--compact{grid-template-columns:1fr;gap:10px;margin-top:12px}.policy-tile{display:flex;align-items:center;gap:10px;background:#fff8f4;border:1px solid #ead1c8;border-radius:18px;padding:15px;color:#2b1a18;transition:.18s}.policy-tile:hover{transform:translateY(-2px);box-shadow:0 12px 26px #50201c14;border-color:#963530}.policy-tile span{color:#963530}.subpage-hero{padding:74px 0 52px;background:linear-gradient(112deg,#fff8f4,#f7dfd6)}.subpage-hero__inner{max-width:900px}.subpage-hero p{font-size:19px;color:#6d5a56;font-weight:800}.subpage-shell{padding:60px 0;background:#fff}.subpage-grid{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.subpage-nav{padding:22px;position:sticky;top:105px;border-radius:26px}.subpage-nav h3{margin:0 0 12px;font-family:var(--font-display);font-size:28px}.subpage-content{padding:36px;border-radius:28px}.subpage-content h2{font-family:var(--font-display);font-size:36px;line-height:1;margin-top:0}.subpage-content p,.subpage-content li{color:#6d5a56;font-weight:800;font-size:16px}.support-callout{display:flex;gap:13px;align-items:flex-start;background:#fff8f4;border:1px solid #ead1c8;border-radius:18px;padding:18px;color:#2b1a18}.support-callout span{color:#963530}.collection-hero{background:linear-gradient(112deg,#fff8f4,#f7dfd6);padding:58px 0}.collection-hero__inner{display:grid;grid-template-columns:1fr 360px;gap:42px;align-items:center}.collection-hero img{width:100%;filter:drop-shadow(0 22px 24px rgba(80,32,28,.14))}.collection-products{padding:60px 0;background:#fff}.collection-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff8f4;border:1px solid #ead1c8;border-radius:18px;padding:14px 18px;margin-bottom:22px;color:#963530;font-weight:1000}.product-card-grid--large{grid-template-columns:repeat(2,1fr)}.collection-product-card{display:grid;grid-template-columns:245px 1fr;gap:20px;padding:18px;border-radius:28px}.collection-product-card img{height:100%;min-height:260px}.product-card__body h3{font-family:var(--font-display);font-size:28px;line-height:1;margin:8px 0 10px}.product-card__body ul{padding-left:20px;color:#6d5a56;font-weight:850}.card-price{font-size:24px;color:#963530;font-weight:1000}.card-price s{font-size:16px;color:#806b66}.media-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#20110fd1;z-index:150;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:.22s}.media-modal.open{opacity:1;visibility:visible}.media-modal img{width:min(820px,92vw);max-height:86vh;object-fit:contain;background:#fff;border-radius:24px}.media-modal button{position:absolute;right:24px;top:20px;width:44px;height:44px;border:0;border-radius:999px;background:#fff;color:#963530;font-size:30px;cursor:pointer}@media(max-width:990px){.trust-badge-grid,.benefit-tile-grid,.feel-grid,.timeline-grid,.policy-link-grid{grid-template-columns:repeat(2,1fr)}.mini-product-card,.split-panel,.expert-panel,.guarantee-banner__inner,.faq-grid,.contact-grid,.subpage-grid,.collection-hero__inner,.collection-product-card{grid-template-columns:1fr}.mini-product-card{text-align:center}.mini-product-card .btn{justify-self:center}.subpage-nav{position:relative;top:auto}.collection-hero img{max-width:320px;margin:auto}.product-card-grid--large{grid-template-columns:1fr}}@media(max-width:640px){.bundle-switch,.trust-badge-grid,.benefit-tile-grid,.feel-grid,.timeline-grid,.policy-link-grid{grid-template-columns:1fr}.contact-form-card,.subpage-content,.split-panel{padding:24px}.expert-tabs{overflow:auto;justify-content:flex-start}.expert-tabs button{white-space:nowrap}.guarantee-banner img{height:260px}.collection-toolbar{align-items:flex-start;flex-direction:column}.collection-product-card img{min-height:auto}.mini-product-card{padding:16px}.mini-product-card img{width:130px;margin:auto}}.product-anchor--editable{background:var(--section-bg)}.product-grid--reference{gap:48px;align-items:start}.product-media--reference .media-main{background:#fff;border-radius:30px;border:1px solid #ead1c8;padding:12px;box-shadow:0 18px 44px #50201c1f}.product-media--reference .media-main img{aspect-ratio:1/1;object-fit:contain;border-radius:22px;background:#fff}.product-buy-card--reference{border:1px solid #ead1c8;box-shadow:0 18px 45px #50201c1a;border-radius:28px;padding:30px}.product-buy-card--reference .product-title{font-family:var(--font-display);font-size:clamp(34px,4.15vw,54px);line-height:.98;font-weight:800;letter-spacing:-.04em;color:#251514}.low-stock-dot{display:inline-flex;align-items:center;gap:8px;color:#963530;background:#fff3ed;border:1px solid #ead1c8;border-radius:999px;padding:8px 12px;font-weight:1000;font-size:13px;margin:0 0 10px}.low-stock-dot span{width:9px;height:9px;border-radius:50%;background:#2aa756;box-shadow:0 0 0 6px #2aa75621}.subscription-note{background:#fff7f2;border:1px solid #ead1c8;border-radius:18px;padding:14px 16px;margin:12px 0;color:#2b1a18;text-align:center}.subscription-note strong{font-size:16px}.subscription-note span{font-size:13px;color:#963530;font-weight:900}.bundle-list{display:grid;gap:12px;margin:18px 0}.bundle-card-v7{-webkit-appearance:none;appearance:none;width:100%;position:relative;text-align:left;border:1px solid #e4c6bd;border-radius:18px;background:#fffdfb;padding:16px 18px;box-shadow:0 10px 22px #50201c0f;cursor:pointer;transition:.2s ease;display:grid;grid-template-columns:1fr auto;gap:5px 14px;align-items:center}.bundle-card-v7:hover,.bundle-card-v7.active{border-color:#963530;background:#fff0eb;box-shadow:inset 0 0 0 2px #96353017,0 13px 28px #50201c17}.bundle-card-v7 .bundle-badge{position:absolute;right:16px;top:-11px;background:#963530;color:#fff;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:1000;letter-spacing:.04em}.bundle-card-v7 .bundle-title{font-weight:1000;color:#251514;font-size:19px;line-height:1.05}.bundle-card-v7 .bundle-supply{color:#6d5a56;font-size:13px;font-weight:900}.bundle-card-v7 .bundle-prices{display:flex;gap:9px;align-items:baseline;grid-row:1/3;grid-column:2;text-align:right}.bundle-card-v7 .bundle-prices s{font-size:13px;color:#8e7975}.bundle-card-v7 .bundle-prices b{font-size:21px;color:#963530}.bundle-card-v7 small{grid-column:1/3;color:#963530;font-weight:1000}.rte ul{padding-left:20px}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.product-science-v7{padding:72px 0}.product-science-v7 .science-cards{margin-top:34px}.product-science-v7 .science-card img{height:220px;object-fit:cover;border-radius:20px;margin-bottom:14px}.video-modal__frame iframe,.video-modal__frame video{width:100%;height:100%;border:0;border-radius:32px;display:block;background:#000}.video-modal__frame.has-video{padding:0;background:#000}.template-product .sale-chip{background:#963530}.template-product .section-title{letter-spacing:-.04em}.product-thumbs--reference button:focus{outline:3px solid rgba(150,53,48,.25)}@media(max-width:990px){.bundle-card-v7{grid-template-columns:1fr}.bundle-card-v7 .bundle-prices{grid-row:auto;grid-column:auto;text-align:left}.product-buy-card--reference{padding:24px}}.hero--editable .hero__content h1{color:var(--hero-title)}.hero--editable .hero__text{color:var(--hero-text)}.ugc-marquee[style*=--marquee-speed] .ugc-marquee__track{animation-duration:var(--marquee-speed)}.life-video .section-subtitle{margin-bottom:28px}.el-review-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.el-review-refined{display:flex;flex-direction:column;gap:12px;background:#fff}.el-review-refined h3{font-family:var(--font-display);font-size:26px;line-height:1.04;margin:0}.el-review-refined p{color:#6d5a56;font-weight:800}.el-review-refined .el-review-top{margin-top:auto}.el-review-refined small{display:flex;align-items:center;gap:4px;color:#963530;font-weight:1000}.el-review-refined small .material-symbols-outlined{font-size:16px}.expert-tab-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:0 0 22px}.expert-tab-buttons button{border:1px solid #ead1c8;background:#fff7f2;color:#963530;border-radius:999px;padding:12px 20px;font-weight:1000;cursor:pointer}.expert-tab-buttons button.active{background:#963530;color:#fff;border-color:#963530}.expert-tab-panels .expert-panel{display:none;grid-template-columns:1fr 1.05fr;gap:34px;align-items:center;background:#fff8f4;border:1px solid #ead1c8;border-radius:32px;padding:30px}.expert-tab-panels .expert-panel.active{display:grid}.expert-tab-panels img{width:100%;height:430px;object-fit:cover;border-radius:26px}.expert-tab-panels h3{font-family:var(--font-display);font-size:clamp(32px,3.6vw,52px);line-height:1;margin:0 0 14px}.expert-tab-panels .rte{color:#6d5a56;font-weight:800}.el-guarantee-deep{border-radius:36px;overflow:hidden;padding:34px;display:grid;grid-template-columns:1fr .85fr;gap:34px;align-items:center;box-shadow:0 24px 58px #50201c24}.el-guarantee-deep h2{font-family:var(--font-display);font-size:clamp(36px,4vw,58px);line-height:1;margin:4px 0 14px;color:inherit}.el-guarantee-deep .rte{font-size:18px;font-weight:850}.el-guarantee-deep .el-cta-link{display:inline-flex;margin-top:20px;background:#fff!important;color:#963530!important;border-radius:999px;padding:14px 24px;font-weight:1000;text-transform:uppercase}.el-guarantee-media img{width:100%;height:360px;object-fit:cover;border-radius:26px}.el-compare-deep{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.el-compare-deep .el-compare-col{border:1px solid #ead1c8;border-radius:28px;padding:24px;background:#fff}.el-compare-winner{box-shadow:0 18px 46px #9635301f;border-color:#963530!important}.compare-product-img{width:160px;height:160px;object-fit:contain;margin:0 auto 12px;display:block}.el-compare-deep h3{font-family:var(--font-display);font-size:34px;text-align:center;margin:0 0 14px}.el-compare-deep .el-compare-row{display:flex;align-items:center;gap:10px;border-top:1px solid #f0dbd4;padding:13px 4px;color:#2b1a18;font-weight:900}.el-compare-winner .material-symbols-outlined{color:#2aa756}.el-compare-other .material-symbols-outlined{color:#963530}.el-product-final-cta{margin-top:22px;text-align:center;background:#fff8f4;border:1px solid #ead1c8;border-radius:30px;padding:30px}.el-product-final-cta h2{font-family:var(--font-display);font-size:42px;margin:0 0 18px}.el-product-final-cta div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:22px}.el-product-final-cta span{background:#fff;border:1px solid #ead1c8;border-radius:999px;padding:10px 14px;color:#963530;font-weight:1000}.el-product-final-cta p{color:#6d5a56;font-weight:900}.el-prod-head-left{text-align:left;align-items:flex-start}.faq-side-img{margin-top:18px;border-radius:24px;width:100%;max-height:380px;object-fit:cover}.el-faq-refined .faq-grid{grid-template-columns:.85fr 1.15fr;align-items:start}.el-faq-refined details{background:#fff;border:1px solid #ead1c8;border-radius:18px;padding:18px 20px;margin-bottom:12px}.el-faq-refined summary{font-weight:1000;color:#2b1a18;cursor:pointer}.el-faq-refined .rte{color:#6d5a56;font-weight:800;margin-top:12px}@media(max-width:990px){.el-review-track,.expert-tab-panels .expert-panel,.el-guarantee-deep,.el-compare-deep,.el-faq-refined .faq-grid{grid-template-columns:1fr}.expert-tab-panels img,.el-guarantee-media img{height:auto}.el-product-final-cta h2{font-size:34px}}@media(max-width:749px){html,body{overflow-x:hidden}.page-width{width:100%;max-width:100%;padding-left:18px;padding-right:18px;box-sizing:border-box}.hero__grid{display:grid;grid-template-columns:1fr!important;gap:28px;min-height:auto;padding-top:38px;padding-bottom:34px}.hero__image-wrap{order:1;width:100%;display:flex;justify-content:center}.hero__content{order:2;text-align:center;align-items:center}.hero__product{max-width:min(84vw,360px);height:auto}.hero__title{font-size:clamp(38px,11vw,58px);line-height:.96;letter-spacing:-.04em}.hero__text{font-size:17px;line-height:1.55;max-width:100%;margin-left:auto;margin-right:auto}.hero__cta{width:100%;max-width:280px;justify-content:center}.hero__trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.story-marquee__item,.story-card{width:70vw;min-width:230px}.review-row,.video-row,.science-grid,.problem-grid,.stat-grid,.compare-grid{grid-template-columns:1fr!important;display:grid;gap:16px}.section-heading,.el-section-heading{text-align:center}.homepage-product,.home-product,.buy-box-wrap{grid-template-columns:1fr!important;gap:22px}.home-product__media,.homepage-product__media{order:1}.home-product__content,.homepage-product__content{order:2;text-align:center}.package-grid,.bundle-grid{grid-template-columns:1fr!important}.footer__grid{grid-template-columns:1fr!important;text-align:center;gap:28px}.el-prod-main__grid,.product-main__grid{grid-template-columns:1fr!important;gap:22px}.el-prod-title,.product-title{font-size:clamp(34px,9vw,48px)!important;line-height:1.05}.expert-refined__grid,.expert-tab-panel,.expert-panel{grid-template-columns:1fr!important}.expert-tab-buttons{overflow-x:auto;-webkit-overflow-scrolling:touch;display:flex;gap:8px;padding-bottom:8px}.expert-tab-buttons button{white-space:nowrap;flex:0 0 auto}}[data-elare-module-style]{text-align:var(--module-text-align,left);padding-top:var(--module-padding-top)!important;padding-right:var(--module-padding-right)!important;padding-bottom:var(--module-padding-bottom)!important;padding-left:var(--module-padding-left)!important}[data-elare-module-style] h1,[data-elare-module-style] h2,[data-elare-module-style] h3{color:var(--module-heading-color,#5b201c)}[data-elare-module-style] p,[data-elare-module-style] .rte,[data-elare-module-style] li{color:var(--module-body-color,#755b56)}[data-elare-module-style] h1,[data-elare-module-style] h2{font-size:var(--module-heading-size)}[data-elare-module-style] p,[data-elare-module-style] .rte{font-size:var(--module-body-size)}.science-card,.stat-card{text-align:center}@media(max-width:749px){.el-expert-refined{overflow:hidden}.expert-tabs{width:100%}.expert-tab-buttons{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;justify-content:flex-start!important;gap:8px!important;padding:0 2px 10px!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.expert-tab-buttons button{flex:0 0 auto!important;white-space:nowrap!important;max-width:82vw;scroll-snap-align:start}.expert-tab-panels .expert-panel,.expert-panel.active{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;padding:18px!important;border-radius:22px!important}.expert-tab-panels img{width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:1/1;object-fit:cover;border-radius:18px!important}.expert-tab-panels h3{font-size:clamp(26px,8vw,36px)!important;line-height:1.05!important}.expert-tab-panels .rte{font-size:15px!important;line-height:1.6!important}}[data-elare-module-style]{text-align:var(--module-text-align,left);padding-top:var(--module-padding-top,58px)!important;padding-right:var(--module-padding-right,0)!important;padding-bottom:var(--module-padding-bottom,58px)!important;padding-left:var(--module-padding-left,0)!important}[data-elare-module-style] h1,[data-elare-module-style] h2,[data-elare-module-style] h3,[data-elare-module-style] h4{color:var(--module-heading-color,#5b201c)!important}[data-elare-module-style] p,[data-elare-module-style] .rte,[data-elare-module-style] .rte p,[data-elare-module-style] .rte li,[data-elare-module-style] li{color:var(--module-body-color,#755b56)!important}[data-elare-module-style] .el-eyebrow{color:var(--module-eyebrow-color,var(--module-heading-color,#963530))!important}[data-elare-module-style][style*=--module-heading-size] h1,[data-elare-module-style][style*=--module-heading-size] h2,[data-elare-module-style][style*=--module-heading-size] h3{font-size:var(--module-heading-size)!important}[data-elare-module-style][style*=--module-body-size] p,[data-elare-module-style][style*=--module-body-size] .rte,[data-elare-module-style][style*=--module-body-size] .rte p,[data-elare-module-style][style*=--module-body-size] li{font-size:var(--module-body-size)!important}.el-trust-ref .el-trust-panel,.el-guarantee-refined .el-guarantee-deep,.el-trust-ref .el-trust-panel .rte,.el-trust-ref .el-trust-panel .rte p,.el-trust-ref .el-trust-panel .rte li,.el-guarantee-refined .el-guarantee-deep .rte,.el-guarantee-refined .el-guarantee-deep .rte p,.el-guarantee-refined .el-guarantee-deep .rte li{color:var(--module-body-color,#fff)!important}.el-trust-ref .el-trust-panel h2,.el-guarantee-refined .el-guarantee-deep h2{color:var(--module-heading-color,#fff)!important}.el-guarantee-refined .el-cta-link{background:#fff!important;color:#963530!important}.el-expert-refined .expert-tabs{display:block!important;margin:0!important}.el-expert-refined .expert-tab-buttons{display:flex!important;gap:10px;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;margin:0 0 22px;padding:2px 2px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.el-expert-refined .expert-tab-buttons button{flex:0 0 auto;max-width:none;white-space:nowrap;scroll-snap-align:start;border:1px solid #ead1c8;background:#fff7f2;color:#963530;border-radius:999px;padding:12px 18px;font-weight:1000;line-height:1.15}.el-expert-refined .expert-tab-buttons button.active{background:#963530;color:#fff;border-color:#963530}.el-expert-refined .expert-tab-panels .expert-panel{display:none}.el-expert-refined .expert-tab-panels .expert-panel.active{display:grid;grid-template-columns:1fr 1.05fr;gap:34px;align-items:center}.el-expert-refined .expert-tab-panels h3{color:var(--module-heading-color,#5b201c)!important}.el-expert-refined .expert-tab-panels .rte,.el-expert-refined .expert-tab-panels .rte p,.el-expert-refined .expert-tab-panels .rte li{color:var(--module-body-color,#755b56)!important}@media(max-width:749px){.el-expert-refined .expert-tab-buttons{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.el-expert-refined .expert-tab-buttons button{font-size:13px;padding:11px 14px;min-width:max-content}.el-expert-refined .expert-tab-panels .expert-panel.active{display:block;grid-template-columns:1fr;padding:18px;border-radius:24px}.el-expert-refined .expert-tab-panels img{height:auto;max-height:none;margin-bottom:18px;border-radius:20px}.el-expert-refined .expert-tab-panels h3{font-size:clamp(26px,7.5vw,36px)!important;line-height:1.05}.el-guarantee-refined .el-guarantee-deep{padding:22px;border-radius:26px}.el-trust-ref .el-trust-panel{padding:24px;border-radius:26px}}.template-index .story-gallery{padding-top:48px!important;padding-bottom:36px!important}.template-index .testimonial-section{padding-top:34px!important;padding-bottom:52px!important}.template-index .science{padding-top:56px!important;padding-bottom:56px!important}.template-index .science__intro{margin-bottom:26px!important}.template-index .life-video,.template-index .problem,.template-index .stats,.template-index .comparison{padding-top:56px!important;padding-bottom:56px!important}.template-index .section-subtitle{margin-bottom:24px}.science-card{text-align:center}.science-card img{display:block;margin-left:auto!important;margin-right:auto!important}.science-card h3,.science-card p{text-align:inherit}.template-product .el-prod-section,.template-product .trust-product-block,.template-product .clinical-benefits,.template-product .product-stats-band,.template-product .product-split-story,.template-product .feel-better,.template-product .timeline-section,.template-product .expert-tabs-section,.template-product .guarantee-banner,.template-product .product-faq,.template-product .product-anchor{padding-top:54px!important;padding-bottom:54px!important}.template-product .mini-product-card-row{padding-top:24px!important;padding-bottom:24px!important}.template-product .product-story-gallery{padding-top:46px!important}@media(max-width:640px){.template-index .story-gallery,.template-index .testimonial-section,.template-index .science,.template-index .life-video,.template-index .problem,.template-index .stats,.template-index .comparison{padding-top:38px!important;padding-bottom:38px!important}.template-product .el-prod-section,.template-product .trust-product-block,.template-product .clinical-benefits,.template-product .product-stats-band,.template-product .product-split-story,.template-product .feel-better,.template-product .timeline-section,.template-product .expert-tabs-section,.template-product .guarantee-banner,.template-product .product-faq,.template-product .product-anchor{padding-top:40px!important;padding-bottom:40px!important}}.template-product .elare-product-shell{overflow:hidden;background:#fff8f4}.template-product .product-grid{align-items:start}.template-product .product-buy-card{text-align:left}.template-product .product-top-benefits li{justify-content:flex-start}.template-product .product-stats-band--red{background:linear-gradient(180deg,#8e252cf5,#9c3a3bf0),url(hero_lifestyle.webp);background-size:cover;background-position:center;color:#fff;padding:72px 0}.template-product .product-stats-band--red h2{font-family:var(--font-display);font-size:clamp(30px,7vw,54px);line-height:1.02;margin:0 0 22px;color:#fff}.template-product .product-stats-band--red .stats-intro,.template-product .product-stats-band--red p,.template-product .product-stats-band--red strong,.template-product .product-stats-band--red .guarantee-note{color:#fff8f1}.template-product .product-stats-copy{max-width:720px}.template-product .stat-list-vertical{display:grid;gap:0;margin-top:24px}.template-product .stat-line{border-top:1px solid rgba(255,255,255,.28);padding:22px 0}.template-product .stat-line:last-child{border-bottom:1px solid rgba(255,255,255,.28)}.template-product .stat-line .stat-number{font-size:clamp(40px,10vw,72px);line-height:.95;color:#fff;font-weight:500}.template-product .stat-line strong{display:block;font-size:18px;margin-top:8px}.template-product .stat-line p{margin:8px 0 0}.template-product .btn--light{background:#fffdf4;color:#261819;border-radius:8px;box-shadow:none}.template-product .product-split-story--video{background:#fff;padding:56px 0}.template-product .elare-video-story-card{grid-template-columns:minmax(0,1fr) minmax(130px,.72fr);padding:28px 10px 28px 28px;min-height:540px;position:relative}.template-product .split-copy{position:relative;z-index:2}.template-product .split-copy .section-title{font-size:clamp(30px,6vw,52px);line-height:1.02;color:#201a23}.template-product .split-copy .section-title em{font-weight:500;color:#201a23}.template-product .story-line{border-top:2px solid #aa3b3d;margin-top:70px;padding-top:12px;max-width:360px}.template-product .story-line h3{margin:0 0 6px;color:#6e3432}.template-product .story-line p{font-size:14px;color:#726766}.template-product .split-video-right{position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(46%,330px);height:78%;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;pointer-events:none}.template-product .split-video-right video{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 26px 28px rgba(110,52,46,.2));border:0;background:transparent}.template-product .feel-better--red{background:linear-gradient(180deg,#af4246,#8c1724);color:#fff;padding:64px 0 0;position:relative;overflow:hidden}.template-product .feel-better--red .section-title,.template-product .feel-better--red .section-subtitle{color:#fff}.template-product .feel-better--red .section-subtitle{max-width:650px;margin-left:auto;margin-right:auto}.template-product .feel-better--red .feel-grid{grid-template-columns:repeat(4,1fr);max-width:820px;margin:34px auto 0}.template-product .feel-better--red .feel-item{background:transparent;border:0;box-shadow:none;color:#fff;padding:16px 10px}.template-product .feel-better--red .feel-item span{color:#fff;font-size:52px}.template-product .feel-better--red .feel-item h3{color:#fff;font-size:20px;line-height:1.15}.template-product .feel-product-wrap{position:relative;display:flex;justify-content:center;margin-top:42px;min-height:310px}.template-product .feel-product-wrap img{position:relative;z-index:2;width:min(360px,72vw);height:auto;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(40,0,0,.25))}.template-product .feel-arc{position:absolute;bottom:-120px;left:50%;transform:translate(-50%);border:1px dashed rgba(255,255,255,.28);border-radius:50%;width:540px;height:540px}.template-product .feel-arc--2{width:680px;height:680px;bottom:-190px}.template-product .el-sticky-cart{position:fixed;left:0;right:0;bottom:0;z-index:120;background:#fff;box-shadow:0 -10px 26px #32141224;padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:52px minmax(0,1fr) 150px;gap:10px;align-items:center;transform:translateY(110%);transition:.24s;visibility:hidden}.template-product .el-sticky-cart.is-visible{transform:translateY(0);visibility:visible}.template-product .el-sticky-media img{width:52px;height:52px;border-radius:10px;object-fit:contain;background:#fff8f4}.template-product .el-sticky-copy strong{display:block;color:#2b1a18;font-size:15px;line-height:1.05;max-height:34px;overflow:hidden}.template-product .el-sticky-copy span{display:block;margin-top:4px;color:#963530;font-weight:1000}.template-product .el-sticky-copy s{color:#7f6b66;margin-left:4px}.template-product .el-sticky-btn{height:50px;border:0;border-radius:10px;background:#990016;color:#fff;font-weight:1000;font-size:16px;letter-spacing:.02em}.template-product .product-media,.template-product .product-info{max-width:100%}@media(max-width:759px){.template-product .product-grid{display:block;max-width:430px;margin:0 auto}.template-product .product-media,.template-product .product-info{text-align:center}.template-product .product-top-benefits li{justify-content:flex-start;text-align:left}.template-product .product-thumbs{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;padding-bottom:8px}.template-product .product-thumbs button{min-width:76px;scroll-snap-align:start}.template-product .bundle-switch{grid-template-columns:1fr}.template-product .product-payments{justify-content:center}.template-product .trusted-mini{text-align:left}.template-product .trust-badge-grid,.template-product .benefit-tile-grid,.template-product .timeline-grid{grid-template-columns:1fr}.template-product .mini-product-card{grid-template-columns:72px 1fr;gap:12px;text-align:left}.template-product .mini-product-card .btn{grid-column:1/-1}.template-product .clinical-benefits .benefit-tile-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.template-product .clinical-benefits .benefit-tile{min-width:88%;scroll-snap-align:center}.template-product .elare-video-story-card{min-height:600px;display:block;padding:28px 20px;overflow:hidden}.template-product .split-video-right{width:48%;height:44%;right:-8px;top:58%}.template-product .story-line{margin-top:56px;max-width:58%}.template-product .feel-better--red .feel-grid{grid-template-columns:1fr 1fr}.template-product .el-sticky-cart{grid-template-columns:50px minmax(0,1fr) 152px}.template-product .el-sticky-btn{height:54px;font-size:16px}.template-product .el-sticky-copy strong{font-size:14px}.template-product .expert-tabs{overflow:auto;justify-content:flex-start}.template-product .expert-panel,.template-product .faq-grid,.template-product .guarantee-banner__inner,.template-product .split-panel{grid-template-columns:1fr}.template-product .expert-panel.active{display:grid}}@media(min-width:760px){.template-product .el-sticky-cart{display:none!important}}.template-product .product-thumbs button.active,.template-product .product-thumbs button:focus-visible{border-color:#963530!important;box-shadow:0 0 0 2px #96353029,0 10px 20px #50201c14!important}.template-product .product-thumbs button{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.template-product .product-thumbs button:hover{transform:translateY(-1px)}@media(max-width:759px){.template-product .media-main{margin-left:auto;margin-right:auto;max-width:390px}.template-product .product-thumbs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:10px!important;width:100%;max-width:390px;margin:12px auto 0!important;padding:2px 6px 12px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.template-product .product-thumbs::-webkit-scrollbar{display:none}.template-product .product-thumbs button{flex:0 0 78px!important;width:78px!important;min-width:78px!important;height:78px;padding:5px!important;scroll-snap-align:center;border-radius:16px!important}.template-product .product-thumbs img{width:100%;height:100%;border-radius:12px!important;object-fit:cover}.template-product .el-sticky-cart{opacity:0;pointer-events:none}.template-product .el-sticky-cart.is-visible{opacity:1;pointer-events:auto}}.product-thumbs{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.product-thumbs [data-thumb]{flex:0 0 auto;scroll-snap-align:start}.product-thumbs [data-thumb].active{outline:2px solid var(--elare-red, #963530);outline-offset:2px}.expert-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin-top:28px}.expert-card-grid .expert-panel{display:grid;grid-template-columns:1fr;gap:16px;opacity:1;visibility:visible;position:relative}.benefit-slider-controls{display:none;align-items:center;justify-content:center;gap:14px;margin-top:18px}.benefit-slider-controls button{width:34px;height:34px;border-radius:999px;border:0;background:#fff;color:#963530;font-weight:800;box-shadow:0 6px 18px #00000014}.benefit-slider-controls [data-elare-benefit-dot]{width:8px;height:8px;padding:0;background:#d8b1b1;box-shadow:none}.benefit-slider-controls [data-elare-benefit-dot].active{background:#963530}@media(max-width:759px){.benefit-tile-grid[data-elare-benefit-slider]{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;padding:0 8px 8px}.benefit-tile-grid[data-elare-benefit-slider] .benefit-tile{flex:0 0 88%;scroll-snap-align:center}.benefit-slider-controls{display:flex}}.pdp-proven-benefits{padding:74px 0;background:#fff}.pdp-proven-benefits__inner{max-width:760px}.pdp-proven-benefits__head .section-title{font-size:clamp(31px,5vw,50px);line-height:1.05;margin-bottom:22px}.pdp-proven-benefits__head .section-title span{color:#a23a3f}.pdp-proven-benefits__head .section-subtitle{font-size:18px;line-height:1.45;margin:0 auto 38px;max-width:680px;font-weight:700}.pdp-proven-benefits__head .section-subtitle strong{font-weight:1000}.pdp-proven-benefits__list{display:grid;gap:16px}.pdp-proven-benefit-card{border:1px solid #bbb2ad;background:#fff;border-radius:8px;overflow:hidden;transition:border-color .18s,box-shadow .18s}.pdp-proven-benefit-card[open]{border-color:#a23a3f;box-shadow:0 12px 28px #64282314}.pdp-proven-benefit-card summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:90px 1fr 34px;gap:20px;align-items:center;padding:20px}.pdp-proven-benefit-card summary::-webkit-details-marker{display:none}.pdp-proven-benefit-card__media img{width:90px;height:90px;object-fit:cover;border-radius:6px;display:block;background:#f7eeea}.pdp-proven-benefit-card__copy strong{display:block;font-size:21px;line-height:1.05;font-weight:700}.pdp-proven-benefit-card__copy small{display:block;margin-top:6px;font-size:15px;line-height:1.25}.pdp-proven-benefit-card__plus{display:grid;place-items:center;width:34px;height:34px;border:1px solid #b9b0ac;border-radius:50%;font-size:22px;line-height:1;color:#625d60;transition:.18s}.pdp-proven-benefit-card[open] .pdp-proven-benefit-card__plus{transform:rotate(45deg);background:#a23a3f;color:#fff;border-color:#a23a3f}.pdp-proven-benefit-card__detail{padding:0 20px 20px 130px;font-size:14px;line-height:1.5}.pdp-numbers-video{padding:78px 0;background:#fff}.pdp-numbers-video__inner{max-width:920px}.pdp-numbers-video__head{max-width:650px;margin-bottom:34px}.pdp-numbers-video__head .section-title{font-size:clamp(36px,6vw,58px);line-height:1.04;margin-bottom:16px}.pdp-numbers-video__head p{font-size:18px;line-height:1.42;font-weight:600}.pdp-numbers-video__grid{display:grid;grid-template-columns:1fr minmax(130px,.85fr) 1fr;gap:18px;align-items:end;margin-top:24px}.pdp-number-panel{text-align:center;min-height:340px;display:grid;grid-template-rows:auto 1fr;align-items:end}.pdp-number-panel h3{font-size:13px;letter-spacing:.04em;font-weight:1000;color:#173b30;margin:0 0 18px}.pdp-body-visual{height:280px;position:relative;background:linear-gradient(180deg,#ffffff80,#fffffffa);border-radius:26px;overflow:hidden}.pdp-body-visual:before{content:"";position:absolute;left:50%;top:28px;transform:translate(-50%);width:118px;height:208px;border:2px solid #16372f;border-radius:45% 45% 30% 30%;background:linear-gradient(180deg,transparent 0 34%,color-mix(in srgb,var(--accent),transparent 64%) 35% 68%,transparent 69%)}.pdp-body-visual:after{content:"";position:absolute;left:50%;top:20px;transform:translate(-50%);width:48px;height:58px;border:2px solid #16372f;border-radius:45% 45% 40% 40%;background:#fff}.pdp-body-visual span:before,.pdp-body-visual span:after{content:"";position:absolute;bottom:0;width:36px;height:10px;border-radius:10px 10px 0 0;background:var(--accent);left:calc(50% - 44px)}.pdp-body-visual span:after{left:calc(50% + 8px)}.pdp-video-person{min-height:330px;border-radius:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.pdp-video-person video{width:100%;height:100%;min-height:330px;object-fit:contain;background:transparent;border:0;mix-blend-mode:multiply;filter:drop-shadow(0 20px 24px rgba(80,32,28,.12))}.pdp-numbers-video__labels{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:4px 0 18px;font-size:13px;letter-spacing:.04em;font-weight:1000;color:#173b30;text-transform:uppercase}.pdp-numbers-video__labels span{display:block}.pdp-number-results{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:28px;text-align:center}.pdp-number-result{padding:6px 18px}.pdp-number-result+.pdp-number-result{border-left:1px solid #eadeda}.pdp-number-result span{display:block;font-size:15px;color:#584d4c}.pdp-number-result strong{display:block;margin-top:8px;font-size:32px;line-height:1;color:var(--accent);font-weight:1000}.pdp-number-result strong span{display:inline;color:inherit;font-size:inherit}.pdp-number-result em{display:block;margin:12px auto 0;background:color-mix(in srgb,var(--accent),transparent 86%);color:var(--accent);font-style:normal;border-radius:7px;padding:12px 10px;max-width:170px;font-size:14px}.pdp-progress-timeline{padding:78px 0;background-color:snow;background-image:radial-gradient(rgba(163,58,63,.18) 1.2px,transparent 1.2px);background-size:18px 18px}.pdp-progress-timeline__inner{max-width:720px}.pdp-progress-timeline__track{position:relative;margin-top:36px;padding-left:64px}.pdp-progress-timeline__track:before{content:"";position:absolute;left:28px;top:20px;bottom:18px;width:3px;border-radius:999px;background:linear-gradient(to bottom,#a83d43 0 var(--timeline-progress),#ded5d2 var(--timeline-progress) 100%)}.pdp-progress-step{position:relative;margin-bottom:42px;opacity:.58;transition:.28s}.pdp-progress-step.is-active{opacity:1}.pdp-progress-step__icon{position:absolute;left:-54px;top:-2px;width:42px;height:42px;border-radius:50%;background:#fff;border:3px solid #ded5d2;display:grid;place-items:center;z-index:2;transition:.28s}.pdp-progress-step__icon span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ded5d2;color:#fff;font-weight:1000}.pdp-progress-step.is-active .pdp-progress-step__icon{border-color:#a83d43}.pdp-progress-step.is-active .pdp-progress-step__icon span{background:#a83d43}.pdp-progress-step__copy small{display:block;color:#8b7a78;font-size:13px;font-weight:800;letter-spacing:.02em}.pdp-progress-step__copy h3{margin:0 0 12px;font-size:28px;line-height:1.02;font-family:var(--font-display);color:#4a484c}.pdp-progress-step__copy ul{margin:0;padding:0;list-style:none}.pdp-progress-step__copy li{position:relative;margin:7px 0;color:#5c5555;font-weight:700;line-height:1.42}.pdp-progress-step__copy li:before{content:"\2713  ";color:#4e4a4a;font-weight:900}.pdp-progress-step.is-active .pdp-progress-step__copy h3{color:#3b3437}.pdp-progress-step.is-active .pdp-progress-step__copy li:before{color:#a83d43}@media(max-width:759px){.pdp-proven-benefits{padding:56px 0}.pdp-proven-benefits__inner{max-width:430px}.pdp-proven-benefit-card summary{grid-template-columns:90px 1fr 32px;gap:18px;padding:20px 14px}.pdp-proven-benefit-card__copy strong{font-size:20px}.pdp-proven-benefit-card__detail{padding:0 18px 18px 122px}.pdp-numbers-video{padding:60px 0}.pdp-numbers-video__inner{max-width:430px}.pdp-numbers-video__head .section-title{font-size:32px}.pdp-numbers-video__labels{font-size:12px;gap:12px;margin:2px 0 14px}.pdp-numbers-video__grid{grid-template-columns:1fr 86px 1fr;gap:7px;align-items:end}.pdp-number-panel{min-height:270px}.pdp-number-panel h3{font-size:11px}.pdp-body-visual{height:230px}.pdp-body-visual:before{width:88px;height:172px}.pdp-body-visual:after{width:38px;height:48px}.pdp-video-person{min-height:230px}.pdp-video-person video{min-height:230px}.pdp-number-result{padding:6px 10px}.pdp-number-result strong{font-size:30px}.pdp-number-result em{font-size:13px;padding:11px 8px}.pdp-progress-timeline{padding:60px 0}.pdp-progress-timeline__inner{max-width:430px}.pdp-progress-timeline__track{padding-left:54px}.pdp-progress-timeline__track:before{left:23px}.pdp-progress-step__icon{left:-50px;width:40px;height:40px}.pdp-progress-step__copy h3{font-size:26px}}.pdp-numbers-video{background-image:none!important;overflow:hidden}.pdp-numbers-video__grid,.pdp-video-person,.pdp-video-person video{background-image:none!important}.pdp-video-person{background:transparent!important;box-shadow:none!important}.pdp-video-person video{display:block;background:transparent!important;border:0!important;outline:0!important}.pdp-number-results [data-elare-animate-number]{font-variant-numeric:tabular-nums}@media(max-width:759px){.pdp-numbers-video__head{text-align:left;margin-left:auto;margin-right:auto}.pdp-numbers-video__grid{display:block;margin-top:20px}.pdp-numbers-video .pdp-number-panel{display:none!important}.pdp-video-person{width:100%;max-width:100%;min-height:0!important;height:auto;aspect-ratio:3/4;margin:0 auto 24px;border-radius:0;overflow:visible}.pdp-video-person video{width:100%;height:100%;min-height:0!important;max-height:none;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 18px 20px rgba(80,32,28,.1))}.pdp-number-results{margin-top:14px}.pdp-number-result strong{font-size:34px}.pdp-number-result em{max-width:170px}}.pdp-numbers-video__grid--video-only{display:block!important;margin-top:24px}.pdp-numbers-video__grid--video-only .pdp-video-person{width:100%;max-width:520px;margin:0 auto 24px;min-height:0!important;height:auto;aspect-ratio:3/4;background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible}.pdp-numbers-video__grid--video-only .pdp-video-person video{display:block;width:100%;height:100%;min-height:0!important;object-fit:contain;background:transparent!important;border:0!important;outline:0!important}.pdp-numbers-video .pdp-number-panel,.pdp-numbers-video .pdp-body-visual{display:none!important}@media(max-width:759px){.pdp-numbers-video__grid--video-only .pdp-video-person{max-width:100%;margin-bottom:18px}}.pdp-numbers-video__grid--video-only{margin-top:14px}.pdp-numbers-video__labels{margin:0 0 var(--pdp-video-top-gap,14px)!important}.pdp-numbers-video__grid--video-only .pdp-video-person{margin:0 auto var(--pdp-video-bottom-gap,16px)!important}.pdp-number-results{margin-top:0!important}@media(max-width:759px){.pdp-numbers-video__grid--video-only{margin-top:10px}.pdp-numbers-video__labels{margin-bottom:var(--pdp-video-top-gap,14px)!important}.pdp-numbers-video__grid--video-only .pdp-video-person{margin-bottom:var(--pdp-video-bottom-gap,16px)!important}.pdp-number-results{margin-top:0!important}}.home-product-main-section .home-product-main-grid{align-items:start}.home-product-main-section .home-product-buy-card{align-self:start}.home-product-trust-wrap,.home-product-warning-wrap,.home-product-accordion-wrap{max-width:820px;margin:0 auto}.home-product-trust-wrap{display:grid;gap:14px;justify-items:center;text-align:center}.home-product-trust-wrap .guarantee{width:100%;justify-content:center;margin-top:0}.home-product-payments{justify-content:center;margin-top:0}.home-product-trusted-mini{width:100%;max-width:680px;text-align:left}.home-product-warning-card{max-width:760px;margin:0 auto}.home-product-accordion-wrap{padding:28px 32px}.home-product-accordion-wrap .section-title{text-align:center;font-size:clamp(30px,4vw,48px)}.home-product-note{color:var(--elare-muted);font-size:13px;margin-top:10px}@media(max-width:749px){.template-index .page-width{width:100%;max-width:100%;padding-left:18px;padding-right:18px}.template-index .section-title,.template-index .section-subtitle{text-align:center;margin-left:auto;margin-right:auto}.template-index .hero__grid,.template-index .science__intro,.template-index .problem__grid,.template-index .compare-grid,.template-index .home-product-main-grid{grid-template-columns:1fr!important;gap:22px!important}.template-index .hero__content,.template-index .science__intro,.template-index .problem__panel,.template-index .comparison-cta,.template-index .home-product-buy-card{text-align:center;align-items:center;justify-items:center}.template-index .hero__content .rte,.template-index .science__intro .rte,.template-index .section-subtitle{max-width:430px;margin-left:auto;margin-right:auto}.template-index .trust-row,.template-index .stat-grid,.template-index .science-cards,.template-index .problem__columns,.template-index .before-after,.template-index .testimonial-slider,.template-index .video-grid,.template-index .compare-grid{justify-content:center;justify-items:center}.template-index .science__intro img,.template-index .compare-brand img{margin-left:auto;margin-right:auto}.template-index .problem-list ul,.template-index .compare-brand ul{padding-left:0;list-style:none}.template-index .problem-list li,.template-index .compare-brand li,.template-index .benefits li{justify-content:center;text-align:center}.template-index .testimonial,.template-index .science-card,.template-index .stat-card,.template-index .compare-brand{margin-left:auto;margin-right:auto;text-align:center}.template-index .testimonial .reviewer{justify-content:center;text-align:left}.template-index .home-product-main-section .product-grid{display:block;max-width:430px;margin:0 auto}.template-index .home-product-media,.template-index .home-product-buy-card{position:relative;top:auto;text-align:center}.template-index .home-product-thumbs{display:flex!important;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;padding-bottom:8px;grid-template-columns:none!important}.template-index .home-product-thumbs button{min-width:76px;scroll-snap-align:center}.template-index .bundle-switch{grid-template-columns:1fr!important}.template-index .product-price-row,.template-index .product-review-line,.template-index .product-payments{justify-content:center}.template-index .product-top-benefits li{justify-content:center;text-align:center}.template-index .home-product-trusted-mini{grid-template-columns:1fr;text-align:center;justify-items:center}.template-index .trusted-faces{justify-content:center}.template-index .home-product-warning-card{text-align:center}.template-index .home-product-accordion-wrap{padding:24px 18px}}@media(max-width:749px){.template-index .video-list{justify-content:center;scroll-padding-left:18px}.template-index .video-card{text-align:center}.template-index .comparison-cta div,.template-index .trust-row{justify-content:center}}.home-product-part-section{position:relative}.home-product-part-wrap{max-width:860px;margin:0 auto}.home-product-gallery-wrap{max-width:620px;text-align:center}.home-product-gallery-wrap .home-product-media{width:100%;margin:0 auto;text-align:center}.home-product-gallery-wrap .media-main{margin-left:auto;margin-right:auto}.home-product-gallery-wrap .product-thumbs{justify-content:center}.home-product-info-wrap,.home-product-purchase-wrap{max-width:760px}.home-product-info-wrap .home-product-buy-card,.home-product-purchase-wrap .home-product-buy-card{max-width:760px;margin:0 auto;text-align:center}.home-product-info-wrap .product-top-benefits{max-width:620px;margin-left:auto;margin-right:auto}.home-product-info-wrap .product-top-benefits li{justify-content:center;text-align:center}.home-product-info-wrap .product-price-row,.home-product-info-wrap .product-review-line{justify-content:center}.home-product-purchase-heading{font-family:var(--font-display);font-size:clamp(28px,3vw,40px);line-height:1.05;margin:0 0 8px;color:var(--elare-text)}.home-product-purchase-subheading{max-width:540px;margin:0 auto 18px;color:var(--elare-muted);font-weight:800}.home-product-purchase-section .product-form{max-width:620px;margin-left:auto;margin-right:auto}.home-product-purchase-section .bundle-switch{margin-top:0}@media(min-width:750px){.home-product-gallery-section+.home-product-info-section,.home-product-info-section+.home-product-purchase-section{margin-top:-1px}}@media(max-width:749px){.template-index .home-product-part-wrap{max-width:430px;margin:0 auto;padding-left:18px;padding-right:18px}.template-index .home-product-gallery-wrap .product-thumbs{display:flex!important;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;padding-bottom:8px;grid-template-columns:none!important;justify-content:flex-start}.template-index .home-product-gallery-wrap .product-thumbs button{min-width:76px;scroll-snap-align:center}.template-index .home-product-info-wrap .home-product-buy-card,.template-index .home-product-purchase-wrap .home-product-buy-card{padding-left:18px;padding-right:18px}.template-index .home-product-purchase-heading,.template-index .home-product-purchase-subheading{text-align:center}}.template-index{--elare-home-side-gutter: clamp(18px, 4.8vw, 48px);--elare-home-content-max: var(--page-width, 1240px)}.template-index .page-width{width:min(calc(100% - (var(--elare-home-side-gutter) * 2)),var(--elare-home-content-max))!important;max-width:var(--elare-home-content-max)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}.template-index .problem-red__wrap,.template-index .home-product-part-wrap,.template-index .home-product-trust-wrap,.template-index .home-product-warning-wrap,.template-index .home-product-accordion-wrap{width:calc(100% - (var(--elare-home-side-gutter) * 2))!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}.template-index .ugc-marquee{width:min(calc(100% - (var(--elare-home-side-gutter) * 2)),var(--elare-home-content-max))!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important;box-sizing:border-box!important}.template-index .hero__grid,.template-index .science__intro,.template-index .compare-grid,.template-index .problem-red__cards,.template-index .home-product-main-grid,.template-index .home-product-part-wrap,.template-index .testimonial-shell,.template-index .video-list,.template-index .stat-grid{margin-left:auto!important;margin-right:auto!important}.template-index .section-title,.template-index .section-subtitle,.template-index .center{text-align:center}@media(max-width:749px){.template-index{--elare-home-side-gutter:16px;--elare-home-content-max:430px}.template-index .page-width,.template-index .ugc-marquee,.template-index .problem-red__wrap,.template-index .home-product-part-wrap,.template-index .home-product-trust-wrap,.template-index .home-product-warning-wrap,.template-index .home-product-accordion-wrap{width:min(calc(100% - 32px),430px)!important;max-width:430px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.template-index .hero__content,.template-index .science__intro,.template-index .testimonial-shell,.template-index .video-card,.template-index .stat-card,.template-index .compare-brand,.template-index .comparison-cta,.template-index .home-product-buy-card{text-align:center!important}.template-index .hero__image-wrap,.template-index .hero__content,.template-index .science__intro,.template-index .science-cards,.template-index .testimonial-slider,.template-index .video-list,.template-index .stat-grid,.template-index .compare-grid,.template-index .home-product-part-wrap{justify-content:center!important;justify-items:center!important;align-items:center!important}.template-index .story-gallery__head,.template-index .section-subtitle,.template-index .hero__text,.template-index .home-product-purchase-subheading{margin-left:auto!important;margin-right:auto!important}}.template-index{--elare-home-side-gutter:clamp(16px,4.8vw,48px);--elare-home-content-max:1240px}.template-index .page-width,.template-index .problem-red__wrap,.template-index .home-product-part-wrap,.template-index .home-product-trust-wrap,.template-index .home-product-warning-wrap,.template-index .home-product-accordion-wrap{width:min(calc(100% - (var(--elare-home-side-gutter) * 2)),var(--elare-home-content-max))!important;max-width:var(--elare-home-content-max)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}.template-index section,.template-index .shopify-section{box-sizing:border-box;overflow-x:clip}.template-index .hero__grid,.template-index .science__intro,.template-index .compare-grid,.template-index .problem-red__cards,.template-index .home-product-part-wrap,.template-index .testimonial-shell,.template-index .video-list,.template-index .stat-grid{margin-left:auto!important;margin-right:auto!important}.template-index img,.template-index video,.template-index iframe{max-width:100%}@media(max-width:749px){.template-index{--elare-home-side-gutter:16px;--elare-home-content-max:430px}.template-index .page-width,.template-index .problem-red__wrap,.template-index .home-product-part-wrap,.template-index .home-product-trust-wrap,.template-index .home-product-warning-wrap,.template-index .home-product-accordion-wrap{width:min(calc(100% - 32px),430px)!important;max-width:430px!important}.template-index .hero__content,.template-index .science__intro,.template-index .testimonial-shell,.template-index .video-card,.template-index .stat-card,.template-index .compare-brand,.template-index .comparison-cta,.template-index .home-product-buy-card,.template-index .home-product-part-wrap{text-align:center!important}.template-index .hero__image-wrap,.template-index .science-cards,.template-index .testimonial-slider,.template-index .video-list,.template-index .stat-grid,.template-index .compare-grid,.template-index .home-product-part-wrap{justify-content:center!important;justify-items:center!important;align-items:center!important}}.template-index .media-main,.template-index .home-product-gallery-wrap .media-main,.template-index .science-card,.template-index .compare-brand,.template-index .video-card,.template-index .ugc-card,.template-index .home-product-gallery-wrap .product-thumbs,.template-index .thumbs,.template-index .product-thumbs,.template-index .image-banners,.template-index .problem-red__person,.template-index .hero__image-plate{margin-left:auto!important;margin-right:auto!important}.template-index .science__intro img,.template-index .science-card img,.template-index .compare-brand img,.template-index .video-card img,.template-index .ugc-card img,.template-index .media-main img,.template-index .home-product-gallery-wrap .media-main img,.template-index .home-product-gallery-wrap .product-thumbs img,.template-index .thumbs img,.template-index .product-thumbs img,.template-index .image-banners img,.template-index .problem-red__person img,.template-index .hero__product{display:block!important;margin-left:auto!important;margin-right:auto!important}.template-index .home-product-gallery-wrap,.template-index .home-product-gallery-wrap .home-product-media,.template-index .home-product-gallery-wrap .media-main,.template-index .science-card,.template-index .compare-brand,.template-index .video-card,.template-index .ugc-card,.template-index .problem-red__person{text-align:center!important;justify-content:center!important;justify-items:center!important;align-items:center!important}.template-index .science-cards,.template-index .compare-grid,.template-index .video-list,.template-index .ugc-marquee,.template-index .home-product-gallery-wrap .product-thumbs,.template-index .image-banners{justify-content:center!important;justify-items:center!important}@media(max-width:749px){.template-index .media-main,.template-index .home-product-gallery-wrap .media-main,.template-index .science-card,.template-index .compare-brand,.template-index .video-card,.template-index .ugc-card,.template-index .image-banners img,.template-index .problem-red__person{width:100%;max-width:100%}.template-index .home-product-gallery-wrap .product-thumbs,.template-index .product-thumbs,.template-index .thumbs{margin-left:auto!important;margin-right:auto!important}}.template-index .home-product-accordion-wrap.card{overflow:hidden!important;padding:0!important}.template-index .home-product-accordion-wrap .section-title{margin:0!important;padding:28px 28px 24px!important;line-height:1.08!important}.template-index .home-product-tabs{margin-top:0!important;border-top:1px solid var(--elare-border)!important}.template-index .home-product-tabs .tab{padding:0!important;border-bottom:1px solid var(--elare-border)!important}.template-index .home-product-tabs .tab:last-child{border-bottom:0!important}.template-index .home-product-tabs .tab summary{padding:17px 28px!important;box-sizing:border-box!important;line-height:1.25!important}.template-index .home-product-tabs .tab .rte{padding:0 28px 18px!important;box-sizing:border-box!important}.template-index .home-product-tabs .tab .rte p,.template-index .home-product-tabs .tab .rte li{margin-top:0!important;margin-bottom:8px!important;line-height:1.45!important}@media(max-width:749px){.template-index .home-product-accordion-wrap .section-title{padding:24px 20px 22px!important;font-size:clamp(28px,8vw,36px)!important}.template-index .home-product-tabs .tab summary{padding:16px 20px!important;font-size:18px!important}.template-index .home-product-tabs .tab .rte{padding:0 20px 18px!important;text-align:left!important}.template-index .home-product-tabs .tab .rte p,.template-index .home-product-tabs .tab .rte li{font-size:16px!important}}.drawer-item__remove{display:inline-flex;margin-top:7px;border:0;background:transparent;color:var(--elare-red);font-weight:900;text-decoration:underline;cursor:pointer;padding:0;font-size:12px}.drawer-item__remove:disabled{opacity:.55;cursor:not-allowed}.pdp-numbers-video__labels{line-height:1.2}.pdp-numbers-video__grid--video-only .pdp-video-person{display:flex}.pdp-number-results{padding-top:0}.elare-real-cart.simple-page{background:linear-gradient(180deg,#fff8f4,#fff 42%,#fffaf7);padding:clamp(34px,6vw,72px) 0 76px;color:#2b2020}.elare-real-cart .page-width{width:min(100% - 32px,var(--page-width));margin-inline:auto}.elare-real-cart .cart-page__head{text-align:center;max-width:760px;margin:0 auto 30px;padding:0 12px}.elare-real-cart .cart-page__head .eyebrow{margin:0 0 8px;color:#963530;font-size:13px;font-weight:1000;letter-spacing:.16em;text-transform:uppercase}.elare-real-cart .cart-page__head .section-title{margin:0;color:#221716;font-size:clamp(34px,6vw,56px);line-height:1}.elare-real-cart .cart-page__head .section-subtitle{margin:14px auto 0;max-width:620px;color:#665655;font-size:16px;line-height:1.55}.elare-real-cart .cart-page__form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.elare-real-cart .cart-page__items{display:grid;gap:14px}.elare-real-cart .cart-page__item{display:grid;grid-template-columns:96px minmax(0,1fr) 110px 92px 110px auto;gap:16px;align-items:center;background:#fff;border:1px solid rgba(150,53,48,.18);border-radius:24px;padding:16px 18px;box-shadow:0 16px 34px #55211a0f}.elare-real-cart .cart-page__media{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:18px;background:#fff8f4;border:1px solid rgba(150,53,48,.12);overflow:hidden}.elare-real-cart .cart-page__media img{width:100%;height:100%;object-fit:contain;padding:8px}.elare-real-cart .cart-page__info{min-width:0;padding-right:4px}.elare-real-cart .cart-page__title{display:block;color:#281b1b;font-size:17px;font-weight:1000;line-height:1.18;text-decoration:none;margin-bottom:7px}.elare-real-cart .cart-page__variant{margin:3px 0 0;color:#806b67;font-size:13px;line-height:1.35}.elare-real-cart .cart-page__price-mobile{display:none;color:#963530;font-weight:1000;margin-top:8px}.elare-real-cart .cart-page__price,.elare-real-cart .cart-page__line-total{color:#963530;font-weight:1000;text-align:right;white-space:nowrap}.elare-real-cart .cart-page__qty{display:flex;justify-content:center;margin:0}.elare-real-cart .cart-page__qty input{width:76px;height:44px;border:1px solid rgba(150,53,48,.26);border-radius:12px;background:#fffaf8;color:#2b2020;text-align:center;font-weight:1000;font-size:16px;padding:0 8px}.elare-real-cart .cart-page__remove{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:999px;background:#fff1ef;border:1px solid rgba(150,53,48,.24);color:#963530;font-size:13px;font-weight:1000;text-decoration:none;white-space:nowrap}.elare-real-cart .cart-page__remove:hover{background:#963530;color:#fff}.elare-real-cart .cart-page__summary{position:sticky;top:92px;background:#fff;border:1px solid rgba(150,53,48,.18);border-radius:26px;padding:22px;box-shadow:0 18px 38px #55211a14}.elare-real-cart .cart-page__summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(150,53,48,.12);padding:13px 0;color:#5a4847;font-size:15px}.elare-real-cart .cart-page__summary-row strong{color:#2b2020;font-size:17px}.elare-real-cart .cart-page__summary-row--total{border-bottom:0;padding-top:16px;color:#251817;font-size:18px;font-weight:1000}.elare-real-cart .cart-page__summary-row--total strong{color:#963530;font-size:24px}.elare-real-cart .cart-page__summary p{margin:6px 0 20px;color:#746260;font-size:13px;line-height:1.45}.elare-real-cart .cart-page__actions{display:grid;gap:12px}.elare-real-cart .cart-page__actions .btn{width:100%;min-height:56px;border-radius:14px;text-align:center;font-size:14px;color:#fff;background:#963530;border:1px solid #963530;box-shadow:0 14px 28px #9635302e}.elare-real-cart .cart-page__actions .btn--light{background:#fff;color:#963530;border-color:#96353052;box-shadow:none}.elare-real-cart .cart-page__actions .btn--light:hover{background:#fff1ef;color:#7d2925}.elare-real-cart .card.center{border:1px solid rgba(150,53,48,.18);border-radius:26px;background:#fff;box-shadow:0 18px 38px #55211a14}@media(max-width:990px){.elare-real-cart .cart-page__form{grid-template-columns:1fr;gap:18px}.elare-real-cart .cart-page__summary{position:relative;top:auto}}@media(max-width:640px){.elare-real-cart.simple-page{padding:28px 0 54px}.elare-real-cart .page-width{width:min(100% - 24px,var(--page-width))}.elare-real-cart .cart-page__head{margin-bottom:20px;padding:0 4px}.elare-real-cart .cart-page__head .section-title{font-size:36px}.elare-real-cart .cart-page__head .section-subtitle{font-size:14px;line-height:1.5}.elare-real-cart .cart-page__item{grid-template-columns:76px minmax(0,1fr);grid-template-areas:"media info" "media meta" "qty qty" "remove remove";gap:10px 12px;border-radius:20px;padding:14px;align-items:start}.elare-real-cart .cart-page__media{grid-area:media;width:76px;height:76px;border-radius:16px}.elare-real-cart .cart-page__info{grid-area:info;padding:0;text-align:left}.elare-real-cart .cart-page__title{font-size:15px;line-height:1.18;margin-bottom:5px}.elare-real-cart .cart-page__variant{font-size:12px}.elare-real-cart .cart-page__price-mobile{display:block;font-size:14px}.elare-real-cart .cart-page__price{display:none}.elare-real-cart .cart-page__line-total{grid-area:meta;text-align:left;align-self:end;font-size:15px;margin-top:0;color:#2b2020}.elare-real-cart .cart-page__qty{grid-area:qty;justify-content:space-between;align-items:center;padding-top:4px;border-top:1px dashed rgba(150,53,48,.18)}.elare-real-cart .cart-page__qty:before{content:"Quantity";color:#6c5755;font-size:13px;font-weight:900}.elare-real-cart .cart-page__qty input{width:94px;height:44px;border-radius:12px}.elare-real-cart .cart-page__remove{grid-area:remove;width:100%;justify-self:stretch;min-height:42px;border-radius:14px}.elare-real-cart .cart-page__summary{padding:18px;border-radius:22px}.elare-real-cart .cart-page__summary-row{padding:11px 0}.elare-real-cart .cart-page__summary-row--total strong{font-size:22px}.elare-real-cart .cart-page__actions .btn{min-height:54px;border-radius:14px;font-size:14px;letter-spacing:.03em}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/elare.css.map */
