/** Shopify CDN: Minification failed

Line 31:21 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.featured-collections {
    display: flex;
    flex-wrap: wrap;
  }

  .featured-collections .grid-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grid-item {
    width: calc(50% - 10px);
    padding: 10px;
  }

  .category-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .section__link {
    margin-top: 10px;