.maxter-product-card .mx-h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.maxter-product-card__image[data-maxter-product-image-link] {
  cursor: pointer;
}

.maxter-product-card.is-image-hovered .mx-h3 a,
.maxter-product-card__image[data-maxter-product-image-link]:focus-visible ~ .mx-h3 a {
  text-decoration-line: underline;
}
