.hns-customers-bought-sofa {
  width: 100%;
  overflow: hidden;
  background: #191918;
  color: #fffcf5;
  padding: 29px 0 24px;
  text-align: center;
}

.hns-customers-bought-sofa *,
.hns-customers-bought-sofa *::before,
.hns-customers-bought-sofa *::after {
  box-sizing: border-box;
}

.hns-customers-bought-sofa__title {
  padding: 0 16px;
  color: #fffcf5;
  text-align: center;
}

.hns-customers-bought-sofa__viewport {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.hns-customers-bought-sofa__swiper {
  width: 100%;
  overflow: visible;
  padding: clamp(10px, 1.25vw, 16px) 0;
}

.hns-customers-bought-sofa__slide {
  position: relative;
  width: 50%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0;
  overflow: hidden;
  background: #2b2a27;
  opacity: 1;
  transform: none;
}

.hns-customers-bought-sofa__slide.swiper-slide-active {
  z-index: 2;
}

.hns-customers-bought-sofa__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hns-customers-bought-sofa__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hns-customers-bought-sofa--static .hns-customers-bought-sofa__swiper {
  overflow: hidden;
}

.hns-customers-bought-sofa--static .swiper-wrapper {
  justify-content: center;
  transform: none !important;
}

.hns-customers-bought-sofa--static .hns-customers-bought-sofa__slide {
  opacity: 1;
  transform: none;
}

@media (max-width: 849px) {
  .hns-customers-bought-sofa {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .hns-customers-bought-sofa__slide {
    width: 50%;
  }
}

@media (max-width: 549px) {
  .hns-customers-bought-sofa {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hns-customers-bought-sofa__slide {
    width: 50%;
  }
}
