/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 56:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .mosaic-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .mosaic-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }

  .mosaic-item {
    margin: 0;
    padding: 0;
  }

  .mosaic-row.top .mosaic-item {
    width: 50%;
  }

  .mosaic-row.bottom .mosaic-item {
    width: 33.3333%;
  }

  .mosaic-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }

  @media screen and (max-width: 749px) {
    .mosaic-row {
      flex-direction: column;
    }
    .mosaic-row.top .mosaic-item,
    .mosaic-row.bottom .mosaic-item {
      width: 100%;
    }
  }
</style>