.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #1B1A1A;
    border: 0 !important;
    border-radius: 5px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    background-color: #000000
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple > span.t-descr {
    color: #ffffff;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background-color: #2c50a0;
}

 html { scrollbar-color: #2B4F9E #3b3b3b; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #3b3b3b !important; } html::-webkit-scrollbar-thumb:hover { background: #EB2A4F !important; } html::-webkit-scrollbar-thumb { background: #2B4F9E !important; border: 1px solid #000 !important; -webkit-border-radius: 10px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 