/* Add custom CSS styles below */ 

}

  .details-slider .s-slider-thumbs img,
.s-product-card-image-cover {
    object-fit: fill;
}

custom-salla-product-card.s-product-card-fit-height .s-product-card-image {
    max-height: 20rem;
}

@media (min-width: 640px) {
    custom-salla-product-card.s-product-card-vertical.s-product-card-fit-height .s-product-card-image {
        height: 20rem;
        flex-basis: 20rem;
    }
}

@media (max-width: 639px) {
    custom-salla-product-card.s-product-card-vertical.s-product-card-fit-height .s-product-card-image {
        height: 14rem;
        flex-basis: 14rem;
    }
}
@media (max-width: 480px) {
    custom-salla-product-card.s-product-card-vertical.s-product-card-fit-height .s-product-card-image {
        height: 11rem;
        flex-basis: 11rem;
    }
}

salla-slider.details-slider .s-slider-container{
background-color: white;
border: 0px solid;
}