/* ===== Заголовки фильтров ===== */
.t-store__filter__item-title {
    font-size: 24px !important;   /* десктоп */
}
@media (max-width: 960px) {
    .t-store__filter__item-title {
        font-size: 18px !important;   /* мобилка */
    }
}

/* ===== Подпункты (выпадающие чекбоксы/опции) ===== */
/* Десктоп */
.t-store__filter__dropdown .t-checkbox__label,
.t-store__filter__options  .t-checkbox__label,
.t-store__filter__dropdown .t-store__filter__item-label,
.t-store__filter__options  .t-store__filter__item-label {
    font-size: 16px !important;
    line-height: 1.4 !important;
}

/* Мобилка */
@media (max-width: 960px) {
    .t-store__filter__dropdown .t-checkbox__label,
    .t-store__filter__options  .t-checkbox__label,
    .t-store__filter__dropdown .t-store__filter__item-label,
    .t-store__filter__options  .t-store__filter__item-label {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}
