/* Скрыть характеристики товара */
.t-typography__characteristics {
    display: none !important;
}

/* Дополнительно (на всякий случай) */
.js-store-prod-charcs,
.js-store-prod-dimensions,
.js-store-prod-weight {
    display: none !important;
}


/* --- Выравнивание карточек каталога --- */

.t-store__card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.t-store__card__wrap_txt-and-btns {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.t-store__card__title {
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
}

.t-store__card__descr {
    line-height: 1.4em;
    height: 5.6em;
    overflow: hidden;
}

.t-store__card__btns-wrapper {
    margin-top: auto;
}