Origin Theme - Product Variant button

I apologize. Maybe i’m not explaning myself correctly.

Please see below. Open product-variant-options.liquid.
You should see something like this:

Substitute for this:

We added the hidden class in front of disable and a condition on the bottom that {% if option_disabled %}class=“hidden”{% endif %}

{% if option_disabled %}
        class="disabled hidden"
      {% endif %}
      {{ input_dataset }}
    >