.product-item-details .product-item-name a {
  height: auto !important;
  -webkit-line-clamp: unset !important;
}
body.cms-home .product-item-details .product-item-name a {
  height: 34px !important;
  -webkit-line-clamp: 2 !important;
}