/* Product title adjustments for all screen sizes */
.product-title,
.card-title {
    height: 3rem !important;
    -webkit-line-clamp: 2 !important;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
    /* Second slide title smaller on mobile */
    .carousel-item:nth-child(2) h1 {
        font-size: 28px !important;
    }
}