.product-form__input input[type=radio]+label.color-selector-button {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgb(var(--color-foreground)) !important;
    transition:transform 0.25s
}

.product-form__input input[type=radio]:checked+label.color-selector-button {
    transform: scale(1.1);
}