.woocommerce ul.products li.product h2 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;

    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;

    margin-bottom: 8px;
}
.woocommerce .count {
    display: none !important;
}