/* Add custom CSS styles below */ 
.product-card__title a{
   overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media(min-width:767px){
  .swiper-slide .product-card--vertical:not(.product-card--fit-height) .product-card__image img{
    height:250px;
    object-fit: cover;
  }
}