.t-store__card .t-typography__title {
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t-store__card__sku {
  color: #000000;
}
.t-store__filter__item-title {
 font-size: 16px;
}
.t-store__product-snippet .t-store__prod-popup__brand, .t-store__product-snippet .t-store__prod-popup__sku {
    font-size: 18px;
    color: #000000;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item .t-store__tabs__item-title {
   font-size: 20px;
}
.t-store .t-store__tabs__content {
   font-size: 18px;
}
.t344__descr li a:hover {
   color: #ff8562 !important;
}