/* Add custom CSS styles below */ 
.s-product-card-image{
    background-color: rgb(255 255 255);
}

.s-product-card-vertical .s-product-card-wishlist-btn button{
  color: #991b1b;
}

.s-product-card-promotion-title{
  background-color: rgb(202 203 203);
  color: rgb(121 13 13);
}

.text-gray-800{
  color: #991b1b;
}