.hps-wrapper{position:relative}.hps-sticky{position:relative;width:100%;height:100vh;height:100svh;overflow:hidden;transition:background-color .4s ease}.hps-mover{position:relative;width:100%;height:100%}.hps-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.16,1,.3,1)}.hps-slide--active{opacity:1;pointer-events:auto;z-index:2}.hps-slide--exiting{opacity:0;z-index:1;transition:opacity .4s ease}.hps-slide__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--hps-vertical-gap, 1rem);width:100%;padding:5rem 2rem;height:100%}.hps-slide__name{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-size) * 2.2rem);letter-spacing:var(--heading-letter-spacing);text-transform:uppercase;line-height:1.1;margin:0;opacity:0;transform:translateY(15px);transition:opacity .4s cubic-bezier(.16,1,.3,1) .15s,transform .4s cubic-bezier(.16,1,.3,1) .15s}.hps-slide__tagline{font-family:var(--font-body-family);font-size:calc(var(--font-body-size) * 1.1rem);font-weight:300;line-height:1.6;opacity:0;max-width:300px;transform:translateY(10px);transition:opacity .4s cubic-bezier(.16,1,.3,1) .2s,transform .4s cubic-bezier(.16,1,.3,1) .2s}.hps-slide__image{display:flex;align-items:center;justify-content:center;position:relative;flex:1;min-height:0;opacity:0;transform:scale(.9);transition:opacity .5s cubic-bezier(.16,1,.3,1) .05s,transform .6s cubic-bezier(.16,1,.3,1) .05s}.hps-slide__image img,.hps-slide__image svg{max-width:var(--hps-image-width, 75%);max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 16px 48px rgba(0,0,0,.25))}.hps-slide__price{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-size) * 1.8rem);font-weight:var(--font-heading-weight);letter-spacing:1px;margin:0;opacity:0;transform:translateY(10px);transition:opacity .4s cubic-bezier(.16,1,.3,1) .25s,transform .4s cubic-bezier(.16,1,.3,1) .25s}.hps-slide__cta{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-size) * 1.1rem);font-weight:var(--font-heading-weight);letter-spacing:var(--button-letter-spacing);text-transform:uppercase;text-decoration:none;padding:1.2rem 2.8rem;min-height:48px;min-width:48px;border:1px solid currentColor;border-radius:var(--button-border-radius);color:inherit;opacity:0;transform:translateY(10px);transition:opacity .4s cubic-bezier(.16,1,.3,1) .3s,transform .4s cubic-bezier(.16,1,.3,1) .3s,background-color .3s ease,color .3s ease}.hps-slide__cta-arrow{display:inline-block;width:1.4rem;height:1.4rem;transition:transform .3s ease}.hps-slide__info-left,.hps-slide__info-right{display:contents}.hps-slide--active .hps-slide__image{opacity:1;transform:scale(1)}.hps-slide--active .hps-slide__name{opacity:1;transform:translateY(0)}.hps-slide--active .hps-slide__tagline{opacity:.75;transform:translateY(0)}.hps-slide--active .hps-slide__price,.hps-slide--active .hps-slide__cta{opacity:1;transform:translateY(0)}.hps-slide--exiting .hps-slide__image,.hps-slide--exiting .hps-slide__name,.hps-slide--exiting .hps-slide__tagline,.hps-slide--exiting .hps-slide__price,.hps-slide--exiting .hps-slide__cta{opacity:0;transform:scale(.95);transition-delay:0s;transition-duration:.25s}.hps-counter{position:absolute;top:1.6rem;right:1.6rem;font-family:var(--font-heading-family);font-size:calc(var(--font-heading-size) * 1.2rem);font-weight:var(--font-heading-weight);letter-spacing:2px;opacity:.5;z-index:5;color:inherit}.hps-progress{position:absolute;bottom:0;left:0;width:100%;height:2px;z-index:5;overflow:hidden}.hps-progress__track{width:100%;height:100%;opacity:.12;background-color:currentColor}.hps-progress__bar{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;transform-origin:left center;transform:scaleX(0);will-change:transform;opacity:.5;transition:transform .15s linear}.hps-scroll-hint{position:absolute;bottom:2.4rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:5;opacity:.4;transition:opacity .4s ease;pointer-events:none}.hps-scroll-hint__text{font-family:var(--font-body-family);font-size:calc(var(--font-body-size) * 1rem);letter-spacing:3px;text-transform:uppercase}.hps-scroll-hint__arrow{width:1.2rem;height:1.2rem;animation:hps-scroll-bounce 1.8s ease-in-out infinite}@keyframes hps-scroll-bounce{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(6px);opacity:1}}.hps-slide__placeholder{width:200px;height:200px;display:flex;align-items:center;justify-content:center}.hps-slide__placeholder svg{width:100%;height:100%;opacity:.2}@media screen and (min-width:750px){.hps-sticky{height:100vh}.hps-slide__inner{display:grid;grid-template-columns:1fr 1.3fr 1fr;grid-template-rows:1fr;align-items:center;gap:var(--hps-horizontal-gap, 3rem);padding:0 5rem;text-align:left;flex-direction:unset}.hps-slide__info-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right}.hps-slide__info-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.hps-slide__name{font-size:clamp(2rem,3vw,3.6rem);transform:translate(-25px)}.hps-slide--active .hps-slide__name{transform:translate(0)}.hps-slide__tagline{font-size:clamp(1.2rem,1.2vw,1.6rem);max-width:260px;transform:translate(-20px)}.hps-slide--active .hps-slide__tagline{transform:translate(0)}.hps-slide__image img,.hps-slide__image svg{max-width:var(--hps-image-width, 100%);max-height:60vh;filter:drop-shadow(0 24px 64px rgba(0,0,0,.3))}.hps-slide__price{font-size:clamp(2.2rem,2.5vw,3.2rem);margin-bottom:2rem;transform:translate(25px)}.hps-slide--active .hps-slide__price{transform:translate(0)}.hps-slide__cta{transform:translate(25px)}.hps-slide--active .hps-slide__cta{transform:translate(0)}.hps-slide__cta:hover{background-color:currentColor}.hps-slide__cta:hover .hps-slide__cta-text,.hps-slide__cta:hover .hps-slide__cta-arrow{filter:invert(1)}.hps-slide__cta:hover .hps-slide__cta-arrow{transform:translate(4px)}.hps-slide--exiting .hps-slide__name,.hps-slide--exiting .hps-slide__tagline{transform:translate(20px)}.hps-slide--exiting .hps-slide__price,.hps-slide--exiting .hps-slide__cta{transform:translate(-20px)}.hps-counter{top:3rem;right:4rem;font-size:calc(var(--font-heading-size) * 1.4rem)}}@media screen and (min-width:1200px){.hps-slide__inner{max-width:1400px;margin:0 auto;gap:var(--hps-horizontal-gap, 4rem);padding:0 6rem}.hps-slide__tagline{max-width:300px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/horizontal-product-showcase.css.map */
