.product-cart-wrap .product-content-wrap h2 {
    line-height: 25px;
    margin-bottom: 40px;
    overflow: visible;
    -webkit-line-clamp: none;
    white-space: normal;
    text-align: center;
}
.widget-category-2 ul li a {
    align-items: center;
    color: var(--color-heading);
    display: flex
;
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
}

.product-cart-wrap .product-content-wrap .product-price span {
    color: rgb(230 51 42);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-inline-end: 7px;
}

.product-cart-wrap .product-content-wrap h2 {
    line-height: 25px;
    margin-bottom: 40px;
    overflow: visible;
    -webkit-line-clamp: none;
    white-space: normal;
    text-align: center;
    min-height: 100px;
}
@media (min-width: 1400px) {
    .product-grid-5 .col-xxl-3 {
        width: 25%;
    }
}