/* Add custom CSS styles below */


.s-product-card-image img {

height: 100%;

width: 100%;

/* opacity: 0; */

transition-property: opacity;

transition-timing-function: cubic-bezier(.4,0,.2,1);

transition-duration: 500ms;

Background: #ffffff;

}