.bst-section,.bst-header,.bst-footer{box-sizing:border-box;color:var(--bst-text, #17332a);font-family:var(--font-body-family, Arial, sans-serif)}.bst-section *,.bst-header *,.bst-footer *{box-sizing:border-box}.bst-section img,.bst-header img,.bst-footer img{display:block;max-width:100%}.bst-section a,.bst-header a,.bst-footer a{color:inherit;text-decoration:none}.bst-wrap{width:min(var(--bst-max, 1240px),calc(100% - 40px));margin-inline:auto}.bst-eyebrow{margin:0 0 18px;display:flex;align-items:center;gap:10px;color:var(--bst-accent, #0d4a35);font-size:var(--bst-eyebrow-size, 11px);font-weight:700;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.bst-eyebrow:before{content:"";width:25px;height:1px;background:currentColor}.bst-section .bst-heading{margin:0;color:var(--bst-heading, #062f23)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-heading-size, 64px);font-style:var(--font-heading-style, normal);font-weight:var(--font-heading-weight, 400);letter-spacing:-.045em;line-height:var(--bst-heading-line, 1);overflow-wrap:anywhere}.bst-section .bst-heading em,.bst-section .bst-heading strong{color:inherit!important}.bst-body{color:var(--bst-text, #5f6f65);font-size:var(--bst-body-size, 16px);line-height:1.68}.bst-body p{margin:0 0 1em}.bst-body p:last-child{margin-bottom:0}.bst-button{min-height:var(--bst-button-height, 54px);padding:12px 24px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border:var(--bst-button-border-width, 0) solid var(--bst-button-border, transparent);border-radius:var(--bst-button-radius, 999px);background:var(--bst-button-bg, #0d4a35);color:var(--bst-button-text, #fff)!important;font-size:var(--bst-button-size, 14px);font-weight:700;line-height:1.2;text-align:center;transition:transform .2s ease,filter .2s ease}.bst-button:hover{transform:translateY(-2px);filter:brightness(.94)}.bst-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.bst-link{width:fit-content;padding:7px 0;border-bottom:1px solid currentColor;color:var(--bst-accent, #0d4a35)!important;font-size:13px;font-weight:700}.bst-placeholder{width:100%;min-height:260px;display:grid;place-items:center;border:1px dashed rgba(13,74,53,.35);border-radius:18px;color:#647168;text-align:center;background:#ffffff80}.bst-announcement{min-height:var(--bst-announcement-height, 36px);padding:8px 20px;display:grid;place-items:center;background:var(--bst-announcement-bg, #062f23);color:var(--bst-announcement-text, #fff);font-size:var(--bst-announcement-size, 11px);letter-spacing:.12em;line-height:1.3;text-align:center;text-transform:uppercase}.bst-header{position:relative;z-index:30;background:var(--bst-header-bg, #fffef9);border-bottom:var(--bst-header-border-width, 1px) solid var(--bst-header-border, rgba(13,74,53,.12))}.bst-header.is-sticky{position:sticky;top:0}.bst-header__inner{width:min(var(--bst-header-max, 1440px),calc(100% - 40px));min-height:var(--bst-header-height, 78px);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.bst-brand{color:var(--bst-brand-color, #062f23)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-brand-size, 30px);font-weight:var(--font-heading-weight, 400);letter-spacing:-.035em;line-height:1;white-space:nowrap}.bst-brand img{width:auto;max-width:var(--bst-logo-width, 160px);max-height:56px;object-fit:contain}.bst-header__nav{display:flex;align-items:center;gap:var(--bst-nav-gap, 34px)}.bst-header__nav a{padding:28px 0;position:relative;color:var(--bst-nav-color, #17332a);font-size:var(--bst-nav-size, 13px)}.bst-header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:1px;background:var(--bst-accent, #0d4a35);transition:right .2s ease}.bst-header__nav a:hover:after{right:0}.bst-header__actions{display:flex;align-items:center;gap:12px}.bst-header__icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--bst-header-border, #d7ded1);border-radius:50%;color:var(--bst-nav-color, #17332a)}.bst-header__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}.bst-header__cta{min-height:42px;padding:10px 17px;border-radius:var(--bst-header-button-radius, 999px);background:var(--bst-header-button-bg, #0d4a35);color:var(--bst-header-button-text, #fff)!important;font-size:12px;font-weight:700}.bst-mobile-nav{display:none}.bst-mobile-nav summary{list-style:none;cursor:pointer}.bst-mobile-nav summary::-webkit-details-marker{display:none}.bst-mobile-nav__panel{position:absolute;left:0;right:0;top:100%;padding:20px;display:grid;gap:6px;border-top:1px solid var(--bst-header-border, #d7ded1);background:var(--bst-header-bg, #fffef9);box-shadow:0 20px 45px #062f231f}.bst-mobile-nav__panel a{padding:12px 4px;border-bottom:1px solid var(--bst-header-border, #d7ded1);font-size:14px}.bst-hero{padding:var(--bst-pad-top, 80px) 0 var(--bst-pad-bottom, 80px);overflow:hidden;background:var(--bst-bg, #f6f5eb)}.bst-hero__grid{min-height:var(--bst-min-height, 650px);display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,1.04fr);align-items:center;gap:var(--bst-gap, 80px)}.bst-hero.is-image-left .bst-hero__media{order:-1}.bst-hero__content{max-width:var(--bst-content-width, 650px)}.bst-hero__content.is-center{margin-inline:auto;text-align:center}.bst-hero__content.is-center .bst-eyebrow{justify-content:center}.bst-hero__subheading{max-width:630px;margin:27px 0 0}.bst-hero__actions{margin-top:32px;display:flex;align-items:center;flex-wrap:wrap;gap:22px}.bst-hero__proof{margin-top:35px;padding-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:1px solid var(--bst-line, rgba(13,74,53,.16))}.bst-hero__proof-item{display:flex;align-items:flex-start;gap:9px}.bst-hero__proof-icon{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;border-radius:50%;background:var(--bst-badge-bg, #dce883);color:var(--bst-accent, #0d4a35);font-size:11px;font-weight:700}.bst-hero__proof-copy{display:flex;flex-direction:column;gap:3px}.bst-hero__proof-copy strong{color:var(--bst-heading, #062f23);font-size:12px}.bst-hero__proof-copy small{color:var(--bst-text, #647168);font-size:10px;line-height:1.3}.bst-hero__media{min-height:520px;position:relative;display:grid;place-items:center}.bst-hero__halo{width:min(90%,560px);aspect-ratio:1;position:absolute;border-radius:var(--bst-media-radius, 50%);background:var(--bst-media-bg, rgba(255,255,255,.8));box-shadow:0 35px 90px #2c4a2d1a}.bst-hero__image{width:min(92%,600px);aspect-ratio:1;position:relative;z-index:1;object-fit:contain;border-radius:var(--bst-image-radius, 0)}.bst-hero__floating{position:absolute;z-index:2;padding:14px 18px;display:flex;align-items:center;gap:10px;border:1px solid var(--bst-line, rgba(13,74,53,.14));border-radius:var(--bst-card-radius, 16px);background:var(--bst-card-bg, rgba(255,255,255,.94));color:var(--bst-heading, #062f23);box-shadow:0 16px 45px #1e3a261f}.bst-hero__floating strong{font-family:var(--font-heading-family, Georgia, serif);font-size:28px;font-weight:400}.bst-hero__floating span{font-size:9px;letter-spacing:.07em;line-height:1.4;text-transform:uppercase}.bst-hero__floating--top{top:7%;right:0}.bst-hero__floating--bottom{left:0;bottom:8%}.bst-trust{background:var(--bst-bg, #fff);border-top:var(--bst-border-width, 1px) solid var(--bst-line, #d7ded1);border-bottom:var(--bst-border-width, 1px) solid var(--bst-line, #d7ded1)}.bst-trust__grid{min-height:var(--bst-min-height, 88px);display:grid;grid-template-columns:repeat(var(--bst-columns, 4),1fr)}.bst-trust__item{padding:18px 22px;display:grid;grid-template-columns:auto 1fr;align-content:center;gap:3px 11px;border-right:1px solid var(--bst-line, #d7ded1)}.bst-trust__item:last-child{border-right:0}.bst-trust__number{grid-row:1 / 3;color:var(--bst-accent, #8b9986);font-size:9px;letter-spacing:.08em;padding-top:2px}.bst-trust__item strong{color:var(--bst-heading, #062f23)!important;font-size:var(--bst-title-size, 12px)}.bst-trust__item small{color:var(--bst-text, #647168);font-size:var(--bst-text-size, 9px);line-height:1.35}.bst-benefits{padding:var(--bst-pad-top, 110px) 0 var(--bst-pad-bottom, 110px);background:var(--bst-bg, #fffef9)}.bst-benefits__top{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:50px;align-items:end}.bst-benefits__intro{max-width:620px;justify-self:end}.bst-benefits__grid{margin-top:var(--bst-grid-top, 64px);display:grid;grid-template-columns:repeat(var(--bst-columns, 3),1fr);gap:var(--bst-gap, 16px)}.bst-benefit-card{min-height:var(--bst-card-height, 300px);padding:var(--bst-card-padding, 28px);display:flex;flex-direction:column;border:var(--bst-card-border-width, 1px) solid var(--bst-line, #d7ded1);border-radius:var(--bst-card-radius, 20px);background:var(--bst-card-bg, #fff)}.bst-benefit-card__icon{width:var(--bst-icon-size, 52px);height:var(--bst-icon-size, 52px);display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--block-accent, var(--bst-accent, #0d4a35));color:var(--block-icon, #fff);font-family:var(--font-heading-family, Georgia, serif);font-size:18px}.bst-benefit-card__icon img{width:100%;height:100%;object-fit:cover}.bst-benefit-card__number{margin:auto 0 12px;color:var(--bst-muted, #95a091);font-size:9px;letter-spacing:.12em}.bst-benefit-card h3{margin:0 0 10px;color:var(--bst-heading, #062f23)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-card-title-size, 27px);font-weight:400;line-height:1.08}.bst-benefit-card p{margin:0;color:var(--bst-text, #647168);font-size:var(--bst-card-text-size, 13px);line-height:1.6}.bst-story{background:var(--bst-bg, #062f23);color:var(--bst-text, #fff)}.bst-story__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.bst-story.is-image-right .bst-story__media{order:2}.bst-story__media{min-height:var(--bst-media-height, 660px);background:var(--bst-media-bg, #f6f5eb)}.bst-story__media img{width:100%;height:100%;object-fit:var(--bst-image-fit, cover);object-position:center}.bst-story__content{padding:var(--bst-pad-top, 90px) clamp(36px,7vw,110px) var(--bst-pad-bottom, 90px);display:flex;flex-direction:column;justify-content:center}.bst-story .bst-heading{color:var(--bst-heading, #fff)!important}.bst-story .bst-body{margin-top:24px;color:var(--bst-text, #cbd8d0)}.bst-story__checks{margin-top:24px;display:grid;gap:11px}.bst-story__check{display:flex;align-items:center;gap:10px;color:var(--bst-text, #fff);font-size:13px}.bst-story__check i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--bst-check-bg, #dce883);color:var(--bst-check-text, #062f23);font-size:11px;font-style:normal;font-weight:700}.bst-story .bst-button{margin-top:28px;align-self:flex-start}.bst-product{padding:var(--bst-pad-top, 80px) 0 var(--bst-pad-bottom, 90px);background:var(--bst-bg, #fff)}.bst-product__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:var(--bst-gap, 80px);align-items:start}.bst-product.is-image-right .bst-product__gallery{order:2}.bst-product__gallery{min-width:0;position:sticky;top:100px}.bst-product__main{width:100%;aspect-ratio:var(--bst-product-ratio, 1 / 1);overflow:hidden;position:relative;border-radius:var(--bst-media-radius, 24px);background:var(--bst-media-bg, #eef3e8)}.bst-product__main img{width:100%;height:100%;object-fit:var(--bst-image-fit, contain)}.bst-product__media-label{position:absolute;left:20px;bottom:20px;padding:9px 13px;border-radius:999px;background:var(--bst-label-bg, rgba(255,255,255,.92));color:var(--bst-label-text, #0d4a35);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bst-product__thumbs{margin-top:12px;display:grid;grid-template-columns:repeat(var(--bst-thumb-columns, 4),1fr);gap:9px}.bst-product__thumb{aspect-ratio:1;padding:0;overflow:hidden;border:1px solid var(--bst-line, #d7ded1);border-radius:var(--bst-thumb-radius, 12px);background:#fff;cursor:pointer}.bst-product__thumb.is-active{border:2px solid var(--bst-accent, #0d4a35)}.bst-product__thumb img{width:100%;height:100%;object-fit:contain}.bst-product__info{padding-top:6px}.bst-product__vendor{margin:0 0 8px;color:var(--bst-accent, #0d4a35);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.bst-product__title{margin:0;color:var(--bst-heading, #062f23)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-title-size, 52px);font-weight:var(--font-heading-weight, 400);letter-spacing:-.045em;line-height:1.02;overflow-wrap:anywhere}.bst-product__description{margin-top:20px}.bst-product__price-wrap{margin-top:22px;display:flex;align-items:baseline;gap:12px}.bst-product__price{color:var(--bst-price, #17332a);font-size:var(--bst-price-size, 26px);font-weight:700}.bst-product__compare{color:var(--bst-compare, #879189);font-size:15px;text-decoration:line-through}.bst-product__benefits{margin:23px 0;padding:0;display:grid;gap:10px;list-style:none}.bst-product__benefits li{display:flex;align-items:center;gap:10px;color:var(--bst-text, #17332a);font-size:var(--bst-benefit-size, 13px)}.bst-product__benefits i{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--bst-check-bg, #dfe8d7);color:var(--bst-check-text, #0d4a35);font-size:10px;font-style:normal;font-weight:700}.bst-product__selector{margin-top:20px}.bst-product__selector label,.bst-product__quantity-label{margin-bottom:8px;display:block;color:var(--bst-heading, #062f23);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.bst-product__selector select{width:100%;min-height:48px;padding:0 42px 0 14px;border:1px solid var(--bst-line, #d7ded1);border-radius:var(--bst-input-radius, 10px);background:#fff;color:var(--bst-heading, #17332a);font:inherit;font-size:13px}.bst-product__app{margin-top:18px}.bst-product__buy-row{margin-top:18px;display:grid;grid-template-columns:auto 1fr;gap:10px}.bst-product__quantity{height:var(--bst-buy-height, 56px);display:grid;grid-template-columns:38px 44px 38px;border:1px solid var(--bst-line, #d7ded1);border-radius:var(--bst-input-radius, 999px);overflow:hidden;background:#fff}.bst-product__quantity button{border:0;background:transparent;color:var(--bst-heading, #17332a);font-size:18px;cursor:pointer}.bst-product__quantity input{width:100%;border:0;outline:0;background:transparent;color:var(--bst-heading, #17332a);font:inherit;text-align:center;-webkit-appearance:textfield;appearance:textfield}.bst-product__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.bst-product__add{min-height:var(--bst-buy-height, 56px);padding:12px 22px;border:0;border-radius:var(--bst-button-radius, 999px);background:var(--bst-button-bg, #062f23);color:var(--bst-button-text, #fff);font-size:var(--bst-button-size, 14px);font-weight:700;cursor:pointer}.bst-product__add:disabled{opacity:.48;cursor:not-allowed}.bst-product .shopify-payment-button{margin-top:10px}.bst-product .shopify-payment-button__button{min-height:50px;border-radius:var(--bst-button-radius, 999px)!important}.bst-product__trust{margin-top:18px;display:flex;flex-wrap:wrap;justify-content:center;gap:7px 15px;color:var(--bst-muted, #647168);font-size:10px}.bst-product__payments{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.bst-product__payments svg{width:38px;height:24px}.bst-product__notice{margin-top:18px;padding:13px 15px;border-radius:var(--bst-notice-radius, 10px);background:var(--bst-notice-bg, #eef3e8);color:var(--bst-notice-text, #52625a);font-size:11px;line-height:1.55}.bst-product__empty{padding:34px;border:1px dashed var(--bst-line, #d7ded1);border-radius:18px;background:var(--bst-media-bg, #eef3e8);text-align:center}.bst-product__empty h3{margin:0 0 8px;color:var(--bst-heading, #062f23)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:28px;font-weight:400}.bst-product__empty p{margin:0;color:var(--bst-text, #647168)}.bst-ingredients{padding:var(--bst-pad-top, 110px) 0 var(--bst-pad-bottom, 130px);background:var(--bst-bg, #eef3e8)}.bst-section-head{max-width:900px;margin-inline:auto;text-align:var(--bst-align, center)}.bst-section-head .bst-eyebrow{justify-content:var(--bst-head-justify, center)}.bst-section-head .bst-body{max-width:650px;margin:20px auto 0}.bst-ingredients__grid{margin-top:60px;display:grid;grid-template-columns:repeat(var(--bst-columns, 2),1fr);gap:var(--bst-gap, 18px)}.bst-ingredient{min-height:var(--bst-card-height, 560px);padding:var(--bst-card-padding, 32px);display:flex;flex-direction:column;border-radius:var(--bst-card-radius, 24px);background:var(--block-bg, #0d4a35);color:var(--block-text, #fff)}.bst-ingredient__media{width:min(72%,270px);aspect-ratio:1;margin:0 auto 45px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--block-orb, #527650);color:var(--block-orb-text, #fff);font-family:var(--font-heading-family, Georgia, serif);font-size:74px}.bst-ingredient__media img{width:100%;height:100%;object-fit:cover}.bst-ingredient small{margin-top:auto;opacity:.68;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.bst-ingredient h3{margin:11px 0 0;color:var(--block-text, #fff)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-card-title-size, 40px);font-weight:400;letter-spacing:-.03em;line-height:1.06;overflow-wrap:anywhere}.bst-ingredient p{margin:16px 0 23px;opacity:.82;font-size:var(--bst-card-text-size, 14px);line-height:1.65}.bst-ingredient__tag{width:fit-content;padding:8px 11px;border:1px solid currentColor;border-radius:999px;font-size:9px;letter-spacing:.09em;text-transform:uppercase}.bst-ingredients__formula{margin:38px auto 0;padding:20px 24px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px;border-top:1px solid var(--bst-line, rgba(13,74,53,.2));border-bottom:1px solid var(--bst-line, rgba(13,74,53,.2));color:var(--bst-heading, #062f23);font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-formula-size, 25px)}.bst-ingredients__formula b{color:var(--bst-accent, #0d4a35);font-weight:400}.bst-routine{padding:var(--bst-pad-top, 110px) 0 var(--bst-pad-bottom, 110px);background:var(--bst-bg, #fff)}.bst-routine__grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:var(--bst-gap, 100px);align-items:start}.bst-routine.is-content-right .bst-routine__intro{order:2}.bst-routine__intro{position:sticky;top:110px}.bst-routine__intro .bst-body{margin-top:22px}.bst-routine__steps{display:grid;gap:14px}.bst-routine__step{min-height:var(--bst-card-height, 240px);padding:var(--bst-card-padding, 28px);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;gap:15px 22px;align-items:center;border:var(--bst-card-border-width, 1px) solid var(--bst-line, #d7ded1);border-radius:var(--bst-card-radius, 20px);background:var(--block-bg, #fffef9)}.bst-routine__step-number{grid-column:1 / -1;color:var(--bst-muted, #95a091);font-size:9px;letter-spacing:.13em}.bst-routine__step-icon{width:var(--bst-icon-size, 68px);height:var(--bst-icon-size, 68px);display:grid;place-items:center;border-radius:50%;background:var(--block-accent, var(--bst-accent, #0d4a35));color:var(--block-icon, #dce883);font-family:var(--font-heading-family, Georgia, serif);font-size:22px}.bst-routine__step h3{margin:0 0 8px;color:var(--bst-heading, #062f23)!important;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-card-title-size, 29px);font-weight:400;line-height:1.08}.bst-routine__step p{margin:0;color:var(--bst-text, #647168);font-size:var(--bst-card-text-size, 13px);line-height:1.62}.bst-feature{padding:var(--bst-pad-top, 90px) 0 var(--bst-pad-bottom, 100px);background:var(--bst-bg, #dfe8d7)}.bst-feature__panel{padding:var(--bst-panel-padding, 48px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--bst-gap, 78px);align-items:center;border-radius:var(--bst-panel-radius, 28px);background:var(--bst-panel-bg, #0d4a35);color:var(--bst-text, #fff)}.bst-feature.is-image-right .bst-feature__media{order:2}.bst-feature__media{aspect-ratio:1;overflow:hidden;position:relative;border-radius:var(--bst-media-radius, 20px);background:var(--bst-media-bg, #fff)}.bst-feature__media img{width:100%;height:100%;object-fit:var(--bst-image-fit, contain)}.bst-feature__badge{width:96px;aspect-ratio:1;position:absolute;right:18px;bottom:18px;display:grid;place-items:center;border-radius:50%;background:var(--bst-badge-bg, #dce883);color:var(--bst-badge-text, #062f23);font-size:11px;font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase;transform:rotate(7deg)}.bst-feature .bst-heading{color:var(--bst-heading, #fff)!important}.bst-feature .bst-body{margin-top:22px;color:var(--bst-text, #cbd8d0)}.bst-feature__stats{margin-top:25px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.bst-feature__stat{padding:16px;border:1px solid var(--bst-line, rgba(255,255,255,.2));border-radius:var(--bst-stat-radius, 12px)}.bst-feature__stat strong{display:block;color:var(--bst-stat-accent, #dce883);font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-stat-size, 24px);font-weight:400}.bst-feature__stat span{margin-top:4px;display:block;opacity:.75;font-size:9px;line-height:1.4;text-transform:uppercase}.bst-feature .bst-link{margin-top:24px;display:inline-block;color:var(--bst-link-color, #fff)!important}.bst-comparison{padding:var(--bst-pad-top, 110px) 0 var(--bst-pad-bottom, 120px);background:var(--bst-bg, #eef3e8)}.bst-comparison__scroll{margin-top:55px;overflow-x:auto;border:1px solid var(--bst-line, #d7ded1);border-radius:var(--bst-table-radius, 22px);background:var(--bst-table-bg, #fff);box-shadow:0 22px 70px #1f492c12}.bst-comparison__table{min-width:760px}.bst-comparison__row{min-height:var(--bst-row-height, 70px);display:grid;grid-template-columns:1.35fr repeat(3,1fr);border-bottom:1px solid var(--bst-line, #d7ded1)}.bst-comparison__row:last-child{border-bottom:0}.bst-comparison__cell{padding:18px 20px;display:flex;align-items:center;gap:7px;color:var(--bst-text, #52625a);font-size:var(--bst-cell-size, 12px);line-height:1.45}.bst-comparison__cell.is-featured{background:var(--bst-featured-bg, #eef3e8);color:var(--bst-featured-text, #062f23);font-weight:700}.bst-comparison__head .bst-comparison__cell{color:var(--bst-heading, #062f23)!important;font-size:var(--bst-head-size, 10px);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bst-comparison__head .bst-comparison__cell.is-featured{background:var(--bst-accent, #0d4a35);color:var(--bst-accent-text, #fff)}.bst-comparison__tick{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--bst-tick-bg, #dce883);color:var(--bst-tick-text, #0d4a35);font-size:9px}.bst-faq{padding:var(--bst-pad-top, 110px) 0 var(--bst-pad-bottom, 110px);background:var(--bst-bg, #fff)}.bst-faq__grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:var(--bst-gap, 110px);align-items:start}.bst-faq__intro{position:sticky;top:110px}.bst-faq__intro .bst-body{margin-top:22px}.bst-faq__intro .bst-button{margin-top:26px}.bst-faq__list{border-top:1px solid var(--bst-line, #d7ded1)}.bst-faq details{border-bottom:1px solid var(--bst-line, #d7ded1)}.bst-faq summary{min-height:var(--bst-row-height, 86px);display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:14px;color:var(--bst-heading, #062f23)!important;cursor:pointer;font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-question-size, 20px);list-style:none}.bst-faq summary::-webkit-details-marker{display:none}.bst-faq summary>span{color:var(--bst-muted, #95a091);font-family:var(--font-body-family, Arial, sans-serif);font-size:9px}.bst-faq summary i{width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--bst-line, #d7ded1);border-radius:50%;font-family:Arial,sans-serif;font-size:17px;font-style:normal;transition:transform .2s ease}.bst-faq details[open] summary i{transform:rotate(45deg);background:var(--bst-accent, #0d4a35);color:var(--bst-accent-text, #fff)}.bst-faq__answer{margin:-4px 42px 26px 52px;color:var(--bst-text, #647168);font-size:var(--bst-answer-size, 14px);line-height:1.7}.bst-faq__answer p{margin:0 0 1em}.bst-testimonials{padding:var(--bst-pad-top, 100px) 0 var(--bst-pad-bottom, 108px);overflow:hidden;background:var(--bst-bg, #f2f5ed)}.bst-testimonials__head{max-width:780px;margin-inline:auto;text-align:var(--bst-align, center)}.bst-testimonials__head .bst-eyebrow{justify-content:var(--bst-head-justify, center)}.bst-testimonials__head .bst-body{max-width:620px;margin:18px auto 0}.bst-testimonials__summary{margin-top:22px;display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:8px 13px;color:var(--bst-summary-text, #52625a);font-size:var(--bst-summary-size, 12px)}.bst-testimonials__summary strong{color:var(--bst-heading, #062f23)!important;font-size:15px}.bst-testimonials__stars,.bst-testimonial__stars{color:var(--bst-stars, #c39231);letter-spacing:.1em}.bst-testimonials__grid{margin-top:46px;display:grid;grid-template-columns:repeat(var(--bst-columns, 3),minmax(0,1fr));gap:var(--bst-gap, 16px)}.bst-testimonial{min-width:0;min-height:var(--bst-card-height, 310px);padding:var(--bst-card-padding, 28px);display:flex;flex-direction:column;border:var(--bst-card-border-width, 1px) solid var(--bst-line, #d7ded1);border-radius:var(--bst-card-radius, 20px);background:var(--bst-card-bg, #fff);color:var(--bst-card-text, #52625a);box-shadow:0 18px 55px #1c432b0f}.bst-testimonial__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.bst-testimonial__date{color:var(--bst-muted, #8a968d);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.bst-testimonial__quote{margin:25px 0 28px;color:var(--bst-card-heading, #17332a);font-family:var(--font-heading-family, Georgia, serif);font-size:var(--bst-quote-size, 24px);font-weight:400;letter-spacing:-.02em;line-height:1.24}.bst-testimonial__quote p{margin:0;color:inherit!important}.bst-testimonial__author{margin-top:auto;padding-top:18px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;border-top:1px solid var(--bst-line, #d7ded1)}.bst-testimonial__avatar{width:var(--bst-avatar-size, 44px);height:var(--bst-avatar-size, 44px);display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--bst-avatar-bg, #0d4a35);color:var(--bst-avatar-text, #fff);font-size:11px;font-weight:700;text-transform:uppercase}.bst-testimonial__avatar img{width:100%;height:100%;object-fit:cover}.bst-testimonial__author strong{display:block;color:var(--bst-card-heading, #17332a)!important;font-size:12px}.bst-testimonial__author small{margin-top:3px;display:block;color:var(--bst-muted, #7e8b82);font-size:9px;line-height:1.35}.bst-testimonial__verified{grid-column:1 / -1;width:fit-content;margin-top:2px;padding:5px 8px;border-radius:999px;background:var(--bst-verified-bg, #dfe8d7);color:var(--bst-verified-text, #0d4a35);font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.bst-final{padding:var(--bst-pad-top, 100px) 0 var(--bst-pad-bottom, 100px);position:relative;overflow:hidden;background:var(--bst-bg, #dfe8d7);text-align:var(--bst-align, center)}.bst-final__inner{min-height:var(--bst-min-height, 420px);display:flex;flex-direction:column;align-items:var(--bst-items, center);justify-content:center;position:relative;z-index:1}.bst-final .bst-eyebrow{justify-content:var(--bst-head-justify, center)}.bst-final .bst-heading{max-width:980px}.bst-final .bst-body{max-width:650px;margin-top:22px}.bst-final .bst-button{margin-top:28px}.bst-final__leaf{width:240px;height:116px;position:absolute;border:1px solid var(--bst-leaf, rgba(13,74,53,.18));border-radius:100% 0}.bst-final__leaf--one{left:4%;top:20%;transform:rotate(18deg)}.bst-final__leaf--two{right:4%;bottom:15%;transform:rotate(-22deg) scale(.72)}.bst-footer{padding:var(--bst-pad-top, 70px) 0 var(--bst-pad-bottom, 28px);background:var(--bst-bg, #062f23);color:var(--bst-text, #fff)}.bst-footer__grid{display:grid;grid-template-columns:1.3fr repeat(var(--bst-menu-columns, 2),.62fr) 1fr;gap:var(--bst-gap, 60px)}.bst-footer .bst-brand{color:var(--bst-heading, #fff)!important}.bst-footer__brand p,.bst-footer__note{margin:16px 0 0;color:var(--bst-text, #b9c9bf);font-size:var(--bst-body-size, 12px);line-height:1.65}.bst-footer h3{margin:0 0 16px;color:var(--bst-accent, #dce883)!important;font-size:var(--bst-title-size, 10px);letter-spacing:.13em;text-transform:uppercase}.bst-footer__menu{display:flex;flex-direction:column;gap:11px}.bst-footer__menu a{color:var(--bst-link-color, #d4dfd8);font-size:var(--bst-link-size, 12px)}.bst-footer__bottom{margin-top:58px;padding-top:21px;display:flex;justify-content:space-between;gap:35px;border-top:1px solid var(--bst-line, rgba(255,255,255,.15));color:var(--bst-muted, #91a398);font-size:var(--bst-small-size, 9px);line-height:1.5}.bst-footer__bottom>*:last-child{max-width:700px;text-align:right}@media screen and (max-width:990px){.bst-header__nav{display:none}.bst-mobile-nav{display:block}.bst-hero__grid,.bst-product__grid{grid-template-columns:1fr}.bst-hero.is-image-left .bst-hero__media{order:initial}.bst-hero__media{min-height:440px}.bst-hero__content{max-width:none}.bst-product__gallery{position:static}.bst-product.is-image-right .bst-product__gallery{order:initial}.bst-benefits__top{grid-template-columns:1fr}.bst-benefits__intro{max-width:none;justify-self:initial}.bst-benefits__grid{grid-template-columns:repeat(2,1fr)}.bst-story__grid{grid-template-columns:1fr}.bst-story.is-image-right .bst-story__media{order:initial}.bst-story__media{aspect-ratio:1;min-height:0}.bst-ingredients__grid,.bst-routine__grid,.bst-faq__grid{grid-template-columns:1fr}.bst-routine.is-content-right .bst-routine__intro{order:initial}.bst-routine__intro,.bst-faq__intro{position:static}.bst-feature__panel{grid-template-columns:1fr}.bst-feature.is-image-right .bst-feature__media{order:initial}.bst-testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bst-footer__grid{grid-template-columns:repeat(2,1fr)}.bst-footer__brand{grid-column:1 / -1}}@media screen and (max-width:749px){.bst-wrap{width:min(var(--bst-max, 1240px),calc(100% - 28px))}.bst-section .bst-heading{font-size:min(var(--bst-heading-size-mobile, 42px),11.5vw);line-height:1.03}.bst-body{font-size:var(--bst-body-size-mobile, 15px)}.bst-eyebrow{margin-bottom:13px;gap:8px;letter-spacing:.1em}.bst-eyebrow:before{width:18px}.bst-announcement{font-size:var(--bst-announcement-size-mobile, 9px)}.bst-header__inner{width:calc(100% - 32px);min-height:var(--bst-header-height-mobile, 66px)}.bst-brand{font-size:var(--bst-brand-size-mobile, 25px)}.bst-brand img{max-width:var(--bst-logo-width-mobile, 125px)}.bst-header__cta{display:var(--bst-mobile-cta-display, none)}.bst-hero{padding-top:var(--bst-pad-top-mobile, 35px);padding-bottom:var(--bst-pad-bottom-mobile, 60px)}.bst-hero__grid{min-height:0;gap:var(--bst-gap-mobile, 35px)}.bst-hero__content{order:1}.bst-hero__media{order:2!important;width:100%;min-height:var(--bst-mobile-media-height, 330px);height:var(--bst-mobile-media-height, 330px);overflow:hidden}.bst-hero.bst-mobile-image--first .bst-hero__media{order:-1!important}.bst-hero__halo{width:min(86vw,330px)}.bst-hero__image{width:100%;height:100%;object-fit:contain;transform:scale(var(--bst-mobile-image-scale, 1.18));transform-origin:center}.bst-hero__floating{padding:9px 11px;gap:7px}.bst-hero__floating strong{font-size:19px}.bst-hero__floating span{font-size:8px}.bst-hero__floating--top{top:5%;right:2%}.bst-hero__floating--bottom{left:2%;bottom:5%}.bst-hero__actions{align-items:stretch;flex-direction:column;gap:10px}.bst-hero__actions .bst-button{width:100%}.bst-hero__actions .bst-link{align-self:center}.bst-hero__proof{margin-top:25px;padding-top:18px;grid-template-columns:1fr;gap:10px}.bst-trust__grid{grid-template-columns:repeat(2,1fr)}.bst-trust__item:nth-child(2n){border-right:0}.bst-trust__item{padding:15px 10px}.bst-benefits{padding-top:var(--bst-pad-top-mobile, 75px);padding-bottom:var(--bst-pad-bottom-mobile, 75px)}.bst-benefits__grid{grid-template-columns:1fr;margin-top:42px}.bst-benefit-card{min-height:0;padding:min(var(--bst-card-padding, 28px),24px)}.bst-benefit-card h3{font-size:min(var(--bst-card-title-size, 27px),8vw)}.bst-story__media{aspect-ratio:auto;min-height:0}.bst-story__media img{height:auto;max-height:none;object-fit:contain}.bst-story__content{padding:var(--bst-pad-top-mobile, 65px) 16px var(--bst-pad-bottom-mobile, 65px)}.bst-product{padding-top:var(--bst-pad-top-mobile, 45px);padding-bottom:var(--bst-pad-bottom-mobile, 70px)}.bst-product__grid{gap:var(--bst-gap-mobile, 34px)}.bst-product__main{border-radius:min(var(--bst-media-radius, 24px),18px)}.bst-product__title{font-size:min(var(--bst-title-size-mobile, 40px),10.5vw)}.bst-product__buy-row{grid-template-columns:1fr}.bst-product__quantity{width:100%;grid-template-columns:48px 1fr 48px}.bst-product__add{width:100%}.bst-product__thumbs{grid-template-columns:repeat(var(--bst-thumb-columns-mobile, 3),1fr)}.bst-ingredients{padding-top:var(--bst-pad-top-mobile, 75px);padding-bottom:var(--bst-pad-bottom-mobile, 85px)}.bst-ingredients__grid{margin-top:42px}.bst-ingredient{min-height:0;padding:min(var(--bst-card-padding, 32px),22px)}.bst-ingredient__media{width:min(58vw,190px);margin-bottom:28px;font-size:54px}.bst-ingredient h3{font-size:min(var(--bst-card-title-size, 40px),9vw)}.bst-ingredients__formula{gap:8px;padding-inline:8px;font-size:min(var(--bst-formula-size, 25px),6vw)}.bst-routine{padding-top:var(--bst-pad-top-mobile, 75px);padding-bottom:var(--bst-pad-bottom-mobile, 75px)}.bst-routine__step{min-height:0;padding:20px 16px;grid-template-columns:52px 1fr;gap:12px 15px}.bst-routine__step-icon{width:52px;height:52px}.bst-routine__step h3{font-size:min(var(--bst-card-title-size, 29px),7.5vw)}.bst-feature{padding-top:var(--bst-pad-top-mobile, 65px);padding-bottom:var(--bst-pad-bottom-mobile, 65px)}.bst-feature__panel{padding:var(--bst-panel-padding-mobile, 16px) var(--bst-panel-padding-mobile, 16px) 36px;gap:32px}.bst-feature__badge{width:72px;right:10px;bottom:10px;font-size:9px}.bst-feature__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.bst-comparison{padding-top:var(--bst-pad-top-mobile, 75px);padding-bottom:var(--bst-pad-bottom-mobile, 75px)}.bst-comparison__scroll{margin-inline:-16px;border-left:0;border-right:0;border-radius:0}.bst-faq{padding-top:var(--bst-pad-top-mobile, 75px);padding-bottom:var(--bst-pad-bottom-mobile, 75px)}.bst-faq summary{grid-template-columns:28px 1fr auto;font-size:var(--bst-question-size-mobile, 18px)}.bst-faq__answer{margin-left:42px;margin-right:6px}.bst-testimonials{padding-top:var(--bst-pad-top-mobile, 72px);padding-bottom:var(--bst-pad-bottom-mobile, 76px)}.bst-testimonials__grid{grid-template-columns:1fr;gap:12px;margin-top:34px}.bst-testimonials.is-mobile-scroll .bst-testimonials__grid{width:auto;margin-right:-14px;padding-right:14px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.bst-testimonials.is-mobile-scroll .bst-testimonials__grid::-webkit-scrollbar{display:none}.bst-testimonials.is-mobile-scroll .bst-testimonial{width:min(84vw,330px);flex:0 0 min(84vw,330px);scroll-snap-align:start}.bst-testimonial{min-height:270px;padding:min(var(--bst-card-padding, 28px),22px)}.bst-testimonial__quote{font-size:min(var(--bst-quote-size, 24px),6.5vw)}.bst-final{padding-top:var(--bst-pad-top-mobile, 75px);padding-bottom:var(--bst-pad-bottom-mobile, 85px)}.bst-final__inner{min-height:var(--bst-min-height-mobile, 340px)}.bst-final .bst-button{width:100%}.bst-footer{padding-top:var(--bst-pad-top-mobile, 58px);padding-bottom:var(--bst-pad-bottom-mobile, 28px)}.bst-footer__grid{grid-template-columns:repeat(2,1fr)}.bst-footer__note{grid-column:1 / -1}.bst-footer__bottom{flex-direction:column;gap:14px}.bst-footer__bottom>*:last-child{text-align:left}}@media screen and (max-width:389px){.bst-header__actions{gap:7px}.bst-header__icon{width:34px;height:34px}.bst-feature__stats,.bst-trust__grid{grid-template-columns:1fr}.bst-trust__item{border-right:0;border-bottom:1px solid var(--bst-line, #d7ded1)}.bst-trust__item:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.bst-section *,.bst-section *:before,.bst-section *:after,.bst-header *,.bst-header *:before,.bst-header *:after{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/balestina-theme.css.map */
