/** Shopify CDN: Minification failed

Line 152:6 Expected ":"

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

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

.collection_tabs_tabs_wrapper {
  margin-block: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 0.1rem solid #1e1e1e;
  width: max-content;
  padding: 0 2rem 0.8rem;
}

.collection_tabs_tabs_wrapper.cttw-left {
    margin-inline: auto;
    margin-left: 0;
}

.collection_tabs_tabs_wrapper.cttw-center {
    margin-inline: auto;
}

.collection_tabs_tabs_wrapper.cttw-right {
    margin-inline: auto;
    margin-right: 0;
}

.collection_tab {
  position: relative;
  padding: 0 0.8rem;
}

.collection_tab:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: calc(100% + 2rem);
  background: #1e1e1e;
}

.collection_tab:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: calc(100% + 2rem);
  background: #1e1e1e;
}

.collection_tab h3 {
  margin: 0;
  padding: 1.6rem 5rem;
  color: var(--head-color);
  border-radius: var(--head-border-radius);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.collection_tab h3 a {
  color: var(--head-color);
  text-decoration: none;
  transition: color 0.3s;
}

.collection_tab.active h3 {
  background: var(--highlight-bg);
  color: var(--highlight-text);
}

.collection_tab.active h3 a {
  color: var(--highlight-text);
}

.collection_tab_products_wrapper {
  margin: 6rem 0 0;
  display: grid;
  position: relative;
}

.collection_tab_slider {
  width: 100%;
  grid-area: 1/-1;
  pointer-events: all;
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0.3s;
}

.collection_tab_slider.cts--no-slider {
  display: flex;
  column-gap: 0;
  row-gap: var(--grid-desktop-vertical-spacing);
  flex-wrap: wrap;
}

.collection_tab_slider:not(.is-selected) {
  transform: translateX(3rem);
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.collection_tab_slider.cts--no-slider .empty_product_card,
.collection_tab_slider.cts--no-slider .collection_tab_card {
  width: 100%;
  margin-right: var(--grid-desktop-horizontal-spacing);
}

.collection_tab_slider.cts--no-slider .empty_product_card svg.placeholder-svg {
  background: #0000000d;
}

.cts_arrows {
  display: none;
}

.cts_arrows:first-child {
  display: flex;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 2;
  flex-flow: column;
  gap: 1rem;
  left: -3.5rem;
}

.cts_arrows.cts_arrows-rectangle:first-child {
  left -4rem;
}

.cts_arrow {
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--arrow-text);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--arrow-bg);
  transition: background 0.3s;
}

.cts_arrows.cts_arrows-rectangle .cts_arrow {
    width: 8rem;
    height: 4rem;
    border-radius: 0;
}

.cts_arrows.cts_arrows-circle .cts_arrow {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.cts_arrows.cts_arrows-square .cts_arrow {
  width: 7rem;
  height: 7rem;
  border-radius: 0;
}

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

.cts_arrow button {
    all: unset;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.cts_arrows:first-child.hide_on_mob {
  display: flex;
}

.cts_arrows:first-child.hide_on_desktop {
  display: none;
}

.collection_tabs_tabs_wrapper.border_none {
  border: none;
  padding: 0;
}

.collection_tabs_tabs_wrapper.border_none .collection_tab:before, .collection_tabs_tabs_wrapper.border_none .collection_tab:after {
  display: none;
}

.collection_tabs_tabs_wrapper.border_none .collection_tab {
  padding-inline: 0;
}

.collection_tabs_tabs_wrapper.border_none .collection_tab h3 {
  padding-inline: 3rem;
}

.collection_tabs_tabs_wrapper.border_none .collection_tab:first-child h3 {
    padding-left: 0;
}

.collection_tabs_tabs_wrapper.no_main_heading h3 {
    font-size: 4rem;
    line-height: calc(4rem * 1);
}

.collection_tab_products_wrapper.no_main_heading {
    margin-top: 3rem;
}

/* ================= MEDIA QUERIES ================= */
@media screen and (max-width: 989px) {
  .collection_tabs_header {
    margin-right: 3rem;
  }

  .cts-swiper-left,
  .cts-swiper-right {
    width: 5rem;
    height: 5rem;
  }

  .cts_arrows:first-child {
    left: 0;
    top: 35%;
  }

  .collection_tabs_tabs_wrapper {
    max-width: calc(100% - 3rem);
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .collection_tab h3 {
    font-size: 1.6rem;
    padding: 1.6rem;
    text-align: center;
    letter-spacing: 0;
  }

  .collection_tabs_tabs_wrapper.no_main_heading h3 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .collection_tab_slider.cts--no-slider {
    column-gap: var(--grid-desktop-horizontal-spacing);
    /* justify-content: space-between; */
  }

  .collection_tab_slider.cts--no-slider .empty_product_card, .collection_tab_slider.cts--no-slider .collection_tab_card {
    margin-right: 0;
  }

  .cols_4 {
    max-width: calc(100% / 2 - var(--gap)) !important;
  }
}

@media screen and (max-width: 640px) {
  .collection_tabs_header {
    padding-right: 1.5rem;
    margin: 0;
  }

  .collection_tab h3 {
    padding: 12px 24px;
    font-size: 1.4rem;    
  }

  .cts_arrows:first-child {
    left: 0;
  }

  .cts-swiper-left,
  .cts-swiper-right {
    width: 5rem;
    height: 5rem;
  }

  .cts_arrows:first-child.hide_on_desktop {
    display: flex;
  }

  .cts_arrows:first-child.hide_on_mob {
    display: none;
  }

  .collection_tab_products_wrapper {
    margin-top: 4rem;
    overflow: hidden;
  }

  .collection_tabs_tabs_wrapper {
    margin: 4rem 0 0;
    max-width: 100%;
    padding: 1rem 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    overflow: hidden;
    overflow-x: auto;
  }

  .collection_tabs_tabs_wrapper::-webkit-scrollbar,
  .collection_tab_slider.cts--no-slider::-webkit-scrollbar {
    display: none;
  }

  .collection_tab:after,
  .collection_tab:first-child:before {
    display: none;
  }

  .collection_tab,
  .collection_tab_slider.cts--no-slider .empty_product_card,
  .collection_tab_slider.cts--no-slider .collection_tab_card {
    flex: 0 0 auto;
    max-width: 60%;
    scroll-snap-align: start;
    margin: 0 !important;
  }

  .collection_tab_slider.cts--no-slider {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .collection_tabs_tabs_wrapper.no_main_heading h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .cts_arrows.cts_arrows-rectangle .cts_arrow {
    width: 5rem;
    height: 3rem;
  }

  .cts_arrows.cts_arrows-circle .cts_arrow, .cts_arrows.cts_arrows-square .cts_arrow {
    width: 4rem;
    height: 4rem;
  }

  .cts_arrows.cts_arrows-rectangle .cts_arrow svg {
    width: 3rem;
    height: 3rem;
  }

  .cts_arrows.cts_arrows-circle .cts_arrow svg, .cts_arrows.cts_arrows-square .cts_arrow svg {
    width: 2rem;
    height: 2rem;
  }  
}
