I have changed the dropdown variant selection in to radio buttons in minimal theme but having issue

I have changed the dropdown variant selection in to radio buttons in minimal theme but having now think javascript is not running , i am unable to open menu on mobile and product images are not working.

page link

https://www.jacquard.pk/collections/winter/products/yellow-blooms?variant=31198498062447

OLD CODE


new code


  
{% for variant in product.variants %}
  - {% if variant.available %}
  
    {% else %}
  
  
    {% endif %}
  
  {% endfor %}

id=“ProductSelect-{{ section.id }}”

when ever i remove this everything on page stop working

@numairnj this code snippet work for me, can you share the web console error log.