.hns-showroom-space-slider {
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f7f1e4;
}

.hns-showroom-space-slider *,
.hns-showroom-space-slider *::before,
.hns-showroom-space-slider *::after {
  box-sizing: border-box;
}

.hns-showroom-space-slider__header {
  max-width: 980px;
  margin: 0 auto;
  padding: 4px 24px 24px;
  text-align: center;
}

.hns-showroom-space-slider__heading.hns-page-heading {
  margin: 0;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.hns-showroom-space-slider__viewport {
  width: 100%;
  overflow: hidden;
}

.hns-showroom-space-slider__swiper {
  width: 100%;
  overflow: visible;
}

.hns-showroom-space-slider__slide {
  width: 50vw;
  aspect-ratio: 1.72 / 1;
  height: auto;
  margin: 0;
  overflow: hidden;
  background: #252525;
  opacity: 0.78;
  transition: opacity 360ms ease, transform 360ms ease;
}

.hns-showroom-space-slider__slide.swiper-slide-active {
  z-index: 2;
  opacity: 1;
}

.hns-showroom-space-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hns-showroom-space-slider--static .hns-showroom-space-slider__swiper {
  overflow: hidden;
}

.hns-showroom-space-slider--static .swiper-wrapper {
  justify-content: center;
  transform: none !important;
}

.hns-showroom-space-slider--static .hns-showroom-space-slider__slide {
  opacity: 1;
}

@media (max-width: 767px) {
  .hns-showroom-space-slider__header {
    max-width: 430px;
    padding: 4px 18px 20px;
  }

  .hns-showroom-space-slider__slide {
    width: 78vw;
    aspect-ratio: 1.45 / 1;
  }
}
