/*
.product-miniature .product-title {
    white-space: normal !important;
}

 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
h3.product-title {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  max-width: 100% !important;
  width: auto !important;
  display: block !important;
}

h3.product-title a {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  max-width: 100% !important;
  width: auto !important;
  display: inline !important;
  text-align: left !important;
}
