.product-miniature .thumbnail-container {
  height: auto !important;
}
.product-miniature .product-description {
  height: auto !important;
}
.product-miniature .product-title {
  height: auto !important;
  min-height: unset !important;
}
.product-miniature .product-title a {
  display: block;
  height: auto !important;
  overflow: visible;
  white-space: normal;
  -webkit-line-clamp: unset;
}
.product-miniature .product-title,
.product-miniature .product-title a,
.product-name,
.product-name a,
h2 a {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  display: block !important;
  word-break: break-word !important;
}