/* Nome prodotto su massimo 3 righe nella pagina categoria */
.product-miniature .product-title {
    height: 4.2em !important;
    min-height: 4.2em !important;
    overflow: hidden !important;
}

.product-miniature .product-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    
    line-height: 1.4em !important;
    max-height: 4.2em !important;
    
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    overflow-wrap: anywhere;
}