.ht--supercarousel-arrow .supercrsl a.superprev,
.ht--supercarousel-arrow .supercrsl a.supernext {
  /* bottom: -90px !important;
  top: unset !important;
  margin-inline: 24px; */
}

.ht--supercarousel-arrow a.supernext.super_style5-white-small {
  background-image: url(/wp-content/uploads/2025/02/bi_arrow-down-right-circle-fill-1-1.svg) !important;
  background-position: center;
  width: 44px;
  height: 44px;
  opacity: 1 !important;
  background-size: 40px !important;
  background: no-repeat;

  position: absolute !important;
  top: unset !important;
  bottom: -53px !important;
  transform: translate(52%, 0) !important;
  right: 48% !important;
  z-index: 1;
}
.ht--supercarousel-arrow a.superprev.super_style5-white-small {
  background-image: url(/wp-content/uploads/2025/02/bi_arrow-down-right-circle-fill-1.svg) !important;
  background-position: center;
  width: 44px;
  height: 44px;
  opacity: 1 !important;
  background-size: 40px !important;
  background: no-repeat;

  position: absolute !important;
  bottom: -53px !important;
  top: unset !important;
  left: 48% !important;
  transform: translate(-50%, 0);
  z-index: 1;
}
.ht--supercarousel-arrow a.superprev.super_style5-white-small:hover {
  background-image: url(/wp-content/uploads/2025/02/bi_arrow-down-right-circle-fill-2.svg) !important;
}
.ht--supercarousel-arrow a.supernext.super_style5-white-small:hover {
  background-image: url(/wp-content/uploads/2025/02/bi_arrow-down-right-circle-fill-1-2.svg) !important;
}

@media (width < 1024px) {
  .ht--supercarousel-arrow a.supernext.super_style5-white-small {
    right: 36% !important;
  }
  .ht--supercarousel-arrow a.superprev.super_style5-white-small {
    left: 39% !important;
  }
}
