.product-form__input--pill input[type=radio]:checked+label {
    color: black !important;
}
.product-form__input input[type="radio"]:checked + label {
    background: #1bc4d6 !important;
}

.offa b {
    color: #1bc4d6 !important;
}

.cstmVariants label.cstmOptions {
    border: 1px solid #1bc4d6 !important;
}