/* Меняем шрифт в параметрах товара */
.t-product__option-title, #rec532033540 .t-product__option-select {
    font-family: 'Manrope';
}

/* Меняем шрифт в цене товара */
.t-store__card__price-value {
    font-family: 'Manrope';
}
.js-product .t-product__option-select {
    font-family: 'Manrope';
}

/* Меняем шрифт в списке избранного */
t-descr {
    font-family: 'Manrope',Arial,sans-serif;
}
/* Меняем шрифт в полях ввода */
.t-input {
    font-family: 'manrope',Arial,sans-serif;
}

/* Меняем шрифт в выпадающем списке */
.t-select {
    font-family: 'manrope',Arial,sans-serif;
}

/* Меняем шрифт в корзине  */
.t-descr {
    font-family: 'manrope',Arial,sans-serif;
}

 /* Убираем «палец» для скролла в мобильной версии 
.t-store__scroll-icon-wrapper {
    padding: 0 -15px 0px 0;
    display: none;
}
*/

.js-product .t-product__option {
    display: block;
}