.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;z-index:2;width:1.5rem;min-width:1.5rem;height:1.5rem;margin:0;padding:0;line-height:1;border-radius:var(--shop-ui-round);&::before{content:"";width:.4rem;height:.4rem;border-top:2px solid;border-right:2px solid}}.gallery-prev{left:.4rem;&::before{transform:rotate(-135deg);margin-left:.15rem}}.gallery-next{right:.4rem;&::before{transform:rotate(45deg);margin-right:.15rem}}.product-rail-wrap{position:relative}.product.grid.product-rail{display:flex;flex-wrap:nowrap;gap:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 0 .2rem}.product.grid.product-rail .product-card{min-width:0;flex:0 0 50%}@media(max-width:350px){.product.grid.product-rail .product-card{flex-basis:100%}}@media(min-width:767px){.product.grid.product-rail .product-card{flex-basis:calc(100%/3)}}@media(min-width:1024px){.product.grid.product-rail .product-card{flex-basis:25%}}