/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 31 2025 | 08:20:33 */
/* Default state */
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item {
    background-color: black !important;
    border: 4px !important;
    border-radius: 7px !important;
    color: #fff !important;
    padding: 12px 15px !important;
    transition: all 0.3s ease;
}

/* Hover state */
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item:hover {
    background-color: #b20710 !important;
    color: #fff !important;
}

/* Selected (active) state */
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item.selected,
.variable-items-wrapper.button-variable-items-wrapper .variable-item.button-variable-item[aria-checked="true"] {
    background-color: #b20710 !important; 
    color: #fff !important;
}
