/* ===== TÍTULO DOS PRODUTOS - 3 LINHAS ===== */

.listagem-item .nome-produto,
.listagem-item .product-name,
.listagem-item .product-title,
.product-name,
.product-title,
.nome-produto{
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    line-height: 22px !important;
    min-height: 66px !important;
    height: auto !important;
    font-size: 16px !important;
    font-weight: 600;
}