{% if sections.footer.logo %} {{ sections.footer.logo.alt }} {% else %}

{{ sections.footer.brand_name }}

{% endif %}

{{ sections.footer.description }}

{% if sections.footer.social_links %}
{% for social in sections.footer.social_links %} {% endfor %}
{% endif %}
{% for nav in sections.footer.navigation %}

{{ nav.title }}

    {% for link in nav.links %}
  • {{ link.label }}
  • {% endfor %}
{% endfor %} {% if sections.footer.newsletter %}

{{ sections.footer.newsletter.title }}

{{ sections.footer.newsletter.description }}

{% endif %}
{{ sections.footer.copyright }}
{% if sections.footer.legal_links %}
{% for link in sections.footer.legal_links %} {{ link.label }} {% endfor %}
{% endif %}