/* Add custom CSS styles below */

.s-product-options-multiple-options-wrapper label {
    width: 100%;
    border: 1px solid;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 17px;
    border-color: rgba(224, 224, 224, 0.894);
    background-color: white;
}


.s-product-options-multiple-options-wrapper label:has(input:checked) {
    width: 100%;
    border-color: rgba(19, 19, 19, 0.92);
    background-color: #80808014;
}

salla-product-options .s-product-options-option .s-product-options-multiple-options-wrapper div {
    border: none;
    padding: 1rem 0;
}