/* Меняем шрифт у заголовков фильтра в каталоге */
.t-store__filter__item-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #333333; /* при желании можно задать свой цвет */
}

/* Если хочешь чуть увеличить отступ между фильтрами */
.t-store__filter__item {
  margin-bottom: 10px;
}

/* Увеличиваем кнопку "Фильтры" на мобильной версии */
.t-store__filter__opts-mob-btn {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important; /* можешь увеличить до 17–18px при желании */
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #333333 !important;
}


/* Увеличиваем шрифт пунктов фильтра на мобильной версии */
@media (max-width: 960px) {
  .t-store__filter__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important; /* можешь поставить 16px, если хочешь покрупнее */
    font-weight: 300;
    color: #78736d !important;
  }

  /* Чуть увеличим расстояние между пунктами, чтобы не слипались */
  .t-store__filter__item {
    margin-bottom: 8px;
  }
}
/* 1) ВЕСЬ экран оформления заказа (t706 cart page) */
body.t706__body_cartpageshowed,
body.t706__body_cartpageshowed * {
  font-family: 'Montserrat', sans-serif !important;
}

/* 2) Модуль доставки (виджет адреса/СДЭК) */
.tilda-deliv__wrapper,
.tilda-deliv__wrapper * {
  font-family: 'Montserrat', sans-serif !important;
}

/* 3) На всякий случай перебиваем типовые текстовые классы Тильды */
body.t706__body_cartpageshowed .t-text,
body.t706__body_cartpageshowed .t-descr,
body.t706__body_cartpageshowed .t-name,
body.t706__body_cartpageshowed .t-title {
  font-family: 'Montserrat', sans-serif !important;
}

/* 4) Поля форм и кнопки (иногда упрямятся) */
body.t706__body_cartpageshowed input,
body.t706__body_cartpageshowed select,
body.t706__body_cartpageshowed textarea,
body.t706__body_cartpageshowed button {
  font-family: 'Montserrat', sans-serif !important;
}

