/** Shopify CDN: Minification failed

Line 383:30 Unexpected "{"
Line 383:39 Expected ":"

**/
.featured_collection_head {
  margin: 0 var(--container-padding) 4rem;
  text-align: var(--head-align);
}

.featured_collection_head span {
  display: inline-block;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: calc(1.4rem * 1.2);
  letter-spacing: 0.3rem;
  color: var(--head-color);
}

.featured_collection_main_inner {
  position: relative;
}

.featured_collection_main_inner.has_slider.show_next {
    margin: 0;
    margin-left: var(--container-padding);
}

.featured_collection_main_inner.has_slider {
    margin: 0 var(--container-padding);
}

.featured_collection_main_inner.no_slider {
  margin: 0 var(--container-padding);
}

.empty_card_img {
  display: flex;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.empty_featured_collection_inner svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.empty_card_img.ratio:before {
  padding-bottom: var(--aspect-ratio);
}

.empty_card_img svg {
  background: #0000000d;
}

.empty_product_card_title {
  margin: 2rem 0 0;
  padding: 1rem;
  border-radius: 2rem;
  background: #f2f2f2;
}

.empty_product_card_title h3 {
  margin: 0;
  text-align: center;
}

.price__regular.has_cap,
.price__sale.no_cap {
  display: none;
}

.fc_arrows {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}



.fc_arrows.fc_arrows--circle, .fc_arrows.fc_arrows--square {
  left: -3.5rem
}

.fc_arrows.fc_arrows--rectangle {
  left: -4rem;
}

.fc_arrow {
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--arrow-text);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--arrow-bg);
  cursor: pointer;
  transition: background 0.3s;
}
.adapt .fc_arrow {
  width: 5rem;
  height: 5rem;
}
.fc_arrow button {
    all: unset;
}

.fc_arrows.fc_arrows--circle .fc_arrow {
  border-radius: 50%;
}

.fc_arrows.fc_arrows--square .fc_arrow {
  border-radius: 0;
}

.fc_arrows.fc_arrows--rectangle .fc_arrow {
  width: 8rem;
  height: 4rem;
  border-radius: 0;
}

.fc_arrow svg path {
  stroke: var(--arrow-text);
  transition: stroke 0.3s;
}

.fc_arrow:hover {
  background: var(--arrow-hover-bg);
}

.fc_arrow:hover svg path {
  stroke: var(--arrow-hover-text);
}

.fc_show_btn {
  margin-top: 5rem;
}

.fc_show_btn a {
  margin: auto;
}

.card__heading a:focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  box-shadow: none !important;
  outline: none !important;
}

.no-js .empty_featured_collection_inner .swiper-wrapper,
.no-js .featured_collection_inner .swiper-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 2rem;
}

.no-js .empty_featured_collection_inner .swiper-wrapper .swiper-slide,
.no-js .featured_collection_inner .swiper-wrapper .swiper-slide {
  flex: 0 0 auto;
  width: 25vw;
}

.fc_left button,
.fc_right button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.split__Arrow .fc_arrow:nth-child(2) {
  position: absolute;
  right: 1rem;
  top: 40%;
  z-index: 2;
}
.split__Arrow .fc_arrow:first-child {
  position: absolute;
  left: 1rem;
  top: 40%;
  z-index: 2;
}
.split__Arrow .fc_arrows  {
  position: unset !important;
  transform: unset !important;
}
/* ============= MEDIA QUERIES ============= */
@media screen and (max-width: 1599px) {
  .featured_collection_head {
    margin: 0 5rem 3rem;
  }

  .featured_collection_main_inner.no_slider, .featured_collection_main_inner.has_slider {
    margin: 0rem 5rem;
  } 

  .featured_collection_main_inner.has_slider.show_next {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 1440px) {
  .featured_collection_main_inner {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 989px) {
  .featured_collection_head {
    margin: 0 3rem 3rem;
  }

  .featured_collection_main_inner.no_slider, .featured_collection_main_inner.has_slider {
    margin: 0rem 3rem;
  } 

  .featured_collection_main_inner.has_slider.show_next {
    margin-left: 3rem;
  }

  .featured_collection_main_inner {
    margin-left: 3rem;
  }

  .fc_arrows {
    left: 0;
    top: 35%;
  }

  .fc_arrows.fc_arrows--circle, .fc_arrows.fc_arrows--square, .fc_arrows.fc_arrows--rectangle {
    left: 0;
  }
  

  .fc_left,
  .fc_right {
    width: 5rem;
    height: 5rem;
  }

  .fc_left svg,
  .fc_right svg {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .featured_collection_head {
    margin: 0 1.5rem 2rem;
  }
.split__Arrow .fc_arrow:nth-child(2) {
    position: absolute;
    right: 1rem;
    top: 30%;
    z-index: 2;
}
.split__Arrow .fc_arrow:first-child {
    position: absolute;
    left: 1rem;
    top: 30%;
    z-index: 2;
}
  .featured_collection_main_inner.no_slider {
    margin: 0rem 1.5rem;
    margin-right: 0;
  } 

  .featured_collection_main_inner.has_slider.show_next {
    margin-left: 1.5rem;
  }

  .featured_collection_main_inner.has_slider {
    margin: 0 1.5rem;
  }

  .featured_collection_main_inner {
    margin-inline: 1.5rem;
  }

  .fc_arrows {
    top: 35%;
  }
      .card:not(.ratio)>.card__content {
        padding: 1rem!important;
    }

  .fc_arrows.fc_arrows--rectangle .fc_arrow {
    width: 4rem;
    height: 2rem;
  }

  .fc_arrows.fc_arrows--circle .fc_arrow, .fc_arrows.fc_arrows--square .fc_arrow {
    width: 4rem;
    height: 4rem;
  }

  .fc_arrow button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fc_arrow svg {
    width: 3rem;
    height: 3rem;
  }

  .fc_arrows.fc_arrows--circle .fc_arrow svg, .fc_arrows.fc_arrows--square .fc_arrow svg {
    width: 2rem;
    height: 2rem;
  }

  .empty_product_card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  .empty_card_img {
    border-radius: var(--mob-border-radius);
  }

  .featured_collection_inner .color_swatch {
    display: none !important;
  }
  .featured_collection_inner .title_sw_group .color_swatch {
    display: block !important;
  }
   .featured_collection_inner .title_sw_group .product_card--color_swatches {
      display: flex;
        justify-content: flex-end;
    }
  .fc_show_btn {
    margin-top: 3rem;
  }

  .no-js .empty_featured_collection_inner .swiper-wrapper .swiper-slide,
  .no-js .featured_collection_inner .swiper-wrapper .swiper-slide {
    flex: 0 0 auto;
    width: 80vw;
  }

  .featured_collection_main_inner.no_slider .cols_6,
  .featured_collection_main_inner.no_slider .cols_5,
  .featured_collection_main_inner.no_slider .cols_4,
  .featured_collection_main_inner.no_slider .cols_3,
  .featured_collection_main_inner.no_slider .cols_2 {
    max-width: 100% !important;
  }

  .empty_product_card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
}



/* ===================================== */

@media screen and (min-width: 1921px) {

.featured_collection_wrapper-{{ section.id }} .main_heading {
    letter-spacing: 0px !important;
    font-size: calc(var(--font-heading-scale) * 7rem) !important;
    line-height: calc(var(--font-heading-scale) * 10rem) !important;
}



}