/* ===== VARIANTS BUTTONS (в карточке товара) ===== */

/* обычная кнопка варианта */
.t-store__prod__option-item,
.t-store__prod__variant,
.t-product__option-item {
    border: 1px solid rgba(0,0,0,.25) !important;
    border-radius: 10px !important;
    background: transparent !important;
}

/* активный выбранный вариант */
.t-store__prod__option-item_active,
.t-store__prod__variant_active,
.t-product__option-item_active,
.t-store__prod__option-item.t-active,
.t-product__option-item.t-active {
    border: 3px solid #d36b3a !important;
    background: transparent !important;
    font-weight: 800 !important;
}
/* ЖИРНЫЙ ТЕКСТ ДЛЯ АКТИВНОГО ВАРИАНТА (и для всех вложенных элементов) */
.t-store__prod__option-item_active,
.t-store__prod__variant_active,
.t-product__option-item_active,
.t-store__prod__option-item.t-active,
.t-product__option-item.t-active,
.t-store__prod__option-item_active *,
.t-store__prod__variant_active *,
.t-product__option-item_active *,
.t-store__prod__option-item.t-active *,
.t-product__option-item.t-active * {
    font-weight: 700 !important;
}
