/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:brand-page (INDEX:9) */
<style>
    .brand-listing-section {
      padding: 50px 0;
    }

    .brand-listing-section h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 22px;
    }

    .brand-list {
      margin-bottom: 20px;
    }

    .brand-list h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    .brand-list .brands {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .brand-list .brands li {
      margin-bottom: 10px;
    }

    @media (max-width: 768px) {
      .brand-list h3 {
        font-size: 1.25rem;
      }
    }
  </style>
/* END_SECTION:brand-page */