/*Заголовок товара в карточке*/
.js-store-prod-name {
    font-size:60px;
}
.js-product-brand {
    font-size:28px;
    color:#000;
}
.js-store-prod-all-text, .js-store-prod-charcs, .js-product-edition-option-name, .t-product__option-title {
    font-size:18px;
}

/* Фильтр */
.js-store-filter-item-title {
    font-size:20px;
    font-weight:bold;
}
.t-store__filter__custom-sel, .js-store-filter-custom-select {
    font-size:16px;
    font-family: Ubuntu;
    color: #000;
    
}