.o-hero {
  position: relative;
  overflow: hidden;
  height: auto;
}
.o-hero[data-height=full-height] {
  height: calc(100vh - var(--header-height));
}
.o-hero[data-height="2-3th-height"] {
  height: 66vh;
}
.o-hero[data-height=half-height] {
  height: 50vh;
}
.o-hero__reviews-container .RatingBarWidget-prefix .R-TextBody {
  color: inherit !important;
}
.o-hero__reviews-container .RatingBarWidget-prefix .RatingBarWidget .cssVar-reviewStatistics:first-child {
  font-weight: 700 !important;
  font-size: var(--h4-fs) !important;
  line-height: var(--h4-lh) !important;
}
.o-hero__reviews-container.left .RatingBarWidget-prefix .R-flex-middle-xxs {
  justify-content: flex-start;
}
.o-hero__reviews-container.right .RatingBarWidget-prefix .R-flex-middle-xxs {
  justify-content: flex-end;
}
.o-hero__reviews-container .stars__icon--100.ricon-percentage-star--100:before {
  content: url("/cdn/shop/files/hero-star-100.svg?v=1730129753") !important;
}
.o-hero__reviews-container .stars__icon--50.ricon-percentage-star--100:before {
  content: url("/cdn/shop/files/hero-star-50.svg?v=1730129753") !important;
}
.o-hero__reviews-container .stars__icon--75.ricon-percentage-star--100:before {
  content: url("/cdn/shop/files/hero-star-75.svg?v=1730129753") !important;
}
.o-hero__reviews-container .stars__icon--25.ricon-percentage-star--100:before {
  content: url("/cdn/shop/files/hero-star-25.svg?v=1730129753") !important;
}
.o-hero__reviews-container .stars__icon--0.ricon-percentage-star--100:before {
  content: url("/cdn/shop/files/hero-star-0.svg?v=1730129752") !important;
}
.o-hero__icon {
  padding: 2rem;
}
.o-hero__icon img {
  max-width: 15rem;
  height: auto;
}
.o-hero__custom {
  max-width: 80rem;
  margin: -10rem auto 0 auto;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  padding-bottom: 5rem;
}
.o-hero__slide {
  position: relative;
  text-decoration: none;
}
.o-hero__slide--inner {
  height: 100%;
  min-height: 60rem;
}
.o-hero__slide--media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  object-fit: cover;
}
.o-hero__slide--video {
  height: 100%;
  width: 100%;
  position: relative;
}
.o-hero__slide--video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.o-hero__slide--image {
  width: 100%;
  height: 100%;
  position: relative;
}
.o-hero__slide--image img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.o-hero__slide--image.desktop, .o-hero__slide--video.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .o-hero__slide--image.desktop, .o-hero__slide--video.desktop {
    display: block;
  }
}
.o-hero__slide--image.mobile, .o-hero__slide--video.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .o-hero__slide--image.mobile, .o-hero__slide--video.mobile {
    display: none;
  }
}
.o-hero__slide--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.o-hero__slide-ratio-mobile--1x1 {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.o-hero__slide-ratio-mobile--2x3 {
  object-fit: cover;
  aspect-ratio: 2/3;
}
.o-hero__slide-ratio-mobile--3x2 {
  object-fit: cover;
  aspect-ratio: 3/2;
}
.o-hero__slide-ratio-mobile--4x3 {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.o-hero__slide-ratio-mobile--3x4 {
  object-fit: cover;
  aspect-ratio: 3/4;
}
.o-hero__slide-ratio-mobile--4x5 {
  object-fit: cover;
  aspect-ratio: 4/5;
}
.o-hero__slide-ratio-mobile--16x9 {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.o-hero__slide-ratio-mobile:not(.o-hero__slide-ratio-mobile--default) {
  max-height: calc(100vh - var(--header-height));
}
.o-hero__slide-ratio-mobile:not(.o-hero__slide-ratio-mobile--default) .o-hero__slide--inner {
  min-height: unset;
}
@media screen and (min-width: 768px) {
  .o-hero__slide-ratio--1x1 {
    object-fit: cover;
    aspect-ratio: 1/1;
  }
  .o-hero__slide-ratio--2x3 {
    object-fit: cover;
    aspect-ratio: 2/3;
  }
  .o-hero__slide-ratio--3x2 {
    object-fit: cover;
    aspect-ratio: 3/2;
  }
  .o-hero__slide-ratio--4x3 {
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .o-hero__slide-ratio--3x4 {
    object-fit: cover;
    aspect-ratio: 3/4;
  }
  .o-hero__slide-ratio--4x5 {
    object-fit: cover;
    aspect-ratio: 4/5;
  }
  .o-hero__slide-ratio--16x9 {
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) {
  .o-hero__slide-ratio:not(.o-hero__slide-ratio--default) {
    max-height: calc(100vh - var(--header-height));
  }
  .o-hero__slide-ratio:not(.o-hero__slide-ratio--default) .o-hero__slide--inner {
    min-height: unset;
  }
}
.o-hero__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  max-width: var(--layout-container-width);
  margin-left: auto;
  margin-right: auto;
}
.o-hero__heading, .o-hero__caption,
.o-hero .a-checkbox__label,
.o-hero .a-input__field,
.o-hero .a-btn--transparent {
  color: inherit;
}
.o-hero__heading {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-hero__heading {
    margin-bottom: 2.5rem;
  }
}
.o-hero__text {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-hero__text {
    margin-bottom: 2.5rem;
  }
}
.o-hero__text strong {
  color: #d6ae6c;
}
.o-hero__btns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
.o-hero__btns .a-btn {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .o-hero__btns {
    margin-top: 2.5rem;
    flex-direction: row;
  }
}
.o-hero .bfcm-text h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .o-hero .bfcm-text h1 {
    margin-top: 0;
    font-size: 7rem;
  }
}
.o-hero .bfcm-text h1 strong {
  color: #d6ae6c;
}
.o-hero .swiper-pagination-bullets .swiper-pagination-bullet {
  background: var(--color-primary-bg);
  margin-right: 2rem;
  margin-left: 0;
  opacity: 1;
}
.o-hero .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.o-hero .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}
