@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--hemios-bg: #ffffff;--hemios-ink: #171717;--hemios-muted: #555555;--hemios-blue: #213c58;--hemios-deep: #101010;--hemios-accent: #0f5475;--hemios-green: #009c61;--hemios-border: #dcdcdc;--hemios-soft: #fafaff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hemios-bg);color:var(--hemios-ink);font-family:Poppins,system-ui,sans-serif;font-size:15px;line-height:1.73}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.hemios-page{min-height:100vh;overflow-x:clip}.announcement-bar{min-height:50px;display:flex;align-items:center;justify-content:center;gap:14px;color:#fff;background:linear-gradient(135deg,#213c58,#101010);font-size:13px;font-weight:600}.announcement-bar a{text-decoration:underline;text-underline-offset:3px}.sale-pill{display:inline-flex;min-height:31px;align-items:center;justify-content:center;border-radius:4px;padding:0 14px;background:#fff;color:#171717;font-size:16px;font-weight:800}.site-header{position:sticky;top:0;z-index:20;height:88px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;gap:24px;border-bottom:1px solid var(--hemios-border);background:#fffffff7;padding:0 42px}.brand img{display:block;width:105px;height:auto}.primary-nav,.header-actions{display:flex;align-items:center}.primary-nav{justify-content:center;gap:clamp(20px,3vw,38px);font-size:13px;font-weight:500}.header-actions{justify-content:flex-end;gap:24px}.header-actions a{color:#1c1b1a;padding:0}.mobile-header-left,.mobile-nav,.cart-icon{display:none}.cart-button{position:relative;display:inline-flex;align-items:center;gap:4px}.cart-count{display:inline-flex;width:17px;height:17px;align-items:center;justify-content:center;margin-left:4px;border-radius:999px;background:#171717;color:#fff;font-size:10px}.mobile-menu-toggle{width:24px;height:24px;display:grid;gap:5px;align-content:center;border:0;background:transparent;padding:0}.mobile-menu-toggle span{display:block;width:18px;height:1.5px;background:#1c1b1a}.mobile-search-button{position:relative;width:24px;height:24px}.mobile-search-button:before{content:"";position:absolute;top:5px;left:4px;width:11px;height:11px;border:1.7px solid #1c1b1a;border-radius:999px}.mobile-search-button:after{content:"";position:absolute;top:16px;left:15px;width:7px;height:1.7px;background:#1c1b1a;transform:rotate(45deg);transform-origin:left center}.mobile-nav{position:absolute;top:100%;right:0;left:0;z-index:19;border-top:1px solid var(--hemios-border);border-bottom:1px solid var(--hemios-border);background:#fff;box-shadow:0 14px 30px #00000014;padding:8px 24px}.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid #efefef;color:#171717;font-size:14px;font-weight:600}.mobile-nav a:last-child{border-bottom:0}.site-header.menu-open .mobile-nav{display:block}.hero-section{min-height:600px;display:flex;align-items:center;background:var(--hemios-hero-bg)}.hero-copy{max-width:650px;margin-left:50px;color:#fff;transform:translateY(-9px)}.rating-line{display:flex;align-items:center;gap:10px;margin-bottom:26px;font-size:14px;font-weight:600}.star-boxes{display:inline-flex;align-items:center;color:#fff;gap:1px;font-size:12px;letter-spacing:0;line-height:1}.star-boxes span{display:grid;width:17px;height:17px;place-items:center;background:#00b67a}.star-boxes span:last-child{background:linear-gradient(90deg,#00b67a 62%,#d8d8d8 62%)}.hero-copy h1{margin:0 0 78px;font-size:clamp(46px,4.7vw,62px);font-weight:800;line-height:1.22;text-shadow:0 4px 14px rgba(0,0,0,.25)}.hero-copy p{max-width:205px;margin:0 0 26px;font-size:16px;font-weight:500;line-height:1.45}.hero-cta{display:inline-flex;min-width:136px;min-height:52px;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#171717;font-weight:800;box-shadow:0 6px 20px #00000029;transition:transform .2s ease,box-shadow .2s ease}.hero-cta:hover{transform:translateY(-1px);box-shadow:0 10px 28px #0003}.press-section{min-height:260px;display:grid;place-items:center;gap:22px;padding:46px 24px 38px;text-align:center;background:#fff}.quote-mark{height:52px;color:#1717170a;font-size:104px;font-weight:800;line-height:.6}.press-section blockquote{max-width:920px;margin:0;color:#171717;font-size:clamp(17px,2vw,23px);font-weight:500;line-height:1.55}.press-logos{display:flex;align-items:center;justify-content:center;gap:36px;min-height:36px}.press-logos img{max-width:84px;max-height:35px;object-fit:contain;opacity:.42;filter:grayscale(1)}.product-section{display:grid;grid-template-columns:minmax(0,598.8px) minmax(0,529.6px);gap:78px;width:calc(100% - 80px);max-width:1206.6px;margin:40px auto 80px;padding:0}.product-media,.product-details{min-width:0}.product-media{padding:0 33.2px 0 36px}.product-main-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;border:1px solid #ededed;background:#f7f7f7;cursor:grab;overscroll-behavior-x:contain;touch-action:pan-y;-webkit-user-select:none;user-select:none}.product-main-image.is-dragging{cursor:grabbing}.product-slide-track{width:100%;height:100%;display:flex;transform:translateZ(0);transition:transform .32s cubic-bezier(.25,1,.5,1);will-change:transform}.product-slide{flex:0 0 100%;width:100%;height:100%}.product-slide img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-main-image>button[aria-label="Zoom product image"]{position:absolute;right:16px;bottom:16px;width:36px;height:36px;border:1px solid var(--hemios-border);background:#fff;color:#171717;font-size:22px;z-index:3}.carousel-control{position:absolute;top:50%;z-index:3;width:42px;height:42px;border:1px solid rgba(23,23,23,.12);border-radius:999px;background:#ffffffd6;color:#171717;display:grid;place-items:center;font-size:30px;line-height:1;transform:translateY(-50%);opacity:0;transition:opacity .2s ease,background .2s ease}.carousel-control--prev{left:16px}.carousel-control--next{right:16px}.product-main-image:hover .carousel-control,.product-main-image:focus-within .carousel-control{opacity:1}.carousel-control:hover{background:#fff}.thumbnail-row{display:flex;justify-content:center;gap:8px;margin-top:20px}.thumbnail-row button{display:block;flex:0 0 68px;width:68px;height:68px;aspect-ratio:1 / 1;box-sizing:border-box;border:2px solid transparent;background:#fff;padding:2px;line-height:0;overflow:hidden}.thumbnail-row button.active{border-color:#171717}.thumbnail-row img{display:block;width:100%;height:100%;object-fit:cover}.product-details h2{margin:0 0 24px;font-size:18.75px;font-weight:600;line-height:20.83px;letter-spacing:-.8px}.product-rating{color:var(--hemios-green);font-size:19px;font-weight:700;line-height:1.2}.product-rating span{color:#171717;font-size:14px;font-weight:400;line-height:14px}.price-line{display:flex;align-items:center;gap:10px;margin:7px 0 0}.price-line strong{color:var(--hemios-green);font-size:15.5px;line-height:26.87px}.price-line s{color:#171717;font-size:14px;line-height:24px}.price-line span{display:inline-flex;align-items:center;height:17.14px;padding:0 5px;background:var(--hemios-green);color:#fff;font-size:10px;font-weight:600;letter-spacing:.5px}.product-intro{max-width:620px;margin:0 0 15px;color:#171717;font-size:15px;line-height:26px}.product-details h3{margin:0 0 10px;color:#000;font-size:13px;font-weight:700;line-height:19.5px}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin-bottom:22px}.feature-card{display:flex;align-items:center;gap:16px;min-height:65px;background:var(--hemios-soft);padding:12px 16px}.feature-card img{width:38px;height:38px;object-fit:contain}.feature-card span{color:#000;font-size:11px;font-weight:900;line-height:16.5px}.stock-line{display:flex;align-items:center;gap:12px;margin:0 0 28px;color:#171717;font-size:15px;line-height:26px}.stock-line span{width:12px;height:12px;border-radius:999px;background:#105979}.bundle-heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:0 0 18px}.bundle-heading span{height:1px;background:#a8a8a8}.bundle-heading strong{color:#000;font-size:13px;font-weight:700;line-height:18.2px}.bundle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:46px}.bundle-card{position:relative;min-height:236px;display:flex;flex-direction:column;align-items:center;justify-content:end;border:1px solid #bcbcbc;border-radius:8px;background:#fff;padding:22px 12px 14px;text-align:center}.bundle-card.selected{border:3px solid #171717;background:#e9f5ff}.bundle-ribbon{position:absolute;top:0;right:0;left:0;height:34px;border-radius:5px 5px 0 0;background:#000;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;font-style:italic}.bundle-card img{max-width:112px;height:104px;object-fit:contain}.bundle-card strong{color:#000;font-size:18px;font-weight:700;line-height:25.2px}.bundle-card .bundle-bogo-title{letter-spacing:0;word-spacing:1px}.bundle-card span{color:#555;font-size:13px;line-height:18.2px}.bundle-card b{margin-top:10px;color:#000;font-size:18px;line-height:25.2px}.bundle-card s{color:#555;font-size:13px;line-height:18.2px}.checkout-button{width:100%;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:30px;background:#213c58;color:#fff;padding:0 35px;font-size:14px;font-weight:600;line-height:52px;letter-spacing:2px;text-align:center;transition:background .3s ease}.checkout-button:hover:not(:disabled){background:#213c58}.checkout-button .main-price{font-weight:400}.checkout-button:disabled{opacity:.55;cursor:not-allowed}.hemios-product-form{display:block}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.buy-now-button{width:100%;min-height:54px;border:2px solid #0f5475;border-radius:999px;background:#fff;color:#0f5475;font-size:15px;font-weight:800;letter-spacing:2px;transition:background .2s ease,color .2s ease,transform .2s ease}.buy-now-button:hover:not(:disabled){background:#0f5475;color:#fff;transform:translateY(-1px)}.buy-now-button:disabled{opacity:.55;cursor:not-allowed}.dynamic-payment-button{display:grid;gap:8px}.dynamic-payment-button .shopify-payment-button,.dynamic-payment-button .shopify-payment-button__button{width:100%}.dynamic-payment-button .shopify-payment-button__button{min-height:54px;border-radius:999px;overflow:hidden;font-family:Poppins,system-ui,sans-serif;font-size:15px;font-weight:800}.payment-row,.footer-payments{display:flex;align-items:center;flex-wrap:wrap}.payment-row{justify-content:center;gap:14px;margin:18px 0}.payment-row img{height:26px;max-width:44px;object-fit:contain;border:1px solid #e5e5e5;border-radius:3px}.ebook-bonus{display:flex;align-items:center;gap:14px;margin:0 0 20px;background:var(--hemios-soft);padding:10px 14px}.ebook-bonus img{width:49px;height:49px;object-fit:cover}.ebook-bonus p{margin:0;font-size:14px;line-height:1.45}.trust-row{display:flex;justify-content:center;gap:28px;margin:16px 0 28px;font-size:14px}.delivery-line{text-align:center;font-size:14px}.guarantee-section{width:calc(100% - 80px);max-width:1345px;margin:80px auto;display:grid;grid-template-columns:minmax(300px,529.6px) minmax(0,460.4px);align-items:center;gap:147.4px;border-radius:20px;background:linear-gradient(140deg,#213c58 10%,#101010);color:#fff;padding:80px 138.4px 80px 69.2px}.guarantee-media{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px}.guarantee-media img{display:block;width:100%;height:100%;object-fit:cover;visibility:hidden;clip-path:inset(0 0 0 100%);-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.guarantee-section h2{max-width:460.4px;margin:0 0 24px;font-size:23px;font-weight:400;line-height:25.56px;letter-spacing:-.8px;opacity:0;transform:translateY(100%);clip-path:inset(0 0 100% 0)}.guarantee-section p{max-width:460.4px;margin:0;font-size:15px;font-weight:400;line-height:26px;opacity:0}.guarantee-section.is-revealed .guarantee-media img{animation:guarantee-image-reveal .6s cubic-bezier(1,0,0,1) forwards}.guarantee-section.is-revealed h2{animation:guarantee-heading-reveal .35s cubic-bezier(.5,.06,.01,.99) .6s forwards}.guarantee-section.is-revealed p{animation:guarantee-copy-reveal .3s ease .95s forwards}@keyframes guarantee-image-reveal{0%{visibility:hidden;clip-path:inset(0 0 0 100%)}to{visibility:visible;clip-path:inset(0)}}@keyframes guarantee-heading-reveal{0%{opacity:0;transform:translateY(100%);clip-path:inset(0 0 100% 0)}20%{opacity:.2}to{opacity:1;transform:translateY(0);clip-path:inset(0)}}@keyframes guarantee-copy-reveal{to{opacity:1}}.site-footer{color:#fff;background:linear-gradient(135deg,#123d56,#101010);padding:76px clamp(24px,5vw,64px) 54px}.footer-grid{display:grid;grid-template-columns:1.05fr .75fr .85fr 1.15fr .95fr;gap:46px;max-width:1200px;margin:0 auto}.site-footer h2{margin:0 0 22px;font-size:14px;font-weight:600;letter-spacing:1px;line-height:17.2308px}.site-footer p,.site-footer a{display:block;margin:0 0 12px;color:#fff;font-size:15px;font-weight:400;line-height:25.9999px}.email-form{display:grid;grid-template-columns:1fr 48px;height:52px;border:1px solid rgba(255,255,255,.22);margin-top:20px}.email-form input{min-width:0;border:0;background:transparent;color:#fff;padding:0 18px;outline:0;font-family:inherit;font-size:15px;font-weight:400;line-height:52px}.email-form input::placeholder{color:#ffffffb8}.email-form button{border:0;background:transparent;color:#fff;font-size:28px}.social-grid{display:grid;grid-template-columns:repeat(5,56px);width:max-content;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}.social-grid a{width:56px;height:56px;display:grid;place-items:center;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);margin:0;color:#fff;line-height:0}.social-grid svg{display:block;flex:none}.footer-bottom{max-width:1200px;margin:58px auto 0;display:grid;grid-template-columns:230px 1fr auto minmax(180px,1fr);align-items:center;gap:24px;color:#ffffffe0;font-size:13px;line-height:20px}.footer-bottom button{height:36px;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;text-align:left;padding:0 14px;font-family:inherit;font-size:13px;font-weight:400;line-height:20px}.footer-payments{justify-content:flex-end;gap:8px}.footer-payments img{height:24px;max-width:46px;border-radius:3px;background:#fff}.footer-shop-follow{grid-column:3 / 5;justify-self:start;margin-top:-26px}.footer-shop-follow shop-follow-button{display:block;min-height:36px}.site-footer a.footer-shop-follow-fallback{width:158px;height:36px;display:inline-flex;align-items:center;gap:8px;margin-bottom:0;padding:0 12px 0 8px;border-radius:999px;background:#5433eb;color:#fff;font-family:Arial,sans-serif;font-size:15px;font-weight:400;line-height:22.5px;text-decoration:none}.footer-shop-follow-fallback>span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.shop-follow-heart{width:20px;height:20px;flex:none}.shop-follow-logo{width:38.4px;height:16px;flex:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;opacity:0;pointer-events:none;transition:opacity .22s ease}.cart-drawer.is-open{opacity:1;pointer-events:auto}.cart-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000047;cursor:pointer}.cart-panel{position:absolute;top:0;right:0;width:min(440px,100vw);height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#171717;box-shadow:-18px 0 50px #0000002e;transform:translate(100%);transition:transform .28s ease}.cart-drawer.is-open .cart-panel{transform:translate(0)}.cart-panel-header{flex:0 0 55px;height:55px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e7e7;padding:0 20px}.cart-panel-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.cart-panel-footer{flex:0 0 auto;background:#f6f6f7;padding:23px}.cart-panel-header strong{display:inline-flex;align-items:center;gap:4px;font-size:16px;font-weight:800}.cart-panel-header strong span{margin-left:4px}.cart-panel-header button{width:31px;height:31px;display:grid;place-items:center;border:0;border-radius:10px;background:#f2f2f2;color:#777;font-size:22px;line-height:1}.cart-social-proof{min-height:37px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e7e7e7;background:#f7f7f8;font-size:14px}.cart-social-proof strong{margin-right:4px}.cart-progress{padding:18px 30px 26px;text-align:center;font-size:18px;line-height:1.25}.cart-progress div{height:8px;margin-top:22px;border-radius:999px;background:#213c58}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:16px;padding:28px 28px 24px}.cart-item img{width:88px;height:88px;object-fit:cover;background:#f5f5f5}.cart-item-top{display:grid;grid-template-columns:1fr 24px;gap:10px}.cart-item h3{margin:0 0 6px;font-size:17px;font-weight:800;line-height:1.16}.cart-item-top button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#6b7b86;cursor:pointer}.cart-item-top button:hover{color:#171717}.cart-item-top button svg{width:18px;height:18px;display:block}.cart-item p{margin:0 0 8px;font-size:16px;line-height:1.25}.cart-bundle-name{display:block;margin:-1px 0 5px;color:#555;font-size:12px;font-weight:600;letter-spacing:0;word-spacing:1px}.cart-item s{color:#9a9a9a;margin-right:4px}.cart-item p strong{color:#19a031}.cart-quantity{width:103px;height:31px;display:grid;grid-template-columns:31px 1fr 31px;border:1px solid #d9d9d9;border-radius:3px;overflow:hidden;margin-bottom:12px}.cart-quantity button{display:grid;place-items:center;padding:0;border:0;border-right:1px solid #d9d9d9;background:#fff;color:#171717;cursor:pointer}.cart-quantity button:last-child{border-right:0;border-left:1px solid #d9d9d9}.cart-quantity span{display:grid;place-items:center;font-size:14px}.cart-quantity svg{display:block}.cart-item-top button:disabled,.cart-quantity button:disabled{cursor:wait;opacity:.45}.cart-empty-message{margin:0;padding:42px 28px;color:#555;font-size:15px;text-align:center}.cart-checkout.is-disabled{pointer-events:none;opacity:.45}.cart-discount-badge{display:inline-flex;align-items:center;min-height:27px;border-radius:4px;background:#efefef;color:#666;padding:0 10px;font-size:12px;font-weight:800;letter-spacing:0;word-spacing:1px}.cart-spacer{height:72px;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.shipping-protection{display:grid;grid-template-columns:60px minmax(0,1fr) 44px;align-items:center;gap:20px;margin-bottom:16px}.shipping-icon{width:60px;height:60px;object-fit:contain}.shipping-protection-copy{min-width:0}.shipping-protection-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.shipping-protection-title strong{font-size:16px;font-weight:600;line-height:1.3}.shipping-protection-title span{font-size:14px;font-weight:800}.shipping-protection p{margin:2px 0 0;color:#777;font-size:12px;line-height:1.25}.shipping-protection button{width:44px;height:24px;position:relative;border:0;border-radius:999px;background:#e3e3e3;transition:background .2s}.shipping-protection button:after{content:"";position:absolute;top:4px;left:4px;width:16px;height:16px;border-radius:999px;background:#fff;transition:transform .2s}.shipping-protection button[aria-checked=true]{background:#16a34a}.shipping-protection button[aria-checked=true]:after{transform:translate(20px)}.shipping-protection button:disabled{cursor:wait;opacity:.65}.cart-discount-line{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 12px;padding:0;font-size:14px;line-height:24px}.cart-discount-line[hidden]{display:none}.cart-discount-copy,.cart-discount-codes,.cart-discount-code{display:flex;align-items:center}.cart-discount-copy{flex:1 1 auto;gap:6px;min-width:0;overflow:hidden}.cart-discount-codes{gap:6px;min-width:0;overflow-x:auto;scrollbar-width:none}.cart-discount-codes::-webkit-scrollbar{display:none}.cart-discount-code{gap:2px;border-radius:4px;background:#0000000d;color:#585858;padding:2px 6px 2px 4px;font-size:13px;line-height:20.8px;text-transform:uppercase;white-space:nowrap}.cart-discount-code svg{width:16px;height:16px;flex:0 0 auto;margin-right:4px;fill:currentColor}.cart-discount-code>span{font-weight:600}.cart-discount-code[hidden]{display:none}.cart-discount-code button{width:14px;height:18px;display:grid;place-items:center;border:0;background:transparent;color:currentColor;padding:0;font:inherit;line-height:1}.cart-discount-amount{flex:0 0 auto;white-space:nowrap}.cart-checkout{min-height:52px;display:grid;place-items:center;margin:0 0 12px;border-radius:35px;background:#213c58;color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:52px;letter-spacing:2px;text-transform:uppercase}.cart-guarantee{margin:0 0 10px;text-align:center;font-size:14px}.cart-payments{display:flex;justify-content:center;gap:14px;padding-bottom:0}@media(max-width:480px){.cart-panel-footer{padding:20px 22px 16px}.shipping-protection{gap:12px}}.cart-payments img{width:40px;height:24px;object-fit:contain;border:1px solid #e7e7e7;border-radius:3px}.discount-toggle{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.discount-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#00000085;opacity:0;pointer-events:none;animation:reveal-discount .01s linear 2.65s forwards}.discount-toggle:checked+.discount-popup{display:none}.discount-popup.is-dismissed{display:none}.discount-card{position:absolute;top:50%;left:50%;width:771px;height:561px;min-height:0;display:grid;grid-template-columns:393px 378px;overflow:hidden;background:#050505;color:#fff;font-family:Arial,sans-serif;text-align:center;box-shadow:0 22px 70px #00000061;transform:translate(-50%,-50%) scale(var(--discount-popup-scale, 1));transform-origin:center}.discount-close{position:absolute;top:8px;right:4px;z-index:2;width:40px;height:40px;display:grid;place-items:center;color:#fff;font-size:30px;font-weight:300;border:2px solid #2196f3;border-radius:50%;background:#050505;line-height:1;cursor:pointer}.discount-image-frame{position:relative;min-height:0;overflow:hidden}.discount-image-frame img{width:771px;max-width:none;height:561px;display:block;object-fit:none;object-position:left top;transform:none;filter:none}.discount-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:144px 0 0 14px;text-align:center;width:100%;border:0;font-family:inherit}.cart-checkout-form{margin:0}.discount-step-panel{width:100%;display:flex;flex-direction:column;align-items:center}.discount-step-panel[hidden],.discount-mobile-art{display:none}.discount-desktop-copy>p{margin:0;font-size:30px;font-weight:400;line-height:1.18}.discount-desktop-copy>h2{margin:2px 0 10px;font-size:32px;font-weight:800;line-height:1.1;white-space:nowrap}.discount-desktop-copy>span{display:block;margin-bottom:28px;color:#fff;font-size:14px;font-weight:500}.discount-step-panel form{width:352px;display:grid;justify-items:center;gap:35px}.discount-step-panel form>input{width:100%;height:55px;border:1px solid #fff;background:transparent;color:#fff;padding:0 16px;font-size:18px;font-weight:600;outline:0}.discount-step-panel input::placeholder{color:#fff}.discount-step-panel form>button,.discount-shop-button{width:min(312px,100%);height:55px;border:0;border-radius:999px;background:#fff;color:#143a5a;font-size:20px;font-weight:800}.discount-sms-step picture,.discount-step-art{width:100%;display:block}.discount-step-art{height:auto;margin-bottom:12px}.discount-step-sms .discount-desktop-media{display:none}.discount-step-sms .discount-content{grid-column:1 / -1;width:100%;min-height:100%;padding:22px 40px 24px;justify-content:center}.discount-step-sms .discount-sms-step{width:100%;min-height:100%}.discount-step-sms .discount-sms-step picture{width:min(600px,100%);margin:0 auto 14px}.discount-step-sms .discount-step-art{width:100%;max-height:300px;object-fit:contain}.discount-step-sms .discount-sms-step form{width:min(430px,100%);margin:0 auto}.discount-sms-step form{gap:10px}.discount-phone-field{width:100%;height:53px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.86);color:#fff}.discount-phone-field>span{flex:0 0 auto;padding:0 12px;border-right:1px solid rgba(255,255,255,.4);font-size:15px}.discount-phone-field input{min-width:0;flex:1 1 auto;height:100%;border:0;background:transparent;color:#fff;padding:0 12px;font-size:17px;outline:0}.discount-disclosure{max-height:58px;overflow-y:auto;margin:0 2px 4px;color:#fff;font-size:8px;line-height:1.35;text-align:center}.discount-disclosure a{color:#8fc9ff;text-decoration:underline}.discount-mobile-cta{display:none}.discount-code-heading>strong{display:block;margin-bottom:8px;font-size:16px}.discount-code-heading>p{margin:0 0 14px;font-size:32px;line-height:1.08}.discount-coupon{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;font-family:inherit;width:calc(100% - 24px);border:3px dashed #fff;padding:10px 14px;color:#fff;font-size:24px;font-weight:800;letter-spacing:5px;line-height:1.1}.discount-shop-button{margin-top:20px}.discount-code-step small{display:block;margin-top:10px;color:#fff;font-size:14px;line-height:1.3}#userwayAccessibilityIcon,#userwayAccessibilityIcon *,.uwy,.uwy *,.userway_p1,.userway_p1 *,#accessiblyAppWidget,#accessiblyAppWidget *,.accessibly-widget,.accessibly-widget *,#shop-hcaptcha-badge-container,#shop-hcaptcha-badge-container *,[aria-label*=Accessibility i],[title*=Accessibility i],iframe[src*=userway i],iframe[src*=accessibility i],iframe[src*=accessibly i]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@keyframes reveal-discount{to{opacity:1;pointer-events:auto}}@media(min-width:741px){.discount-popup{animation-delay:8s}}@media(max-width:980px){.site-header{grid-template-columns:110px minmax(0,1fr) 110px;height:72px;padding:0 22px}.mobile-header-left{display:flex;align-items:center;gap:18px;justify-self:start}.brand{justify-self:center}.primary-nav{display:none}.header-actions{justify-self:end;gap:14px}.desktop-search{display:none}.cart-button{width:28px;height:28px;justify-content:center}.cart-icon{position:relative;display:block;width:18px;height:17px;border:1.7px solid #1c1b1a;border-radius:2px}.cart-icon:before{content:"";position:absolute;left:4px;top:-7px;width:7px;height:7px;border:1.7px solid #1c1b1a;border-bottom:0;border-radius:9px 9px 0 0}.cart-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.cart-count{position:absolute;top:-5px;right:-7px;margin-left:0}.product-section,.guarantee-section,.footer-grid,.footer-bottom{grid-template-columns:1fr}.product-section{gap:34px}.product-media{padding:0}.guarantee-section{width:auto;max-width:none;gap:34px;margin:48px 20px;padding:32px 24px}.footer-bottom,.footer-payments{justify-content:start}.footer-shop-follow{grid-column:1;margin-top:0}}@media(max-width:620px){body{font-size:14px}.announcement-bar{min-height:45px;gap:9px;font-size:11px}.sale-pill{min-height:27px;padding:0 10px;font-size:13px}.brand img{width:90px}.site-header{grid-template-columns:78px minmax(0,1fr) 78px;height:69px;padding:0 23px}.mobile-header-left{gap:17px}.hero-section{min-height:540px;align-items:end;background:var(--hemios-hero-mobile-bg);background-position:center top}.hero-copy{margin:0;max-width:310px;padding:0 16px 118px;transform:none}.rating-line{gap:9px;margin-bottom:14px;font-size:13px}.star-boxes{height:18px;font-size:12px}.hero-copy h1{max-width:255px;margin-bottom:16px;font-size:25px;line-height:1.34}.hero-copy p{max-width:212px;margin-bottom:18px;font-size:16px;line-height:1.35}.hero-cta{min-width:140px;min-height:52px}.press-section{gap:16px;padding:42px 24px 40px}.quote-mark{height:36px;font-size:84px}.press-section blockquote{width:100%;max-width:335px;font-size:18px;font-weight:500;line-height:1.2}.press-logos{gap:34px}.product-section{width:100%;max-width:none;gap:24px;margin:24px auto 48px;padding:0 24px}.product-main-image{border:0}.product-main-image>button[aria-label="Zoom product image"]{display:none}.carousel-control{display:none}.carousel-control--prev{left:10px}.carousel-control--next{right:10px}.thumbnail-row{display:flex;justify-content:flex-start;width:100%;max-width:100%;gap:0;margin-top:12px;overflow-x:auto;padding-bottom:0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.thumbnail-row::-webkit-scrollbar{display:none}.thumbnail-row button{flex:0 0 80px;width:80px;height:80px;scroll-snap-align:start}.product-details h2{margin-bottom:14.53px;font-size:17.5px;line-height:20.19px;letter-spacing:-.4px}.product-rating{font-size:16px}.product-rating span{font-size:14px}.price-line{gap:10px;margin-top:7px}.price-line strong{font-size:15.5px}.price-line s{font-size:14px}.price-line span{height:17.14px;padding:0 5px;font-size:10px}.product-intro{margin-bottom:15px;font-size:14px;line-height:24px}.product-details h3{font-size:13px;line-height:19.5px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:22px}.feature-card{min-height:64px;gap:8px;padding:10px 8px}.feature-card img{width:32px;height:32px}.feature-card span{font-size:10px;line-height:15px}.stock-line{gap:11px;margin-bottom:24px;font-size:14px}.bundle-heading{margin-bottom:16px}.bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:30px}.bundle-card{min-height:226px;border-radius:6px;padding:22px 6px 12px}.bundle-ribbon{height:30px;font-size:11px}.bundle-card img{max-width:96px;height:92px}.bundle-card strong{font-size:18px}.bundle-card span{font-size:13px}.bundle-card b{font-size:18px}.checkout-button{min-height:48px;border-radius:35px;padding:0 30px;font-size:14px;font-weight:600;line-height:48px;letter-spacing:1.5px}.payment-row{gap:14px}.payment-row img{height:25px;max-width:42px}.ebook-bonus{gap:16px;padding:10px 5px}.trust-row{flex-direction:row;align-items:center;gap:22px;margin:16px 0 24px}.guarantee-section{grid-template-columns:1fr;width:auto;gap:32px;margin:48px 24px;padding:24px}.guarantee-section h2{margin-bottom:16px;font-size:23px;line-height:26.54px;letter-spacing:-.4px}.guarantee-section p{font-size:14px;line-height:24px}.site-footer{padding:48px 22px}.site-footer h2{font-size:13px;line-height:19.5px}.site-footer p,.site-footer a{font-size:14px;line-height:24.0001px}.email-form{height:48px}.email-form input{font-family:inherit;font-size:14px;font-weight:400;line-height:48px;padding:0 18px}.footer-bottom{font-size:12px;line-height:18px}.footer-bottom button{font-family:inherit;font-size:12px;font-weight:400;line-height:18px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 28px}.footer-grid section:nth-child(n+3){grid-column:1 / -1}.social-grid{grid-template-columns:repeat(5,56px)}}@media(max-width:600px){.discount-card{width:min(450px,100vw);height:auto;max-height:100svh;min-height:0;display:block;overflow-y:auto}.discount-desktop-media,.discount-desktop-copy{display:none}.discount-content{padding:0 24px 28px;justify-content:center}.discount-mobile-art,.discount-sms-step picture{width:calc(100% + 48px);height:auto;display:block;margin:0 -24px 22px}.discount-step-art{width:100%;height:auto;margin:0}.discount-step-sms .discount-content{padding:0 24px 28px}.discount-step-sms .discount-sms-step picture{width:calc(100% + 48px);margin:0 -24px 22px}.discount-step-sms .discount-step-art{max-height:none}.discount-step-panel form>input,.discount-phone-field{height:64px;font-size:18px}.discount-step-panel form{gap:20px}.discount-sms-step form{gap:14px}.discount-content .discount-disclosure{max-height:88px;font-size:11px;line-height:1.35}.discount-mobile-cta{display:inline}.discount-desktop-cta{display:none}.discount-coupon{width:100%;font-size:24px}.discount-shop-button{width:100%}.discount-step-email .discount-card{width:771px;height:561px;max-height:none;display:grid;grid-template-columns:393px 378px;overflow:hidden}.discount-step-email .discount-desktop-media,.discount-step-email .discount-desktop-copy{display:block}.discount-step-email .discount-mobile-art{display:none}.discount-step-email .discount-content{padding:144px 0 0 14px;justify-content:flex-start}.discount-step-email .discount-step-panel form{width:352px;gap:35px}.discount-step-email .discount-step-panel form>input{height:55px}}@media(prefers-reduced-motion:reduce){.guarantee-media img,.guarantee-section h2,.guarantee-section p{visibility:visible;opacity:1;transform:none;clip-path:none;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hemios.css.map */
