/* Ürün kartı başlıkları — 2 satır, genişliğe göre … */
.product-card-content h3,
.product-cards-swiper .product-card-content h3 {
    min-width: 0;
    max-width: 100%;
    margin: 0;
}

.product-card-content h3 a,
.product-cards-swiper .product-card-content h3 a,
.category-product-list .product-card-content h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-wrap: pretty;
    word-break: break-word;
    max-width: 100%;
    line-height: 1.35;
}

.product-card-content,
.product-list .product-card-content,
.product-cards-swiper .product-card-content {
    height: auto !important;
}

.product-list .product-card-content {
    min-height: 44px;
}

.product-cards-swiper .product-card-content {
    min-height: 44px;
}

/* Kategori grid: yıldız satırı + 2 satır başlık */
.category-page-main .category-product-list .product-card-content,
.category-product-list .product-card-content {
    min-height: 72px;
}

/* Anasayfa slider: 2 satır başlık + tek satır açıklama */
.product-cards-swiper .product-card-content:has(p) {
    min-height: 68px;
}

@media (max-width: 768px) {
    .product-cards-swiper .product-card-content:has(p) {
        min-height: 62px;
    }

    .category-product-list .product-card-content {
        min-height: 72px;
    }
}
