/* Category subcategory carousel — component-scoped responsive typography */
.subcategory-items #subcatlist .swiper-slide h3 {
    line-height: 1.55;
}

@media (max-width: 639.98px) {
    .subcategory-items #subcatlist .swiper-slide h3 {
        margin: 0;
        min-height: 2.7em;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(0.75rem, 3.2vw, 0.875rem);
        line-height: 1.35;
        font-weight: 700;
        text-align: center;
        text-wrap: balance;
    }
}

@media (max-width: 374.98px) {
    .subcategory-items #subcatlist .swiper-slide h3 {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}
