:root{--hhsub-bg: #FAF7F2;--hhsub-card: #fff;--hhsub-card-warm: #F0E8DC;--hhsub-text: #1A1A1A;--hhsub-muted: #6B6358;--hhsub-teal: #1A8C7A;--hhsub-teal-light: rgba(26, 140, 122, .08);--hhsub-orange: #E8862A;--hhsub-selected-bg: #21242C;--hhsub-selected-text: #fff;--hhsub-radius: 16px;--hhsub-radius-btn: 30px;--hhsub-shadow: 0 4px 20px rgba(0,0,0,.06);--hhsub-shadow-hover: 0 8px 32px rgba(0,0,0,.09);--hhsub-font-display: "Averia Serif Libre", serif;--hhsub-font-body: "Nunito", system-ui, sans-serif;--hhsub-max-w: 1040px;--hhsub-card-img: 96px}.hhsub-page{background:var(--hhsub-bg)!important}body .shopify-section-group-header-group .header-wrapper{transition:background .3s ease}.hhsub-hero-section{margin-top:calc(-1 * var(--header-height, 0px))}.hhsub-hero{position:relative;display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:clamp(6rem,14vw,10rem) clamp(1.25rem,4vw,3rem) clamp(3rem,8vw,5rem);overflow:hidden}.hhsub-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hhsub-hero__bg img{width:100%;height:100%;object-fit:cover}.hhsub-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hhsub-hero__inner{position:relative;z-index:2;max-width:800px}.hhsub-hero__eyebrow{font-family:var(--hhsub-font-body);font-size:1.36rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--hhsub-orange);margin-bottom:.75rem}.hhsub-hero--dark .hhsub-hero__eyebrow{color:#fff;opacity:.8}.hhsub-hero__heading{font-family:var(--hhsub-font-display);font-size:clamp(3.4rem,8.5vw,5.44rem);font-weight:700;line-height:1.1;letter-spacing:-.01em;color:var(--hhsub-text);margin:0 0 1rem}.hhsub-hero--dark .hhsub-hero__heading{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hhsub-hero__sub{font-family:var(--hhsub-font-body);font-size:clamp(1.7rem,3vw,2rem);line-height:1.6;color:var(--hhsub-muted);margin:0}.hhsub-hero__sub p{margin:0}.hhsub-hero--dark .hhsub-hero__sub{color:#ffffffd9}.hhsub-hero__accent{width:60px;height:3px;margin:1.25rem auto 0;border-radius:2px;background:linear-gradient(90deg,var(--hhsub-teal),var(--hhsub-orange),var(--hhsub-teal));background-size:300% 100%;animation:hhsubShimmer 12s linear infinite}@keyframes hhsubShimmer{0%{background-position:0% center}to{background-position:300% center}}.hhsub-content-section{background:var(--hhsub-bg);padding:clamp(2rem,5vw,4rem) clamp(1rem,3vw,2rem)}.hhsub-content-inner{max-width:var(--hhsub-max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}.hhsub-content-image{position:relative;overflow:hidden;border-radius:var(--hhsub-radius)}.hhsub-content-image img.hhsub-slide{width:100%;border-radius:var(--hhsub-radius);display:block;opacity:0;position:absolute;top:0;left:0;transition:opacity .8s ease}.hhsub-content-image img.hhsub-slide.is-active{opacity:1;position:relative}.hhsub-content-image img:only-child{opacity:1;position:relative}.hhsub-content-title{font-family:var(--hhsub-font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:var(--hhsub-text);margin:0 0 1rem;line-height:1.2}.hhsub-content-body{font-family:var(--hhsub-font-body);font-size:1.53rem;line-height:1.7;color:var(--hhsub-muted)}.hhsub-content-body p{margin:0 0 .75rem}.hhsub-content-body p:last-child{margin-bottom:0}.hhsub-content-body strong{color:var(--hhsub-text)}.hhsub-ritual-graphic{text-align:center;padding:0 clamp(1rem,3vw,2rem);margin-bottom:clamp(1rem,3vw,2rem)}.hhsub-ritual-graphic img{max-width:100%;height:auto;display:inline-block}.hhsub-builder{max-width:var(--hhsub-max-w);margin:0 auto;padding:clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem) clamp(3rem,6vw,5rem)}.hhsub-step{margin-bottom:clamp(2.5rem,5vw,4rem)}.hhsub-step__title{font-family:var(--hhsub-font-display);font-size:clamp(2.38rem,4.25vw,3.06rem);font-weight:700;color:var(--hhsub-text);margin:0 0 1.5rem;line-height:1.2}.hhsub-step__num{font-family:var(--hhsub-font-body);font-weight:700;color:inherit;margin-right:.25em;font-size:.75em}.hhsub-options{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hhsub-options--two{grid-template-columns:repeat(2,1fr)}.hhsub-radio{display:contents;cursor:pointer}.hhsub-radio input{position:absolute;opacity:0;pointer-events:none}.hhsub-card{position:relative;background:var(--hhsub-card);border:2px solid transparent;border-radius:var(--hhsub-radius);padding:clamp(1.5rem,3vw,2.25rem);box-shadow:var(--hhsub-shadow);cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s,color .2s;display:flex;flex-direction:column;align-items:center;text-align:center}.hhsub-card:hover{box-shadow:var(--hhsub-shadow-hover);transform:translateY(-2px)}.hhsub-card__img{width:var(--hhsub-card-img);height:var(--hhsub-card-img);margin:0 auto .75rem;flex-shrink:0}.hhsub-card__img img{width:100%;height:100%;object-fit:contain}.hhsub-card__img-active{display:none}.hhsub-card__img-default{display:block}.hhsub-radio input:checked+.hhsub-card .hhsub-card__img-default{display:none}.hhsub-radio input:checked+.hhsub-card .hhsub-card__img-active{display:block}.hhsub-radio input:checked+.hhsub-card{border-color:transparent;background:var(--hhsub-selected-bg);color:var(--hhsub-selected-text);box-shadow:none}.hhsub-radio input:checked+.hhsub-card .hhsub-card__title,.hhsub-radio input:checked+.hhsub-card .hhsub-card__sub{color:var(--hhsub-selected-text)}.hhsub-card:after{display:none}.hhsub-card__title{font-family:var(--hhsub-font-display);font-size:clamp(1.7rem,2.72vw,1.95rem);font-weight:700;color:var(--hhsub-text);margin:0 0 .25rem;padding-right:28px}.hhsub-card__sub{font-family:var(--hhsub-font-body);font-size:1.45rem;color:var(--hhsub-muted);line-height:1.4;margin:0}.hhsub-card__badge{display:inline-block;font-family:var(--hhsub-font-body);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hhsub-teal);background:var(--hhsub-teal-light);padding:3px 10px;border-radius:10px;margin-top:.5rem}.hhsub-radio input:checked+.hhsub-card .hhsub-card__badge{color:#fff;background:#ffffff26}.hhsub-card__discount{display:inline-block;font-family:var(--hhsub-font-body);font-size:1.28rem;font-weight:700;color:var(--hhsub-orange);margin-top:.4rem}.hhsub-radio input:checked+.hhsub-card .hhsub-card__discount{color:var(--hhsub-orange)}.hhsub-chip{display:inline-block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#eee;color:#999;padding:2px 8px;border-radius:6px;margin-left:6px}.hhsub-help-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;border:1.5px solid #ccc;border-radius:50%;background:var(--hhsub-card);color:var(--hhsub-muted);font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:border-color .2s,color .2s,background .2s;line-height:1;padding:0}.hhsub-help-btn:hover{border-color:var(--hhsub-teal);color:var(--hhsub-teal)}.hhsub-radio input:checked+.hhsub-card .hhsub-help-btn{border-color:#fff6;background:transparent;color:#fff}.hhsub-info-text{font-family:var(--hhsub-font-body);font-size:1.6rem;line-height:1.75;color:var(--hhsub-muted);margin-top:1.5rem;padding:clamp(1.25rem,2.5vw,2rem);background:var(--hhsub-card-warm);border-radius:var(--hhsub-radius)}.hhsub-info-text p{margin:0 0 .75rem}.hhsub-info-text p:last-child{margin-bottom:0}.hhsub-info-text strong{color:var(--hhsub-text)}.hhsub-delivery{font-family:var(--hhsub-font-body);font-size:1.53rem;color:var(--hhsub-muted);margin-top:1.25rem}.hhsub-delivery__link{background:none;border:none;color:var(--hhsub-teal);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-size:inherit;font-family:inherit;padding:0;margin-left:4px}.hhsub-delivery__link:hover{color:var(--hhsub-orange)}.hhsub-addons{display:grid;gap:16px}.hhsub-addon{display:contents;cursor:pointer}.hhsub-addon input{position:absolute;opacity:0;pointer-events:none}.hhsub-addon__card{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:clamp(1rem,2vw,1.5rem);background:var(--hhsub-card);border:2px solid transparent;border-radius:var(--hhsub-radius);padding:clamp(1rem,2vw,1.5rem);box-shadow:var(--hhsub-shadow);cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s,color .2s}.hhsub-addon__card:hover{box-shadow:var(--hhsub-shadow-hover)}.hhsub-addon input:checked+.hhsub-addon__card{border-color:transparent;background:var(--hhsub-selected-bg)}.hhsub-addon input:checked+.hhsub-addon__card .hhsub-addon__title,.hhsub-addon input:checked+.hhsub-addon__card .hhsub-addon__sub,.hhsub-addon input:checked+.hhsub-addon__card .hhsub-addon__price{color:var(--hhsub-selected-text)}.hhsub-addon__img{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f5f5f0}.hhsub-addon__img img{width:100%;height:100%;object-fit:cover}.hhsub-addon__body{min-width:0}.hhsub-addon__title{font-family:var(--hhsub-font-display);font-size:1.7rem;font-weight:700;color:var(--hhsub-text);display:block}.hhsub-addon__sub{font-family:var(--hhsub-font-body);font-size:1.36rem;color:var(--hhsub-muted);display:block;margin-top:2px}.hhsub-addon__meta{text-align:right;white-space:nowrap}.hhsub-addon__price{font-family:var(--hhsub-font-body);font-size:1.6rem;font-weight:700;color:var(--hhsub-text);display:block}.hhsub-addon__view{font-size:1.05rem;color:var(--hhsub-teal);text-decoration:underline;text-underline-offset:2px;cursor:pointer;display:inline-block;margin-top:4px}.hhsub-addon__view:hover{color:var(--hhsub-orange)}.hhsub-addon input:checked+.hhsub-addon__card .hhsub-addon__view{color:#ffffffb3}.hhsub-addon__check{width:24px;height:24px;border:2px solid #ccc;border-radius:6px;transition:border-color .2s,background .2s;flex-shrink:0}.hhsub-addon input:checked+.hhsub-addon__card .hhsub-addon__check{border-color:#fff;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2321242C' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px}.hhsub-summary{background:var(--hhsub-card);border-radius:var(--hhsub-radius);box-shadow:var(--hhsub-shadow);padding:clamp(1.5rem,3vw,2.25rem);margin-bottom:1.5rem}.hhsub-summary__title{font-family:var(--hhsub-font-display);font-size:2.04rem;font-weight:700;color:var(--hhsub-text);margin:0 0 1.25rem}.hhsub-summary .hhsub-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);font-family:var(--hhsub-font-body);font-size:1.53rem}.hhsub-summary .hhsub-row:last-child{border-bottom:none}.hhsub-row__label{color:var(--hhsub-muted)}.hhsub-row__value{color:var(--hhsub-text);font-weight:600;text-align:right}.hhsub-row--savings .hhsub-row__value{color:var(--hhsub-teal)}.hhsub-pickup{display:flex;align-items:center;gap:12px;padding:12px 0}.hhsub-pickup__switch{position:relative;width:44px;height:24px;flex-shrink:0}.hhsub-pickup__switch input{opacity:0;width:0;height:0;position:absolute}.hhsub-pickup__slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:12px;cursor:pointer;transition:background .2s}.hhsub-pickup__slider:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.hhsub-pickup__switch input:checked+.hhsub-pickup__slider{background:var(--hhsub-teal)}.hhsub-pickup__switch input:checked+.hhsub-pickup__slider:after{transform:translate(20px)}.hhsub-pickup__label{font-family:var(--hhsub-font-body);font-size:1.45rem;color:var(--hhsub-muted);cursor:pointer}.hhsub-pickup__help{font-size:1.2rem;color:var(--hhsub-muted);padding:4px 0 0 56px;display:none}.hhsub-extras{background:var(--hhsub-card);border-radius:var(--hhsub-radius);box-shadow:var(--hhsub-shadow);padding:clamp(1.25rem,2.5vw,1.75rem);margin-bottom:1.5rem;display:none}.hhsub-extras__title{font-family:var(--hhsub-font-display);font-size:1.7rem;font-weight:700;color:var(--hhsub-text);margin:0 0 .75rem}.hhsub-total{text-align:center;padding:2rem 0 .75rem}.hhsub-total__label{font-family:var(--hhsub-font-body);font-size:1.28rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hhsub-muted);margin-bottom:.25rem}.hhsub-total__price{font-family:var(--hhsub-font-display);font-size:clamp(3.06rem,5.1vw,4.08rem);font-weight:700;color:var(--hhsub-text)}.hhsub-total__original{font-family:var(--hhsub-font-body);font-size:1.7rem;color:var(--hhsub-muted);text-decoration:line-through;margin-left:8px;display:none}.hhsub-guarantee{display:flex;justify-content:center;gap:1.5rem;font-family:var(--hhsub-font-body);font-size:1.2rem;color:var(--hhsub-teal);margin-top:.75rem}.hhsub-cta{display:block;width:100%;max-width:480px;margin:1.75rem auto 0;padding:1.1em 2em;font-family:var(--hhsub-font-body);font-size:1.87rem;font-weight:700;color:#fff;background:var(--hhsub-teal);border:2px solid var(--hhsub-teal);border-radius:var(--hhsub-radius-btn);cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #1a8c7a40}.hhsub-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a8c7a59}.hhsub-cta:active{transform:translateY(0)}.hhsub-cta:disabled{opacity:.6;cursor:not-allowed}.hhsub-legal{font-family:var(--hhsub-font-body);font-size:1.05rem;color:var(--hhsub-muted);text-align:center;margin-top:.75rem}.hhsub-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center}.hhsub-modal.open{display:flex}.hhsub-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:0}.hhsub-modal__box{position:relative;z-index:1;background:var(--hhsub-card);border-radius:var(--hhsub-radius);padding:clamp(1.75rem,3.5vw,2.5rem);max-width:540px;width:calc(100% - 2rem);max-height:85vh;overflow-y:auto;box-shadow:0 12px 48px #0003}.hhsub-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;background:none;border:none;font-size:26px;cursor:pointer;color:var(--hhsub-muted);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.hhsub-modal__close:hover{background:#0000000d}.hhsub-modal__title{font-family:var(--hhsub-font-display);font-size:2.21rem;font-weight:700;color:var(--hhsub-text);margin:0 0 .75rem;padding-right:36px}.hhsub-modal__body{font-family:var(--hhsub-font-body);font-size:1.6rem;line-height:1.7;color:var(--hhsub-muted)}.hhsub-modal__body p{margin:0 0 .75rem}.hhsub-modal__body strong{color:var(--hhsub-text)}.hhsub-modal__media{margin-bottom:1rem;text-align:center}.hhsub-modal__media img{width:auto;max-width:200px;max-height:200px;object-fit:contain;border-radius:12px}.hhsub-modal__price{font-size:1.87rem;font-weight:700;color:var(--hhsub-text);margin-bottom:.5rem}.hhsub-modal__link{display:inline-block;margin-top:.75rem;font-size:1.36rem;font-weight:600;color:var(--hhsub-teal);text-decoration:underline;text-underline-offset:2px}.hhsub-cadence-desktop{display:block}.hhsub-cadence-mobile{display:none}.hhsub-fade{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.hhsub-fade.is-visible{opacity:1;transform:translateY(0)}.hhsub-note{font-family:var(--hhsub-font-body);font-size:1.45rem;color:var(--hhsub-muted);font-style:italic}@media(max-width:680px){.hhsub-options,.hhsub-options--two{grid-template-columns:1fr}.hhsub-card{flex-direction:row;text-align:left;align-items:center;gap:1rem}.hhsub-card__img{margin:0;width:72px;height:72px;flex-shrink:0}.hhsub-guarantee{flex-direction:column;gap:.4rem;align-items:center}.hhsub-addon__card{grid-template-columns:64px 1fr auto}.hhsub-addon__img{width:64px;height:64px}.hhsub-cadence-desktop{display:none}.hhsub-cadence-mobile{display:block}}@media(max-width:480px){.hhsub-hero{padding-top:5rem;padding-bottom:2.5rem}:root{--hhsub-card-img: 64px}.hhsub-content-inner{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.hhsub-hero__accent{animation:none}.hhsub-fade{transition:none;opacity:1;transform:none}.hhsub-card,.hhsub-addon__card,.hhsub-cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/hh-subscription-v2.css.map */
