Horizontal scroll on product page - mobile version

@muzzamazza , can you try the below code:

@media (max-width: 749px) {
  .product-media-container {
    overflow-x: hidden;
  }
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!