/*Лейбл на карточке товара*/
.t-store__card__mark {
    font-weight: 800;
    font-size: 12px;
    font-family: 'Nunito', Arial, sans-serif;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 8px 12px;
}

/*Шрифты в карточке товара*/
.js-product .t-product__option-variants_custom .t-product__option-title {
    padding-bottom: 0;
    line-height: initial;
    font-size: 16px;
    font-weight: 500;
}

.t-store .t-product__option-title {
    font-size: 22px;
    font-weight: 600;
}

/*Инфа в карточке*/
.js-product .t-product__option {
    border-radius: 24px;
    padding: 32px;
    background-color: #f7f7f7;
}

/*Отступ у заголовка опций*/
.t-store .t-product__option-title {
    padding-bottom: 12px;
}

/*Отступ от цены*/
.t-store__prod-popup__price-wrapper {
    margin-bottom: 32px;
}

/*Создать плашку у заголовка товара*/
.t-store__prod-popup__title-wrapper {
    margin-bottom: 18px;
    padding: 30px 30px 60px 30px;
    background-color: #f7f7f7;
    border-radius: 24px;
}

/*Подвинуть цену к заголовку в подложку*/
.t-store__prod-popup__price-wrapper {
    margin-bottom: 32px;
    padding-left: 30px;
    margin-top: -62px;
}

/*Скругление углов фото в карточке*/
.t-store__prod-popup__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 24px;
}

/*Плашки*/
.t-store__prod-popup__btn-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 24px;
}

.t-store__prod-popup__text {
    margin-top: 8px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 24px;
}

/*Кнопка добавления в корзину в попапе карточки товара*/
.t-store__prod-popup__btn {
    background-color: #ff0033 !important;
    color: #fff !important;
    border: 0px solid #ff0033 !important;
    width: 68% !important;
}

/*Скрываем характеристики в попапе товара*/
p.t-typography__characteristics.js-store-prod-charcs {
    display: none;
}

/*Размер шрифта описания в попапе товара*/
.js-store-prod-all-text {
    font-size: 18px;
    line-height: 1.2;
}