.js-product-option-item {
background-color: #1e1e1e !important;
color: #fff !important;
border: 1px solid #444 !important;
border-radius: 8px !important;
padding: 10px 16px !important;
margin: 4px !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
}
.js-product-option-item:hover {
background-color: #111111 !important;
border-color: #64E670 !important; /* зелёная обводка при наведении */
box-shadow: 0 0 6px #64E670 !important;
}
.js-product-option-item.t-active {
background-color: #111111 !important;
color: #64E670 !important;
border-color: #64E670 !important;
border-radius: 5px !important;
}