:root{--he-section-spacing-sm: 2rem;--he-section-spacing-md: 4rem;--he-section-spacing-lg: 6rem;--he-container-narrow: 800px;--he-container-default: 1200px;--he-container-wide: 1400px;--he-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--he-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--he-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--he-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--he-overlay-light: rgba(255, 255, 255, .7);--he-overlay-dark: rgba(0, 0, 0, .5);--he-badge-sativa: #22c55e;--he-badge-indica: #8b5cf6;--he-badge-hybrid: #f59e0b;--he-badge-delta8: #3b82f6;--he-badge-delta9: #ec4899;--he-badge-hhc: #14b8a6;--he-badge-cbd: #84cc16}.he-section{position:relative;width:100%}.he-section__inner{max-width:var(--he-container-default);margin:0 auto;padding:0 1rem}@media screen and (min-width: 750px){.he-section__inner{padding:0 2rem}}.he-section--narrow .he-section__inner{max-width:var(--he-container-narrow)}.he-section--wide .he-section__inner{max-width:var(--he-container-wide)}.he-section--full .he-section__inner{max-width:100%;padding:0}.he-section--spacing-sm{padding-top:var(--he-section-spacing-sm);padding-bottom:var(--he-section-spacing-sm)}.he-section--spacing-md{padding-top:var(--he-section-spacing-md);padding-bottom:var(--he-section-spacing-md)}.he-section--spacing-lg{padding-top:var(--he-section-spacing-lg);padding-bottom:var(--he-section-spacing-lg)}.he-hero{position:relative;display:flex;align-items:center;min-height:400px;overflow:hidden}.he-hero--full{min-height:100vh}.he-hero--large{min-height:600px}@media screen and (min-width: 750px){.he-hero--large{min-height:700px}}.he-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.he-hero__background img,.he-hero__background video{width:100%;height:100%;object-fit:cover}.he-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.he-hero__content{position:relative;z-index:2;width:100%;max-width:var(--he-container-default);margin:0 auto;padding:2rem 1rem}@media screen and (min-width: 750px){.he-hero__content{padding:4rem 2rem}}.he-hero__content--left{text-align:left}.he-hero__content--center{text-align:center}.he-hero__content--right{text-align:right}.he-hero__badge{display:inline-block;padding:.5rem 1rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;background-color:rgba(var(--color-primary-button-background),1);color:rgb(var(--color-primary-button-text))}.he-hero__heading{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.he-hero__subheading{margin:0 0 1.5rem;font-size:clamp(1rem,2vw,1.25rem);opacity:.9}.he-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:inherit}.he-hero--split{display:grid;grid-template-columns:1fr;min-height:auto}@media screen and (min-width: 750px){.he-hero--split{grid-template-columns:1fr 1fr;min-height:500px}.he-hero--split.he-hero--image-left{direction:rtl}.he-hero--split.he-hero--image-left>*{direction:ltr}}.he-hero__media{position:relative;min-height:300px}@media screen and (min-width: 750px){.he-hero__media{min-height:100%}}.he-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.he-hero__text{display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem}@media screen and (min-width: 750px){.he-hero__text{padding:4rem 3rem}}.he-product-highlights{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}.he-product-highlight{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;border-radius:9999px;background-color:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1)}.he-product-highlight__icon{width:1rem;height:1rem;flex-shrink:0}.he-product-highlight__label{font-weight:500;opacity:.7}.he-product-highlight__value{font-weight:600}.he-product-highlight--sativa{background-color:#22c55e1a;border-color:var(--he-badge-sativa);color:var(--he-badge-sativa)}.he-product-highlight--indica{background-color:#8b5cf61a;border-color:var(--he-badge-indica);color:var(--he-badge-indica)}.he-product-highlight--hybrid{background-color:#f59e0b1a;border-color:var(--he-badge-hybrid);color:var(--he-badge-hybrid)}.he-product-highlight--delta8{background-color:#3b82f61a;border-color:var(--he-badge-delta8)}.he-product-highlight--delta9{background-color:#ec48991a;border-color:var(--he-badge-delta9)}.he-product-highlight--hhc{background-color:#14b8a61a;border-color:var(--he-badge-hhc)}.he-product-highlight--cbd{background-color:#84cc161a;border-color:var(--he-badge-cbd)}.he-accordion{border-top:1px solid rgba(var(--color-foreground),.1)}.he-accordion__item{border-bottom:1px solid rgba(var(--color-foreground),.1)}.he-accordion__trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;font-size:1rem;font-weight:600;text-align:left;background:transparent;border:none;cursor:pointer;color:inherit}.he-accordion__trigger:hover{opacity:.8}.he-accordion__icon{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .3s ease}.he-accordion__item[open] .he-accordion__icon{transform:rotate(180deg)}.he-accordion__content{padding-bottom:1.25rem;font-size:.9375rem;line-height:1.7;color:rgba(var(--color-foreground),.8)}.he-accordion__content p{margin:0 0 1rem}.he-accordion__content p:last-child{margin-bottom:0}.he-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (min-width: 750px){.he-feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media screen and (min-width: 990px){.he-feature-grid--4{grid-template-columns:repeat(4,1fr)}.he-feature-grid--6{grid-template-columns:repeat(6,1fr)}}.he-feature-card{text-align:center;padding:1.5rem 1rem}.he-feature-card__icon{display:flex;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:50%;background-color:rgba(var(--color-foreground),.05)}.he-feature-card__icon svg,.he-feature-card__icon img{width:1.75rem;height:1.75rem}.he-feature-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:600}.he-feature-card__text{margin:0;font-size:.875rem;opacity:.8;line-height:1.5}.he-card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width: 750px){.he-card-grid--2{grid-template-columns:repeat(2,1fr)}.he-card-grid--3{grid-template-columns:repeat(3,1fr)}.he-card-grid--4{grid-template-columns:repeat(4,1fr)}}.he-card{display:flex;flex-direction:column;overflow:hidden;border-radius:.5rem;background-color:rgb(var(--color-background));box-shadow:var(--he-shadow-md);transition:transform .3s ease,box-shadow .3s ease}.he-card:hover{transform:translateY(-4px);box-shadow:var(--he-shadow-lg)}.he-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.he-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.he-card:hover .he-card__media img{transform:scale(1.05)}.he-card__label{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;background-color:rgb(var(--color-primary-button-background));color:rgb(var(--color-primary-button-text))}.he-card__content{flex:1;display:flex;flex-direction:column;padding:1.5rem}.he-card__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.he-card__text{flex:1;margin:0 0 1rem;font-size:.9375rem;line-height:1.6;opacity:.8}.he-card__cta{margin-top:auto}.he-testimonials{position:relative;overflow:hidden}.he-testimonials__track{display:flex;transition:transform .5s ease}.he-testimonials__slide{flex:0 0 100%;padding:0 1rem}@media screen and (min-width: 750px){.he-testimonials__slide{flex:0 0 50%}}@media screen and (min-width: 990px){.he-testimonials__slide{flex:0 0 33.333%}}.he-testimonial{padding:2rem;border-radius:.5rem;background-color:rgba(var(--color-foreground),.03);height:100%}.he-testimonial__rating{display:flex;gap:.25rem;margin-bottom:1rem;color:#fbbf24}.he-testimonial__rating svg{width:1.25rem;height:1.25rem;fill:currentColor}.he-testimonial__text{margin:0 0 1.5rem;font-size:1rem;line-height:1.7;font-style:italic}.he-testimonial__author{display:flex;align-items:center;gap:.75rem}.he-testimonial__avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.he-testimonial__name{font-weight:600;font-size:.9375rem}.he-testimonial__location{font-size:.8125rem;opacity:.7}.he-testimonials__nav{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.he-testimonials__dot{width:.625rem;height:.625rem;border-radius:50%;background-color:rgba(var(--color-foreground),.2);border:none;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.he-testimonials__dot:hover{background-color:rgba(var(--color-foreground),.4)}.he-testimonials__dot.active{background-color:rgb(var(--color-foreground));transform:scale(1.2)}.he-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;padding:1.5rem 0}.he-trust-badge{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.he-trust-badge__icon{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:rgba(var(--color-foreground),.05)}.he-trust-badge__icon svg{width:1.25rem;height:1.25rem}.he-trust-badge__text{font-weight:500}.he-countdown{text-align:center;padding:2rem}.he-countdown__heading{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.he-countdown__subtext{margin:0 0 1.5rem;opacity:.8}.he-countdown__timer{display:flex;justify-content:center;gap:1rem}@media screen and (min-width: 750px){.he-countdown__timer{gap:2rem}}.he-countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:4rem}.he-countdown__number{font-size:2.5rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}@media screen and (min-width: 750px){.he-countdown__number{font-size:3.5rem}}.he-countdown__label{margin-top:.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7}.he-countdown--expired{font-size:1.25rem;font-weight:600}.he-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;padding:2rem 0}.he-logos__item{max-width:120px;max-height:40px;opacity:.6;transition:opacity .3s ease}.he-logos__item:hover{opacity:1}.he-logos--grayscale .he-logos__item{filter:grayscale(100%)}.he-logos--grayscale .he-logos__item:hover{filter:grayscale(0%)}.he-lab-tests{display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width: 750px){.he-lab-tests{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 990px){.he-lab-tests{grid-template-columns:repeat(3,1fr)}}.he-lab-test{padding:1.5rem;border-radius:.5rem;background-color:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1)}.he-lab-test__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.he-lab-test__name{margin:0;font-size:1.125rem;font-weight:600}.he-lab-test__type{padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:9999px;background-color:rgba(var(--color-foreground),.1)}.he-lab-test__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.he-lab-test__stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.he-lab-test__stat-value{font-size:1.25rem;font-weight:700}.he-lab-test__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:rgb(var(--color-primary-button-background));text-decoration:none}.he-lab-test__link:hover{text-decoration:underline}.he-lab-test__link svg{width:1rem;height:1rem}.he-email-signup{text-align:center;padding:3rem 1.5rem;border-radius:.5rem}.he-email-signup__heading{margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.he-email-signup__subtext{margin:0 0 1.5rem;opacity:.8}.he-email-signup__form{display:flex;flex-direction:column;gap:.75rem;max-width:500px;margin:0 auto}@media screen and (min-width: 750px){.he-email-signup__form{flex-direction:row}}.he-email-signup__input{flex:1;padding:.875rem 1rem;font-size:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.25rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.he-email-signup__input:focus{outline:none;border-color:rgb(var(--color-primary-button-background))}.he-email-signup__button{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:.25rem;background-color:rgb(var(--color-primary-button-background));color:rgb(var(--color-primary-button-text));cursor:pointer;transition:opacity .3s ease}.he-email-signup__button:hover{opacity:.9}.he-email-signup__disclaimer{margin-top:1rem;font-size:.75rem;opacity:.6}.he-email-signup--compact{padding:1.5rem;text-align:left}.he-email-signup--compact .he-email-signup__heading{font-size:1.125rem;margin-bottom:.75rem}.he-email-signup--compact .he-email-signup__subtext{font-size:.875rem;margin-bottom:1rem}.he-form{max-width:700px;margin:0 auto}.he-form__row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media screen and (min-width: 750px){.he-form__row--2{grid-template-columns:repeat(2,1fr)}}.he-form__field{display:flex;flex-direction:column}.he-form__label{margin-bottom:.5rem;font-size:.875rem;font-weight:500}.he-form__label--required:after{content:" *";color:#ef4444}.he-form__input,.he-form__select,.he-form__textarea{padding:.875rem 1rem;font-size:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.25rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .3s ease}.he-form__input:focus,.he-form__select:focus,.he-form__textarea:focus{outline:none;border-color:rgb(var(--color-primary-button-background))}.he-form__textarea{min-height:150px;resize:vertical}.he-form__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.he-form__submit{margin-top:1.5rem}.he-form__message{margin-top:1rem;padding:1rem;border-radius:.25rem;font-size:.9375rem}.he-form__message--success{background-color:#22c55e1a;color:#16a34a;border:1px solid #22c55e}.he-form__message--error{background-color:#ef44441a;color:#dc2626;border:1px solid #ef4444}.he-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.1);box-shadow:0 -4px 20px #0000001a;transform:translateY(100%);transition:transform .3s ease}.he-sticky-atc.visible{transform:translateY(0)}.he-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--he-container-default);margin:0 auto;padding:.75rem 1rem}@media screen and (min-width: 750px){.he-sticky-atc__inner{padding:1rem 2rem}}.he-sticky-atc__info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.he-sticky-atc__image{width:50px;height:50px;border-radius:.25rem;object-fit:cover;display:none}@media screen and (min-width: 750px){.he-sticky-atc__image{display:block}}.he-sticky-atc__title{font-weight:600;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.he-sticky-atc__price{font-weight:700;font-size:1rem;white-space:nowrap}.he-sticky-atc__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.he-before-after{position:relative;max-width:800px;margin:0 auto;overflow:hidden;border-radius:.5rem;cursor:ew-resize;-webkit-user-select:none;user-select:none}.he-before-after__image{display:block;width:100%;height:auto}.he-before-after__before{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden}.he-before-after__before img{position:absolute;top:0;left:0;width:auto;height:100%;max-width:none}.he-before-after__slider{position:absolute;top:0;bottom:0;left:50%;width:4px;background-color:#fff;transform:translate(-50%);cursor:ew-resize}.he-before-after__handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 2px 10px #0000004d;display:flex;align-items:center;justify-content:center}.he-before-after__handle svg{width:20px;height:20px}.he-before-after__label{position:absolute;bottom:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:#000000b3;color:#fff;border-radius:9999px}.he-before-after__label--before{left:1rem}.he-before-after__label--after{right:1rem}.he-age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#000000e6}.he-age-gate__modal{max-width:480px;width:100%;padding:3rem 2rem;text-align:center;border-radius:.5rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.he-age-gate__logo{max-width:180px;margin-bottom:1.5rem}.he-age-gate__heading{margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.he-age-gate__text{margin:0 0 2rem;font-size:.9375rem;line-height:1.6;opacity:.8}.he-age-gate__buttons{display:flex;flex-direction:column;gap:.75rem}@media screen and (min-width: 400px){.he-age-gate__buttons{flex-direction:row;justify-content:center}}.he-age-gate__button{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.25rem;cursor:pointer;transition:opacity .3s ease}.he-age-gate__button:hover{opacity:.9}.he-age-gate__button--yes{background-color:rgb(var(--color-primary-button-background));color:rgb(var(--color-primary-button-text))}.he-age-gate__button--no{background-color:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.he-age-gate__disclaimer{margin-top:2rem;font-size:.6875rem;line-height:1.5;opacity:.6}.he-disclaimer-bar{padding:.75rem 1rem;font-size:.75rem;text-align:center;background-color:rgba(var(--color-foreground),.05);border-top:1px solid rgba(var(--color-foreground),.1)}.he-disclaimer-bar__inner{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:var(--he-container-default);margin:0 auto}.he-disclaimer-bar__text{margin:0;opacity:.8}.he-disclaimer-bar__close{padding:.25rem;background:transparent;border:none;cursor:pointer;opacity:.6;transition:opacity .3s ease}.he-disclaimer-bar__close:hover{opacity:1}.he-disclaimer-bar__close svg{width:1rem;height:1rem}.he-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.he-modal-overlay.active{opacity:1;visibility:visible}.he-modal{position:relative;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;border-radius:.5rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:scale(.95);transition:transform .3s ease}.he-modal-overlay.active .he-modal{transform:scale(1)}.he-modal__close{position:absolute;top:1rem;right:1rem;padding:.5rem;background:transparent;border:none;cursor:pointer;opacity:.6;transition:opacity .3s ease}.he-modal__close:hover{opacity:1}.he-modal__close svg{width:1.5rem;height:1.5rem}.he-modal__heading{margin:0 0 1rem;padding-right:2rem;font-size:1.5rem;font-weight:700}.he-modal__content{font-size:.9375rem;line-height:1.7}.he-modal__content h3{margin:1.5rem 0 .75rem;font-size:1.125rem}.he-modal__content p{margin:0 0 1rem}.he-modal__content ul{margin:0 0 1rem;padding-left:1.5rem}.he-modal__content li{margin-bottom:.5rem}.he-image-text{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media screen and (min-width: 750px){.he-image-text{grid-template-columns:1fr 1fr;gap:3rem}.he-image-text--image-right .he-image-text__media{order:2}}.he-image-text__media{position:relative}.he-image-text__media img{width:100%;height:auto;border-radius:.5rem}.he-image-text__secondary-image{position:absolute;bottom:-1.5rem;right:-1.5rem;width:40%;border-radius:.5rem;box-shadow:var(--he-shadow-lg)}.he-image-text__content{padding:1rem 0}@media screen and (min-width: 750px){.he-image-text__content{padding:2rem 0}}.he-image-text__subheading{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-primary-button-background))}.he-image-text__heading{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2}.he-image-text__text{margin:0 0 1.5rem;font-size:1rem;line-height:1.7;opacity:.85}.he-upsell{padding:2rem 0}.he-upsell__heading{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.he-upsell__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width: 750px){.he-upsell__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.he-mega-menu-promo-tiles{display:flex;gap:var(--gap-lg, 1.5rem);padding-block-start:var(--padding-sm, .5rem);grid-column:span 2 / -1;justify-content:flex-end}.he-promo-tile{display:flex;flex-direction:column;width:280px;max-width:100%;text-decoration:none;color:inherit;background-color:var(--color-background, #fff);border-radius:var(--he-promo-border-radius, var(--he-global-border-radius, 0));overflow:hidden;border:1px solid var(--color-border, #e6e6e6);transition:transform var(--he-global-transition-duration, .25s) ease-out,box-shadow var(--he-global-transition-duration, .25s) ease-out,border-color var(--he-global-transition-duration, .25s) ease-out}@media (hover: hover) and (pointer: fine){.he-promo-tile:hover{transform:translateY(-3px);box-shadow:var(--he-global-shadow-hover, 0 8px 16px -4px rgba(0, 0, 0, .15));border-color:var(--color-primary, #000)}.he-promo-tile:hover .he-promo-tile__image img{transform:scale(1.05)}}.he-promo-tile:focus-visible{outline:2px solid var(--color-primary, #000);outline-offset:2px}.he-promo-tile__image{position:relative;aspect-ratio:16 / 9;overflow:hidden;background-color:var(--color-background-muted, #f5f5f5)}.he-promo-tile__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--he-global-transition-duration, .25s) ease-out}@media (prefers-reduced-motion: reduce){.he-promo-tile,.he-promo-tile__image img{transition:none}.he-promo-tile:hover,.he-promo-tile:hover .he-promo-tile__image img{transform:none}}.he-promo-tile__content{display:flex;flex-direction:column;gap:.375rem;padding:1rem}.he-promo-tile__heading{margin:0;font-size:var(--font-size--body-md, .9375rem);font-weight:600;line-height:1.3;color:var(--color-foreground-heading, var(--color-foreground, #000))}.he-promo-tile__subtext{margin:0;font-size:var(--font-size--body-sm, .8125rem);line-height:1.4;color:var(--color-foreground, #000);opacity:.75}.he-promo-tile__button{display:inline-block;margin-top:.25rem;font-size:var(--font-size--body-sm, .8125rem);font-weight:600;color:var(--color-primary, #000);text-decoration:underline;text-underline-offset:2px}@media (hover: hover) and (pointer: fine){.he-promo-tile:hover .he-promo-tile__button{text-decoration-thickness:2px}}.he-trust-compliance{margin-top:var(--padding-lg, 24px);padding-top:var(--padding-md, 16px);border-top:1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10))}.he-trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--padding-md, 16px)}@media screen and (min-width: 750px){.he-trust-badges{grid-template-columns:repeat(4,1fr);gap:var(--padding-lg, 24px)}}.he-trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--padding-xs, 8px)}.he-trust-badge__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--he-global-border-radius, 0);background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5));color:var(--color-foreground)}.he-trust-badge__icon-svg{width:24px;height:24px;object-fit:contain}.he-trust-badge__content{display:flex;flex-direction:column;gap:2px}.he-trust-badge__heading{font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-medium, 500);line-height:1.3;color:var(--color-foreground)}.he-trust-badge__subtext{font-size:var(--font-size-xs, 12px);line-height:1.3;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.he-compliance-note{margin-top:var(--padding-md, 16px);padding:var(--padding-sm, 12px);background-color:rgb(var(--color-foreground-rgb) / var(--opacity-5));border-radius:var(--he-global-border-radius, 0);font-size:var(--font-size-xs, 12px);line-height:1.5;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.he-compliance-note p{margin:0}.he-compliance-note p+p{margin-top:var(--padding-xs, 8px)}
/*# sourceMappingURL=/cdn/shop/t/20/assets/custom-sections.css.map */
