.t-store__card__price-value {
    font-size: 20px;
}

.t-store__card__price-wrapper {
    margin-top: 2px;
}


/* кнопки по ширине карточек товара */

.t-store__card__btns-wrapper {
    display: flex;
    justify-content: center; /* Центрирует кнопки в контейнере */
}

.t-store__card__btns-wrapper .t-btn {
    width: 100%; /* Заставляет кнопки занимать всю ширину родительского элемента */
    box-sizing: border-box; /* Учитывает отступы и границы в ширине */
}

.t-store__card__mark {
    padding: 2px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    height: 20px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    /* Ключевые свойства для ширины: */
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
