.hs-preorder-wrapper {
  background-color: #131519;
  background-image: url("../img/pattern.svg"); /* ton motif décoratif */
  background-size: calc(100% / 8) auto;
  background-repeat: repeat-x;
  background-position: top, bottom;
}

.hs-preorder-wrapper{
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
}

/* --- Slide layout --- */
.hs-preorder-slide {
  min-height: 420px;
}
.hs-preorder-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* panneau droit */
.hs-preorder-content {
  max-width: 560px;
  color: var(--bs-primary);
}
/* badge Preorder */
.hs-badge {
  background: var(--bs-primary);
  color: #000;
  font-weight: 600;
  padding: .4rem 1.2rem;
  font-size: 1rem;
  display: inline-block;
  width: fit-content;
  border-radius: 0px;
  font-weight: normal;
}
/* titre */
.hs-title {
  font-size: clamp(1.8rem, 3vw + .5rem, 3rem);
  line-height: 1.1;
  font-family: 'Cinzel';
  color: var(--bs-primary);
}
/* description */
.hs-desc {
  color: #d7d7d7;
}
/* bouton */
.hs-btn {
  display: inline-block;
  color: #FFF4D1;
  text-decoration: none;
  padding: .6rem 2.4rem;
  border: 2px solid var(--bs-primary);
  font-weight: 600;
  letter-spacing: .8px;
  transition: all .25s;
  position: relative;
  font-family: 'Cinzel';
  width: fit-content;
}

.hs-btn::before {
  border: 2px dotted var(--bs-primary);
  bottom: 3px;
  content: "";
  left: 3px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 3px;
}

.hs-btn:hover {
  background: var(--bs-primary);
}
/* flèches */
.hs-arrow {
  font-size: 5rem;
  color: var(--hs-gold);
}
.carousel-control-prev,
.carousel-control-next {
  width: auto;
}
.carousel-control-prev:hover .hs-arrow,
.carousel-control-next:hover .hs-arrow {
  color: var(--bs-primary);
}
/* indicateurs (petits carrés) */
.carousel-indicators [data-bs-target] {
  width: .85rem;
  height: .85rem;
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  margin: 0 .3rem;
  opacity: .6;
}
.carousel-indicators .active {
  background-color: var(--bs-primary);
  opacity: 1;
}
/* bandeau vertical Comming Soon */
.hs-preorder-coming {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  padding: 0 1.2rem;
  font: normal normal bold 8rem/8rem Cinzel;
  color: var(--bs-primary);
  text-align: center;
  letter-spacing: 2px;
  opacity: 0.3;
}
