.shop_product_card{margin:auto;--slide-spacing:1rem;--slide-size:100%;display:flex;position:relative;justify-content:center;width:100%;height:100%}.shop_product_card__viewport{overflow:hidden;width:100%;height:100%}.shop_product_card__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);height:100%}.shop_product_card__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);height:100%;display:flex}.shop_product_card__controls{position:absolute;bottom:5px;z-index:1;display:grid;grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:1.8rem}.shop_product_card__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:calc((2.6rem - 1.4rem) / 2 * -1)}.shop_product_card__dot{-webkit-tap-highlight-color:rgba(0,0,0,.5);-webkit-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:.8rem;height:.8rem;align-items:center;justify-content:center;border-radius:50%}.shop_product_card__dot:after{background-color:rgba(255,255,255,.5);width:.5rem;height:.5rem;border-radius:50%;display:flex;align-items:center;content:""}.shop_product_card__dot--selected:after{box-shadow:inset 0 0 0 .05rem rgba(255,255,255,1)}.shop_product_card__parallax{height:100%;overflow:hidden}.shop_product_card__parallax__layer{position:relative;height:100%;width:100%;display:flex;justify-content:center;align-items:stretch}.shop_product_card__parallax__layer>*{width:100%;height:100%;flex:1 1 auto}