/* Для плитки товара стили */

 .t-section__title {
    margin-bottom: 30px !important; /* Отступ от заголовка H1 */
}

.t-section__descr {
    margin-bottom: 40px !important; /* Отступ от описания */
}

.t-catalog__card__mark {
    color: #00205B !important;
    background-color: unset !important;
    display: flex;
    padding: 4px 8px;
    width: max-content;
    border: solid 1px #00205B;
    border-radius: 6px;
        height: auto;
}

/* Для страгицы товара*/


.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    height: 90px; /* Размер фоток вариантов товара*/
    width: 70px;
    border-radius: 10px;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    border-radius: 10px; /* Скругления для активного варианта*/
}

.t-catalog__prod-popup__name { /* Заголовок товара */
    font-size: 32px !important;
    font-weight: 500;
}

.t-catalog__prod-popup__price { /* Цена */
    font-size: 32px !important;
    font-weight: 500;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple { /* Размеры */
     padding: 6px 12px;
    background: #F4F4F4;
    border: none !important;
    border-radius: 6px;   
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active { /* Активный размер */
    background: #00205B;
}

.t-product__option-item_active .t-product__option-title {
    color: #ffffff !important;
}


.t-catalog__prod-popup__btn-wrapper .t-catalog__prod-popup__btn { /* Кнопка */
    width: 100%;
}

.t-catalog__prod-popup__btn-wrapper .t1002__addBtn, .t-catalog__prod-popup__btn-wrapper a.t1002__addBtn.t1002__addBtn_active {
    width: 50px !important;
    height: 50px !important;
}


/* СТИЛИ ДЛЯ КОРЗИНЫ */
/* 1. Увеличиваем размер фотографий и добавляем скругление 12px */
.t706__product-thumb {
    width: 80px !important; /* Укажите нужную ширину (по умолчанию обычно 60px) */
    height: 90px !important; /* Укажите нужную высоту */
}

.t706__product-imgdiv {
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px !important;
    background-size: cover !important; /* Чтобы картинка красиво заполняла всю площадь */
}

/* 2. Убираем разделительные полоски между товарами и блоками с суммой */
.t706__sidebar-top,
.t706__sidebar-products {
    border-top: none !important;
    border-bottom: none !important;
}