/** Shopify CDN: Minification failed

Line 481:3 Expected "}" to go with "{"

**/
.cs__animate,
.c-comparison-slider__inner {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(30px);
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}

.cs__animate--visible,
.c-comparison-slider__inner.cs__animate--visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(0);
}

.cs {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media (min-width: 1000px) {
  .cs {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ---------- cs__ Titles ---------- */
.cs__titles {
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs__subtitle {
  font-family: var(--font-body-family, 'Jost', sans-serif);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #020202;
  margin: 0;
  text-transform: uppercase;
}

.cs__title {
  font-family: var(--font-body-family, 'Jost', sans-serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #1a1512;
  margin: 0;
}

.cs__tagline {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-weight: 500;
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  color: #1a1512;
  margin: 0;
}

@media (min-width: 1000px) {
  .cs__subtitle {
    font-size: 25px;
  }

  .cs__title {
    font-size: 40px;
  }

  .cs__tagline {
    font-size: 50px;
  }
}

/* ---------- cs__ CTA ---------- */
.cs__cta {
  max-width: 858px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1000px) {
  .cs__cta {
    gap: 73px;
  }
}

.cs__cta-text {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 0.9;
  letter-spacing: -0.35px;
  color: #1a1512;
  margin: 0;
}

@media (min-width: 1000px) {
  .cs__cta-text {
    font-size: 35px;
  }
}

.cs__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 286px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-family: var(--font-body-family, 'Jost', sans-serif);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

@media (min-width: 1000px) {
  .cs__cta-button {
    font-size: 20px;
  }
}

.cs__cta-button:hover {
  opacity: 0.8;
}

.c-comparison-slider {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  --slider-pos: 50%;
}



.c-comparison-slider__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: var(--cs-slider-height-desk, 800px);
  aspect-ratio: auto;
  border-radius: 24px;
  border: 4px solid var(--cs-border-color, #e3005a);
  overflow: hidden;
  user-select: none;
  background-color: #f7f7f7;
  /* cursor ew-resize moved to handle */
}

@media (max-width: 999px) {
  .c-comparison-slider__inner {
    height: var(--cs-slider-height-mob, 500px);
    aspect-ratio: auto;
    border-radius: 12px;
    border-width: 2px;
  }
}

.c-comparison-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-comparison-slider__image--before {
  clip-path: inset(0 calc(100% - var(--slider-pos)) 0 0);
  width: 100%;
  z-index: 2;
}

.c-comparison-slider__image--after {
  clip-path: inset(0 0 0 var(--slider-pos));
  width: 100%;
  z-index: 1;
}

.c-comparison-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.c-comparison-slider__img--mobile {
  display: none;
}

@media (max-width: 999px) {
  .c-comparison-slider__img--mobile {
    display: block;
  }

  .c-comparison-slider__img--desktop {
    display: none;
  }
}

.c-comparison-slider__label {
  position: absolute;
  top: 30px;
  font-family: 'Cormorant Garamond';
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  z-index: 2;
  white-space: nowrap;
}

.c-comparison-slider__label--before {
  /* Left side label */
  font-size: 18px;
  left: 5%;
  color: rgba(255, 255, 255, 0.7);
}

.c-comparison-slider__label--after {
  /* Right side label */
  right: 21%;
  font-size: 18px;
  color: #fff;
}

@media (min-width: 400px) {
  .c-comparison-slider__label--before {
    left: 10%;
  }
}

@media (min-width: 1000px) {
  .c-comparison-slider__label {
    top: 60px;
    font-size: 40px;
  }

  .c-comparison-slider__label--before {
    /* Left side label */
    left: 14%;
    color: rgba(255, 255, 255, 0.7);
  }

  .c-comparison-slider__label--after {
    /* Right side label */
    right: 21%;
    color: #fff;
  }
}



.c-comparison-slider__list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-style: italic;
  color: #fff;
  line-height: 1.3;
  z-index: 1;
  pointer-events: none;
}


.c-comparison-slider__list--before {
  right: 5%;
}

.c-comparison-slider__list--after {
  left: 5%;
}


.c-comparison-slider__list ul,
.c-comparison-slider__list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Numbered list for Before side */
.c-comparison-slider__list--before ol {
  list-style: decimal;
  padding-left: 1.2em;
}

.c-comparison-slider__list li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--fs-mob, 24px);
}

.c-comparison-slider__list--before li {
  display: list-item;
}

@media (min-width: 1024px) {
  .c-comparison-slider__list li {
    gap: 15px;
    margin-bottom: 12px;
    font-size: var(--fs-desk, 48px);
  }
}

.c-comparison-slider__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  max-width: 12px;
}

@media (min-width: 1000px) {
  .c-comparison-slider__list-icon {
    max-width: 100%;
  }
}

.c-comparison-slider__list-icon svg {
  width: 100%;
  height: auto;
}

.c-comparison-slider__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--slider-pos);
  width: 0;
  border: none;
  background: none;
  cursor: inherit;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  touch-action: none;
  /* Crucial for touch dragging: prevents browser from capturing the drag as a page scroll */
}

.c-comparison-slider__handle:focus-visible {
  outline: none;
}

.c-comparison-slider__handle:focus-visible .c-comparison-slider__handle-circle {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.c-comparison-slider__handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: var(--cs-handle-line, #e3005a);
  transform: translateX(-50%);
  pointer-events: none;
}

.c-comparison-slider__handle-circle {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  /* ensure it's clickable */
  cursor: ew-resize;
  /* resize cursor strictly on the handle */
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-comparison-slider__handle-circle svg circle {
  fill: var(--cs-handle-circle, #e3005a);
}

.c-comparison-slider__handle-circle svg path {
  stroke: var(--cs-handle-arrow, #000);
}


.c-comparison-slider__handle-icon {
  width: 100%;
  height: 100%;
}


.c-cs__deco-before,
.c-cs__deco-after {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.c-cs__deco-before {
  /* height: 100%; */
  bottom: 0;
  object-fit: contain;
  left: 0;
  max-width: 570px;
  width: 100%;
  height: auto;
  /* transform: scale(1.18); */
}

.c-cs__deco-after {

  bottom: 0;
  object-fit: contain;
  right: 0;
  width: auto;
  max-width: 200px;
  right: 16%;
}

@media (max-width: 1000px) {
  .c-cs__deco-after {
    max-width: 160px;
    transform: translate(19%, 10px);
  }

  .c-cs__deco-before {
    object-fit: contain;
    left: 0;
    max-width: 66vw;
    width: 100%;
    max-height: 100%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .c-cs__deco-before {
    max-width: 75vw;
  }
}

@media (max-width: 1000px) {
  .c-cs__deco-after {
    max-width: 160px;
    transform: translate(19%, 10px);
  }