/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 51:2 Unexpected "}"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-banner-wrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .custom-banner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 11px;
  }

  .custom-banner-grid-item {
    width: calc(33.333% - 13.333px);
    box-sizing: border-box;
  }

  .custom-banner-grid-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
  }

  /* @media screen and (max-width: 991px) {
    .custom-banner-grid-item {
      width: 100%;
    } */
     @media screen and (max-width: 991px) {
  .custom-banner-grid-item {
    width: 44.33%; /* 3 items per row like desktop */
  }

  .custom-banner-grid {
    flex-direction: row !important; /* Prevent column stacking */
    flex-wrap: wrap;
  }
}
  }
</style>