
.creator-hover-slider {
  display: flex;
  width: 100%;
  min-height: 520px;
}

.creator-slider-left {
  width: 65%;
  position: relative;
}

.creator-swiper,
.creator-swiper .swiper-wrapper,
.creator-swiper .swiper-slide {
  height: 100%;
}

.creator-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.creator-swiper-prev,
.creator-swiper-next {
  width: 28px !important;
  height: 28px !important;
  bottom: 35px !important;
  top: auto !important;
  left: auto !important;
  z-index: 10;

  background: rgba(10, 62, 90, 0.9);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;

  color: #19b5c7;
}

.creator-swiper-prev {
  right: 90px !important;
}

.creator-swiper-next {
  right: 50px !important;
}

.creator-swiper-prev::after,
.creator-swiper-next::after {
  font-size: 16px !important;
  color: #ffffff !important;
}

.creator-swiper-prev:hover,
.creator-swiper-next:hover {
  background: rgba(10, 62, 90, 1);
}


.creator-slider-right {
  width: 35%;
  background: url(https://www.bijouterie-creator.com/wp-content/uploads/2026/01/slider_occasion_right_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 80px 60px;
  display: flex;
  align-items: center;
}


.creator-right-inner {
  width: 100%;
}


.creator-right-head {
  margin-bottom: 70px;
}

.creator-right-logo {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.creator-right-tagline {
  color: rgba(255,255,255,1);
  font-size: 19px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.creator-hover-list {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0;
  width: 100%;
}

.creator-hover-item {
  margin-bottom: 28px;
}

.creator-hover-item a {
  display: block;
  color: rgba(255,255,255,1);
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  position: relative;
  transition: color 0.3s ease;
}


.creator-hover-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18%;
  height: 1px;
  background: rgba(212, 175, 55, 0.6);
  transition: width 0.45s ease, background 0.3s ease;
}


.creator-hover-item:hover a,
.creator-hover-item.is-active a {
  color: #ffffff;
}

.creator-hover-item:hover a::after,
.creator-hover-item.is-active a::after {
  width: 100%;
  background: rgba(212, 175, 55, 0.95);
}


@media (max-width: 980px) {
  .creator-hover-slider {
    flex-direction: column;
  }

  .creator-slider-left,
  .creator-slider-right {
    width: 100%;
  }

  .creator-slider-right {
    padding: 40px 30px;
  }

  .creator-right-logo {
    width: 180px;
  }
}
