.product-feature-stack{display:block;position:relative;background-color:rgb(var(--color-background));--product-feature-side-padding: clamp(1.5rem, 4vw, 5rem);--product-feature-text-gap: clamp(1rem, 2vw, 1.75rem);--product-feature-product-width: min(25vw, 20rem);--product-feature-product-height: min(60svh, 42rem);--product-feature-scroll-hold: 35svh;--product-feature-last-card-settle: var(--product-feature-scroll-hold)}.product-feature-stack__cards{position:relative}.product-feature-stack__cards:after{content:"";display:block;height:var(--product-feature-last-card-settle);background:linear-gradient(180deg,var(--product-feature-gradient-start) 0%,var(--product-feature-gradient-end) 100%)}@media screen and (max-width:989px){.product-feature-stack{background-color:#fe2b30}.product-feature-stack__cards:after{background:transparent}}.product-feature-stack__card{position:sticky;top:0;isolation:isolate;width:100%;height:calc(100vh + var(--product-feature-scroll-hold));height:calc(100svh + var(--product-feature-scroll-hold));min-height:calc(100vh + var(--product-feature-scroll-hold));min-height:calc(100svh + var(--product-feature-scroll-hold));overflow:hidden;background:linear-gradient(180deg,var(--product-feature-gradient-start) 0%,var(--product-feature-gradient-end) 100%);--product-feature-mobile-product-offset: 0px;--product-feature-overlay-opacity: .5;--product-feature-product-scale: 1;--product-feature-centering-hold: var(--product-feature-scroll-hold)}.product-feature-stack__card:last-child{--product-feature-scroll-hold: 0px;--product-feature-centering-hold: 0px}.product-feature-stack__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;background-color:rgb(var(--color-background));opacity:var(--product-feature-overlay-opacity);will-change:opacity;transition:opacity 80ms linear}@media(prefers-reduced-motion:reduce){.product-feature-stack__card:after{transition:none}}.product-feature-stack__card--index-1{z-index:1}.product-feature-stack__card--index-2{z-index:2}.product-feature-stack__card--index-3{z-index:3}.product-feature-stack__layout{position:relative;z-index:2;display:grid;min-height:100vh;min-height:100svh;height:100vh;height:100svh;grid-template-rows:50% 50%}.product-feature-stack__media-pane,.product-feature-stack__text-pane{position:relative;min-width:0}.product-feature-stack__media-pane{min-height:0;overflow:hidden}.product-feature-stack__side-image,.product-feature-stack__product-image{display:block}.product-feature-stack__side-image{width:100%;height:100%;object-fit:cover}.product-feature-stack__heading--desktop-only{display:none}.product-feature-stack__heading--mobile-only p{margin:0}.product-feature-stack__side-image--placeholder{height:100%;background-color:rgba(var(--color-foreground),.08)}.product-feature-stack__text-pane{box-sizing:border-box;display:flex;align-items:flex-end;justify-content:center;padding:0 0 40px;min-height:0;background:transparent}.product-feature-stack__text-content{width:min(100%,50rem);display:flex;flex-direction:column;align-items:center;gap:var(--product-feature-text-gap);text-align:center;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.product-feature-stack__text-content{width:100%;padding-inline:1.5rem;box-sizing:border-box}.product-feature-stack__text-pane{padding-top:calc(var(--product-feature-mobile-product-offset) + 50px)}}@media screen and (min-width:750px){.product-feature-stack__text-content{margin-left:15rem}}.product-feature-stack__subheading,.product-feature-stack__heading{margin:0}.product-feature-stack__heading{margin-bottom:24px}.product-feature-stack__callouts{display:none;width:100%}.product-feature-stack__callout{margin:0 0 18px;padding-bottom:18px;border-bottom:1px solid currentColor;color:inherit}.product-feature-stack__callout:not(:first-child){margin-top:18px}.product-feature-stack__callout:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.product-feature-stack__callout p{margin:0;color:inherit}.product-feature-stack__divider{display:none}.product-feature-stack__button-wrapper{display:flex;justify-content:center;width:100%}.product-feature-stack__button{min-width:150px}@media screen and (max-width:749px){.product-feature-stack__button{min-width:210px}}.product-feature-stack__product-media{position:absolute;top:calc(50% - (var(--product-feature-centering-hold) * .5));left:50%;z-index:6;transform:translate(-50%,-50%) scale(var(--product-feature-product-scale));transform-origin:center center;will-change:transform;width:auto;height:clamp(320px,52svh,400px);max-width:none;max-height:clamp(320px,52svh,400px);display:flex;align-items:center;justify-content:center;pointer-events:none}@media screen and (max-width:749px){.product-feature-stack__product-media{top:calc(45% - (var(--product-feature-centering-hold) * .5));height:clamp(270px,40svh,320px)}}@media(prefers-reduced-motion:reduce){.product-feature-stack__product-media{transform:translate(-50%,-50%);will-change:auto}}.product-feature-stack__product-media-link{display:flex;height:100%;pointer-events:auto;cursor:pointer}.product-feature-stack__product-image{width:auto;height:100%;max-width:none;object-fit:contain}.product-feature-stack__product-image--placeholder{width:100%;height:100%;color:rgba(var(--color-foreground),.3)}.product-feature-stack__empty-state{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;color:rgb(var(--color-foreground));background:linear-gradient(180deg,var(--product-feature-gradient-start) 0%,var(--product-feature-gradient-end) 100%)}@media screen and (min-width:990px){.product-feature-stack__heading{margin-bottom:24px}.product-feature-stack__callout:last-child{margin-bottom:24px}.product-feature-stack__layout{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1fr);height:100vh;height:100svh}.product-feature-stack__card--media-right .product-feature-stack__media-pane{order:2}.product-feature-stack__card--media-right .product-feature-stack__text-pane{order:1}.product-feature-stack__media-pane{min-height:100svh}.product-feature-stack__text-pane{align-items:center;justify-content:center;padding:3rem var(--product-feature-side-padding)}.product-feature-stack__text-content{align-items:flex-start;text-align:left}.product-feature-stack__product-media{width:auto;height:min(70svh,535px);max-width:none;max-height:min(70svh,535px)}.product-feature-stack__product-image{width:auto;max-width:none}.product-feature-stack__callouts{display:block}.product-feature-stack__callout p{width:85%}.product-feature-stack__button-wrapper{justify-content:flex-start}.product-feature-stack__heading--mobile-only{display:none}.product-feature-stack__heading--desktop-only{display:block}}@media screen and (max-width:989px){.product-feature-stack__heading.product-feature-stack__heading--mobile-h1{font-size:var(--text-h1);line-height:100%}.product-feature-stack__heading.product-feature-stack__heading--mobile-h2{font-size:var(--text-h2);line-height:95%}.product-feature-stack__heading.product-feature-stack__heading--mobile-h3{font-size:var(--text-h3);line-height:100%}.product-feature-stack__heading.product-feature-stack__heading--mobile-h4{font-size:var(--text-h4);line-height:110%}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-product-feature-stack.css.map */
