.htc-pdp-section{position:relative;overflow:hidden}.htc-pdp-section--warm{background:var(--htc-w, #FAFAF8)}.htc-pdp-section--white{background:#fff}.htc-pdp-section--dark{background:#1a1a1a;color:#fff}.htc-pdp-wrap{max-width:980px;margin:0 auto;padding:0 20px}.htc-pdp-eyebrow{font-family:Courier New,Courier,monospace;font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--htc-brand-green, #2D6A4F);margin-bottom:12px}.htc-pdp-heading{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:26px;line-height:1.25;color:var(--htc-text-primary, #141414);margin-bottom:16px}.htc-pdp-heading em{font-style:italic;color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-body{font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.7;color:var(--htc-text-sub, #6B6B6B)}@media screen and (min-width:750px){.htc-pdp-heading{font-size:36px}.htc-pdp-wrap{padding:0 40px}}.htc-pdp-quickben{display:flex;flex-direction:column;gap:8px;margin:12px 0 16px;padding:16px;background:var(--htc-w, #FAFAF8);border-radius:10px;border:1px solid rgba(45,106,79,.08)}.htc-pdp-quickben__item{display:flex;align-items:flex-start;gap:10px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.45;color:var(--htc-text-primary, #141414)}.htc-pdp-quickben__icon{width:20px;height:20px;flex-shrink:0;margin-top:1px;color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-quickben__text strong{font-weight:600}.htc-pdp-micro-proof{display:flex;align-items:center;gap:8px;padding:10px 14px;margin:8px 0;background:linear-gradient(135deg,#2d6a4f0d,#52a87a0a);border-radius:8px;border:1px solid rgba(45,106,79,.08)}.htc-pdp-micro-proof__stars{display:flex;gap:1px;color:#c8922a;flex-shrink:0}.htc-pdp-micro-proof__stars svg{width:12px;height:12px}.htc-pdp-micro-proof__text{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:var(--htc-text-sub, #6B6B6B);line-height:1.4}.htc-pdp-micro-proof__text strong{color:var(--htc-text-primary, #141414);font-weight:600}.htc-pdp-social{padding:40px 0;text-align:center;border-bottom:1px solid rgba(20,20,20,.05)}.htc-pdp-social__stats{display:flex;justify-content:center;gap:32px;margin-bottom:24px;flex-wrap:wrap}.htc-pdp-social__stat{display:flex;flex-direction:column;align-items:center;gap:4px}.htc-pdp-social__number{font-family:Georgia,serif;font-size:36px;font-weight:400;color:var(--htc-brand-green, #2D6A4F);line-height:1}.htc-pdp-social__number[data-count]{opacity:0;transition:opacity .3s}.htc-pdp-social__number.htc-counted{opacity:1}.htc-pdp-social__label{font-family:Courier New,monospace;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--htc-text-muted, #9B9B9B)}.htc-pdp-social__quote{max-width:540px;margin:0 auto;padding:20px 24px;background:#fff;border-radius:12px;border:1px solid rgba(20,20,20,.05);box-shadow:0 2px 12px #1414140a}.htc-pdp-social__quote-stars{display:flex;justify-content:center;gap:2px;margin-bottom:8px;color:#c8922a}.htc-pdp-social__quote-stars svg{width:14px;height:14px}.htc-pdp-social__quote-text{font-family:Georgia,serif;font-size:16px;font-style:italic;line-height:1.6;color:var(--htc-text-primary, #141414);margin-bottom:8px}.htc-pdp-social__quote-author{font-family:Arial,sans-serif;font-size:12px;color:var(--htc-text-muted, #9B9B9B)}.htc-pdp-social__quote-author strong{color:var(--htc-text-sub, #6B6B6B);font-weight:600}.htc-pdp-tabs{padding:48px 0}.htc-pdp-tabs__nav{display:flex;gap:0;margin-bottom:32px;border-bottom:2px solid rgba(20,20,20,.06);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.htc-pdp-tabs__nav::-webkit-scrollbar{display:none}.htc-pdp-tabs__btn{flex-shrink:0;padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:600;letter-spacing:.03em;color:var(--htc-text-muted, #9B9B9B);cursor:pointer;transition:all .25s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.htc-pdp-tabs__btn:hover{color:var(--htc-text-sub, #6B6B6B)}.htc-pdp-tabs__btn--active{color:var(--htc-brand-green, #2D6A4F);border-bottom-color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-tabs__panel{display:none;animation:htcPdpFadeIn .4s cubic-bezier(.25,.46,.45,.94)}.htc-pdp-tabs__panel--active{display:block}@keyframes htcPdpFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.htc-pdp-benefits{display:grid;grid-template-columns:1fr;gap:16px}.htc-pdp-benefit{display:flex;gap:16px;padding:20px;background:#fff;border-radius:12px;border:1px solid rgba(20,20,20,.05);transition:border-color .3s,box-shadow .3s}.htc-pdp-benefit:hover{border-color:#2d6a4f26;box-shadow:0 4px 16px #2d6a4f0f}.htc-pdp-benefit__icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#2d6a4f0f;color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-benefit__icon svg{width:22px;height:22px}.htc-pdp-benefit__title{font-family:Arial,sans-serif;font-size:15px;font-weight:700;color:var(--htc-text-primary, #141414);margin-bottom:4px}.htc-pdp-benefit__desc{font-family:Arial,sans-serif;font-size:13px;line-height:1.6;color:var(--htc-text-sub, #6B6B6B)}@media screen and (min-width:750px){.htc-pdp-benefits{grid-template-columns:1fr 1fr}}.htc-pdp-chart{margin:28px 0 20px}.htc-pdp-chart__row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.htc-pdp-chart__label{width:100px;flex-shrink:0;font-family:Arial,sans-serif;font-size:13px;font-weight:600;color:var(--htc-text-primary, #141414);text-align:right}.htc-pdp-chart__bar-wrap{flex:1;height:32px;background:#1414140a;border-radius:8px;overflow:hidden;position:relative}.htc-pdp-chart__bar{height:100%;border-radius:8px;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;width:0;transition:width 1.2s cubic-bezier(.25,.46,.45,.94);position:relative}.htc-pdp-chart__bar--glycinate{background:linear-gradient(90deg,var(--htc-brand-green, #2D6A4F),var(--htc-accent-green, #52A87A))}.htc-pdp-chart__bar--citrate{background:linear-gradient(90deg,#94a3b8,#b0bec5)}.htc-pdp-chart__bar--oxide{background:linear-gradient(90deg,#cbd5e1,#e2e8f0)}.htc-pdp-chart__bar-value{font-family:Arial,sans-serif;font-size:13px;font-weight:700;color:#fff;white-space:nowrap;position:relative;z-index:1}.htc-pdp-chart__bar--oxide .htc-pdp-chart__bar-value{color:var(--htc-text-sub, #6B6B6B);position:absolute;right:-45px}.htc-pdp-chart__bar--citrate .htc-pdp-chart__bar-value{color:#fff}.htc-pdp-chart__row--highlight .htc-pdp-chart__label{color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-chart.htc-animated .htc-pdp-chart__bar{width:var(--bar-width)}.htc-pdp-chart__source{font-family:Courier New,monospace;font-size:10px;color:var(--htc-text-muted, #9B9B9B);margin-top:8px;letter-spacing:.02em}.htc-pdp-science-cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}.htc-pdp-sci-card{padding:20px;background:#fff;border-radius:12px;border:1px solid rgba(20,20,20,.05)}.htc-pdp-sci-card__stat{font-family:Georgia,serif;font-size:28px;color:var(--htc-brand-green, #2D6A4F);margin-bottom:4px;line-height:1.1}.htc-pdp-sci-card__desc{font-family:Arial,sans-serif;font-size:13px;line-height:1.5;color:var(--htc-text-sub, #6B6B6B)}.htc-pdp-sci-card__cite{font-family:Courier New,monospace;font-size:10px;color:var(--htc-text-muted, #9B9B9B);margin-top:8px;display:block}@media screen and (min-width:750px){.htc-pdp-science-cards{grid-template-columns:1fr 1fr 1fr}}.htc-sfact-toggle{display:flex;gap:0;margin-bottom:20px;border-radius:8px;overflow:hidden;border:2px solid var(--htc-brand-green, #2D6A4F);max-width:300px}.htc-sfact-toggle__btn{flex:1;padding:10px 16px;background:#fff;border:none;font-family:Arial,sans-serif;font-size:13px;font-weight:600;color:var(--htc-brand-green, #2D6A4F);cursor:pointer;transition:all .2s}.htc-sfact-toggle__btn--active{background:var(--htc-brand-green, #2D6A4F);color:#fff}.htc-sfact{background:#fff;border:2px solid #141414;border-radius:0;max-width:420px;font-family:Arial,Helvetica,sans-serif}.htc-sfact__title{padding:8px 12px 4px;font-size:22px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;color:#141414;border-bottom:1px solid #141414}.htc-sfact__serving{padding:6px 12px 8px;font-size:13px;color:#141414;line-height:1.5;display:flex;flex-direction:column}.htc-sfact__serving strong{font-weight:700}.htc-sfact__divider{height:1px;background:#141414}.htc-sfact__divider--thick{height:6px;background:#141414}.htc-sfact__col-header{display:flex;justify-content:space-between;padding:4px 12px;font-size:11px;font-weight:700;color:#141414}.htc-sfact__row{padding:8px 12px}.htc-sfact__nutrient{margin-bottom:4px}.htc-sfact__nutrient-name{font-size:14px;font-weight:700;color:#141414}.htc-sfact__nutrient-sub{display:block;font-size:12px;font-weight:400;color:#555;margin-top:1px}.htc-sfact__values{display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:#141414;border-top:1px solid #ccc;padding-top:4px}.htc-sfact__footnote{padding:6px 12px;font-size:10px;color:#555;line-height:1.5}.htc-sfact__footnote p{margin:0}.htc-sfact__other{padding:8px 12px 10px;font-size:12px;color:#141414;border-top:4px solid #141414;line-height:1.5}.htc-sfact-badges{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}.htc-sfact-badge{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;border:1px solid rgba(20,20,20,.06)}.htc-sfact-badge svg{width:28px;height:28px;flex-shrink:0;color:var(--htc-brand-green, #2D6A4F)}.htc-sfact-badge__title{font-family:Arial,sans-serif;font-size:14px;font-weight:700;color:var(--htc-text-primary, #141414);margin:0}.htc-sfact-badge__desc{font-family:Arial,sans-serif;font-size:12px;color:var(--htc-text-muted, #9B9B9B);margin:0}@media screen and (min-width:750px){.htc-sfact-badges{grid-template-columns:repeat(3,1fr)}}.htc-pdp-usage{display:flex;flex-direction:column;gap:20px}.htc-pdp-usage__step{display:flex;gap:16px;align-items:flex-start}.htc-pdp-usage__num{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--htc-brand-green, #2D6A4F);color:#fff;font-family:Georgia,serif;font-size:16px;font-weight:400}.htc-pdp-usage__content h4{font-family:Arial,sans-serif;font-size:15px;font-weight:700;color:var(--htc-text-primary, #141414);margin-bottom:4px}.htc-pdp-usage__content p{font-family:Arial,sans-serif;font-size:13px;line-height:1.6;color:var(--htc-text-sub, #6B6B6B)}.htc-pdp-usage__tip{padding:16px 20px;background:#2d6a4f0a;border-left:3px solid var(--htc-brand-green, #2D6A4F);border-radius:0 8px 8px 0;font-family:Arial,sans-serif;font-size:13px;color:var(--htc-text-sub, #6B6B6B);line-height:1.6}.htc-pdp-usage__tip strong{color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-timeline{padding:48px 0}.htc-pdp-timeline__items{position:relative;padding-left:28px}.htc-pdp-timeline__items:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--htc-brand-green, #2D6A4F),var(--htc-accent-green, #52A87A));border-radius:1px}.htc-pdp-timeline__item{position:relative;padding-bottom:28px;opacity:0;transform:translate(-10px);transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94)}.htc-pdp-timeline__item.htc-visible{opacity:1;transform:translate(0)}.htc-pdp-timeline__item:last-child{padding-bottom:0}.htc-pdp-timeline__item:before{content:"";position:absolute;left:-24px;top:4px;width:12px;height:12px;border-radius:50%;background:#fff;border:2.5px solid var(--htc-brand-green, #2D6A4F);z-index:1}.htc-pdp-timeline__item:last-child:before{background:var(--htc-brand-green, #2D6A4F);border-color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-timeline__week{font-family:Courier New,monospace;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--htc-brand-green, #2D6A4F);margin-bottom:4px}.htc-pdp-timeline__title{font-family:Arial,sans-serif;font-size:15px;font-weight:700;color:var(--htc-text-primary, #141414);margin-bottom:4px}.htc-pdp-timeline__desc{font-family:Arial,sans-serif;font-size:13px;line-height:1.6;color:var(--htc-text-sub, #6B6B6B)}.htc-pdp-reviews{padding:48px 0}.htc-pdp-reviews__scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:4px 20px 20px;margin:0 -20px}.htc-pdp-reviews__scroll::-webkit-scrollbar{display:none}.htc-pdp-review-card{flex:0 0 300px;scroll-snap-align:start;padding:24px;background:#fff;border-radius:14px;border:1px solid rgba(20,20,20,.05);box-shadow:0 2px 8px #1414140a;transition:box-shadow .3s,transform .3s}.htc-pdp-review-card:hover{box-shadow:0 8px 24px #14141414;transform:translateY(-2px)}.htc-pdp-review-card__stars{display:flex;gap:2px;margin-bottom:12px;color:#c8922a}.htc-pdp-review-card__stars svg{width:14px;height:14px}.htc-pdp-review-card__text{font-family:Arial,sans-serif;font-size:14px;line-height:1.65;color:var(--htc-text-primary, #141414);margin-bottom:16px}.htc-pdp-review-card__footer{display:flex;align-items:center;gap:8px}.htc-pdp-review-card__avatar{width:32px;height:32px;border-radius:50%;background:#2d6a4f14;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;font-size:13px;font-weight:700;color:var(--htc-brand-green, #2D6A4F);flex-shrink:0}.htc-pdp-review-card__name{font-family:Arial,sans-serif;font-size:13px;font-weight:600;color:var(--htc-text-primary, #141414)}.htc-pdp-review-card__verified{font-family:Arial,sans-serif;font-size:11px;color:var(--htc-brand-green, #2D6A4F);display:flex;align-items:center;gap:3px}.htc-pdp-review-card__verified svg{width:11px;height:11px}.htc-pdp-review-card__highlight{font-family:Courier New,monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--htc-brand-green, #2D6A4F);background:#2d6a4f0f;padding:4px 8px;border-radius:4px;display:inline-block;margin-bottom:10px}@media screen and (max-width:749px){.htc-pdp-review-card{flex:0 0 280px}}.htc-pdp-faq{padding:48px 0}.htc-pdp-faq__list{max-width:720px;margin:0 auto}.htc-pdp-faq__item{border-bottom:1px solid rgba(20,20,20,.06)}.htc-pdp-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Arial,sans-serif;font-size:15px;font-weight:600;color:var(--htc-text-primary, #141414);transition:color .25s}.htc-pdp-faq__question:hover{color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-faq__chevron{width:18px;height:18px;flex-shrink:0;color:var(--htc-text-muted, #9B9B9B);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.htc-pdp-faq__item--open .htc-pdp-faq__chevron{transform:rotate(180deg)}.htc-pdp-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .3s}.htc-pdp-faq__item--open .htc-pdp-faq__answer{max-height:500px;padding-bottom:18px}.htc-pdp-faq__answer-inner{font-family:Arial,sans-serif;font-size:14px;line-height:1.7;color:var(--htc-text-sub, #6B6B6B)}.htc-pdp-final-cta{padding:56px 0;text-align:center}.htc-pdp-final-cta .htc-pdp-heading{margin-bottom:8px}.htc-pdp-final-cta__subtitle{font-family:Arial,sans-serif;font-size:15px;color:var(--htc-text-sub, #6B6B6B);margin-bottom:24px}.htc-pdp-final-cta__price-row{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:20px}.htc-pdp-final-cta__price{font-family:Arial,sans-serif;font-size:28px;font-weight:700;color:var(--htc-text-primary, #141414)}.htc-pdp-final-cta__per-serving{font-family:Courier New,monospace;font-size:13px;color:var(--htc-brand-green, #2D6A4F);letter-spacing:.02em}.htc-pdp-final-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 48px;background:var(--htc-brand-green, #2D6A4F);color:#fff;border:none;border-radius:10px;font-family:Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);margin-bottom:16px}.htc-pdp-final-cta__btn:hover{background:#245a42;box-shadow:0 6px 24px #2d6a4f33;transform:translateY(-2px)}.htc-pdp-final-cta__btn:active{transform:translateY(0)}.htc-pdp-final-cta__trust{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:4px}.htc-pdp-final-cta__trust-item{display:flex;align-items:center;gap:5px;font-family:Arial,sans-serif;font-size:12px;color:var(--htc-text-muted, #9B9B9B)}.htc-pdp-final-cta__trust-item svg{width:14px;height:14px;color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-deficiency{padding:40px 0}.htc-pdp-deficiency__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.htc-pdp-deficiency__item{padding:14px 16px;background:#fff;border:1.5px solid rgba(20,20,20,.06);border-radius:10px;font-family:Arial,sans-serif;font-size:13px;color:var(--htc-text-primary, #141414);cursor:pointer;transition:all .25s;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.htc-pdp-deficiency__item:hover{border-color:#2d6a4f4d}.htc-pdp-deficiency__item--selected{border-color:var(--htc-brand-green, #2D6A4F);background:#2d6a4f0a}.htc-pdp-deficiency__check{width:18px;height:18px;flex-shrink:0;border:2px solid rgba(20,20,20,.15);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.htc-pdp-deficiency__item--selected .htc-pdp-deficiency__check{background:var(--htc-brand-green, #2D6A4F);border-color:var(--htc-brand-green, #2D6A4F)}.htc-pdp-deficiency__check svg{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .2s}.htc-pdp-deficiency__item--selected .htc-pdp-deficiency__check svg{opacity:1}.htc-pdp-deficiency__result{margin-top:20px;padding:20px;background:#2d6a4f0a;border-radius:12px;border:1px solid rgba(45,106,79,.1);text-align:center;display:none}.htc-pdp-deficiency__result--visible{display:block;animation:htcPdpFadeIn .4s ease}.htc-pdp-deficiency__result-text{font-family:Arial,sans-serif;font-size:15px;font-weight:600;color:var(--htc-brand-green, #2D6A4F);margin-bottom:4px}.htc-pdp-deficiency__result-sub{font-family:Arial,sans-serif;font-size:13px;color:var(--htc-text-sub, #6B6B6B)}@media screen and (max-width:400px){.htc-pdp-deficiency__grid{grid-template-columns:1fr}}.htc-pdp-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.htc-pdp-reveal.htc-visible{opacity:1;transform:translateY(0)}.htc-pdp-reveal--delay-1{transition-delay:.1s}.htc-pdp-reveal--delay-2{transition-delay:.2s}.htc-pdp-reveal--delay-3{transition-delay:.3s}
/*# sourceMappingURL=/cdn/shop/t/12/assets/htc-pdp.css.map */
