/* Compact heading for the New Arrivals CMS listing. Promotions intentionally
   render no title or breadcrumb block in the product-list template. */

body.cms-nowosci .kxm-category-title--new-arrivals {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 767px) {
    body.cms-nowosci .kxm-category-title--new-arrivals {
        font-size: 22px;
    }
}
