.t-card__title.t-name.t-name_lg.t-align_left {
    margin: 30px 40px 30px 30px !important;
}

/* Медиазапрос для экранов шириной 1480 пикселей и меньше */
@media (max-width: 1480px) {
    .t-card__link {
        font-size: 14px; /* Установка размера текста 14 px */
    }
}

.t-product__option-selected-checkmark.t-bgimg {
    display: none !important;
}

.t-product__option-checkmark.t-bgimg.t-product__option-checkmark_select.t-product__option-checkmark_image {
    display: none !important;
}

.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* важно, чтобы карточка растягивалась */
}

.js-store-price-wrapper.t-store__card__price-wrapper {
    margin-top: auto; /* прижмет цену вниз */
}
