.uv-stock{
  font-family:'Montserrat',Arial,sans-serif;
  font-size:12px;
  font-weight:500;
  color:#8f6722;
  margin:4px 0 2px;
  letter-spacing:.01em;
}


/* Описание товара в карточке — уменьшаем шрифт */
.t-catalog__prod-popup__text,
.t-catalog__prod-popup__text * {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Характеристики товара — уменьшаем шрифт */
.t-typography__characteristics,
.t-typography__characteristics * {
  font-size: 14px !important;
  line-height: 1.55 !important;
}
</style>