Horizontal scroll on product page - mobile version

@muzzamazza , try the below code:

.product__media-wrapper slider-component .product__media-list {
  scroll-padding-left: 0 !important;
}

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

Thanks!