:root{--yf-green: #245541;--yf-green-deep: #1b4332;--yf-green-soft: rgba(36, 85, 65, .06);--yf-green-tint: rgba(36, 85, 65, .12);--yf-mint: #d8e8d3;--yf-gold: #b8974a;--yf-gold-hover: #9e7e37;--yf-cream: #f7f2e9;--yf-muted: #6b786b;--yf-ink: #1c2a22;--yf-border: rgba(36, 85, 65, .14);--yf-card-radius: 14px;--yf-btn-radius: 10px;--yf-transition: .18s ease}.yf-rating-chip{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body-family);font-weight:500;color:rgb(var(--color-foreground));line-height:1;white-space:nowrap}.yf-rating-chip__stars{color:var(--yf-gold);letter-spacing:.05em;font-size:1.15em}.yf-rating-chip__score{font-weight:600}.yf-rating-chip__divider{opacity:.4}.yf-rating-chip__count{opacity:.85}.yf-rating-chip--small{font-size:1.2rem}.yf-rating-chip--medium{font-size:1.4rem}.yf-rating-chip--large{font-size:1.6rem}.yf-rating-chip--on-dark{color:var(--yf-cream)}.yf-rating-chip--on-dark .yf-rating-chip__stars{color:#e8c876}.yf-trust-row{list-style:none;margin:0;padding:0;font-family:var(--font-body-family);color:var(--yf-muted)}.yf-trust-row--inline{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem 1.8rem;font-size:1.25rem}.yf-trust-row--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1.2rem;font-size:1.3rem}.yf-trust-row__item{display:inline-flex;align-items:center;gap:.55rem;line-height:1.3;font-weight:500}.yf-trust-row__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--yf-green);flex-shrink:0}.yf-trust-row__label{font-weight:500}.yf-trust-row--compact{font-size:1.15rem;gap:.6rem 1.4rem}.yf-trust-row--compact .yf-trust-row__icon svg{width:15px;height:15px}.yf-trust-row__support{font-size:1.15rem;color:var(--yf-muted);margin:.8rem 0 0;text-align:center;opacity:.8}.yf-trust-row__support a{color:inherit;text-decoration:underline}.yf-bundle-selector{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}.yf-bundle-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:68px;padding:.95rem 1.2rem;border:1px solid var(--yf-border);border-radius:var(--yf-card-radius);background:rgb(var(--color-background));cursor:pointer;transition:border-color var(--yf-transition),background var(--yf-transition);-webkit-appearance:none;appearance:none;text-align:left;font:inherit;color:inherit;width:100%;box-shadow:none}.yf-bundle-card:hover{border-color:#24554152}.yf-bundle-card.is-selected{border-color:var(--yf-green);border-width:2px;padding:calc(.95rem - 1px) calc(1.2rem - 1px);background:var(--yf-green-soft)}.yf-bundle-card__left{display:flex;align-items:center;gap:.8rem;flex:1;min-width:0}.yf-bundle-card__radio{width:18px;height:18px;border:1.5px solid rgba(36,85,65,.32);border-radius:50%;flex-shrink:0;position:relative;transition:border-color var(--yf-transition)}.yf-bundle-card.is-selected .yf-bundle-card__radio{border-color:var(--yf-green);border-width:2px}.yf-bundle-card.is-selected .yf-bundle-card__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:var(--yf-green);border-radius:50%}.yf-bundle-card__titles{display:flex;flex-direction:column;gap:1px;min-width:0;line-height:1.15}.yf-bundle-card__title{font-weight:600;font-size:1.45rem;line-height:1.15;color:var(--yf-green-deep);letter-spacing:-.005em}.yf-bundle-card__subtitle{font-size:1.1rem;color:var(--yf-muted);line-height:1.25}.yf-bundle-card__right{display:flex;flex-direction:column;align-items:flex-end;gap:1px;flex-shrink:0;text-align:right;line-height:1.15}.yf-bundle-card__price{font-weight:700;font-size:1.55rem;color:var(--yf-green-deep);line-height:1.1;font-variant-numeric:tabular-nums lining-nums;letter-spacing:-.01em}.yf-bundle-card__compare{font-size:1.05rem;color:var(--yf-muted);text-decoration:line-through;text-decoration-thickness:1px;font-variant-numeric:tabular-nums;line-height:1.1;opacity:.65}.yf-bundle-card__savings{display:inline-block;padding:1px 5px;background:transparent;color:var(--yf-gold-hover);border:1px solid rgba(184,151,74,.3);border-radius:3px;font-size:.9rem;font-weight:600;letter-spacing:.01em;line-height:1.4;margin-top:1px}.yf-bundle-card__badge{position:absolute;top:-7px;left:12px;background:var(--yf-green);color:var(--yf-cream);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:3px;line-height:1.4}.yf-cta,button.yf-cta,.yf-cta.product-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.6rem 2rem;background:var(--yf-gold);color:#fff;font-weight:600;font-size:1.55rem;letter-spacing:.01em;border-radius:var(--yf-btn-radius);border:0!important;outline:0;box-shadow:none!important;cursor:pointer;width:100%;transition:background var(--yf-transition),transform var(--yf-transition);font-family:var(--font-body-family);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;min-height:54px;text-decoration:none;line-height:1;position:relative;overflow:hidden}.yf-cta:before,.yf-cta:after{display:none!important;content:none!important}.yf-cta:hover{background:var(--yf-gold-hover)}.yf-cta:focus-visible{outline:2px solid var(--yf-green);outline-offset:2px}.yf-cta:active,.yf-bundle-card:active,.yf-hero__shop-pay .shopify-payment-button__button:active{transform:scale(.98);transition-duration:80ms}.yf-cart-drawer__trust{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:center}.yf-cta[disabled]{opacity:.6;cursor:not-allowed}.yf-cta__price{font-variant-numeric:tabular-nums}.yf-hero__shop-pay,.yf-hero__shop-pay .shopify-payment-button{width:100%}.yf-hero__shop-pay{margin-top:0}.yf-hero__shop-pay .shopify-payment-button{border-radius:var(--yf-btn-radius);overflow:hidden}.yf-hero__shop-pay .shopify-payment-button__button,.yf-hero__shop-pay .shopify-payment-button__button--branded{background:transparent!important;color:var(--yf-green-deep)!important;border:1.5px solid var(--yf-green)!important;border-radius:var(--yf-btn-radius)!important;font-family:var(--font-body-family)!important;font-weight:600!important;font-size:1.5rem!important;letter-spacing:.01em!important;min-height:52px!important;box-shadow:none!important}.yf-hero__shop-pay .shopify-payment-button__button--unbranded:before,.yf-hero__shop-pay .shopify-payment-button__button--unbranded:after{content:none!important;box-shadow:none!important}.yf-hero__shop-pay .shopify-payment-button__button:hover{background:var(--yf-green-soft)!important}.yf-hero__shop-pay .shopify-payment-button__more-options{display:none!important}.yf-hero{display:grid;gap:2rem;padding:1.6rem 1.6rem 2.4rem;background:rgb(var(--color-background));color:var(--yf-ink);overflow-x:clip}@media(min-width:990px){.yf-hero{grid-template-columns:1.1fr 1fr;align-items:start;gap:5rem;padding:3rem 4rem 4rem;max-width:1180px;margin:0 auto}}.yf-hero__content{display:flex;flex-direction:column;justify-content:center;position:relative;isolation:isolate;overflow-x:clip}.yf-hero__media{position:relative;isolation:isolate;border-radius:var(--yf-card-radius);overflow:hidden;background:var(--yf-mint);aspect-ratio:4 / 5;max-width:440px;justify-self:center;width:100%}@media(min-width:990px){.yf-hero__media{justify-self:start;max-width:520px}}.yf-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.yf-hero__brand{font-size:1.15rem;letter-spacing:.18em;text-transform:uppercase;color:var(--yf-gold);font-weight:700;margin:0 0 .8rem}.yf-hero__title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.8rem,5.2vw,4.4rem);line-height:1.05;letter-spacing:-.015em;color:var(--yf-green-deep);margin:0 0 .6rem}.yf-hero__subtitle{font-size:1.55rem;color:var(--yf-green);margin:0 0 1rem;line-height:1.55;font-weight:500}.yf-hero__claims{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-wrap:wrap;gap:.55rem 1rem}.yf-hero__claim{position:relative;padding-left:1rem;font-size:1.3rem;color:var(--yf-muted);line-height:1.45}.yf-hero__claim:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--yf-gold)}.yf-hero__rating{margin:0 0 1rem}.yf-hero__meta{margin:0 0 1.4rem}.yf-hero__net-weight{display:inline-flex;align-items:center;padding:.35rem .9rem;border:1px solid var(--yf-border);border-radius:999px;font-size:1.15rem;color:var(--yf-muted);line-height:1;background:#ffffff80}.yf-hero__price{display:flex;align-items:baseline;gap:1rem;margin:0 0 1.6rem;padding:0;font-variant-numeric:tabular-nums lining-nums}.yf-hero__price-current{font-family:var(--font-heading-family);font-size:clamp(3.2rem,5vw,4rem);font-weight:500;color:var(--yf-green-deep);line-height:1;letter-spacing:-.025em;font-feature-settings:"lnum" 1,"tnum" 1}.yf-hero__price-compare{font-family:var(--font-body-family);font-size:1.55rem;font-weight:400;color:var(--yf-muted);text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#6b786b80;opacity:.75;line-height:1;letter-spacing:0}.yf-hero__price-compare[hidden]{display:none}.yf-hero__bundle{margin-bottom:1.4rem}.yf-hero__cta-wrap{display:grid;gap:.8rem;margin-bottom:0;position:relative;overflow:visible;isolation:isolate}.yf-hero__trust{margin-top:.8rem}.yf-mascots[hidden]{display:none!important}.yf-hero__media-stage,.yf-hero__cta-stage{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .18s ease}.yf-hero__media-stage{z-index:2;overflow:hidden}.yf-hero__cta-stage{top:-5.8rem;bottom:-.2rem;z-index:3;overflow:hidden}.yf-hero__media-stage.is-active,.yf-hero__cta-stage.is-active{opacity:1}.yf-mascot-figure{position:absolute;left:0;top:0;opacity:0;transform-origin:center bottom;will-change:transform,opacity;filter:drop-shadow(0 10px 18px rgba(27,67,50,.14))}.yf-mascot-figure--girl{width:clamp(9.2rem,22%,13.8rem);aspect-ratio:192 / 244}.yf-mascot-figure--boy{width:clamp(10rem,29%,14.4rem);aspect-ratio:244 / 216}.yf-mascot-figure.is-visible{opacity:1}.yf-mascot-figure__poster,.yf-mascot-figure__reduced,.yf-mascot-figure__vector{display:none;width:100%;height:auto}.yf-mascot-figure__poster,.yf-mascot-figure__reduced{aspect-ratio:inherit;background-repeat:no-repeat;background-position:center bottom;background-size:contain}.yf-mascot-figure.is-static .yf-mascot-figure__poster,.yf-mascot-figure.is-reduced .yf-mascot-figure__reduced,.yf-mascot-figure.is-animated .yf-mascot-figure__vector{display:block}.yf-mascot-svg{display:block;width:100%;height:auto;overflow:visible}.yf-mascot-figure--boy .yf-mascot-svg{transform:scaleX(-1);transform-origin:center center}.yf-mascot-limb,.yf-girl-head,.yf-girl-body,.yf-boy-head,.yf-boy-body,.yf-boy-legs,.yf-girl-popper{transform-box:fill-box;transform-origin:center;transition:transform .42s cubic-bezier(.2,.8,.2,1),opacity .24s ease}.yf-girl-head,.yf-boy-head{transform-origin:center 62%}.yf-girl-arm--front,.yf-girl-arm--back,.yf-boy-arm--front,.yf-boy-arm--back{transform-origin:50% 18%}.yf-girl-leg--front,.yf-girl-leg--back,.yf-boy-legs{transform-origin:center 10%}.yf-girl-popper{opacity:0;transform:translate(-10px,8px) rotate(14deg);transform-origin:58% 60%}.yf-mascot__bob{animation:yfMascotBob 6.8s ease-in-out infinite}.yf-mascot__blink{transform-box:fill-box;transform-origin:center;animation:yfMascotBlink 5.8s ease-in-out infinite}.yf-hero__media-stage.is-paused .yf-mascot__bob,.yf-hero__media-stage.is-paused .yf-mascot__blink,.yf-hero__media-stage.is-paused .yf-girl-head,.yf-hero__media-stage.is-paused .yf-girl-arm--front,.yf-hero__cta-stage.is-paused .yf-mascot__bob,.yf-hero__cta-stage.is-paused .yf-mascot__blink,.yf-hero__cta-stage.is-paused .yf-boy-head,.yf-hero__cta-stage.is-paused .yf-boy-arm--front{animation-play-state:paused}.yf-mascot-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible}.yf-mascot-confetti__piece{position:absolute;left:31%;bottom:31%;width:.82rem;height:1.4rem;border-radius:999px;opacity:0;transform:translateZ(0) rotate(0)}.yf-mascot-confetti__piece:nth-child(5n+1){background:#b8974a}.yf-mascot-confetti__piece:nth-child(5n+2){background:#2f6b55}.yf-mascot-confetti__piece:nth-child(5n+3){background:#ef9b74}.yf-mascot-confetti__piece:nth-child(5n+4){background:#d8e8d3}.yf-mascot-confetti__piece:nth-child(5n+5){background:#f7d173}.yf-mascot-figure--girl[data-state=run] .yf-girl-leg--back{transform:rotate(30deg) translate(-2px,-6px)}.yf-mascot-figure--girl[data-state=run] .yf-girl-leg--front{transform:rotate(-28deg) translate(2px,3px)}.yf-mascot-figure--girl[data-state=run] .yf-girl-arm--back{transform:rotate(-22deg) translate(2px,2px)}.yf-mascot-figure--girl[data-state=run] .yf-girl-arm--front{transform:rotate(24deg) translate(-1px,-2px)}.yf-mascot-figure--girl[data-state=look] .yf-girl-head{transform:rotate(7deg) translate(3px,1px)}.yf-mascot-figure--girl[data-state=look] .yf-girl-arm--front{transform:rotate(-8deg) translate(-2px)}.yf-mascot-figure--girl[data-state=popper] .yf-girl-popper,.yf-mascot-figure--girl[data-state=fire] .yf-girl-popper{opacity:1;transform:translate(0) rotate(-10deg)}.yf-mascot-figure--girl[data-state=popper] .yf-girl-arm--front{transform:rotate(32deg) translate(-3px,-2px)}.yf-mascot-figure--girl[data-state=fire] .yf-girl-arm--front{transform:rotate(38deg) translate(-3px,-4px)}.yf-mascot-figure--girl[data-state=idle][data-pose="1"] .yf-girl-head{transform:rotate(-5deg)}.yf-mascot-figure--girl[data-state=idle][data-pose="1"] .yf-girl-arm--front{transform:rotate(-5deg) translate(-1px,2px)}.yf-mascot-figure--girl[data-state=idle][data-pose="2"] .yf-girl-head{transform:rotate(3deg) translate(2px)}.yf-mascot-figure--girl[data-state=idle][data-pose="2"] .yf-girl-arm--front{transform:rotate(18deg) translate(-2px,-1px)}.yf-mascot-figure--girl[data-state=idle][data-pose="3"] .yf-girl-leg--back{transform:rotate(10deg) translate(-1px,-1px)}.yf-mascot-figure--girl[data-state=idle][data-pose="3"] .yf-girl-arm--back{transform:rotate(-10deg) translate(1px,2px)}.yf-mascot-figure--girl[data-state=idle][data-pose="4"] .yf-girl-head{transform:rotate(-2deg) translate(-1px)}.yf-mascot-figure--girl[data-state=idle][data-pose="4"] .yf-girl-arm--front{transform:rotate(-18deg) translate(-1px,2px)}.yf-mascot-figure--girl[data-state=idle][data-pose="5"] .yf-girl-head{transform:rotate(6deg) translate(2px,-1px)}.yf-mascot-figure--girl[data-state=idle][data-pose="5"] .yf-girl-arm--front{transform:rotate(28deg) translate(-1px,-2px)}.yf-mascot-figure--girl[data-state=wave] .yf-girl-head{transform:rotate(5deg) translate(2px,-1px);animation:yfMascotWaveGirlHead .9s ease-in-out infinite alternate}.yf-mascot-figure--girl[data-state=wave] .yf-girl-arm--front{transform:rotate(40deg) translate(-2px,-7px);animation:yfMascotWaveGirlArm .7s ease-in-out infinite alternate}.yf-mascot-figure--girl[data-state=wave] .yf-girl-arm--back{transform:rotate(-10deg) translate(1px)}.yf-mascot-figure--boy[data-state=jump] .yf-boy-legs{transform:rotate(-4deg) translate(1px,-4px)}.yf-mascot-figure--boy[data-state=jump] .yf-boy-arm--front{transform:rotate(-18deg) translate(-1px,-4px)}.yf-mascot-figure--boy[data-state=settle] .yf-boy-head{transform:rotate(-4deg) translate(-1px,1px)}.yf-mascot-figure--boy[data-state=settle] .yf-boy-arm--front{transform:rotate(-8deg) translateY(-1px)}.yf-mascot-figure--boy[data-state=idle][data-pose="1"] .yf-boy-arm--front{transform:rotate(-22deg) translate(-2px,-1px)}.yf-mascot-figure--boy[data-state=idle][data-pose="1"] .yf-boy-head{transform:rotate(-4deg)}.yf-mascot-figure--boy[data-state=idle][data-pose="2"] .yf-boy-arm--front{transform:rotate(12deg) translate(-1px,-5px)}.yf-mascot-figure--boy[data-state=idle][data-pose="2"] .yf-boy-arm--back{transform:rotate(-10deg) translate(1px,-1px)}.yf-mascot-figure--boy[data-state=idle][data-pose="3"] .yf-boy-arm--front{transform:rotate(-30deg) translate(-3px,-1px)}.yf-mascot-figure--boy[data-state=idle][data-pose="3"] .yf-boy-head{transform:rotate(4deg) translate(1px)}.yf-mascot-figure--boy[data-state=idle][data-pose="4"] .yf-boy-arm--front{transform:rotate(24deg) translateY(-6px)}.yf-mascot-figure--boy[data-state=idle][data-pose="4"] .yf-boy-arm--back{transform:rotate(10deg) translateY(-2px)}.yf-mascot-figure--boy[data-state=idle][data-pose="5"] .yf-boy-arm--front{transform:rotate(-14deg) translate(-1px,-2px)}.yf-mascot-figure--boy[data-state=idle][data-pose="5"] .yf-boy-head{transform:rotate(-2deg) translate(-1px)}.yf-mascot-figure--boy[data-state=wave] .yf-boy-head{transform:rotate(-5deg) translate(-2px,-1px);animation:yfMascotWaveBoyHead .92s ease-in-out infinite alternate}.yf-mascot-figure--boy[data-state=wave] .yf-boy-arm--front{transform:rotate(-32deg) translate(-3px,-8px);animation:yfMascotWaveBoyArm .68s ease-in-out infinite alternate}.yf-mascot-figure--boy[data-state=wave] .yf-boy-arm--back{transform:rotate(8deg) translate(1px,-2px)}@keyframes yfMascotBob{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@keyframes yfMascotBlink{0%,44%,48%,to{transform:scaleY(1)}46%{transform:scaleY(.14)}}@keyframes yfMascotWaveGirlArm{0%{transform:rotate(28deg) translate(-1px,-3px)}to{transform:rotate(54deg) translate(-4px,-11px)}}@keyframes yfMascotWaveBoyArm{0%{transform:rotate(-18deg) translate(-1px,-3px)}to{transform:rotate(-38deg) translate(-4px,-10px)}}@keyframes yfMascotWaveGirlHead{0%{transform:rotate(0) translate(0)}to{transform:rotate(6deg) translate(2px,-1px)}}@keyframes yfMascotWaveBoyHead{0%{transform:rotate(0) translate(0)}to{transform:rotate(-6deg) translate(-2px,-1px)}}@media(max-width:989px){.yf-hero__cta-stage{top:-4.8rem;bottom:-.2rem}.yf-mascot-figure--girl{width:clamp(8.2rem,24%,11.6rem)}.yf-mascot-figure--boy{width:clamp(8.8rem,32%,12.8rem)}}.yf-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:.8rem;padding:.8rem 1.2rem calc(.8rem + env(safe-area-inset-bottom,0));background:var(--yf-cream);border-top:1px solid rgba(27,67,50,.12);box-shadow:0 -4px 16px #1b433214;transform:translateY(100%);transition:transform .24s ease}.yf-sticky-atc.is-visible{transform:translateY(0)}.yf-sticky-atc__info{flex:1;min-width:0;line-height:1.15}.yf-sticky-atc__pack{font-size:1.2rem;font-weight:600;color:var(--yf-green)}.yf-sticky-atc__price{font-size:1.3rem;color:var(--yf-green);font-variant-numeric:tabular-nums}.yf-sticky-atc__price s{color:var(--yf-muted);margin-right:.4rem;font-weight:400}.yf-sticky-atc__btn{flex-shrink:0;padding:1.2rem 1.8rem;background:var(--yf-gold);color:#fff;font-weight:700;font-size:1.4rem;border:0;border-radius:8px;cursor:pointer;font-family:var(--font-body-family);letter-spacing:.02em}.yf-sticky-atc__btn:hover{background:var(--yf-gold-hover)}.yf-sticky-atc__btn:active{transform:scale(.98)}@media(min-width:990px){.yf-sticky-atc{display:none}}@media(max-width:989px){body.has-yf-sticky-atc{padding-bottom:76px}}.yf-section{padding:3rem 1.6rem}@media(min-width:750px){.yf-section{padding:4.5rem 2rem}}.yf-eyebrow{font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--yf-gold);margin:0 0 .8rem;text-align:center}.yf-section-heading{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.4rem,4vw,3.4rem);line-height:1.15;color:var(--yf-green);text-align:center;margin:0 0 1rem;max-width:680px;margin-left:auto;margin-right:auto}.yf-section-subheading{font-size:1.55rem;color:var(--yf-muted);text-align:center;margin:0 auto 2.4rem;max-width:560px;line-height:1.5}.yf-inline-cta{display:inline-flex;align-items:center;gap:.4rem;color:var(--yf-gold);font-weight:600;text-decoration:none;border-bottom:1.5px solid currentColor;padding-bottom:2px;transition:color var(--yf-transition)}.yf-inline-cta:hover{color:var(--yf-gold-hover)}.yf-benefits__inner{max-width:1100px;margin:0 auto;padding:0 1.6rem}.yf-benefits__heading{font-family:var(--font-heading-family);color:var(--yf-green);text-align:center;margin:0 0 2rem;font-size:2.4rem;font-weight:600}.yf-benefits__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(min-width:750px){.yf-benefits__grid{grid-template-columns:repeat(4,1fr)}}.yf-benefits__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.6rem 1rem;border-radius:var(--yf-card-radius)}.yf-benefits__icon{color:var(--yf-green);margin-bottom:.8rem;display:inline-flex}.yf-benefits__title{font-weight:700;font-size:1.45rem;color:var(--yf-green);line-height:1.3}.yf-benefits__subtitle{font-size:1.2rem;color:var(--yf-muted);margin-top:4px;line-height:1.35}.yf-ingredients__inner{max-width:800px;margin:0 auto;padding:0 1.6rem}.yf-ingredients__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid rgba(27,67,50,.15);margin-top:1rem}.yf-ingredient{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1.2rem .4rem;border-bottom:1px solid rgba(27,67,50,.08)}.yf-ingredient__dot{width:14px;height:14px;border-radius:50%;display:inline-block;flex-shrink:0}.yf-ingredient__name{font-weight:600;color:var(--yf-green);font-size:1.5rem}.yf-ingredient__percent{font-variant-numeric:tabular-nums;font-weight:600;color:var(--yf-gold);font-size:1.4rem}.yf-ingredient__note{grid-column:2 / -1;font-size:1.2rem;color:var(--yf-muted);margin-top:2px;line-height:1.4}.yf-ingredients__footnote{font-size:1.2rem;color:var(--yf-muted);font-style:italic;margin:2rem auto 0;text-align:center;max-width:600px;line-height:1.5}.yf-nutrition__inner{max-width:720px;margin:0 auto;padding:0 1.6rem}.yf-nutrition__panel{border:2px solid var(--yf-green);border-radius:var(--yf-card-radius);padding:1.6rem;background:var(--yf-cream);margin-top:1rem}.yf-nutrition__serving{display:flex;justify-content:space-between;border-bottom:2px solid var(--yf-green);padding-bottom:.8rem;margin-bottom:.8rem;font-size:1.4rem;color:var(--yf-green)}.yf-nutrition__table{width:100%;border-collapse:collapse;font-size:1.35rem;font-variant-numeric:tabular-nums}.yf-nutrition__table th,.yf-nutrition__table td{padding:.7rem .5rem;text-align:right;color:var(--yf-green);border-bottom:1px solid rgba(27,67,50,.12)}.yf-nutrition__table th:first-child,.yf-nutrition__table td:first-child{text-align:left;font-weight:600}.yf-nutrition__table thead th{border-bottom:1.5px solid var(--yf-green);font-size:1.2rem;color:var(--yf-muted);text-transform:uppercase;letter-spacing:.04em}.yf-nutrition__row--indent th{padding-left:1.2rem;font-weight:400;color:var(--yf-muted)}.yf-nutrition__footnote{font-size:1.15rem;color:var(--yf-muted);font-style:italic;margin-top:1.2rem;line-height:1.5}.yf-compare__inner{max-width:900px;margin:0 auto;padding:0 1.6rem}.yf-compare__table{display:grid;border-radius:var(--yf-card-radius);overflow:hidden;background:#fff9;border:1px solid rgba(27,67,50,.12);margin-top:1rem}.yf-compare__row{display:grid;grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:.4rem;padding:1.1rem 1rem;border-bottom:1px solid rgba(27,67,50,.08);font-size:1.35rem}.yf-compare__row:last-child{border-bottom:0}.yf-compare__row--head{background:var(--yf-green);color:var(--yf-cream);font-weight:700;font-size:1.3rem;letter-spacing:.02em}.yf-compare__row--head .yf-compare__cell--us,.yf-compare__row--head .yf-compare__cell--them{text-align:center}.yf-compare__cell--label{font-weight:600;color:var(--yf-green)}.yf-compare__cell--us{color:var(--yf-green);font-weight:600;display:flex;align-items:center;gap:.4rem}.yf-compare__cell--them{color:var(--yf-muted);display:flex;align-items:center;gap:.4rem}.yf-compare__check{color:#2d8659;font-weight:700;font-size:1.3em}.yf-compare__cross{color:#c65a3f;font-weight:700;font-size:1.3em}.yf-compare__cta{text-align:center;margin-top:2rem}@media(max-width:600px){.yf-compare__row{grid-template-columns:1fr 1fr;grid-template-areas:"label label" "us them";padding:1rem .8rem;font-size:1.25rem;gap:.6rem .8rem}.yf-compare__cell--label{grid-area:label}.yf-compare__cell--us{grid-area:us}.yf-compare__cell--them{grid-area:them}.yf-compare__row--head{grid-template-areas:"us them" "us them";grid-template-columns:1fr 1fr}.yf-compare__row--head .yf-compare__cell--label{display:none}}.yf-reviews__inner{max-width:1100px;margin:0 auto;padding:0 1.6rem}.yf-reviews__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.4rem;margin-top:1.2rem}@media(min-width:750px){.yf-reviews__grid{grid-template-columns:repeat(3,1fr)}}.yf-review-card{padding:2rem 1.6rem;border-radius:var(--yf-card-radius);background:#ffffffb3;border:1px solid rgba(27,67,50,.1);display:flex;flex-direction:column;gap:1rem}.yf-review-card__stars{color:var(--yf-gold);letter-spacing:.05em;font-size:1.3rem}.yf-review-card__quote{font-family:var(--font-heading-family);font-size:1.55rem;line-height:1.45;color:var(--yf-green);margin:0;font-weight:500}.yf-review-card__attribution{font-size:1.25rem;color:var(--yf-muted);margin-top:auto}.yf-review-card__name{font-weight:600;color:var(--yf-green)}.yf-review-card__tag{display:inline-block;padding:3px 10px;background:var(--yf-mint);color:var(--yf-green);font-size:1.1rem;font-weight:600;border-radius:999px;align-self:flex-start}.yf-faq__inner{max-width:720px;margin:0 auto;padding:0 1.6rem}.yf-faq__list{margin-top:1rem}.yf-faq__item{border-bottom:1px solid rgba(27,67,50,.15)}.yf-faq__item:first-child{border-top:1px solid rgba(27,67,50,.15)}.yf-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0;cursor:pointer;font-weight:600;color:var(--yf-green);font-size:1.55rem;list-style:none;line-height:1.4}.yf-faq__question::-webkit-details-marker{display:none}.yf-faq__indicator{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--yf-green);color:var(--yf-cream);display:inline-flex;align-items:center;justify-content:center;font-size:1.8rem;line-height:1;transition:transform var(--yf-transition)}.yf-faq__item[open] .yf-faq__indicator{transform:rotate(45deg)}.yf-faq__answer{padding:0 0 1.6rem;color:var(--yf-green);opacity:.88;font-size:1.45rem;line-height:1.6}.yf-faq__answer p{margin:0 0 .8rem}.yf-faq__answer p:last-child{margin:0}.yf-faq__answer a{color:var(--yf-gold);text-decoration:underline}.yf-info__inner{max-width:760px;margin:0 auto;padding:0 1.6rem}.yf-info__list{margin-top:1rem}.yf-info__item{border-bottom:1px solid rgba(27,67,50,.15)}.yf-info__item:first-child{border-top:1px solid rgba(27,67,50,.15)}.yf-info__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;cursor:pointer;font-weight:600;color:var(--yf-green);font-size:1.55rem;list-style:none;line-height:1.4}.yf-info__question::-webkit-details-marker{display:none}.yf-info__indicator{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--yf-green);color:var(--yf-cream);display:inline-flex;align-items:center;justify-content:center;font-size:1.8rem;line-height:1;transition:transform var(--yf-transition)}.yf-info__item[open] .yf-info__indicator{transform:rotate(45deg)}.yf-info__answer{padding:0 0 1.6rem;color:var(--yf-green);opacity:.88;font-size:1.4rem;line-height:1.65}.yf-info__answer p,.yf-info__answer ul,.yf-info__answer ol{margin:0 0 .9rem}.yf-info__answer p:last-child,.yf-info__answer ul:last-child,.yf-info__answer ol:last-child{margin-bottom:0}.yf-info__answer ul,.yf-info__answer ol{padding-left:1.8rem}.yf-info__answer a{color:var(--yf-gold);text-decoration:underline}.yf-final-cta__inner{max-width:680px;margin:0 auto;padding:0 1.6rem;text-align:center}.yf-final-cta__heading{font-family:var(--font-heading-family);font-size:clamp(2.6rem,4.5vw,3.8rem);line-height:1.15;font-weight:600;color:inherit;margin:0 0 1rem}.yf-final-cta__subheading{font-size:1.55rem;opacity:.85;margin:0 auto 2.4rem;max-width:520px;line-height:1.5}.yf-final-cta__button-wrap{max-width:320px;margin:2rem auto 1.6rem}.yf-final-cta__trust{margin-top:1.2rem}.yf-final-cta .yf-bundle-selector{margin-bottom:0}.yf-final-cta .yf-bundle-card{background:#ffffff0f;border-color:#fff3;color:inherit}.yf-final-cta .yf-bundle-card.is-selected{background:#ffffff1f;border-color:var(--yf-gold);box-shadow:0 2px 8px #0003}.yf-final-cta .yf-bundle-card__title,.yf-final-cta .yf-bundle-card__price{color:inherit}.yf-final-cta .yf-bundle-card__subtitle,.yf-final-cta .yf-bundle-card__compare{opacity:.7}.yf-footer{color:rgba(var(--color-foreground),.88);border-top:1px solid rgba(184,151,74,.34)}.yf-footer .page-width{max-width:1180px}.yf-footer a{color:inherit;text-decoration:none}.yf-footer__top{display:grid;grid-template-columns:1fr;gap:0}.yf-footer__section{padding:2.2rem 0}.yf-footer__section+.yf-footer__section{border-top:1px solid rgba(247,242,233,.12)}.yf-footer__section--brand{padding-top:0}.yf-footer__logo-link{display:inline-flex;align-items:center}.yf-footer__logo-image{width:auto;height:62px;max-width:180px;display:block}.yf-footer__tagline{margin:1rem 0 .35rem;font-family:var(--font-heading-family);font-size:2rem;line-height:1.15;color:rgb(var(--color-foreground))}.yf-footer__brand-line{margin:0;font-size:1.35rem;color:rgba(var(--color-foreground),.72);line-height:1.5}.yf-footer__brand-meta{display:grid;gap:1.2rem;margin-top:2rem}.yf-footer__heading{margin:0 0 1.2rem;font-size:1.15rem;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--yf-gold)}.yf-footer__details{display:grid;gap:1.1rem}.yf-footer__detail{display:grid;gap:.35rem}.yf-footer__label{font-size:1rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:rgba(var(--color-foreground),.56)}.yf-footer__link,.yf-footer__text{margin:0;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.9)}.yf-footer__link{text-decoration:underline;text-decoration-color:#f7f2e95c;text-underline-offset:.24rem}.yf-footer__payment .list-payment{justify-content:flex-start}.yf-footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 1rem}.yf-footer__copyright,.yf-footer__copyright a{font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.yf-footer__policies{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.2rem;align-items:center}.yf-footer__policies li{display:inline-flex;align-items:center}.yf-footer__policies li:before{content:"\2022";margin-right:1.2rem;color:rgba(var(--color-foreground),.42)}.yf-footer__policies a{font-size:1.2rem;color:rgba(var(--color-foreground),.76)}.yf-footer__link:hover,.yf-footer__policies a:hover,.yf-footer__copyright a:hover{color:rgb(var(--color-foreground))}@media(min-width:990px){.yf-footer__top{grid-template-columns:1.15fr 1fr 1fr;gap:2.8rem}.yf-footer__section{padding:0 0 2.6rem}.yf-footer__section+.yf-footer__section{border-top:0;border-left:1px solid rgba(247,242,233,.12);padding-left:2.8rem}.yf-footer__legal{flex-wrap:nowrap;gap:.7rem 1.1rem}.yf-footer__policies{flex-wrap:nowrap}}.yf-benefits,.yf-ingredients,.yf-nutrition-panel,.yf-objection,.yf-use-case,.yf-faq,.yf-final-cta,.yf-product-info,.yf-founder,.yf-footer{content-visibility:auto;contain-intrinsic-size:auto 600px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/yofresh.css.map */
