/** Shopify CDN: Minification failed

Line 18:22 Expected ":"

**/
.slider-mobile-gutter {
  position: relative;
  display: block;
}


.slider-mobile-gutter + .view-all {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .slider-mobile-gutter + .view-all {
    margin-top: 5rem;f
  }
}

@media screen and (max-width: 480px) {
  .slider-mobile-gutter + .view-all .button {
    width: 90%;
  }
}

.slider--no-buttons .slider-buttons {
  display: none !important;
}

.splide__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 749px) {
  .slider.slider--mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .slider.slider--mobile .splide_slide {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider.slider--mobile::-webkit-scrollbar {
    height: 0.9rem;
    width: 0.9rem;
    display: initial;
  }

  .slider-mobile-gutter > .slider.grid--2-col > .grid__item {
    width: 42%;
  }
}

@media screen and (max-width: 480px) {
  .slider-mobile-gutter > .slider.grid--1-col-mobile > .grid__item {
    width: 75%;
  }
}

@media screen and (min-width: 750px) {
  .slider.slider--tablet-up {
    position: relative;
    flex-wrap: inherit;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }

  .slider.slider--tablet-up .splide_slide {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider.slider--tablet-up::-webkit-scrollbar {
    display: initial;
  }
}

@media screen and (max-width: 989px) {
  .slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }

  .slider.slider--tablet .splide_slide {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider.slider--tablet::-webkit-scrollbar {
    height: 0.9rem;
    width: 0.9rem;
    display: initial;
  }
}

@media (prefers-reduced-motion) {
  .slider {
    scroll-behavior: auto;
  }
}

/* Scrollbar */

.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
  display: none;
}

.no-js .slider {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.no-js .slider::-webkit-scrollbar {
  display: initial;
}

.slider::-webkit-scrollbar {
  appearance: none;
  background-clip: padding-box;
  border: 0.3rem solid transparent;
  border-radius: 1.6rem;
  background-color: rgba(var(--color-border), 0.3);
}

.slider::-webkit-scrollbar-thumb {
  border: 0.3rem solid transparent;
  background-clip: padding-box;
  border-radius: 1.6rem;
  background-color: rgb(var(--color-border));
}

.slider-mobile-gutter .slider-buttons {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 100%;
  margin-bottom: 1.5rem;
}

.title-wrapper--mobile-link + .slider-mobile-gutter > .slider-buttons {
  margin-bottom: 1rem;
}

.slider-mobile-gutter .slider-buttons[disabled] {
  display: none;
}

@media screen and (min-width: 990px) {
  .slider-mobile-gutter .slider-buttons {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 989px) {
  [data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) + .slider-mobile-gutter {
    display: flex;
    flex-direction: column-reverse;
  }

  [data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) + .slider-mobile-gutter .slider-buttons {
    position: relative;
    margin-top: -2rem;
    justify-content: center;
  }
}

.slider-mobile--overlay .slider-buttons {
  color: rgb(var(--color-background));
}

.slider-counter {
  display: none;
  margin-inline-end: 3rem;
}

.slider-mobile--overlay .slider-counter {
  margin-inline-end: 1.4rem;
}

.slider-buttons {
  display: flex;
  align-items: center;
}

.slider--tablet-up + .slider-buttons {
  display: flex;
}

@media screen and (min-width: 990px) {
  .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .slider--mobile + .slider-buttons {
    display: none;
  }
}

.slider-button {
  border: none;
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  position: relative;
  text-align: start;
  transition: color var(--duration-default) ease;
}

.slider-mobile--overlay .slider-button {
  color: rgba(var(--color-foreground), 0.5);
}

@media screen and (hover: hover) {
  .slider-button:not([disabled]):hover,
  .slider-mobile--overlay .slider-button:not([disabled]):hover {
    color: rgba(var(--color-foreground), 1);
  }
}

.slider-button .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.slider-button[disabled] .icon {
  color: rgba(var(--color-foreground), 0.3);
}

.slider-mobile--overlay .slider-button[disabled] .icon {
  color: currentColor;
  opacity: 0.3;
}

.slider-button--next {
  text-align: end;
}

.slider-button--next::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.8rem;
  width: 0.1rem;
  height: 1.6rem;
  background-color: rgba(var(--color-foreground), 0.1);
}

.slider-button--prev .icon {
  transform: scaleX(-1);
}

.slider-button:focus-visible {
  z-index: 1;
}


/* Tab slider */

.tab-slider {
  position: relative;
  flex-wrap: inherit;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.collection-tab {
  display: none;
  cursor: pointer;
}

.collection-tab.active {
  display: block;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 34px;
  font-size: 1.8rem;
  overflow: scroll;
  width: 100%;
}

.tab-button {
   background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  color: black;
  text-indent: 0;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight) !important;
    position: relative;
  display: inline-block;
    padding-bottom: 2px;
}



.tab-button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;            
  height: 1px;                  
  background: rgb(var(--color-foreground));        
  border-radius: 2px;   
}

@media screen and (max-width: 550px){ 
.tabs {
  gap: 30px;
  padding-bottom: 15px;
  margin-bottom: 0;
  padding-right: 20px;
}

}


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

  .desktop-slider .slider.slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }

  .desktop-slider .slider.slider--desktop .splide_slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .desktop-slider .slider.slider--desktop::-webkit-scrollbar {
    height: 0.9rem;
    width: 0.9rem;
    display: initial;
  }

  .desktop-slider .slider--desktop + .slider-buttons {
    display: flex;
  }
  .desktop-slider .slider.slider--desktop {
  cursor: grab;
  user-select: none;
}
.desktop-slider .slider.slider--desktop:active {
  cursor: grabbing;
}
}

.splide-progress {
  
  height: 1px;
  background-color: #E7E7E7; /* light gray */
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  display: block !important
}

.splide-progress-bar {
  height: 100%;
  background-color: black; /* or your accent color */
  transition: width 0.3s ease;
  display: block !important
}

.splide__arrow {
  background-color: transparent;
}

.splide__arrow--prev {
  top: unset;
  left: unset;
  right: 50px;
  bottom: 0px;
}
.splide__arrow--next {
  top: unset;
  bottom: 0px;
}

@media screen and (max-width: 550px){
  .splide__slide {
    width: 65% !important;
    padding-bottom: 3.6rem;
  }
  .splide-progress {
    margin-top: 1rem;
  }

}


@media (min-width: 1025px) {
  .hide-controls-desktop .splide__arrows,
  .hide-controls-desktop .splide-progress {
    display: none !important;
  }
}
