/*Лейбл на карточке товара*/
.t-store__card__mark {
    height: 28px !important; 
    border-radius: 0px !important;
    text-transform: uppercase !important;
}

/*Выравнивание цены по низу*/
.t776__textwrapper {
    display: flex;
    flex-direction: column;
}

.t776__price-wrapper {
    margin-top: auto;
}

/*Бордер у кнопки Количество в карточке*/
.t-store__prod__quantity {
border: 1px solid #e4e4e4
}

/*Заголовок корзины и избранного*/
.t-name_xl { 
    font-size: 16px;
}

/*Заголовок товара в корзине и избранном*/
.t706__product-title {
    color: #333333;
    font-weight: 600;
    line-height: 1.20;
    text-transform: uppercase;
    font-size: 12px !important;
}

.t1002__product-title {
    color: #333333;
    font-weight: 600;
    line-height: 1.20;
    text-transform: uppercase;
    font-size: 12px !important;

/*Количество фото в карточке товара*/
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
    font-family: 'TildaSans' !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

