body .product-form__input input:checked + label {
    background: rgba(237, 240, 255, 1);
    border: 1px solid #3651A7;
    box-shadow: unset !important;
}
body .product-form__input input + label {
  font-weight:500;
}