{{ sections.footer.brand.name | slice(0, 1) }}
{{ sections.footer.brand.name }} {{ sections.footer.brand.tagline | default('Naturally Inspired') }}

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

{% if sections.footer.brand.socialLinks is defined %}
{% for social in sections.footer.brand.socialLinks.links %} {% endfor %}
{% endif %}
{% if sections.footer.features.items is defined %} {% for feature in sections.footer.features.items %}

{{ feature.title }}

{{ feature.description }}

{% endfor %} {% else %}

{{ sections.footer.features.feature1.title | default('Sustainable Practices') }}

{{ sections.footer.features.feature1.description | default('We\'re committed to environmental responsibility in everything we do.') }}

{{ sections.footer.features.feature2.title | default('Secure & Private') }}

{{ sections.footer.features.feature2.description | default('Your data is protected with industry-leading security measures.') }}

{% endif %}

{{ sections.footer.subscribe.title }}

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

{{ sections.footer.subscribe.privacyNote | default('By subscribing, you agree to our Privacy Policy and consent to receive updates.') }}

{% for column in sections.footer.navigation %}

{{ column.title }}

    {% for link in column.links %}
  • {{ link.label }}
  • {% endfor %}
{% endfor %}

{{ sections.footer.bottom.copyright }}

{% if sections.footer.paymentMethods is defined %}
{% for payment in sections.footer.paymentMethods %}
{{ payment.name }}
{% endfor %}
{% endif %}
{% if sections.footer.legalLinks.items is defined %} {% for link in sections.footer.legalLinks.items %} {{ link.label }} {% endfor %} {% else %} Privacy Policy Terms of Service Cookie Settings Accessibility {% endif %}
{{ sections.footer.backToTop.text | default('Back to top') }}