/** Shopify CDN: Minification failed

Line 19:19 "-" can only be used as an infix operator, not a prefix operator

**/
.in-view .hero-slideshow {
  opacity: 1;
}
.hero-slideshow {
  position: relative;
  margin-bottom: 10.66vw;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  /* margin-top: calc(var(--header-height) - var(--announcement-bar-height)); */
}

.template-index .hero-slideshow,
.holiday-bundle .hero-slideshow {
  margin-top: calc(- var(--announcement-bar-height));
}

.template-list-collections .hero-slideshow {
  margin-top: 0;
}

.bar-on-top .hero-slideshow {
  margin-top: 0;
}

.hero-slideshow .slick-dots {
  bottom: 2.66vw;
}

.hero-slideshow .slick-dots li {
  height: 2.1vw;
  width: 2.1vw;
  margin: 0 0.8vw;
}

.hero-slideshow .slick-dots li button {
  background: var(--v2-white);
  opacity: 0.4;
  border: 0 !important;
  transition: opacity 0.3s ease;
  height: 2.1vw;
  width: 2.1vw;
}

.hero-slideshow .slick-dots li.slick-active button {
  background: var(--v2-white) !important;
  opacity: 1;
}

.hero-slideshow-slide {
  position: relative;
  color: white;
  font-family: var(--v2-font-family-primary);
}

.hero-slideshow-slide__content {
  left: 0;
  padding: 0 6.66vw;
  position: absolute;
  text-align: var(--text-align, center);
  top: 50%;
  translate: 0 -50%;
  width: 100%;
}

.hero-slideshow-slide__video--desktop {
  display: none;
}

.hero-slideshow-slide__video video {
  width: 100%;
}

.hero-slideshow-slide__video svg {
  width: auto;
  height: auto;
  fill: transparent;
  stroke: transparent;
}

.hero-slideshow-slide__image--desktop {
  display: none;
}

.hero-slideshow-slide__eyebrow {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  color: var(--color);
  display: inline-block;
  font-family: var(--font-family);
  font-size: var(--font-size, 5.33vw);
  font-weight: var(--font-weight, 700);
  line-height: 1.2;
  margin-bottom: 2.5vw;
  padding: calc(0.5vw * var(--padding)) calc(1.5vw * var(--padding));
}

.hero-slideshow-slide__eyebrow p {
  margin: 0;
}

.hero-slideshow-slide__title {
  font-family: var(--font-family);
  color: var(--color);
  font-weight: var(--font-weight, 700);
  font-size: var(--font-size, 10.66vw);
  line-height: var(--line-height, 1);
  margin-bottom: var(--margin-bottom, 1.33vw);
}

.hero-slideshow-slide__title > * {
  display: inline;
}

.hero-slideshow-slide__title h3 {
  font-size: calc((29vw * 100) / var(--mobile));
  font-weight: normal;
}

.hero-slideshow-slide__subtitle {
  font-family: var(--font-family);
  color: var(--color);
  font-weight: var(--font-weight, 700);
  font-size: var(--font-size, 3.73vw);
  line-height: var(--line-height, 1);
  margin-bottom: var(--margin-bottom, 1.33vw);
}

.hero-slideshow-slide__description {
  font-family: var(--font-family);
  color: var(--color);
  font-weight: var(--font-weight, 400);
  font-size: var(--font-size, 4vw);
  line-height: var(--line-height, 1.4);
  margin-bottom: var(--margin-bottom, 1.33vw);
}

.hero-slideshow-slide__reviews {
  display: flex;
  align-items: center;
  justify-content: var(--justify-content, center);
  font-size: 3.46vw;
  margin-bottom: 2vw;
}

.hero-slideshow-slide__cta {
  background: var(--background-color, white);
  border-radius: var(--border-radius, 0);
  color: var(--color, #442567);
  display: inline-block;
  font-size: var(--font-size, 4.26vw);
  font-weight: 700;
  padding: 0 10vw;
  margin-bottom: 3.2vw;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: var(--line-height);
  text-transform: uppercase;
  max-width: 100%;
}

.hero-slideshow-slide__reviews-stars {
  margin-right: 0.5vw;
}

.hero-slideshow-slide__reviews-stars .rating-star-filled,
.hero-slideshow-slide__reviews-stars .rating-star {
  width: 18px;
  height: 18px;
}

.hero-slideshow-slide__reviews-stars .rating-star svg,
.hero-slideshow-slide__reviews-stars .rating-star-filled svg {
  width: 18px;
  height: 18px;
}

.hero-slideshow-slide__reviews-stars .rating-stars-container {
  width: 106px;
}

.hero-slideshow-slide__shipping {
  color: var(--color);
  display: inline-block;
  font-family: var(--font-family);
  font-weight: var(--font-weight, 700);
  font-size: var(--font-size, 4vw);
  line-height: 2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: var(--text_alignment);
  width: 100%;
}

.hero-slideshow-slide__shipping-container img {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .hero-slideshow-slide--text-top .hero-slideshow-slide__content {
    top: 8vw;
    translate: 0;
  }

  .hero-slideshow--offset
    .hero-slideshow-slide--text-top
    .hero-slideshow-slide__content {
    translate: 0;
    top: 18.13vw;
  }

  .hero-slideshow-slide--text-bottom .hero-slideshow-slide__content {
    bottom: 8vw;
    top: auto;
    translate: 0;
  }
}

.hero-slideshow-slide__title--desktop {
  display: none;
}

.hero-slideshow-slide__klarna klarna-placement::part(osm-container),
.hero-slideshow-slide__klarna klarna-placement::part(osm-logo),
.hero-slideshow-slide__klarna klarna-placement::part(osm-cta) {
  color: inherit;
}

@media (min-width: 768px) {
  .hero-slideshow {
    margin-bottom: 3vw;
  }

  .hero-slideshow-slide__video--mobile {
    display: none;
  }

  .hero-slideshow-slide__video--desktop {
    display: block;
  }

  .hero-slideshow-slide__image--mobile {
    display: none;
  }

  .hero-slideshow-slide__image--desktop {
    display: block;
  }

  .hero-slideshow-slide__content {
    padding: 0;
    translate: -50% -50%;
    left: 50%;
    width: 66.62vw;
  }

  .hero-slideshow-slide--text-left .hero-slideshow-slide__content {
    left: 9.56vw;
    translate: 0 -50%;
    width: 38.19vw;
  }

  .hero-slideshow-slide--text-right .hero-slideshow-slide__content {
    left: auto;
    right: 9.56vw;
    width: 38.19vw;
    translate: 0 -50%;
  }

  .hero-slideshow-slide__eyebrow {
    font-size: var(--font-size, 2.5vw);
    line-height: 1;
    margin-bottom: 1.25vw;
    padding: calc(0.5vw * var(--padding)) calc(1vw * var(--padding));
  }

  .hero-slideshow-slide__title {
    font-size: var(--font-size, 4.3vw);
    line-height: var(--line-height, 1.1);
    margin-bottom: var(--margin-bottom, 0.93vw);
  }

  .hero-slideshow-slide__title h3 {
    font-size: calc((36vw * 100) / var(--desktop));
  }

  .hero-slideshow-slide__subtitle {
    font-size: var(--font-size, 1.5vw);
    margin-bottom: var(--margin-bottom, 0.93vw);
    line-height: var(--line-height, 1.16);
  }

  .hero-slideshow-slide__description {
    font-size: var(--font-size, 1.37vw);
    margin-bottom: var(--margin-bottom, 1.37vw);
    line-height: var(--line-height, 1.27);
  }

  .hero-slideshow-slide__reviews {
    font-size: 1vw;
    margin-bottom: 1.37vw;
    justify-content: var(--justify-content);
  }

  .hero-slideshow-slide__content {
    text-align: var(--text-align);
  }

  .hero-slideshow-slide__reviews-stars .rating-stars__item {
    font-size: 1.47vw;
  }

  .hero-slideshow-slide__cta {
    font-size: var(--font-size, 1.12vw);
    line-height: var(--line-height);
    min-width: 16.93vw;
    padding: 0;
    margin-bottom: 1.75vw;
  }

  .hero-slideshow-slide__shipping {
    font-size: var(--font-size, 1vw);
    line-height: 1.88;
    min-width: 16.93vw;
    width: auto;
  }

  .hero-slideshow .slick-dots {
    bottom: 1.45vw;
  }

  .hero-slideshow .slick-dots li {
    height: 0.76vw;
    width: 0.76vw;
    margin: 0 0.31vw;
  }

  .hero-slideshow .slick-dots li button {
    height: 0.76vw;
    width: 0.76vw;
  }

  .hero-slideshow-slide__title--mobile {
    display: none;
  }

  .hero-slideshow-slide__title--desktop {
    display: block;
  }
}

@media (min-width: 1440px) {
  .hero-slideshow {
    margin-bottom: 50px;
  }

  .hero-slideshow-slide__content {
    margin: 0 auto;
    padding: 0;
    width: 550px;
    left: 50%;
    translate: -50% -50%;
  }

  .hero-slideshow-slide__eyebrow {
    font-size: var(--font-size, 36px);
    margin-bottom: 10px;
  }

  .hero-slideshow-slide__title {
    font-size: var(--font-size, 73px);
    margin-bottom: var(--margin-bottom, 16px);
  }

  .hero-slideshow-slide__subtitle {
    font-size: var(--font-size, 24px);
    margin-bottom: var(--margin-bottom, 13px);
  }

  .hero-slideshow-slide__description {
    font-size: var(--font-size, 22px);
    margin-bottom: var(--margin-bottom, 21px);
  }

  .hero-slideshow-slide__reviews {
    font-size: 16px;
    margin-bottom: 21px;
  }

  .hero-slideshow-slide__cta {
    font-size: 18px;
    margin-bottom: 28px;
    min-width: 334px;
    padding: 0;
  }

  .hero-slideshow-slide__shipping {
    font-size: var(--font-size, 16px);
    min-width: 334px;
  }

  .hero-slideshow-slide--text-left .hero-slideshow-slide__content {
    left: 185px;
    translate: 0 -50%;
    padding: 0;
  }

  .hero-slideshow-slide--text-right .hero-slideshow-slide__content {
    right: 185px;
    translate: 0 -50%;
    padding: 0;
  }

  .hero-slideshow-slide__title h3 {
    font-size: 36px;
  }
}
