{{ sections['footer']['brand']['name'] | default(site.brand.name) | slice(0, 1) }}
{{ sections['footer']['brand']['name'] | default(site.brand.name) }}
Premium Quality Products

{{ sections['footer']['brand']['description']['text'] | default(site.brand.description) }}

Certified Quality • Eco-Friendly
Free Shipping • 30-Day Returns
{% if sections['footer']['brand']['socialLinks']['links'] is defined %}
{% for social in sections['footer']['brand']['socialLinks']['links'] %} {% endfor %}
{% else %}
{% for social in site.social %} {% endfor %}
{% endif %}
{% for column in sections['footer']['navigation'] %}

{{ column['title'] }}

    {% for link in column['links'] %}
  • {{ link['label'] }}
  • {% endfor %}
{% if loop.first %}
10,000+ Happy Customers
50+ Countries Shipped
{% endif %}
{% endfor %} {% if sections['footer']['subscribe'] %}

{{ sections['footer']['subscribe']['title'] }}

📍 Customer Service
Available 24/7 for support
📧 Email Support
hello@company.com
📞 Phone Support
+1 (800) 555-SHOP

{{ sections['footer']['subscribe']['description']['text'] }}

{% endif %}

{{ sections['footer']['bottom']['copyright'] | default('© 2024 ' + site.brand.name + ', Inc. All rights reserved.') }}

Premium Quality • Worldwide Shipping

🔒 Secure 🛡️ Trusted ⚡ Fast Ship 🌍 Global
{% if sections['footer']['bottom']['links']['items'] is defined %}
{% for link in sections['footer']['bottom']['links']['items'] %} {{ link['label'] }} {% if not loop.last %} • {% endif %} {% endfor %}
{% else %}
Privacy Policy Terms of Service Returns
{% endif %}