On mobile, the cart is blocked and can not continue the purchases.
2 – On mac computers, the swift slider cuts the photo while on all the other support we see the whole problem is only with the mac computers, how to fix this?
The best way to handle this for small screens would be:
@media only screen and (max-width: 767px) {
.swiper-slide[data-bg-align="center"][data-bg-horiz-align="center"] {
background-position: top center !important;
}
}
The image is relative the width/height. Where you have a limited height, the image cannot display the entire image correctly, if it did it would lose perspective and become distorted.