I tried this and it works for the main product grid:
#product-grid .card__media .media img {
object-fit: contain;
background-color: #fff;
}
But I want this to only work for certain collections and not others. is that possible ?
How can we achieve the same effect for recommended product section?