/* product page section style  */

.size-options label {
    transition: background-color 0.2s, color 0.2s;
}

.size-options .selected span {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}