/* Add custom CSS styles below */ 
.s-product-card-image img {
    height: 280px;
    object-fit: contain;
}
.s-product-card-image{
  background: #fff;
}
.details-slider img {
    height: 420px;
    object-fit: contain;
    width: 350px;
    display: block;
    margin: 10px auto;
}
.slide--one-fourth img {
    height: 74px;
    object-fit: contain !important;
    display: block;
    margin-top: 3px;
    background: none;
}