/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 33:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-footer {
    background: #f9f9f9;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }
  .footer-column h4 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  .footer-column a {
    color: #333;
    text-decoration: none;
  }
  .footer-column a:hover {
    text-decoration: underline;
  }
</style>