/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 47:2 Unexpected "<"

**/


/* CSS from section stylesheet blocks */
<style>
    .custom-footer {
      padding: 20px;
    }
    .custom-footer__row {
      display: flex;
      flex-wrap: wrap; /* Allow columns to wrap */
      gap: 20px; /* Space between columns */
    }
    .custom-footer__column {
      flex: 1; /* Equal width for columns */
      min-width: 200px; /* Minimum width for responsiveness */
      padding: 10px;
    }
    .custom-footer__column h2 {
      margin-top: 0;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff; /* Heading color */
    }
    .custom-footer__link {
      display: block;
      margin-top: 5px;
      font-size: 14px;
      color: #ffffff; /* Link color */
      text-decoration: none; /* Remove underline */
    }
    .custom-footer__link:hover {
      text-decoration: underline; /* Underline on hover */
    }
    .custom-footer__text {
      display: block;
      margin-top: 5px;
      font-size: 14px;
      color: #ffffff;
      text-decoration: none;
    }
  </style>