Why aren't my product images displaying in the catalog?

Hello,

The product image thumbnails are not showing the the catalog / collections. However, when I click on the product title, it will take me to the product page where all the images show just fine.

I searched through previous posts here and have not been able to resolve the issue.

Here is the link to the website: https://18baf3-2.myshopify.com/

Hi,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.product-img img { z-index: 9;}

Beautiful! It worked! Thank you so much!