To change styling of Variant Selected Button in Squarespace Product Detail Page.
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
div.variant-radiobtn-wrapper input:checked+label {
background-color: #fff !important;
color: #000 !important;
border-color: #f1f !important;
}
Result