{{ sections.footer.brand.name }}

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

{% if sections.footer.brand.socialLinks is defined %}
{% for social in sections.footer.brand.socialLinks.links %} {% endfor %}
{% endif %}
{% for column in sections.footer.navigation %}

{{ column.title }}

    {% for link in column.links %}
  • {{ link.label }}
  • {% endfor %}
{% endfor %} {% if sections.footer.subscribe is defined %}

{{ sections.footer.subscribe.title }}

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

{% endif %}

{{ sections.footer.bottom.copyright }}

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