/* This targets the container holding the product image */
.s-product-card-image {
    background-color: #fff !important;
}

/* This targets the entire product card background */
.s-product-card-entry {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}