/** Shopify CDN: Minification failed

Line 16:31 Unexpected "{"
Line 16:40 Expected ":"
Line 21:33 Unexpected "{"
Line 21:42 Expected ":"
Line 21:49 Unexpected "{"
Line 24:33 Unexpected "{"
Line 24:42 Expected ":"
Line 29:33 Unexpected "{"
Line 29:42 Expected ":"
Line 36:33 Unexpected "{"
... and 41 more hidden warnings

**/
.featured-collection-carousel-{{ section.id }} .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: relative;
    margin-top: 10px;
  }

  .featured-collection-carousel-{{ section.id }} {
    padding-top: 50px;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__container {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__info {
    flex: 0 0 30%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__title {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 16px 0;
    letter-spacing: -0.8px;
  }
  .fcc__text p {
    margin: 0;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__text {
    font-size: 16px;
    font-weight: 275;
    margin: 0 0 20px 0;
    color: #121212;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__button {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    font-weight: 300;
    padding: 8px 60px 8px 25px;
    border: 1px solid #121212;
    border-radius: 50px;
    text-decoration: none;
    color: #121212;
    transition:background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__button svg {
    margin-left: 50px;
    transition: transform 0.3s;
  }
  .featured-collection-carousel-{{ section.id }} .fcc__button:hover svg {
    transform: translateX(4px);
  }

  .featured-collection-carousel-{{ section.id }} .fcc__swiper-container {
    flex: 1;
    min-width: 0;
  }
  .swiper.product-swiper-{{ section.id }} {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
  }

  .swiper.product-swiper-{{ section.id }}.is-initialized {
    opacity: 1;
    visibility: visible;
  }

  .product-swiper-{{ section.id }} .swiper-wrapper {
    display: flex;
  }
  .product-swiper-{{ section.id }} .swiper-slide {
    height: auto;
    display: flex;
    flex-shrink: 0;
  }
  .product-swiper-{{ section.id }} .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
  .product-swiper-{{ section.id }} .swiper-pagination-bullet {
    background-color: #E9E9E9 !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: background-color 0.3s ease, width 0.3s ease;
  }
  .product-swiper-{{ section.id }} .swiper-pagination-bullet-active {
    background-color: #121212 !important;
    border-radius: 5px;
  }

  .fcc__product-card-wrapper {
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    padding: 34px 34px 27px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .fcc__product-card-wrapper .fcc__product-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .fcc__product-image-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 123.49%;
  }
  .fcc__product-image-wrapper .fcc__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s ease-in-out;
  }
  .fcc__product-image-wrapper .fcc__image--secondary {
    opacity: 0;
  }
  .fcc__product-card-wrapper:hover .fcc__image--secondary {
    opacity: 1;
  }
  .fcc__product-info {
    text-align: left;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .fcc__product-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .fcc__product-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Poppins;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fcc__product-price {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    white-space: nowrap;
  }
  .fcc__product-description {
    font-size: 14px;
    line-height: 1.4;
    color: #121212;
    margin: 0;
    font-weight: 275;
    min-height: calc(2 * 1.4em);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  p.product-subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #121212;
    margin-bottom: 15px;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media screen and (max-width: 768px) {
    .featured-collection-carousel-{{ section.id }} {
      padding-top: 10px;
    }
    .featured-collection-carousel-{{ section.id }} .fcc__container {
      flex-direction: column;
      align-items: stretch;
      gap: 18px;
    }
    .featured-collection-carousel-{{ section.id }} .fcc__info {
        max-width: 100%;
        align-items: flex-start;
        border-top: 1px solid #E9E9E9;
        padding-top: 30px;
    }
    .featured-collection-carousel-{{ section.id }} .fcc__title {
        font-size: 24px;
        margin: 0 0 7px 0;
    }
    .featured-collection-carousel-{{ section.id }} .fcc__text {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .fcc__product-image-wrapper {
      padding-bottom: 122.61%;
    }
    .fcc__swiper-container {
        border-bottom: 1px solid #E9E9E9;
        padding-bottom: 10px;
    }
    .fcc__product-card-wrapper {
        padding: 22px 20px 25px;
    }

    .featured-collection-carousel-{{ section.id }} .fcc__button svg {
      margin-left: 30px;
    }

    .featured-collection-carousel-{{ section.id }} .fcc__button {
      padding: 8px 38px 8px 25px;
    }

    span.fcc__product-price, h3.fcc__product-title {
      font-size: 14px;
    }
    p.fcc__product-description {
      display: none;
    }

    p.product-subtitle {
      font-size: 12px;
      margin-bottom: 0;
    }
    .fcc__product-info-header {
      margin-bottom: 10px;
    }
  }