.product-card__content a[ref="productTitleLink"] .text-block[class*="product_title"] {
  width: 100%;
  max-width: 100%;
}

.product-card__content a[ref="productTitleLink"] .text-block[class*="product_title"] p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0;
}