Enlarge swatch size in product page

Enlarge swatch size in product page

In product page customize, add the following code in custom css:

Idea
.swatch-input__input + .swatch-input__label {
  --swatch-input--size: 4rem !important;
}