/* Add custom CSS styles below */ 



/* product card */
.s-product-card-image{
 background-color: #fff !important 
}


@media(min-width:767px){
  .s-product-card-horizontal .s-product-card-image{
    height: 200px !important;
  }
}