@media(max-width: 640px){
    .t-name_xs{
        font-size: 14px;
    }       
    
    /*  карточка продукта */
    .t-store__prod__price-portion, .t-store__card__descr, .js-store-prod-all-text, .js-store-prod-charcs, .js-store-prod-weight{
        font-size: 14px;
    }
    
    /*  кнопки продукта */
    .t-store__card__btn-text{
        font-size: 14px;
    }
    
    /* фильтр */
    .t-store__filter__item-title, .t-store__filter__title{
        font-size: 14px;
    }
    
}
