/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 175:0 Unexpected "<"

**/
<style>
  .featured-collection-section {
    width: 100%;
    overflow: hidden;
  }

  .featured-collection-header {
    margin-bottom: 32px;
  }

  .featured-collection-heading {
    font-size: 32px;
    line-height: 1.3;
    margin: unset;
    font-family: 'EB Garamond';
    font-weight: 600;
  }

  .featured-collection-description {
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 1.4;
    margin: unset;
    color: #2E2E2E;
    margin-top: 8px;
  }

   .featured-collection-description p {
    margin: unset;
   }

  .featured-collection-button-wrapper {
    margin-top: 48px;
  }

.featured-collection-button {
    display: inline-block;
    padding: 16px;
    line-height: 1;
    background: #2E2E2E;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

  .featured-collection-button:hover {
    opacity: 0.85;
  }

  .featured-collection-wrapper {
    display: block;
  }

  .featured-collection-swiper {
    overflow: hidden;
  }

  /* Default Grid Layout */

  @media (min-width: 768px) {
   [data-desktop-layout="grid"] .featured-collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
   }
  }

  @media (max-width: 768px) {
    [data-mobile-layout="grid"] .featured-collection-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
  }
  /* .featured-collection-item {
    width: auto !important;
    margin: 0 !important;
  } */

  /* Mobile Carousel Layout */
  /* [data-mobile-layout="carousel"] .featured-collection-grid {
    display: flex;
  } */

  /* [data-mobile-layout="carousel"] .featured-collection-item {
    width: 85% !important;
    flex-shrink: 0;
  } */

  .featured-collection-container .swiper-scrollbar {
    position: relative;
    margin-top: 32px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
  }

  .featured-collection-container .swiper-scrollbar-drag {
    background: #2c2c2c;
    border-radius: 2px;
    cursor: grab;
    display: block !important;
  }

  .featured-collection-container .swiper-scrollbar-drag:active {
    cursor: grabbing;
  }

  .featured-collection-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
  }

  @media screen and (min-width: 750px) {

    .featured-collection-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 24px;
      margin-bottom: 48px;
    }

    .featured-collection-heading {
      font-size: 32px;
      margin-bottom: 0px;
    }

    .featured-collection-button-wrapper {
      margin-top: 0;
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 48px;
    }

    /* Desktop Grid Layout */
    [data-desktop-layout="grid"] .featured-collection-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    [data-desktop-layout="grid"] .featured-collection-item {
      width: auto !important;
    }

    /* Desktop Carousel Layout */
    [data-desktop-layout="carousel"] .featured-collection-grid {
      display: flex;
    }

    [data-desktop-layout="carousel"] .featured-collection-item {
      width: calc(25% - 18px) !important;
      flex-shrink: 0;
    }

    .featured-collection-container .swiper-scrollbar {
      display: none;
    }
  }
</style>