/** Shopify CDN: Minification failed

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

**/


/* CSS from section stylesheet tags */
<style>
    .footer-bar-wrapper {
      background-color: #fff;
      overflow-x: auto;
    }

    .footer-bar-grid {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      gap: var(--image-gap);
    }

    .footer-bar-image {
      flex: 0 1 auto;
      max-width: 100%;
      text-align: center;
    }

    .footer-bar-image img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
    }

    .footer-bar-image .mobile-only {
      display: none;
    }

    @media screen and (max-width: 749px) {
      .footer-bar-image .desktop-only {
        display: none;
      }

      .footer-bar-image .mobile-only {
        display: block;
      }

      .footer-bar-grid {
        gap: var(--image-gap-mobile);
      }
    }
  </style>