/* Стиль для всех кнопок */
.t-btn {
    height: 56px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
}

/* Стиль для кнопок в блоках с классом t142 и дополнительным классом t142__submit_size_smd */
.t142 .t142__submit_size_smd {
    height: 56px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
}

/* Стиль для кнопки с классом t-submit */
.t-submit {
    -webkit-appearance: none;
    background-image: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px; /* Размер шрифта */
    font-weight: 700;
    height: 56px;
    margin: 0;
    outline: none;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
}

/* Медиазапрос для мобильных устройств (меньше 768px) */
@media (max-width: 768px) {
    .t-btn,
    .t142 .t142__submit_size_smd,
    .t-submit {
        font-size: 16px; /* Уменьшаем шрифт до 14px на мобильных устройствах */
    }
}






@media (min-width: 981px) { /* Изменяем только на десктопе */
    .t148__title {
        max-width: 720px !important;
    }
}















/* Общие стили для всех табов */
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border: 1px solid rgba(47, 49, 51, 0.3) !important; /* Обводка с 30% прозрачности */
    background-color: transparent !important; /* Убираем фон */
    color: rgba(47, 49, 51, 0.5) !important; /* Цвет текста с 50% прозрачности */
    font-size: 16px !important; /* Размер шрифта */
    font-weight: 500 !important; /* Жирность текста */
    padding: 10px 15px !important; /* Внутренние отступы */
    min-width: 40px !important; /* Минимальная ширина */
    min-height: 40px !important; /* Минимальная высота */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0px !important; /* Углы без закругления */
    transition: border-color 0.3s ease, color 0.3s ease !important; /* Анимация */
}

/* Стили для активного таба */
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #2f3133 !important; /* Обводка 100% */
    color: #2f3133 !important; /* Цвет текста 100% */
    font-weight: 500 !important; /* Жирный текст */
}

/* Убираем влияние .t-descr_xxs на текст */
.t-descr_xxs {
    font-size: 16px !important; /* Фикс размера шрифта */
    line-height: 1.55 !important;
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
        font-size: 14px !important; /* Исправленный размер шрифта */
        padding: 8px 12px !important; /* Меняем отступы */
        min-width: 40px !important;
        min-height: 40px !important;
    }
    
    /* Коррекция размера текста на мобилках */
    .t-descr_xxs {
        font-size: 14px !important;
    }
}






.t-divider.t-divider__arrow.t1107__arrow {
    display: none !important;
}







/* Отступы между опциями товара */
.t744 .t-product__option {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Отступы сверху и снизу у блока с кнопкой */
.t744__btn-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

