zfeagf
{% capture form_id %}AddToCartForm-{{ section_id }}{% endcapture %}
{% form 'product', product, id: form_id, class: 'product-single__form' %}
{%- assign is_default_variant = false -%}
{% if product.variants[0].title == 'Default Title' or product.variants[0].title == 'Default' %}
{%- assign is_default_variant = true -%}
{% endif %}
{% unless product.options.size == 1 and is_default_variant %}
{% for option in product.options_with_values %}
{% if settings.variant_type == 'button' %}
{% include 'variant-button', section_id: section_id, option_drop: option %}
{% else %}
{% include 'variant-dropdown', section_id: section_id %}
{% endif %}
{% endfor %}
{% endunless %}
{% if settings.quantity_enable %}
{% if enable_dynamic_buttons %}
{% if enable_dynamic_buttons %}
{{ form | payment_button }}
{% endif %}
{% if enable_dynamic_buttons %}
{% endif %}
{% if product.options.size > 1 %}
{% endif %}
{% endform %}
{% include 'quantity-input', id: section_id, qty: 1, min: 1 %}
{% endif %}
{%- assign enable_dynamic_buttons = false -%}
{% if settings.enable_payment_button and template != 'product.preorder' %}
{%- assign enable_dynamic_buttons = true -%}
{% endif %}
Not sure about your shoe size, download the FITKIT here.