.custom-pdp-scope .sticky-atc{position:fixed;top:0;left:0;right:0;z-index:90;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 10px #00000014;padding:0 40px;height:56px;display:flex;align-items:center;justify-content:space-between;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease}.custom-pdp-scope .sticky-atc.is-visible{opacity:1;visibility:visible;pointer-events:auto}.custom-pdp-scope .sticky-atc__left,.custom-pdp-scope .sticky-atc__right{display:flex;align-items:center;gap:12px}.custom-pdp-scope .sticky-badge{font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#fff;padding:3px 10px;border-radius:12px}.custom-pdp-scope .sticky-name{font-weight:600;font-size:14px;color:var(--forest)}.custom-pdp-scope .sticky-price{font-weight:700;font-size:16px;color:var(--forest)}.custom-pdp-scope .sticky-btn{color:var(--cream);font-weight:600;font-size:14px;letter-spacing:.03em;padding:9px 22px;border-radius:4px;border:none;cursor:pointer;font-family:var(--body-font-family),sans-serif}@media(max-width:768px){.custom-pdp-scope .sticky-name{display:none}}.custom-pdp-scope .breadcrumb{padding:16px 0;font-size:13px;color:var(--muted)}.custom-pdp-scope .breadcrumb a{color:var(--sage)}.custom-pdp-scope .breadcrumb a+*:before{content:" / ";color:var(--muted)}.custom-pdp-scope .prod-hero{padding:0 0 56px}.custom-pdp-scope .prod-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-bottom:56px}@media(max-width:768px){.custom-pdp-scope .prod-grid{grid-template-columns:1fr;gap:28px}}.custom-pdp-scope .gallery__main{border-radius:10px;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.custom-pdp-scope .gallery__main-img{width:100%;height:100%;object-fit:contain;padding:24px}.custom-pdp-scope .gallery__count-badge{position:absolute;top:16px;left:16px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:4px 12px;border-radius:14px}.custom-pdp-scope .gallery__bestseller{position:absolute;top:16px;right:16px;background:var(--star);color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:12px;letter-spacing:.06em}.custom-pdp-scope .gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.custom-pdp-scope .thumb{aspect-ratio:1/1;border-radius:6px;border:2px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.custom-pdp-scope .thumb img{width:100%;height:100%;object-fit:contain}.custom-pdp-scope .thumb--active{border-color:var(--sku, var(--forest))}.custom-pdp-scope .prod-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.custom-pdp-scope .prod-title{font-weight:800;font-size:36px;color:var(--forest);line-height:1.1;margin-bottom:10px}.custom-pdp-scope .prod-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.custom-pdp-scope .prod-price-row{margin-bottom:20px}.custom-pdp-scope .prod-price{font-weight:700;font-size:30px;color:var(--forest);display:block}.custom-pdp-scope .prod-price-meta{font-size:13px;color:var(--muted);margin-top:3px;line-height:1.5}.custom-pdp-scope .prod-atc{width:100%;color:var(--cream);font-weight:700;font-size:17px;padding:18px 0;border-radius:4px;border:none;cursor:pointer;font-family:var(--body-font-family),sans-serif;margin-bottom:10px;transition:opacity .15s}.custom-pdp-scope .prod-atc:hover{opacity:.88}.custom-pdp-scope .prod-buynow{width:100%;background:transparent;font-weight:600;font-size:15px;padding:13px 0;border-radius:4px;border:2px solid;cursor:pointer;font-family:var(--body-font-family),sans-serif;margin-bottom:20px}.custom-pdp-scope .badge-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.custom-pdp-scope .badge-item{font-size:11px;font-weight:600;color:var(--forest);letter-spacing:.04em;background:#f2faf5;border:1px solid #C0DDD0;border-radius:20px;padding:4px 12px}.custom-pdp-scope .discount-line{font-size:13px;color:var(--sage);margin-bottom:18px}.custom-pdp-scope .discount-line strong{font-weight:700;color:var(--forest)}.custom-pdp-scope .benefits{list-style:none;margin-bottom:14px}.custom-pdp-scope .benefits li{font-size:15px;padding:6px 0 6px 20px;position:relative;border-bottom:1px solid var(--border);color:var(--text);line-height:1.5}.custom-pdp-scope .benefits li:last-child{border-bottom:none}.custom-pdp-scope .benefits li:before{content:"\2713";position:absolute;left:0;color:var(--sage);font-weight:700}.custom-pdp-scope .fda-note{font-size:11px;font-style:italic;color:var(--muted);line-height:1.5}.custom-pdp-scope .accordions-wrap{max-width:720px;margin:0 auto;border-top:1px solid var(--border)}.custom-pdp-scope .accord{border-bottom:1px solid var(--border)}.custom-pdp-scope .accord__head{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;min-height:56px}.custom-pdp-scope .accord__head span:first-child{font-weight:600;font-size:16px;color:var(--forest)}.custom-pdp-scope .accord__icon{font-size:22px;color:var(--sage);line-height:1;transition:transform .2s;flex-shrink:0}.custom-pdp-scope .accord.open .accord__icon{transform:rotate(45deg)}.custom-pdp-scope .accord__body{display:none;padding:0 0 24px;font-size:15px;color:var(--text);line-height:1.7}.custom-pdp-scope .accord__body p{margin-bottom:10px}.custom-pdp-scope .accord__body p:last-child{margin-bottom:0}.custom-pdp-scope .accord.open .accord__body{display:block}.custom-pdp-scope .accordions-wrap--static{max-width:none}.custom-pdp-scope .accordions-wrap--static .accord__head{cursor:default;padding:28px 0 12px}.custom-pdp-scope .accordions-wrap--static .accord__icon{display:none}.custom-pdp-scope .accordions-wrap--static .accord__head span:first-child{font-size:20px;font-weight:700}.custom-pdp-scope .accordions-wrap--static .accord__body{display:block}.custom-pdp-scope .accordions-wrap--static .accord--collapsible .accord__head{cursor:pointer}.custom-pdp-scope .accordions-wrap--static .accord--collapsible .accord__icon{display:block}.custom-pdp-scope .accordions-wrap--static .accord--collapsible .accord__body{display:none}.custom-pdp-scope .accordions-wrap--static .accord--collapsible.open .accord__body{display:block}.custom-pdp-scope .herb-row{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--border);align-items:flex-start}.custom-pdp-scope .herb-row:last-of-type{border-bottom:none}.custom-pdp-scope .herb-icon{width:52px;height:52px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.custom-pdp-scope .herb-name{font-weight:600;font-size:14px;color:var(--forest);display:inline}.custom-pdp-scope .herb-dose{font-size:13px;color:var(--muted);display:inline;margin-left:4px;font-weight:400}.custom-pdp-scope .herb-body{font-size:13px;color:var(--text);line-height:1.6;margin-top:3px}.custom-pdp-scope .coa-preview{background:var(--cream);border:1px solid;border-radius:8px;padding:20px;display:flex;gap:18px;align-items:flex-start}.custom-pdp-scope .coa-preview__doc{width:72px;flex-shrink:0;background:var(--white);border:1px solid var(--border);border-radius:4px;padding:10px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.custom-pdp-scope .coa-preview__title{font-weight:700;font-size:16px;color:var(--forest);margin-bottom:6px}.custom-pdp-scope .coa-preview__body{font-size:14px;color:var(--muted);line-height:1.6}.custom-pdp-scope .pass-badge{background:#e8f6ea;color:#2c7e3f;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;letter-spacing:.06em;text-transform:uppercase}.custom-pdp-scope .reviews-summary{display:flex;gap:24px;padding:14px 0 20px;border-bottom:1px solid var(--border);margin-bottom:16px}.custom-pdp-scope .review-score-big{font-weight:800;font-size:36px;color:var(--forest);display:flex;flex-direction:column;align-items:center;gap:4px;min-width:80px}.custom-pdp-scope .review-bars{flex:1}.custom-pdp-scope .rbar{display:flex;align-items:center;gap:8px;margin-bottom:5px}.custom-pdp-scope .rbar span{font-size:11px;color:var(--muted);min-width:22px}.custom-pdp-scope .rbar__track{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.custom-pdp-scope .rbar__fill{height:100%;border-radius:3px}.custom-pdp-scope .review-item{padding:16px 0;border-bottom:1px solid var(--border)}.custom-pdp-scope .review-item:last-child{border-bottom:none}.custom-pdp-scope .review-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.custom-pdp-scope .review-text{font-size:14px;color:var(--text);line-height:1.6}.custom-pdp-scope .formula-story-block{border-radius:10px;padding:32px;margin:40px auto;max-width:720px;border:1px solid}.custom-pdp-scope .fs-q{font-style:italic;font-size:15px;color:var(--muted);margin-bottom:8px}.custom-pdp-scope .fs-h{font-weight:700;font-size:24px;margin-bottom:14px}.custom-pdp-scope .fs-body{font-size:15px;color:var(--text);line-height:1.75}.custom-pdp-scope .bundle-block{border-radius:8px;padding:24px;margin:0 auto 40px;max-width:720px;border:1.5px solid}.custom-pdp-scope .bundle-heading{font-weight:700;font-size:18px;color:var(--forest);margin-bottom:4px}.custom-pdp-scope .bundle-sub{font-size:14px;color:var(--text);margin-bottom:12px}.custom-pdp-scope .bundle-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}.custom-pdp-scope .bundle-price{font-weight:700;font-size:22px}.custom-pdp-scope .bundle-saving{font-size:13px;color:var(--muted)}.custom-pdp-scope .bundle-btn{color:var(--cream);font-weight:600;font-size:14px;padding:11px 28px;border-radius:4px;border:none;cursor:pointer;font-family:var(--body-font-family),sans-serif}.custom-pdp-scope .crosssell-card{background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden}.custom-pdp-scope .cs-img{height:120px;display:flex;align-items:center;justify-content:center}.custom-pdp-scope .cs-img img{height:100%;width:auto;object-fit:contain}.custom-pdp-scope .cs-body{padding:14px}.custom-pdp-scope .cs-cat{font-size:10px;font-weight:600;color:var(--sage);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.custom-pdp-scope .cs-name{font-weight:700;font-size:14px;color:var(--forest);margin-bottom:4px;line-height:1.3}.custom-pdp-scope .cs-desc{font-size:12px;color:var(--muted);margin-bottom:8px;line-height:1.45}.custom-pdp-scope .cs-price{font-weight:700;font-size:16px;color:var(--forest);margin-bottom:10px}.custom-pdp-scope .cs-btn{width:100%;padding:9px 0;border-radius:4px;background:transparent;font-weight:600;font-size:13px;border:2px solid;cursor:pointer;font-family:var(--body-font-family),sans-serif}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-shared.css.map */
