{{ sections.footer.brand.name }}

{{ sections.footer.brand.description.text }}

{% for social in sections.footer.brand.socialLinks %} {% endfor %}
{% if sections.footer.quickLinks %}

{{ sections.footer.quickLinks.title }}

    {% for link in sections.footer.quickLinks.links %}
  • {{ link.label }}
  • {% endfor %}
{% endif %} {% if sections.footer.legalLinks %}

{{ sections.footer.legalLinks.title }}

    {% for link in sections.footer.legalLinks.links %}
  • {{ link.label }}
  • {% endfor %}
{% endif %} {% if sections.footer.subscribe %}

{{ sections.footer.subscribe.title }}

Thank you for subscribing!

{{ sections.footer.subscribe.description.text }}

{% endif %}

{{ sections.footer.bottom.copyright }}

{% if sections.footer.paymentMethods is defined %}
{% for payment in sections.footer.paymentMethods %} {% endfor %}
{% endif %}