/* Глобальное применение шрифта IBM Plex Mono в фильтрах каталога */
.t-store__filter__item,
.t-store__filter__item span,
.t-store__filter__label,
.t-store__filter__select,
.t-store__filter__checkbox label,
.t-store__filter__radio label,
input.t838__input.t-input {
    font-family: 'IBM Plex Mono', monospace !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}




.catalog__label,
.js-store-prod-label,
.t-store__card__mark {
  background-color: #AA5B3A !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 6px 10px !important;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 12px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  max-width: 100% !important;
  width: auto !important;
  box-sizing: border-box !important;
  height: auto !important;
  text-align: center !important;
}


/* Удаляем отображение характеристик в карточке товара */
p.t-typography__characteristics.js-store-prod-charcs {
  display: none !important;
}




/* Сбрасываем отступы родительского блока в карточке товара */
.t-section, .t-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Убираем отступы специфично у карточки товара */
.t-store__prod-snippet__container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


