/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 29:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
  }
  .logo-list img {
    max-height: 50px;
    max-width: 120px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
  }
  .logo-list img:hover {
    filter: none;
    opacity: 1;
  }
</style>