Shorten product title on feature collect on homepage

Hi,

I’ve updated the class names to better align with your site’s structure. Please replace the previous code with the following:

.card--standard > .card__content .card__information .card__heading a { 
    width: 100% !important; 
    overflow: hidden !important; 
    display: -webkit-box !important; 
    -webkit-line-clamp: 2 !important; 
    -webkit-box-orient: vertical !important;
}

.price--on-sale .price__sale {
    display: flex !important; 
    align-items: center !important; 
    flex-wrap: wrap !important;
}

.price .price-item, span.price-item.price-item--sale {
    font-size: 14px !important;
}

If the issue persists, please share the store link so I can assist further.

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

Regards,

Sweans