/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 90:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>

    .featured-categories {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .featured-categories-grid {
    display: grid;
    gap: 20px;
  }

  .featured-categories-grid.row-1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-categories-grid.row-2 {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 33px;
  }

  .featured-category-item {
    text-align: left;
  }

  .featured-category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .featured-categories-grid.row-1 .featured-category-item img {
    max-height: 650px;
    height: 650px;
    border-radius: 4px;
  }

  .featured-categories-grid.row-2 .featured-category-item img {
    max-height: 270px;
    height: 270px;
    border-radius: 4px;
  }

  .featured-categories-grid.row-1 .featured-category-title {
    color: var(--Black, #000);
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 32px */
    margin-top: 20px;
  }

  .featured-categories-grid.row-2 .featured-category-title {
    color: var(--Black, #000);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    margin-top: 20px;
  }

  .featured-category-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 18px;
    color: var(--Black, #000);
  }

  .featured-categories-grid.row-2 .featured-category-link {
    font-size: 16px;
    text-decoration: none;
    margin-top: 12px;
}

</style>