/*1*/

.t-store__prod-snippet__container {
    padding-top: 10px !important;
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-top: 10px !important;
    }
}

/*2
/* Меняем "С этим товаром покупают"
/* Для ПК (30px) */
.t-store__relevants__title.t-uptitle.t-uptitle_xxl {
    font-size: 20px !important;
    color: rgba(0, 0, 0, 0.6) !important; /* Чёрный цвет с 60% прозрачностью */
}

/* Для мобильных (24px) */
@media (max-width: 767px) {
    .t-store__relevants__title.t-uptitle.t-uptitle_xxl {
        font-size: 20px !important;
    }
}

/*3
/* Убираем padding у всех сайдбаров с фильтрами */
.t951__cont-wrapper .t951__sidebar {
    background-color: #ffffff;
    padding: 10px !important;
}

/* Мобильные стили (до 960px) */
@media screen and (max-width: 960px) {
    /* Меняем margin у фильтров в мобильной версии */
    .t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin: 0 0 10px 0 !important;
    }
}


/*5 Меняем в табах ЦВЕТ основного текста*/ 

.t-store__tabs__content.t-descr_xxs {
    color: rgb(72, 72, 72) !important; /* Темно-синий */
    line-height: 1.6 !important;
}

/* Для лучшей читаемости */
.t-store__tabs__content {
    font-size: 16px !important;
}
 
 /*6 "Ваш заказ" в предварительной корзине уменьшаем*/
 .t706__sidebar-heading.t-name.t-name_xl {
    font-size: 20px !important;
    line-height: 1.2 !important;
}

/* Дополнительно для мобильных устройств */
@media (max-width: 768px) {
    .t706__sidebar-heading.t-name.t-name_xl {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }
}

/*7 изменение кнопки "заказать" в предкорзине*/
/* Контейнер кнопки - центрирование */
.t706__sidebar-bottom {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Стили для самой кнопки */
.t706__sidebar-bottom .t-btn.t706__sidebar-continue {
    width: 250px !important;
    min-width: 250px !important;
    --height: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
    line-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}

/* Стили для текста внутри кнопки */
.t706__sidebar-bottom .t-btnflex__text {
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 0 !important;
}

/* Убираем стандартные отступы Тильды */
.t706__sidebar-bottom .t-btn.t-btnflex_md {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .t706__sidebar-bottom .t-btn.t706__sidebar-continue {
        width: 250px !important;
        --height: 32px !important;
        height: 32px !important;
    }
}

/*8 как пункт 6, но для избранного*/
.t1002__wishlistwin-heading.t-name.t-name_xl {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .t1002__wishlistwin-heading.t-name.t-name_xl {
        font-size: 20px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }
}