/* Стили для описаний товаров во всех карточках ST305N, ST320N и т.д. */
.t-store__tabs__content,
.t-store__card__descr,
[data-product-page] .t-descr {
  font-weight: 400; /* Light */
  font-size: 18px;
  line-height: 1.4;
  color: #1f0c00;
  width: 100%;
  max-width: 940px; /* 11 колонок: 11×80 + 10×20 */
}


.t-store__prod-popup__brand, .t-store__prod-popup__sku {
    color: #7F756E;
}



/* Адаптив для мобильных */
@media screen and (max-width: 640px) {
  .t-store__tabs__content,
  .t-store__card__descr,
  [data-product-page] .t-descr {
    font-size: 16px;
    line-height: 1.3;
    max-width: 100%;
  }
}








.t-store__tabs__button-title {
  font-size: 16px !important;
  text-transform: uppercase !important;
}


