.product-card .product-title,
.product-item .product-item-title {
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}
