.product-form__input--pill input[type="radio"]:checked + label {
  background-color: #ff5101;
  color: #fff;
}
.product-form__input--pill input[type="radio"] + label {
  background-color: #231f20;
  color: #fff;
}
.product-form__input--pill input[type="radio"] + label:hover {
  background-color: #ff7d00;
}

.product-form__input--pill input[type="radio"]:disabled + label,
.product-form__input--pill input[type="radio"].disabled + label,
.product-form__input--pill input[type="radio"].disabled + label:hover {
  background-color: #231f20;
  color: #fff;
  opacity: 0.9;
}
