.shop_product_card{--slide-spacing:1rem;--slide-size:100%;justify-content:center;width:100%;height:100%;margin:auto;display:flex;position:relative}.shop_product_card__viewport{width:100%;height:100%;overflow:hidden}.shop_product_card__container{touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);height:100%;display:flex}.shop_product_card__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);height:100%;display:flex;transform:translate(0,0)}.shop_product_card__parallax{width:100%;height:100%;overflow:hidden}.shop_product_card__parallax__layer{justify-content:center;width:100%;height:100%;display:flex;position:relative}.shop_product_card__img{object-fit:contain;width:100%;height:100%;display:block}.shop_product_card__controls{z-index:1;grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:1.8rem;display:grid;position:absolute;bottom:5px}.shop_product_card__dots{flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:-.6rem;display:flex}.shop_product_card__dot{-webkit-appearance:none;touch-action:manipulation;cursor:pointer;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;margin:0;padding:0;text-decoration:none;display:flex}.shop_product_card__dot:after{content:"";border-radius:50%;align-items:center;width:6px;height:6px;display:flex;box-shadow:inset 0 0 0 .1rem #efefef}.shop_product_card__dot--selected:after{box-shadow:inset 0 0 0 .2rem #000}
