Horizontal scroll on product page - mobile version

You need to add below css rule with the css which you paste previously that i’ve mention.

in the media rule @media (max-width: 749px), add this rule:

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

By this your issue will be fixed.