.display-1,
.display-2,
.font-heading,
.heading-sm-1,
h1,
h2,
h3,
h5,
h6 {
    display: inline-block;
    background-color: #ffffff;
    margin: 1rem 0;
    padding: 0.5rem 0.75rem;
}

h4 {
    
    background-color: #ffffff;
    margin: 1rem 0;
    padding: 0.4rem 0.65rem;
    line-height: 1.2;
    vertical-align: top;
}

.banner-img .banner-text h4 {
    min-height: 20px !important;
}
@media (max-width: 768px) {
    .banner-img .banner-text h4 {
        min-height: auto !important;
    }
}
.banner-img .banner-text h4:empty {
    display: none;
}
.section--shopping-cart .detail-qty .qty-down,
.section--shopping-cart .detail-qty .qty-up {
    width: auto !important;
}

/* Permite 2 líneas en los títulos antes de cortar el texto */
.product-cart-wrap .product-content-wrap h2.text-truncate {
    white-space: normal !important; 
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important; /* Aquí defines el máximo de líneas */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}