.t-store__card__textwrapper {
    display: flex;
    justify-content: space-between;
}
.t-store__card__price-wrapper {
    margin-top: 0px!important;
}


/* Задаем ровное расположение названия и цены в одну строку */
.t-catalog__card__textwrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important; /* Выравнивает текст по одной нижней линии */
}

/* Обнуляем встроенные верхние отступы у блока цены */
.t-catalog__card__price-wrapper {
    margin-top: 0px !important;
}

/* Обнуляем встроенные нижние отступы у названия товара, если они есть */
.t-catalog__card__title {
    margin-bottom: 0px !important;
}


.t-descr {
    font-family: var(--t-text-font, Arial);
}
    
t-name {
   font-family: var(--t-text-font, Arial);
}