

.content-carousel{
  width: 100%;
  @media (max-width: 768px) {
    display: flex;
    justify-content: center;
  }

}

.swiper {
  width: 100%;
  max-width: calc(calc(--var) * 800);
}

.swiper img {
  width: 100%;
  /* height: 256px; */
  width: 100%;
  object-fit: cover;

  aspect-ratio: 390 / 205;
  @media (min-width: 1024px) {
    aspect-ratio: 808 / 424;
  }




  /* @media (max-width: 768px) { */
  /*    height: auto; */
  /* } */
  }

  .swiper-pagination-bullet {
    color: var(--black);
    background: var(--black) !important;
    width: 6px !important;
    height: 6px !important;
  }

  .swiper-custom-button-prev {
    transform: rotate(180deg);
  }

  .swiper-custom-button-next, .swiper-custom-button-prev {
    cursor: pointer;
    svg {
      width: 32px;
    }
  }

  .c-carousel {
    aspect-ratio: 390 / 205;
    min-width: 0;
    width: 100%;
    @media (min-width: 1024px) {
      aspect-ratio: 808 / 424;
      height: calc(var(--vw) * 424);
    }
  }

  .c-carousel__layout {
    aspect-ratio: 390 / 205;
    min-width: 0;
    width: 100%;
    min-width: 0;
    @media (min-width: 1024px) {
      aspect-ratio: 808 / 477;
      height: calc(var(--vw) * 477);
    }
  }

  .c-carousel__wrapper {
    aspect-ratio: 390 / 205;
    min-width: 0;
    width: 100%;
    height: calc(var(--vw) * 205);

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;

    @media (min-width: 1024px) {
      height: calc(var(--vw) * 424);
      aspect-ratio: 808 / 424;
    }
  }

  .wrapper-swiper {
    padding-top: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;

    aspect-ratio: 390 / 205;
    min-width: 0;
    width: 100%;
    height: calc(var(--vw) * 205);
    position: relative;
    @media (min-width: 1024px) {
      aspect-ratio: 808 / 424;
      height: calc(var(--vw) * 424);
    }
  }

  .wrapper-dots {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: var(--zindex-dropdown);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #renting-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    align-items: center;
    justify-content: center;
  }

  #renting-lightbox.active {
    display: flex;
  }

  #renting-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
  }

  #renting-lightbox-close {
    position: fixed;
    padding: 0;
    top: 20px;
    right: 28px;
    color: white;
    font-size: 36px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    z-index: 100000;
  }


  /* Lightbox swiper */
  .renting-lb-swiper-wrapper {
    width: min(90vw, 1000px);
    position: relative;
  }

  .renting-lb-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 6px;
    background: transparent;
  }

  .renting-lb-swiper .swiper-button-prev {
    left: -4px;
  }

  .renting-lb-swiper .swiper-button-next {
    right: -4px;
  }

  .renting-lb-swiper .swiper-button-prev,
  .renting-lb-swiper .swiper-button-next {
    color: #f90;

    &::after{
      font-size: 20px;
    }

  }

