.progress-section{--progress-gradient-brand: var(--background-surface-shopify-gradient-mood);--progress-gradient-yellow: var(--background-surface-shopify-gradient-stress);--progress-gradient-purple: var(--background-surface-shopify-gradient-sleep);--progress-section-scroll-height: 200vh;--progress-mobile-width: 70.4rem;display:block;background-color:var(--background-page-primary);height:auto;position:relative}@media screen and (min-width: 768px){.progress-section{height:var(--progress-section-scroll-height)}}.progress-section[data-color-scheme=brand]{--progress-gradient: var(--progress-gradient-brand)}.progress-section[data-color-scheme=yellow]{--progress-gradient: var(--progress-gradient-yellow)}.progress-section[data-color-scheme=purple]{--progress-gradient: var(--progress-gradient-purple)}.progress-section__sticky-wrapper{position:relative;top:auto;min-height:auto;display:flex;align-items:flex-start;justify-content:center;padding-inline:var(--space-16);padding-block:var(--space-40)}@media screen and (min-width: 768px){.progress-section__sticky-wrapper{position:sticky;top:0;min-height:100vh;align-items:center;padding-inline:var(--space-32);padding-block:var(--space-112)}}@media screen and (min-width: 1280px){.progress-section__sticky-wrapper{padding-inline:var(--space-48);padding-block:var(--space-128)}}.progress-section__grid{row-gap:var(--space-24)}.progress-section__heading-cell{display:flex;justify-content:center}.progress-section__heading{text-align:center;margin:0;max-width:35.8rem}.progress-section__content-left{display:flex;flex-direction:column;align-items:center}.progress-section__image-wrapper{width:100%;max-width:35.8rem;border-radius:var(--border-radius-32);overflow:hidden}.progress-section__image{display:block;width:100%;height:100%;aspect-ratio:358 / 294;object-fit:cover}.progress-section__progress-container{display:flex;flex-direction:column;gap:var(--space-24);width:calc(100% + var(--space-16));margin-inline-start:calc(var(--space-16) * -1);padding-inline-start:var(--space-16);overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.progress-section__progress-container::-webkit-scrollbar{display:none}.progress-section__track-wrapper{position:relative;width:var(--progress-mobile-width);flex-shrink:0;padding-block:var(--space-16)}.progress-section__track{position:relative;height:1.2rem;width:100%;background-color:var(--background-surface-tertiary-strong);border-radius:var(--border-radius-9999);box-shadow:inset 0 .4rem 2.6rem .2rem var(--color-alpha-black-5);overflow:visible;cursor:pointer;touch-action:none}.progress-section__track:before{content:"";position:absolute;top:-1.6rem;right:0;bottom:-1.6rem;left:0}.progress-section__bar{position:absolute;top:0;left:0;height:100%;border-radius:var(--border-radius-9999);background:var(--progress-gradient, var(--progress-gradient-brand));transition:width .3s cubic-bezier(.4,0,.2,1);will-change:width;overflow:visible}.progress-section__symbol{position:absolute;bottom:-1rem;right:-1.6rem;width:3.2rem;height:3.2rem;cursor:grab;touch-action:none}.progress-section__symbol:active{cursor:grabbing}.progress-section__symbol-img{width:100%;height:100%;object-fit:contain}.progress-section__steps-wrapper{width:var(--progress-mobile-width);flex-shrink:0}.progress-section__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-16);width:100%}.progress-section__step{display:flex;flex-direction:column;align-items:center;gap:var(--space-16);background:none;border:none;padding:0;text-align:center}.progress-section__step-badge{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-6) var(--space-12);border-radius:var(--border-radius-12);height:3.2rem;white-space:nowrap}.progress-section__step-badge--brand{background-color:var(--color-alpha-brand-10);color:var(--text-brand-default)}.progress-section__step-badge--yellow{background-color:var(--color-primary-yellow-30);color:var(--color-primary-yellow-500)}.progress-section__step-badge--purple{background-color:var(--color-primary-purple-30);color:var(--color-primary-purple-600)}.progress-section__step-content{display:flex;flex-direction:column;gap:var(--space-12);width:100%}.progress-section__step-title{color:var(--text-secondary);transition:color .3s ease;text-align:center;margin:0}.progress-section__step--active .progress-section__step-title{color:var(--text-primary)}.progress-section__step-description{color:var(--text-secondary);display:none;margin:0}.progress-section__step--active .progress-section__step-description{display:block}@media screen and (min-width: 768px){.progress-section__grid{row-gap:var(--space-40)}.progress-section__heading{max-width:34.4rem}.progress-section__content-left{align-items:center}.progress-section__image-wrapper{max-width:34.4rem}.progress-section__image{aspect-ratio:344 / 282.5}.progress-section__progress-container{width:100%;margin-inline-start:0;padding-inline-start:0;overflow:visible}.progress-section__track-wrapper{width:100%;padding-block:0}.progress-section__steps-wrapper{width:100%}}@media screen and (min-width: 1025px) and (max-width: 1279px){.progress-section__heading.h-h{font-size:var(--font-size-28);line-height:var(--line-height-120);letter-spacing:var(--letter-spacing-2-percent)}}@media screen and (min-width: 1280px){.progress-section__grid{row-gap:var(--space-72);align-items:start}.progress-section__heading{max-width:78.4rem}.progress-section__content-left{height:48rem;align-items:stretch}.progress-section__image-wrapper{max-width:none;margin-inline:0;height:100%;border-radius:var(--border-radius-48)}.progress-section__image{height:100%;max-width:none;aspect-ratio:auto;object-fit:cover}.progress-section__progress-container{flex-direction:row;gap:var(--space-16);height:48rem;overflow:visible}.progress-section__track-wrapper{width:8.4rem;height:100%;display:flex;justify-content:center;flex-shrink:0;padding-block:0}.progress-section__track{width:2.4rem;height:100%}.progress-section__bar{width:100%;height:0;top:0;left:0;right:auto;bottom:auto;transition:height .3s cubic-bezier(.4,0,.2,1);will-change:height}.progress-section__symbol{top:auto;bottom:-1.2rem;right:50%;transform:translate(50%);width:4.8rem;height:4.8rem}.progress-section__steps-wrapper{flex:1;height:100%}.progress-section__steps{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);height:100%;gap:var(--space-16)}.progress-section__step{align-items:flex-start;text-align:left;justify-content:flex-start}.progress-section__step-content{align-items:flex-start}.progress-section__step-title,.progress-section__step-description{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-progress.css.map */
