Why aren't multiple product photos scrolling on mobile in the Arabic Brooklyn theme?

I have changed the Brooklyn theme into Arabic using rtl but now any product with more than one photo not scrolling into the next photo to view (on mobile).

Any idea how to solve this issue?

here is the store link

https://hairbondiraq.com/

@hairbondiraq

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 590px){.product-single__media-group .slick-track {float: left;}}