/* -------------------- */
/* Контент табов — десктоп и мобилка */
.t-store__tabs__content {
  font-size: 15px !important;   /* размер текста в табах */
  font-weight: 400 !important;  /* обычный */
  line-height: 1.5em !important; /* читаемость */
}

/* -------------------- */
/* Заголовки табов — десктоп */
.t-store__tabs__button-title.t-name.t-name_xs,
.t-store__tabs__item-title.t-name.t-name_xs {
  font-size: 15px !important;   /* размер заголовков табов */
  font-weight:600 !important;
  line-height: 1.4em !important;
}

/* -------------------- */
/* Мобильная версия до 640px */
@media screen and (max-width: 640px) {
  /* Заголовки табов */
  .t-store__tabs__button-title.t-name.t-name_xs,
  .t-store__tabs__item-title.t-name.t-name_xs {
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4em !important;
  }

  /* Контент табов */
  .t-store__tabs__content {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
  }

  /* Текст описания товара в попапе */
  .js-store-prod-all-text {
    font-size: 12px !important;
    line-height: 1.4em !important; /* читаемость */
  }
}
