.m-product-hero{--ph-bg: #0f0101;--ph-gold: #c19f42;--ph-cta: #e18142;--ph-text: #ffffff;--ph-muted: rgba(255, 255, 255, .7);--ph-dim: rgba(255, 255, 255, .5);--ph-card: #140f0d;--ph-selected: rgba(255, 255, 255, .2);--ph-border: rgba(255, 255, 255, .1);--ph-border-strong: rgba(220, 220, 220, .5);--ph-review: #1a1616;--ph-review-body: #a3a3a3;--ph-proof: #afa5a1;background-color:var(--ph-bg);color:var(--ph-text)}.m-product-hero__inner{display:flex;flex-direction:column;align-items:stretch;width:100%;margin:0 auto;padding:var(--ph-padding-top, 16px) 0 var(--ph-padding-bottom, 40px);box-sizing:border-box}.m-product-hero__inner.container-fluid{max-width:calc(var(--fluid-container-width, 1620px) + var(--fluid-container-offset, 65px) * 2);padding-left:0;padding-right:0}.m-product-hero__media-col,.m-product-hero__info{width:100%;min-width:0}.m-product-hero__media-col{display:flex;flex-direction:column;gap:12px;padding:8px var(--ph-padding-x, 12px) 0}.m-product-hero__gallery{display:flex;flex-direction:column;gap:12px;min-width:0;max-width:100%;overflow-x:clip}.m-product-hero__stage-slot{display:contents}.m-product-hero__main-image{position:relative;display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1 / 1;padding:0;border:0;overflow:hidden;border-radius:16px;background:var(--ph-card);cursor:zoom-in;appearance:none;-webkit-appearance:none}.m-product-hero__main-image img,.m-product-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.m-product-hero__stage{touch-action:pan-y;-webkit-user-select:none;user-select:none}.m-product-hero__track{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;height:100%;transition:transform .48s cubic-bezier(.22,1,.36,1);will-change:transform}.m-product-hero__track.is-dragging{transition:none}.m-product-hero__slide{position:relative;flex:0 0 100%;width:100%;min-width:100%;height:100%;padding:0;border:0;background:transparent;appearance:none;-webkit-appearance:none;cursor:zoom-in}.m-product-hero__stage.is-dragging,.m-product-hero__stage.is-dragging .m-product-hero__slide{cursor:grabbing}.m-product-hero__thumb-bar{display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;column-gap:12px;width:100%;max-width:100%;min-width:0}.m-product-hero__thumb-nav{flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ph-gold);cursor:pointer;appearance:none;-webkit-appearance:none}.m-product-hero__thumb-nav svg{display:block;width:30px;height:30px}.m-product-hero__thumb-nav:hover:not(:disabled),.m-product-hero__thumb-nav:focus-visible:not(:disabled){color:#fff}.m-product-hero__thumb-nav:focus-visible{outline:2px solid var(--ph-gold);outline-offset:2px}.m-product-hero__thumb-nav:disabled{color:#c19f4259;cursor:default}.m-product-hero__thumbs{--ph-thumb-gap: 8px;position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:var(--ph-thumb-gap);width:100%;min-width:0;max-width:100%;padding:0;overflow-x:auto;overflow-anchor:none;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-y;-webkit-user-select:none;user-select:none}.m-product-hero__thumbs::-webkit-scrollbar{display:none}.m-product-hero__thumbs.is-overflowing{justify-content:flex-start;cursor:grab}.m-product-hero__thumbs.is-dragging{cursor:grabbing;scroll-behavior:auto}.m-product-hero__thumb{position:relative;flex:0 0 calc((100% - (var(--ph-thumb-gap, 8px) * 4)) / 5);width:calc((100% - (var(--ph-thumb-gap, 8px) * 4)) / 5);min-width:0;height:auto;aspect-ratio:1;padding:0;border:0;border-radius:8px;overflow:hidden;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none;outline:none;box-sizing:border-box}.m-product-hero__thumb:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.m-product-hero__thumb img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:8px;filter:grayscale(1);transition:filter .2s ease;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.m-product-hero__thumb.is-selected{box-shadow:inset 0 0 0 3px #fff}.m-product-hero__thumb.is-selected img{filter:none}.m-product-hero__reviews{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px;scrollbar-width:none}.m-product-hero__reviews::-webkit-scrollbar{display:none}.m-product-hero__review{flex:0 0 292px;width:292px;display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--ph-card);border-radius:20px;scroll-snap-align:start;box-sizing:border-box}.m-product-hero__review-title{display:none;margin:0;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:24px;line-height:1.2;color:var(--ph-text)}.m-product-hero__review-excerpt{margin:0;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:400;font-size:15px;line-height:1.5;color:var(--ph-review-body)}.m-product-hero__review-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.m-product-hero__review.is-expanded .m-product-hero__review-text{display:block;-webkit-line-clamp:unset;overflow:visible}.m-product-hero__review-more{display:inline;margin-top:4px;padding:0;border:0;background:none;color:var(--ph-review-body);font:inherit;text-decoration:underline;cursor:pointer}.m-product-hero__review-more[hidden]{display:none}.m-product-hero__review-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.m-product-hero__review-stars{display:block;width:90px;height:18px}.m-product-hero__review-author{display:flex;align-items:center;gap:8px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;color:var(--ph-review-body)}.m-product-hero__review-verified{display:block;width:14px;height:18px}.m-product-hero__info{display:flex;flex-direction:column;gap:24px;padding:8px 16px 0}.m-product-hero__buy{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0;align-self:stretch}.m-product-hero__rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px;width:fit-content;max-width:100%;color:inherit;text-decoration:none;cursor:pointer}a.m-product-hero__rating:hover,a.m-product-hero__rating:focus-visible{color:inherit;text-decoration:none}.m-product-hero__rating-stars{display:block;width:80px;height:16px}.m-product-hero__rating-text{margin:0;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;line-height:1.2}.m-product-hero__rating-score{font-weight:700;color:var(--ph-text)}.m-product-hero__rating-proof{font-weight:500;color:var(--ph-muted)}.m-product-hero__title{margin:0;font-family:var(--font-stack-header, "Besley", serif);font-weight:700;font-size:36px;line-height:44px}.m-product-hero__title-plain{color:var(--ph-text)}.m-product-hero__title-accent{color:var(--ph-gold)}.m-product-hero__description{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:18px;line-height:1.5;color:var(--ph-text)}.m-product-hero__description p{margin:0}.m-product-hero__benefits{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.m-product-hero__benefits-col{display:flex;flex:1 1 0;flex-direction:column;gap:12px;min-width:0;margin:0;padding:0;list-style:none}@media screen and (min-width:768px){.m-product-hero__benefits--cols{flex-direction:row;align-items:flex-start;gap:24px}}.m-product-hero__benefit{display:flex;align-items:flex-start;gap:10px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:16px;line-height:1.4;color:var(--ph-text)}.m-product-hero__benefit-icon{display:flex;align-items:center;justify-content:center;flex:0 0 16px;width:16px;height:22px}.m-product-hero__benefit-icon img{display:block;width:16px;height:16px}.m-product-hero__price-block{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.m-product-hero .m-slide__trusted-by,.m-product-hero__trusted-by{--trusted-by-size: auto;position:static;right:auto;bottom:auto;display:inline-flex;align-items:center;height:auto;max-width:none;padding:0;background:#0b0b0d;border:1px solid #ffffff;border-radius:100px;color:#fff;text-decoration:none;cursor:pointer;overflow:hidden;box-sizing:border-box;z-index:1}a.m-product-hero__trusted-by:hover,a.m-product-hero__trusted-by:focus-visible{color:#fff;text-decoration:none}.m-product-hero .m-slide__trusted-by-inner{display:inline-flex;align-items:center;gap:16px;padding:10px 20px;height:auto;box-sizing:border-box;white-space:nowrap}.m-product-hero .m-slide__trusted-by-avatars{display:flex;align-items:center;flex-shrink:0}.m-product-hero .m-slide__trusted-by-avatar{width:32px;height:32px;border-radius:50%;border:1.5px solid #ffffff;object-fit:cover;margin-right:-8px}.m-product-hero .m-slide__trusted-by-avatar:last-child{margin-right:0}.m-product-hero .m-slide__trusted-by-text{display:flex;flex-direction:column;gap:2px;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;color:#fff}.m-product-hero__price{margin:0;font-family:var(--font-stack-header, "Besley", serif);font-weight:700;font-size:24px;line-height:1.2;color:var(--ph-text)}.m-product-hero__supply-section{display:flex;flex-direction:column;gap:12px}.m-product-hero__supply-intro{display:flex;flex-direction:column;gap:6px}.m-product-hero__supply-heading{margin:0;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:13px;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;color:var(--ph-dim)}.m-product-hero__supply-note{margin:0;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:400;font-size:13px;line-height:1.35;color:var(--ph-muted)}.m-product-hero__supply{display:flex;flex-direction:column;gap:10px;padding-top:12px}.m-product-hero__tier{position:relative;display:flex;flex-direction:column;border:1px solid var(--ph-border);border-radius:12px;background:var(--ph-card);color:inherit;order:var(--ph-supply-order, 0);transition:background-color .28s ease,border-color .28s ease}.m-product-hero__tier.is-selected{background:var(--ph-selected);border:2px solid var(--ph-border-strong)}.m-product-hero__inner.is-onetime .m-product-hero__tier.is-selected{background:var(--ph-card);border:1px solid var(--ph-border)}.m-product-hero__inner.is-onetime .m-product-hero__tier.is-selected .m-product-hero__tier-radio{border-color:#ffffff73;background:none}.m-product-hero__tier.is-unavailable{opacity:.6}.m-product-hero__tier-head,.m-product-hero__onetime{display:flex;align-items:flex-start;gap:12px;width:100%;margin:0;padding:16px 14px;border:0;background:none;color:inherit;text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none;outline:none}.m-product-hero__onetime{border:1px solid var(--ph-border);border-radius:12px;background:var(--ph-card)}.m-product-hero__onetime.is-selected{background:var(--ph-selected);border:2px solid var(--ph-border-strong)}.m-product-hero__onetime.is-selected .m-product-hero__tier-radio{border-color:#e0b44a;background:radial-gradient(circle,#e0b44a 0 40%,transparent 44%)}.m-product-hero__tier-radio{flex:0 0 auto;width:20px;height:20px;margin-top:1px;border:2px solid rgba(255,255,255,.45);border-radius:50%;transition:border-color .28s ease,background-color .28s ease}.m-product-hero__tier.is-selected .m-product-hero__tier-radio{border-color:#e0b44a;background:radial-gradient(circle,#e0b44a 0 40%,transparent 44%)}.m-product-hero__tier-main{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;min-width:0}.m-product-hero__tier-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.m-product-hero__tier-name{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:17px;line-height:1.2;color:#f5f2f0}.m-product-hero__tier-volume{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:13px;line-height:1.2;color:var(--ph-proof)}.m-product-hero__tier-mark{color:inherit;font-size:1em;line-height:1;text-decoration:none}.m-product-hero__tier-save{display:inline-flex;align-items:baseline;gap:1px;padding:3px 9px;border-radius:999px;background:#e0b44a;color:#140f0d;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:800;font-size:11px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.m-product-hero__tier-save[hidden]{display:none}.m-product-hero__tier-price-row{display:flex;align-items:baseline;gap:8px}.m-product-hero__tier-month{font-family:var(--font-stack-header, "Besley", serif);font-weight:700;font-size:28px;line-height:1;color:var(--ph-text)}.m-product-hero__tier-month-compare{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;line-height:1.2;color:var(--ph-dim);text-decoration:line-through}.m-product-hero__tier-month-compare[hidden],.m-product-hero__atc-compare[hidden]{display:none}.m-product-hero__tier-month-unit{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;line-height:1.2;color:var(--ph-muted)}.m-product-hero__tier-billing{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:13px;line-height:1.35;color:var(--ph-muted)}.m-product-hero__tier-rate{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:2px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:11px;line-height:1.2;color:var(--ph-gold);text-align:right;white-space:nowrap}.m-product-hero__tier-rate strong{font-weight:700;font-size:15px}.m-product-hero__tier-body{display:grid;grid-template-rows:0fr;padding:0 14px 0 46px;transition:grid-template-rows .32s ease,padding-bottom .32s ease}.m-product-hero__tier.is-selected .m-product-hero__tier-body{grid-template-rows:1fr;padding-bottom:16px}.m-product-hero__inner.is-onetime .m-product-hero__tier.is-selected .m-product-hero__tier-body{grid-template-rows:0fr;padding-bottom:0}.m-product-hero__tier-body .m-product-hero__offer-perks{overflow:hidden;min-height:0;margin-top:0;padding-top:0;border-top-color:transparent;opacity:0;transform:translateY(-4px);transition:opacity .28s ease,transform .32s ease,padding-top .32s ease,border-color .32s ease}.m-product-hero__tier.is-selected .m-product-hero__tier-body .m-product-hero__offer-perks{padding-top:12px;border-top-color:#ffffff1a;opacity:1;transform:none}.m-product-hero__inner.is-onetime .m-product-hero__tier.is-selected .m-product-hero__tier-body .m-product-hero__offer-perks{padding-top:0;border-top-color:transparent;opacity:0;transform:translateY(-4px)}@media(prefers-reduced-motion:reduce){.m-product-hero__tier,.m-product-hero__tier-radio,.m-product-hero__tier-body,.m-product-hero__tier-body .m-product-hero__offer-perks,.m-product-hero__track{transition:none}}.m-product-hero__tier .m-product-hero__best-value{top:-10px;right:12px;left:auto}.m-product-hero__best-value{position:absolute;top:-10px;left:6px;right:auto;z-index:1;padding:2px 5px;border-radius:4px;background:#fff;color:#000;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:9px;line-height:1.2;text-transform:uppercase;white-space:nowrap}.m-product-hero__best-value--popular{background:#e0b44a;color:#140f0d}.m-product-hero__supply-copy{display:flex;flex-direction:column;gap:6px;min-width:0;width:100%}.m-product-hero__supply-name{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:13px;line-height:1.2;color:#f5f2f0}.m-product-hero__supply-volume{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:12px;line-height:1.2;color:var(--ph-proof)}.m-product-hero__supply-rule{display:none;width:100%;height:1px;background:#ffffff1a}.m-product-hero__supply-rate{display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:11px;line-height:1.2;color:var(--ph-gold)}.m-product-hero__supply-rate strong{font-weight:700;font-size:13px}.m-product-hero__supply-rate span{font-weight:400}.m-product-hero__purchase{display:flex;flex-direction:column;gap:8px;width:100%}.m-product-hero__purchase[hidden]{display:none}.m-product-hero__onetime-link{align-self:center;margin-top:4px;padding:0;border:0;background:none;color:var(--ph-text);font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:500;font-size:14px;line-height:1.3;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.m-product-hero__onetime-link.is-selected{font-weight:700}.m-product-hero__purchase-heading{margin:0 0 4px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:12px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--ph-dim)}.m-product-hero__offer{display:block;margin:0;overflow:visible;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#111;cursor:pointer}.m-product-hero__offer.is-subscribe{overflow:visible;background:#1c1c1c;border-color:transparent}.m-product-hero__offer.is-selected.is-onetime{background:#1c1c1c;border-color:transparent}.m-product-hero__tiers-banner{margin:0 0 12px;border-radius:8px}.m-product-hero__tiers-banner[hidden]{display:none}.m-product-hero__offer-banner{display:block;padding:9px 12px;border-radius:8px 8px 0 0;background:#e0b44a;color:#140f0d;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:800;font-size:12px;line-height:1.2;letter-spacing:.08em;text-align:center;text-transform:uppercase}.m-product-hero__freq-select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.m-product-hero__offer-body{display:flex;align-items:flex-start;gap:10px;padding:14px 14px 16px}.m-product-hero__offer-radio{flex:0 0 auto;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:2px 0 0;border:1.5px solid rgba(255,255,255,.45);border-radius:50%;background:transparent}.m-product-hero__offer-radio:checked{border-color:#e0b44a;background:radial-gradient(circle,#e0b44a 0 38%,transparent 42%)}.m-product-hero__offer-main{flex:1 1 auto;min-width:0}.m-product-hero__offer-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.m-product-hero__offer-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.m-product-hero__freq{position:relative;width:fit-content;max-width:100%}.m-product-hero__offer-title,.m-product-hero__offer-frequency{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:700;font-size:16px;line-height:1.3;color:var(--ph-text)}.m-product-hero__offer-frequency{display:inline-flex;align-items:center;width:auto;max-width:100%;padding:0 18px 0 0;border:0;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1.5L6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 2px center;cursor:pointer;text-align:left}.m-product-hero__offer-frequency:focus{outline:none}.m-product-hero__freq-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:8;min-width:100%;margin:0;padding:6px 0;list-style:none;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#2a2a2a;box-shadow:0 8px 24px #00000073}.m-product-hero__freq-menu[hidden]{display:none}.m-product-hero__freq-option{display:block;width:100%;padding:8px 12px;border:0;background:transparent;color:#fff;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:600;font-size:15px;line-height:1.3;text-align:left;cursor:pointer;white-space:nowrap}.m-product-hero__freq-option:hover,.m-product-hero__freq-option.is-active{background:#e0b44a29;color:#e0b44a}.m-product-hero__offer-save{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:800;font-size:14px;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;color:#e0b44a}.m-product-hero__offer-save:empty{display:none}.m-product-hero__offer-meta{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;line-height:1.35;color:#ffffff8c}.m-product-hero__offer-price-col{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex:0 0 auto}.m-product-hero__offer-price{font-family:var(--font-stack-header, "Besley", serif);font-weight:700;font-size:20px;line-height:1.2;color:var(--ph-text)}.m-product-hero__offer-compare{font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;line-height:1.2;color:var(--ph-dim);text-decoration:line-through}.m-product-hero__offer-perks{display:flex;flex-direction:column;gap:6px;margin:12px 0 0;padding:12px 0 0;list-style:none;border-top:1px solid rgba(255,255,255,.1)}.m-product-hero__offer-perk{display:flex;align-items:flex-start;gap:8px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:15px;line-height:1.35;color:var(--ph-text)}.m-product-hero__offer-perk-icon{display:flex;align-items:center;justify-content:center;flex:0 0 16px;width:16px;height:18px}.m-product-hero__offer-perk-icon img{display:block;width:16px;height:16px}@media screen and (min-width:768px){.m-product-hero__offer-perk{font-size:16px}}.m-product-hero__form{width:100%}.m-product-hero__atc{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:52px;padding:16px;border:0;border-radius:8px;background:var(--ph-cta);color:#fff;cursor:pointer}.m-product-hero__atc:disabled{opacity:.55;cursor:not-allowed}.m-product-hero__atc-text{display:inline-flex;align-items:baseline;gap:8px;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-weight:800;font-size:13px;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.m-product-hero__atc-compare{font-weight:600;opacity:.7}.m-product-hero__atc-arrow{display:block;width:14px;height:14px;transform:scaleX(-1)}.m-product-hero__trust{display:flex;flex-direction:column;gap:20px;width:100%;padding:24px;border-radius:4px;background:var(--ph-card);box-sizing:border-box}.m-product-hero__trust-item{display:flex;align-items:flex-start;gap:12px}.m-product-hero__trust-item+.m-product-hero__trust-item{padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.m-product-hero__trust-icon{display:flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:36px}.m-product-hero__trust-icon img{display:block;width:28px;height:28px}.m-product-hero__trust-copy{display:flex;flex-direction:column;gap:8px;min-width:0}.m-product-hero__trust-title{margin:0;font-family:var(--font-stack-header, "Besley", serif);font-weight:700;font-size:16px;line-height:24px;color:#f5f2f0}.m-product-hero__trust-subtitle{margin:0;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:14px;line-height:1.4;color:var(--ph-muted)}.m-product-hero__trust-title--desktop,.m-product-hero__trust-subtitle--desktop{display:none}.m-product-hero__disclaimer{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.m-product-hero__disclaimer p{margin:0;max-width:42em;font-family:var(--font-stack-body, "Public Sans", sans-serif);font-size:12px;line-height:1.45;color:var(--ph-dim)}@media screen and (min-width:1024px){.m-product-hero__inner,.m-product-hero__inner.m-header__container.container-fluid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:start;justify-content:start;gap:clamp(40px,4vw,72px);padding-left:var(--header-padding-x, 80px);padding-right:var(--header-padding-x, 80px)}.m-product-hero__media-col{grid-column:1;width:auto;min-width:0;max-width:none;gap:18px;padding:0}.m-product-hero__gallery{gap:18px}.m-product-hero__main-image{width:100%;max-width:none;height:auto;aspect-ratio:1 / 1;border-radius:20px}.m-product-hero__thumbs{--ph-thumb-gap: 8px;padding:0}.m-product-hero__thumb{border-radius:8px}.m-product-hero__thumb.is-selected{box-shadow:inset 0 0 0 3px #fff}.m-product-hero__reviews{display:block;overflow:visible}.m-product-hero__review{display:none;width:100%;max-width:none;flex:none;gap:20px;padding:18px;background:var(--ph-review)}.m-product-hero__review:first-child{display:flex}.m-product-hero__review-body{display:flex;flex-direction:column;gap:10px}.m-product-hero__review-title{display:block}.m-product-hero__review-excerpt{font-size:18px;line-height:1.6}.m-product-hero__review-text{-webkit-line-clamp:3}.m-product-hero__info{grid-column:2;width:auto;min-width:0;max-width:none;gap:28px;padding:0}.m-product-hero__inner.m-header__container.container-fluid{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:72px;max-width:1440px;margin-right:auto;margin-left:auto}.m-product-hero__media-col{flex:0 0 auto;width:628px;max-width:50%;grid-column:auto}.m-product-hero__info{flex:1 1 0;grid-column:auto;gap:20px;container-type:inline-size}.m-product-hero__rating{gap:12px}.m-product-hero__rating-stars{width:96px}.m-product-hero__rating-proof{font-weight:600;color:var(--ph-proof)}.m-product-hero__title{font-size:52px;line-height:68px}.m-product-hero__title{font-size:clamp(32px,6.9cqi,44px);line-height:1.15;white-space:nowrap}.m-product-hero__description{color:var(--ph-muted)}.m-product-hero__benefit{align-items:center;font-size:18px}.m-product-hero__benefits--cols{gap:40px}.m-product-hero__benefits--cols .m-product-hero__benefits-col{gap:12px}.m-product-hero__benefits--cols .m-product-hero__benefit{align-items:flex-start;font-size:14px;font-weight:400;line-height:1.35}.m-product-hero__price{font-size:28px}.m-product-hero__tier-rate strong{font-size:18px}.m-product-hero__supply-section{gap:16px}.m-product-hero__supply-heading{font-size:16px}.m-product-hero__supply-note{font-size:14px}.m-product-hero__purchase{gap:10px}.m-product-hero__purchase-heading{font-size:13px}.m-product-hero__offer-banner{padding:10px 16px;font-size:13px}.m-product-hero__offer-body{gap:12px;padding:16px}.m-product-hero__offer-title,.m-product-hero__offer-frequency{font-size:18px}.m-product-hero__offer-save{font-size:16px}.m-product-hero__offer-meta{font-size:15px}.m-product-hero__offer-price{font-size:24px}.m-product-hero__offer-compare{font-size:15px}.m-product-hero__offer-radio{width:20px;height:20px}.m-product-hero__supply-name{font-size:18px}.m-product-hero__supply-rule{display:block}.m-product-hero__atc{gap:18px;min-height:62px;padding:16px 32px;border-radius:12px}.m-product-hero__atc-text{font-size:16px}.m-product-hero__atc-desktop{display:inline}.m-product-hero__atc-mobile{display:none}.m-product-hero__atc-arrow{width:18px;height:17px}.m-product-hero__trust{flex-direction:row;align-items:flex-start;gap:16px;max-width:none;padding:24px 16px}.m-product-hero__trust-item{flex:1 0 0;flex-direction:column;align-items:center;gap:12px;text-align:center}.m-product-hero__trust-item+.m-product-hero__trust-item{padding-top:0;border-top:0}.m-product-hero__trust-icon{height:28px}.m-product-hero__trust-copy{align-items:center;width:100%}.m-product-hero__trust-title{font-size:18px}.m-product-hero__trust-subtitle{font-size:16px;color:var(--ph-proof)}.m-product-hero__trust-title--desktop,.m-product-hero__trust-subtitle--desktop{display:block}.m-product-hero__trust-title--mobile,.m-product-hero__trust-subtitle--mobile{display:none}.m-product-hero{--ph-sticky-top: 24px;--ph-sticky-bottom: 24px}body:has(.m-header.stuck:not(.scroll-down)) .m-product-hero,body:has(.m-header.header-sticky-always) .m-product-hero{--ph-sticky-top: calc(var(--m-header-height, 0px) + 24px)}html.announcement-is-stuck .m-product-hero{--ph-sticky-top: calc(var(--m-announcement-height, 0px) + 24px)}html.announcement-is-stuck body:has(.m-header.stuck:not(.scroll-down)) .m-product-hero,html.announcement-is-stuck body:has(.m-header.header-sticky-always) .m-product-hero{--ph-sticky-top: calc(var(--m-header-height, 0px) + var(--m-announcement-height, 0px) + 24px)}body:has(.m-product-hero-sticky.is-visible) .m-product-hero{--ph-sticky-bottom: 106px}.m-product-hero__media-col{position:sticky;top:var(--ph-sticky-top);align-self:flex-start;z-index:2;max-height:calc(100dvh - var(--ph-sticky-top) - var(--ph-sticky-bottom));transition:top var(--m-duration-long, .5s),max-height var(--m-duration-long, .5s)}@media(prefers-reduced-motion:reduce){.m-product-hero__media-col{transition:none}}.m-product-hero__gallery{flex:1 1 auto;min-height:0}.m-product-hero__stage-slot{display:grid;flex:1 1 auto;min-height:0;width:100%;height:auto;aspect-ratio:1 / 1;container-type:size;place-items:center}.m-product-hero__main-image{width:min(100cqi,100cqb);max-width:100%;height:auto;aspect-ratio:1 / 1;flex:none;min-height:0}.m-product-hero__reviews{flex-shrink:0}.m-product-hero__thumb-bar,.m-product-hero__thumbs{min-width:0;max-width:100%}}@media screen and (max-width:1399px)and (min-width:1024px){.m-product-hero__inner.m-header__container.container-fluid{padding-left:min(var(--header-padding-x, 80px),40px);padding-right:min(var(--header-padding-x, 80px),40px)}}@media screen and (max-width:1199px)and (min-width:1024px){.m-product-hero__inner.m-header__container.container-fluid{padding-left:20px;padding-right:20px}}@media screen and (max-width:1279px)and (min-width:1024px){.m-product-hero__inner.m-header__container.container-fluid{gap:40px}.m-product-hero__media-col{flex:1 1 0;width:auto;max-width:none}.m-product-hero__info{flex:1.15 1 0}}.m-product-hero-zoom.pswp{--pswp-bg: #0f0101 !important;--pswp-icon-color: #ffffff !important;--pswp-icon-color-secondary: #ffffff !important;--pswp-icon-stroke-color: transparent !important;--pswp-icon-stroke-width: 0 !important}.m-product-hero-zoom.pswp .pswp__top-bar{top:0;bottom:auto;height:92px;align-items:center;justify-content:flex-end;gap:8px;padding:0 16px}.m-product-hero-zoom.pswp .pswp__counter{height:auto;margin:0 auto 0 0;color:#fff;font-size:14px;font-weight:600;line-height:1;letter-spacing:.04em;opacity:1;text-shadow:none}.m-product-hero-zoom.pswp .pswp__preloader{width:60px;height:60px;margin:0}.m-product-hero-zoom.pswp .pswp__button{width:60px;height:60px;margin:0;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:30px;box-shadow:none;opacity:1;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background-color var(--m-duration-default, .25s) ease}.m-product-hero-zoom.pswp .pswp__button:hover,.m-product-hero-zoom.pswp .pswp__button:focus{background:#ffffff52;color:#fff;border-color:#fff6;box-shadow:none}.m-product-hero-zoom.pswp .pswp__button:focus-visible{outline:2px solid var(--ph-gold, #c19f42);outline-offset:3px}.m-product-hero-zoom.pswp .pswp__button .pswp__icn{position:absolute;top:50%;left:50%;right:auto;width:20px;height:20px;margin:-10px 0 0 -10px;fill:currentColor;color:currentColor}.m-product-hero-zoom.pswp .pswp__button--arrow{top:50%;width:60px;height:60px;margin-top:-30px}.m-product-hero-zoom.pswp .pswp__button--arrow--prev{left:16px;right:auto}.m-product-hero-zoom.pswp .pswp__button--arrow--next{right:16px;left:auto}.m-product-hero-zoom.pswp .pswp__button--arrow .pswp__icn{width:34px;height:34px;margin:-17px 0 0 -11px;transform:none}.m-product-hero-zoom.pswp .pswp__button--arrow--next .pswp__icn{margin-left:-23px;transform:scaleX(-1)}@media screen and (max-width:749px){.m-product-hero-zoom.pswp .pswp__button--arrow--prev{left:8px}.m-product-hero-zoom.pswp .pswp__button--arrow--next{right:8px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/product-hero.css.map */
