
/* Базовые стили для кнопок */
.t-product__option-item_buttons {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    padding: 5px 15px !important;
    margin: 0 5px 5px 0 !important;
    display: inline-block !important;
    cursor: pointer !important;
}

/* Стили для ЛЮБОГО текста внутри кнопок */
.t-product__option-item_buttons .t-product__option-title_buttons span,
.t-product__option-item_buttons .t-product__option-title_buttons,
.t-product__option-item_buttons span,
.t-product__option-title_buttons {
    color: #fff8e2 !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

/* Активная кнопка */
.t-product__option-item_buttons.t-product__option-item_active {
    background-color: #6d7449 !important;
    border-color: #ffffff !important;
}

/* Текст ТОЛЬКО в активной кнопке */
.t-product__option-item_buttons.t-product__option-item_active .t-product__option-title_buttons span,
.t-product__option-item_buttons.t-product__option-item_active span,
.t-product__option-item_buttons.t-product__option-item_active .t-product__option-title_buttons {
    color: #ffffff !important;
}

/* Скрываем чекбоксы и радио кнопки */
.t-product__option-input_buttons {
    display: none !important;
}

/* Убираем чекмарки */
.t-product__option-checkmark_buttons {
    display: none !important;
}

/* Сброс дополнительных стилей */
.t-product__option-item_buttons:before,
.t-product__option-item_buttons:after,
.t-product__option-title_buttons:before,
.t-product__option-title_buttons:after {
    display: none !important;
}

