/** Shopify CDN: Minification failed

Line 57:33 Unexpected "{"

**/
.wd .section--wc-section-tabs .wc-section-tabs-container {
  padding: var(--layout-space-24) 0 var(--layout-space-12);
  background: rgba(var(--color-dusk), 0.35);
}

@media screen and (min-width: 750px) {
  .wd .section--wc-section-tabs .wc-section-tabs-container {
    padding: var(--layout-space-32) 0 var(--layout-space-16);
  }
}

.wd.wd .section--wc-section-tabs .wc-section-tabs {
  display: flex;
  gap: var(--layout-space-16);
  overflow-x: auto;
  position: relative;
  padding: 0;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .wc .section--wc-section-tabs .wc-section-tabs {
    display: flex;
    justify-content: center;
    padding: 0 var(--spacing-sections-desktop);
    margin-right: 0;
  }

  .wc .section--wc-section-tabs .wc-section-tabs-container:after {
    display: none;
  }
}

.wd .section--wc-section-tabs .wc-section-tabs__option {
  --border-opacity: 0;
  color: var(--color-dusk);
  font-size: var(--text-size-xxs);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  padding: 0 0 var(--layout-space-2);
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(var(--color-border), var(--border-opacity));
}

.wd .section--wc-section-tabs .wc-section-tabs__option.wc-active {
   --border-opacity: 1;
}

.wd .section--wc-section-tabs +  {
  border-bottom: 1px solid rgb(var(--color-border));
}

.wd .section--wc-section-tabs + .section-image-with-text > .image-with-text-container,
.wd .section--wc-section-tabs ~ .section-image-with-text + .section-image-with-text > .image-with-text-container {
  padding-top: 0;
}

/* Slider styling */
.wd .section--wc-section-tabs slider-component {
  position: relative;
}

.wd .section--wc-section-tabs .slider {
  display: flex;
}

.wd .section--wc-section-tabs .slider .slider__slide {
  width: unset;
  max-width: unset;
  min-width: unset;
  scroll-margin-left: 4.6rem;
}

.wd .section--wc-section-tabs .slider .slider__slide:first-child {
  margin-left: var(--layout-space-8);
  scroll-margin-left: var(--layout-space-8);
}

.wd .section--wc-section-tabs .slider .slider__slide:last-child {
  margin-right: var(--layout-space-8);
}

.wd .section--wc-section-tabs .slider-buttons {
  position: absolute;
  top: 50%;
  height: 0;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}

.wd .section--wc-section-tabs .slider-button {
  width: 6rem;
  height: 2rem;
  padding: 0 var(--layout-space-8) var(--layout-space-1);
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(var(--color-light-dusk), 0) 10%, rgba(var(--color-light-dusk), 1) 40%);
}

.wd .section--wc-section-tabs .slider-button--prev {
  justify-content: flex-start;
  background: linear-gradient(270deg, rgba(var(--color-light-dusk), 0) 10%, rgba(var(--color-light-dusk), 1) 40%);
}

.wd .section--wc-section-tabs .slider-button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.wd .section--wc-section-tabs .slider-button .icon {
  height: 1rem;
  width: 1.2rem;
  color: rgb(var(--color-base-dark));
}