/** Shopify CDN: Minification failed

Line 9:2 Expected identifier but found "\"type\""
Line 25:1 Unexpected ","

**/
/* START_SECTION:footer (INDEX:18) */
css_styles{
  "type": "link_list",
  "name": "Menu",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "default": "Menu",
      "label": "Heading"
    },
    {
      "type": "link_list",
      "id": "menu",
      "default": "footer",
      "label": "Menu"
    }
  ]
},
      Add your links using HTML code like this: html
<div class="footer-links">
  <a href="/pages/about-us">About Us</a>
  <a href="/pages/contact">Contact</a>
  <a href="/policies/refund-policy">Refund Policy</a>
  <!-- Add more links as needed -->
</div>
/* END_SECTION:footer */
