/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 50:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  /* Inherit theme color-scheme variables for background & text */
  .brand-grid-outer {
    background: var(--color-background);
    color: var(--color-foreground);
    width: 100%;
    overflow-x: hidden;
  }

  .brand-grid-container h2 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: inherit;
  }

  .brand-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 2.5rem;
  }

  .brand-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 80px;
    padding: 0.25rem;
    box-sizing: border-box;
  }

  .brand-grid img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }
</style>