/* Add custom CSS styles below */ 
p.s-product-card-content-description.opacity-80 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }

.s-product-card-content-main > :not(.s-product-card-content-title) {
    display: none !important;
}
@media(max-width:768px){

.s-product-card-fit-height .s-product-card-image {
    height: 12rem!important;
    max-height: 12rem!important;
    }
}

salla-slider.details-slider .s-slider-container {
    border: none !important;
    background-color:transparent!important;
    box-shadow: none !important;
}

salla-slider.details-slider .swiper-slide{
    box-shadow:none!important;
    background-color: transparent !important;
}

@media(min-width:968px){
.s-product-card-fit-height .s-product-card-image {
    height: 15rem !important;
    max-height: 15rem !important;
}
}
.s-product-card-image img {
    border-radius: 0.5rem;
}