.listing-gallery__main {
  position: relative;
  width: 100%;
  height: 267px;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .listing-gallery__main {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-gallery__main {
    height: 589px;
  }
}

.listing-gallery__slide {
  display: block;
  width: 100%;
  height: 100%;
}

.listing-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  padding: 0;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 1200px) {
  .listing-gallery__nav {
    width: 40px;
    height: 40px;
  }
}
.listing-gallery__nav img {
  display: block;
  width: 16px;
  height: 13px;
}
.listing-gallery__nav--prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) {
  .listing-gallery__nav--prev {
    left: 28px;
  }
}
.listing-gallery__nav--next {
  right: 10px;
}
@media only screen and (min-width: 1200px) {
  .listing-gallery__nav--next {
    right: 28px;
  }
}
.listing-gallery__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.listing-gallery__thumbs {
  width: 100%;
}
.listing-gallery__thumbs .swiper-wrapper {
  flex-wrap: wrap;
  gap: 6px;
  transform: none !important;
  padding-left: 10px;
}

.listing-gallery__thumb {
  width: 70px !important;
  height: 70px !important;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.listing-gallery__thumb.swiper-slide-thumb-active {
  outline: 4px solid #AA273E;
  outline-offset: -4px;
}

.listing-gallery__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=listing-gallery.css.map */
