.product-form__input input[type=radio]:checked+label {
    background: #231e1e !important;
    color: white !important;
   
}
.product-form__input input[type=radio]+label{
   cursor: pointer !important;
}
