.prohealth-routine{--routine-gap: 24px;--routine-nav-offset: 8px;color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.prohealth-routine__inner{padding-top:var(--section-padding-top, 40px);padding-bottom:var(--section-padding-bottom, 40px)}.prohealth-routine__hero{display:grid;gap:24px;align-items:center;margin-bottom:28px}.prohealth-routine__hero--text-only{max-width:820px}.prohealth-routine__eyebrow{margin:0 0 8px;color:rgb(var(--color-foreground-secondary));font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.prohealth-routine__title{margin:0}.prohealth-routine__description{max-width:720px;margin-top:12px;color:rgb(var(--color-foreground-secondary))}.prohealth-routine__description>*:first-child{margin-top:0}.prohealth-routine__description>*:last-child{margin-bottom:0}.prohealth-routine__hero-media{overflow:hidden;border-radius:var(--rounded-box, 8px)}.prohealth-routine__hero-media img,.prohealth-routine__hero-media svg{display:block;width:100%;height:auto}.prohealth-routine__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.prohealth-routine__overview{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.prohealth-routine__overview-item{display:inline-flex;gap:6px;align-items:center;min-height:36px;padding:7px 12px;border:1px solid rgb(var(--color-border));border-radius:999px;font-size:13px;line-height:1.2}.prohealth-routine__overview-number{font-weight:600}.prohealth-routine__nav-wrap{position:sticky;top:calc(var(--m-header-height, 0px) + var(--routine-nav-offset));z-index:18;margin:0 0 34px;padding:6px;border:1px solid rgb(var(--color-border));border-radius:var(--rounded-box, 8px);background:rgb(var(--color-background))}.prohealth-routine__nav{display:grid;grid-template-columns:repeat(var(--routine-step-count, 4),minmax(0,1fr));gap:4px}.prohealth-routine__nav-link{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:8px 6px;border-radius:calc(var(--rounded-box, 8px) - 2px);color:rgb(var(--color-foreground));font-size:13px;line-height:1.2;text-align:center;transition:background-color .2s ease,color .2s ease}.prohealth-routine__nav-link:hover,.prohealth-routine__nav-link.is-active{background:rgba(var(--color-foreground),.07)}.prohealth-routine__nav-number{font-weight:600}.prohealth-routine__nav-title{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prohealth-routine__steps{display:grid;gap:var(--routine-step-gap-mobile, 52px)}.prohealth-routine__step{scroll-margin-top:calc(var(--m-header-height, 0px) + 82px)}.prohealth-routine__step-inner{padding-top:0;padding-bottom:0}.prohealth-routine__step-layout{display:grid;gap:22px}.prohealth-routine__step-intro{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start}.prohealth-routine__step-number{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:999px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:14px;font-weight:600}.prohealth-routine__step-kicker{margin:0 0 4px;color:rgb(var(--color-foreground-secondary));font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.prohealth-routine__step-title{margin:0}.prohealth-routine__step-description{margin-top:8px;color:rgb(var(--color-foreground-secondary))}.prohealth-routine__step-description>*:first-child{margin-top:0}.prohealth-routine__step-description>*:last-child{margin-bottom:0}.prohealth-routine__education{display:grid;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid rgb(var(--color-border));font-size:14px}.prohealth-routine__education-label{display:block;margin-bottom:2px;font-weight:600}.prohealth-routine__education-text{color:rgb(var(--color-foreground-secondary))}.prohealth-routine__products-area{min-width:0}.prohealth-routine__slider-header{display:flex;justify-content:flex-end;margin-bottom:10px}.prohealth-routine__slider-controls{display:flex;gap:8px}.prohealth-routine__slider-button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:1px solid rgb(var(--color-border));border-radius:999px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.prohealth-routine__slider-button:hover{background:rgba(var(--color-foreground),.05)}.prohealth-routine__slider-button:disabled{opacity:.35;cursor:default}.prohealth-routine__products{display:flex;gap:var(--routine-product-gap-mobile, 16px);align-items:stretch;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.prohealth-routine__products::-webkit-scrollbar{display:none}.prohealth-routine__product{flex:0 0 calc((100% - (var(--routine-mobile-columns, 2) - 1) * var(--routine-product-gap-mobile, 16px)) / var(--routine-mobile-columns, 2));min-width:0;scroll-snap-align:start}.prohealth-routine__empty{flex:0 0 100%;padding:22px;border:1px dashed rgb(var(--color-border));border-radius:var(--rounded-box, 8px);color:rgb(var(--color-foreground-secondary));text-align:center}.prohealth-routine__step-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.prohealth-routine__connector{display:block;width:1px;height:30px;margin:-22px 0 -30px 21px;background:rgb(var(--color-border))}.prohealth-routine__footer{margin-top:56px;padding:28px 20px;border:1px solid rgb(var(--color-border));border-radius:var(--rounded-box, 8px);text-align:center}.prohealth-routine__footer-title{margin:0}.prohealth-routine__footer-text{max-width:640px;margin:10px auto 0;color:rgb(var(--color-foreground-secondary))}.prohealth-routine__footer-actions{display:flex;justify-content:center;margin-top:18px}@media(min-width:768px){.prohealth-routine__inner{padding-top:var(--section-padding-top-desktop, var(--section-padding-top, 56px));padding-bottom:var(--section-padding-bottom-desktop, var(--section-padding-bottom, 56px))}.prohealth-routine__hero.has-media{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:48px}.prohealth-routine__hero.has-media.prohealth-routine__hero--image-left .prohealth-routine__hero-media{order:-1}.prohealth-routine__nav-title{display:inline}.prohealth-routine__steps{gap:var(--routine-step-gap-desktop, 72px)}.prohealth-routine__step-layout--beside{grid-template-columns:minmax(220px,28%) minmax(0,1fr);gap:40px}.prohealth-routine__step-layout--beside .prohealth-routine__step-intro{position:sticky;top:calc(var(--m-header-height, 0px) + 82px)}.prohealth-routine__step-layout--above{grid-template-columns:minmax(0,1fr);gap:24px}.prohealth-routine__step-layout--above .prohealth-routine__step-intro{position:relative;top:auto;max-width:900px}.prohealth-routine__products{gap:var(--routine-product-gap-desktop, 24px)}.prohealth-routine__product{flex-basis:calc((100% - (var(--routine-desktop-columns, 3) - 1) * var(--routine-product-gap-desktop, 24px)) / var(--routine-desktop-columns, 3))}.prohealth-routine__connector{display:none}.prohealth-routine__footer{margin-top:72px;padding:40px}}@media(max-width:767px){.prohealth-routine__nav-wrap{margin-left:-8px;margin-right:-8px}.prohealth-routine__hero-actions .m-button,.prohealth-routine__step-actions .m-button,.prohealth-routine__footer-actions .m-button{width:100%}.prohealth-routine__slider-header{margin-bottom:8px}.prohealth-routine__slider-button{width:36px;height:36px}}.prohealth-routine__separator{display:block;width:100%;margin:calc(var(--routine-step-gap-mobile, 52px) * -.35) 0;background:transparent}.prohealth-routine__separator>span{display:block;width:100%;height:1px;background:rgb(var(--color-border))}.prohealth-routine__step-copy-extra{margin-top:0}.prohealth-routine__copy-toggle{display:none;width:32px;height:32px;align-items:center;justify-content:center;margin-top:6px;padding:0;border:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer}.prohealth-routine__copy-toggle-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.prohealth-routine__copy-toggle[aria-expanded=true] .prohealth-routine__copy-toggle-icon{transform:rotate(180deg)}.prohealth-routine__nav-wrap--tabs{display:none}.prohealth-routine__nav-wrap--tabs .prohealth-routine__nav{display:flex;grid-template-columns:none;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.prohealth-routine__nav-wrap--tabs .prohealth-routine__nav::-webkit-scrollbar{display:none}.prohealth-routine__tab{flex:0 0 auto;min-width:104px;border:0;cursor:pointer;font:inherit}.prohealth-routine__nav-wrap--tabs .prohealth-routine__nav-title{display:inline}@media(max-width:767px){.prohealth-routine__step-copy-extra.is-mobile-collapsible{display:none}.prohealth-routine__step-copy-extra.is-mobile-collapsible.is-open{display:block}.prohealth-routine__copy-toggle{display:inline-flex}.prohealth-routine--mobile-tabs .prohealth-routine__nav-wrap--flow{display:none}.prohealth-routine--mobile-tabs .prohealth-routine__nav-wrap--tabs{display:block;position:relative;top:auto;margin-left:0;margin-right:0}.prohealth-routine--mobile-tabs .prohealth-routine__nav-wrap--tabs .prohealth-routine__nav-link{padding-inline:14px}.prohealth-routine--mobile-tabs .prohealth-routine__separator{display:none}.prohealth-routine--mobile-tabs .prohealth-routine__step[hidden]{display:none!important}.prohealth-routine--mobile-tabs .prohealth-routine__step:not([hidden]){display:block}.prohealth-routine--mobile-flow .prohealth-routine__nav-wrap--tabs{display:none}.prohealth-routine--mobile-flow .prohealth-routine__step[hidden]{display:block}}@media(min-width:768px){.prohealth-routine__separator{margin:calc(var(--routine-step-gap-desktop, 72px) * -.35) 0}.prohealth-routine--desktop-tabs .prohealth-routine__nav-wrap--flow{display:none}.prohealth-routine--desktop-tabs .prohealth-routine__nav-wrap--tabs{display:block;position:relative;top:auto}.prohealth-routine--desktop-tabs .prohealth-routine__nav-wrap--tabs .prohealth-routine__nav{justify-content:center}.prohealth-routine--desktop-tabs .prohealth-routine__tab{min-width:150px}.prohealth-routine--desktop-tabs .prohealth-routine__separator{display:none}.prohealth-routine--desktop-tabs .prohealth-routine__step[hidden]{display:none!important}.prohealth-routine--desktop-tabs .prohealth-routine__step:not([hidden]){display:block}.prohealth-routine--desktop-tabs .prohealth-routine__step-layout--beside .prohealth-routine__step-intro{position:relative;top:auto}.prohealth-routine--desktop-flow .prohealth-routine__nav-wrap--tabs{display:none}.prohealth-routine--desktop-flow .prohealth-routine__step[hidden]{display:block}}
/*# sourceMappingURL=/cdn/shop/t/123/assets/prohealth-routine-collection.css.map */
