.custom-product-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    overflow: hidden;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-product-title-wrapper .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
}

.custom-product-description-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    overflow: hidden;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-product-description-wrapper p {
    font-size: 14.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
