.t-name_xs {
    font-size: 18px;  /* размер шрифта табов в карточке товара */
}

.js-store-prod-price-val {
   /*  font-size: 22px; /* размер шрифта цены в карточке товара */
}

.t-store__prod-snippet__container {
    padding-top: 16px;
}

@media screen and (min-width: 639px) {
.t-descr_xxs { 
    font-weight: 400; /* карточка товара / свойства текста для деска */
    font-size: 18px !important;
    line-height: 1.6 !important;
}
}
@media screen and (max-width: 639px) {
.t-descr_xxs { 
    font-weight: 400; /* карточка товара / свойства текста для мобилки  */
    font-size: 14px !important;
    line-height: 1.6 !important;
}
}

@media screen and (min-width: 639px) {
.t-name_xl {
    font-size: 34px !important; /* карточка товара / размер Н1*/ 
    line-height: 1.2 !important;
}
}

@media screen and (max-width: 639px) {
   .t-name_xl {
    font-size: 22px !important; /* карточка товара / размер Н1 на мобилке*/ 
    line-height: 1.2 !important;
}
} 