:root {
  color-scheme: light;
  --page-bg: #f6eee6;
  --hero-height: 695.9375px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
  font-family: "Manrope", sans-serif;
}

body {
  color: #21242b;
}

a,
button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

.prehero-banner,
.prehero-overlay {
  width: 100%;
}

.prehero-banner {
  position: relative;
  z-index: 5;
  min-height: 40px;
}

.first-fold {
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  height: var(--hero-height);
  overflow: hidden;
  background: #ebe2da;
}

.prehero-overlay {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  pointer-events: none;
}

.prehero-overlay > * {
  pointer-events: auto;
}

.prehero-banner *,
.prehero-overlay * {
  box-sizing: border-box;
}

.prehero-banner img,
.prehero-banner svg,
.prehero-overlay img,
.prehero-overlay svg {
  display: block;
  max-width: none;
}

.prehero-banner a,
.prehero-overlay a {
  color: inherit;
  text-decoration: none;
}

.prehero-banner a {
  display: block;
  width: 100% !important;
}

.prehero-banner .swiper-container,
.prehero-overlay .swiper-container {
  overflow: hidden;
}

.prehero-banner .swiper-wrapper,
.prehero-overlay .swiper-wrapper {
  display: flex;
}

.prehero-banner .swiper-slide,
.prehero-overlay .swiper-slide {
  flex-shrink: 0;
}

.prehero-banner .swiper-slide {
  width: 100% !important;
  margin-right: 0 !important;
  transform: none !important;
}

.prehero-banner .swiper-slide > div {
  width: 100% !important;
}

.prehero-banner .fun-pc-std-top-banner-wrapper,
.prehero-banner .fun-pc-std-swiper-wrapper,
.prehero-banner .swiper-container,
.prehero-banner .swiper-wrapper,
.prehero-banner .swiper-slide,
.prehero-banner .fun-pc-image-wrapper,
.prehero-banner .fun-pc-image-wrapper > div:first-child,
.prehero-banner .fun-pc-image-img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
}

.prehero-overlay > .style_navbar__xjcOI,
.prehero-overlay .style_homeTab__s1qfL,
.prehero-overlay .style_navbar__xjcOI > div:last-child,
.prehero-overlay .fun-pc-sg-bcc-menu-wrapper,
.prehero-overlay .fun-pc-sheglam-menu-wrapper {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
}

.prehero-overlay .fun-pc-sheglam-menu-wrapper {
  align-items: center;
  border-bottom: none !important;
}

.prehero-overlay .fun-pc-sheglam-menu-menu {
  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.prehero-overlay .fun-pc-sheglam-menu-content,
.prehero-overlay .fun-pc-sheglam-menu-main {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.prehero-overlay .fun-pc-sheglam-menu-content {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.prehero-overlay .fun-pc-sheglam-menu-content::-webkit-scrollbar {
  display: none;
}

.prehero-banner .fun-pc-image-wrapper,
.prehero-overlay .fun-pc-image-wrapper {
  display: block;
}

.prehero-banner .fun-pc-image-wrapper > div:first-child,
.prehero-overlay .fun-pc-image-wrapper > div:first-child {
  width: 100%;
}

.prehero-banner .fun-pc-image-img,
.prehero-overlay .fun-pc-image-img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.hero-carousel__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-carousel__slide-link,
.hero-carousel__slide-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-carousel__slide-link img {
  object-fit: cover;
}

.hero-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition:
    width 220ms ease,
    background-color 220ms ease;
}

.hero-carousel__dot.is-active {
  width: 56px;
  background: #393939;
}

@media (max-width: 1200px) {
  .hero {
    height: min(695.9375px, calc(100vw * 0.62));
  }
}

@media (max-width: 900px) {
  .hero {
    height: min(560px, calc(100vw * 0.88));
  }
}
