/** Shopify CDN: Minification failed

Line 43:0 Expected "}" to go with "{"

**/
/* START_SECTION:featured-collection (INDEX:4) */
.featured-collection-wrapper {
    position: relative;
    overflow: hidden;
  }

  .featured-collection-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .carousel-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .carousel-item:not(:last-child):not(:first-child):not(:nth-last-child(2)) {
    border-right: 1px solid #e5e7eb;
  }

  .product-image img {
    max-width: 100%;
    height: auto;
  }

  .product-info {
    margin-top: 10px;
  }

  @media (max-width: 768px) {
  .featured-collection-section .carousel-arrow {
    display: none !important;
  }
/* END_SECTION:featured-collection */
