/** Shopify CDN: Minification failed

Line 67:15 Expected ":"

**/
.rpSlideshowSwiper {
  height: calc(100svh - 39px);
}

.rpSlideshowSwiper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.rpSlideshowSwiper__title {
  position: absolute;
  left: 50%;
  font-size: 5.4rem;
  color: #fff;
  font-family: var(--font-bodoni-moda);
  z-index: 10;
  text-align: center;
  width: 100%;
  letter-spacing: -0.9px;
}

.rpSlideshowSwiper__title--top {
  top: 0;
  transform: translateX(-50%);
}

.rpSlideshowSwiper__title--center {
  top: 50%;
  transform: translateX(-50%);
}

.rpSlideshowSwiper__title--bottom {
  bottom: 23%;
  transform: translateX(-50%);
}

.rpSlideshowSwiper-pagination {
  position: absolute;
  bottom: 34px;
  z-index: 10;
  left: 50%;
  text-align: center;
}

.rpSlideshowSwiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
}

.rpSlideshowSwiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.rpSlideshowSwiperDesktop__mobile {
  display: none;
}

.shop-now_btn{s
    width: max-content;
    margin:auto;
    position: relative;
    top: 45px;
}
.shop-now_btn .shop-now_btn--main {
    margin: 0;
    color: var(--color-button-text-hex, #FFFFFF);
    border:1px solid var(--color-outline-hex, #FFFFFF);
    background: var(--color-button-hex, transparent);
    text-align: center;
    font-family: var(--font-bodoni-moda);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 1.4rem;
    transition: color .3s ease-in, background .3s ease-in, border .3s ease-in;
    width: fit-content;
    margin-inline: auto;
}

.shop-now_btn .shop-now_btn--main:hover {
   color: var(--color-button-hover-text-hex, var(--color-button-text-hex, #FFFFFF));
  border:1px solid var(--color-outline-hex-hover, var(--color-outline-hex, #FFFFFF));
  background: var(--color-button-hover-hex, var(--color-button-hex, transparent));
}
.shop-now_btn a{
  text-decoration:none;
}

@media screen and (max-width: 768px) {
  .rpSlideshowSwiperDesktop__mobile {
    display: block;
  }

  .rpSlideshowSwiperDesktop__desktop {
    display: none !important;
  }

  .rpSlideshowSwiper__title--top_mobile {
    top: 0;
    transform: translateX(-50%);
  }
  
  .rpSlideshowSwiper__title--center_mobile {
    top: 50%;
    transform: translateX(-50%);
  }

  .rpSlideshowSwiper__title--bottom,
  .rpSlideshowSwiper__title--bottom_mobile {
    /* bottom: 5%; */
    bottom: 20%;
    transform: translateX(-50%);
  }

  .rpSlideshowSwiper__title--bottom_mobile {
    top: auto;
  }

  .rpSlideshowSwiper__title {
    /* font-size: 2.5rem; */
    font-size: 35px;
    line-height: 5.6rem;
  }
}
