Stop pre-selected items

Hello @robertsolcan

Go to Online store----------> Theme-----------> Edit code --------------------> find this file “product-variant-options.liquid” go to line number 101 to 103
you will see this code

{% if option.selected_value == value %}
        checked
      {% endif %}

remove this code and save it.

check screen short

Please let me know