[data-component-id="fondu_bootstrap:hp_swiper"] {
  width: 100%;
}

.hp-swiper-container {
  width: 100%;
  position: relative;
}

.hp-swiper {
  width: 100%;
  height: auto;
}

.hp-swiper .swiper-wrapper {
  margin-top: 44px;
}

.hp-swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-swiper-slide-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.hp-swiper-slide-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hp-swiper-slide-title {
  padding: 8px 16px;
  color: #262012;
}

.hp-swiper-slide-button {
  background-color: #ded8ca;
  color: #655115;
  font-size: 16px;
  border-radius: 7px;
  padding: 10px 16px;
  display: block;
  width: fit-content;
}

/* Pagination dots styling */
.hp-swiper .swiper-pagination {
  /*position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;*/
  top: 0;
  text-align: end;
  padding-right: 20px;
  margin: 14px;
}

.hp-swiper .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  background: url("img/kn.png") no-repeat center center;
  opacity: 1;
  margin: 0 6px;
  transition: background-color 0.3s ease;
}

.hp-swiper .swiper-pagination-bullet-active {
  background: url("img/or.png") no-repeat center center;
}
