/* =========================================
   ШРИФТ DAMN — КАРТОЧКА ТОВАРА
   ========================================= */


/* Названия табов */
.t-store .t-store__tabs__controls .t-store__tabs__button-title,
.t-store .t-store__tabs__controls .t-store__tabs__button-title *,
.t-store .t-store__tabs__item .t-store__tabs__item-title,
.t-store .t-store__tabs__item .t-store__tabs__item-title * {
    font-family: 'DAMN' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}


/* Текст внутри табов */
.t-store__tabs__content,
.t-store__tabs__content *,
.t-store__tabs__item-content,
.t-store__tabs__item-content * {
    font-family: 'DAMN' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}


/* Кнопка "← Назад" */
.t-store__prod-popup__close-txt-wr,
.t-store__prod-popup__close-txt-wr .js-store-close-text,
.t-store__prod-popup__close-txt {
    font-family: 'DAMN' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}