   .t-divider.t792__line {
    margin-top: 20px !important;
}


.t792__price {
    text-align: right;
}

.t-store__card__textwrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.t-product__option-title {
    font-size: 12px;
    font-family: inter;
    font-weight: 500;
}

/* Базовые стили для кнопок */
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 6px !important;
    border: 2px solid #EDEDED !important;
    background-color: transparent !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
}

/* Состояние при наведении */
.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    background-color: #EDEDED !important;
}

/* Активное состояние */
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background-color: #EDEDED !important;
    border-color: #7EB3F9 !important;
}

