.kolari-swiper .swiper {
  width: 100%;
  height: 100%;
}
.kolari-swiper .swiper-slide {
  text-align: center;
  font-size: 10px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kolari-swiper .kolari-swiper-gallery {
  border: 1px solid #E3E3E3 !important;
  position: relative !important;
}
.kolari-swiper .kolari-swiper-gallery .swiper-slide {
  background: #E3E3E3 !important;
  height: 660px !important;
}
.kolari-swiper .swiper-slide picture,
.kolari-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}
.kolari-swiper .kolari-swipper-navigation-slides .swiper-slide {
  background: #E3E3E3 !important;
  margin-right: 10px;
  margin-top: 15px;
  width: auto; /* Ensure slides adapt to content */
  height: 70px;
  cursor: pointer;
}
.kolari-swiper .kolari-swipper-navigation-slides .swiper-slide img {
  border: 1px solid #E3E3E3;
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}
.kolari-swiper .kolari-swipper-navigation-slides .swiper-slide.swiper-slide-thumb-active img {
  border: 1px solid black;
}
.kolari-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.kolari-swiper .swipper-navigation {
  z-index: 2;
  position: absolute;
  right: 16px;
  bottom: 15px;
  width: 130px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.kolari-swiper .swipper-navigation .swiper-button-next,
.kolari-swiper .swipper-navigation .swiper-button-prev {
  position: static;
  width: 60px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: black !important;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.kolari-swiper .swipper-navigation .swiper-button-next svg,
.kolari-swiper .swipper-navigation .swiper-button-prev svg {
  width: auto !important;
  height: auto  !important;
}
.kolari-swiper .swipper-navigation .swiper-button-next:hover,
.kolari-swiper .swipper-navigation .swiper-button-prev:hover {
  border: 1px solid  black !important;
}
.kolari-swiper .swipper-navigation .swiper-button-next:after,
.kolari-swiper .swipper-navigation .swiper-button-prev:after {
  content: '' !important;
}
.kolari-swiper .swiper-pagination-bullet-active {
  color: white;
  background: #007aff;
}
.kolari-swiper .swiper-lazy-preloader {
  border: 4px solid #d9d9d9 !important;
  border-top-color: transparent !important;
}




/* Lightbox */
.kolari-swiper .kv-lightbox-placeholder {
  position: absolute;
  left: 16px;
  bottom: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.kolari-swiper .kv-lightbox-placeholder button,
.kolari-swiper .kv-lightbox-placeholder a {
  display: flex !important; 
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
  width: 60px;
  height: 40px;
}
.kolari-swiper .kv-lightbox-placeholder button,
.kolari-swiper .kv-lightbox-placeholder a {
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  border: 1px solid #D9D9D9 !important;
  background-color: #D9D9D9 !important;
  transition: unset !important;
}
.kolari-swiper .kv-lightbox-placeholder button:hover,
.kolari-swiper .kv-lightbox-placeholder a:hover  {
  border: 1px solid black !important;
}

.kolari-swiper .kv-lightbox-placeholder button svg,
.kolari-swiper .kv-lightbox-placeholder a svg { 
  width: 23px;
}

.overflow-hidden {
  overflow: hidden !important;
}


.c-lightbox {
  font-family: "Open Sans", sans-serif;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.c-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.c-lightbox__container {
  width: 100%;
  height: 100%;
}
.c-lightbox__close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
  padding: 4px 10px !important;
  top: 2vh;
  right: 1vw;
  font-size: 16px;
  padding: 20px;
  color: black;
  border-radius: 50px !important;
  background-color: #D9D9D9 !important;
  border: 1px solid #D9D9D9 !important;
}
.c-lightbox__close:hover {
  border: 1px solid black !important;
}
.c-lightbox .swiper-container {
  width: 100%;
  height: 100%;
}
.c-lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-lightbox .swiper-pagination {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.c-lightbox .swiper-button-next,
.c-lightbox .swiper-button-prev {
  color: black;
  width: 60px;
  height: 40px;
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.c-lightbox .swiper-button-next:hover,
.c-lightbox .swiper-button-prev:hover {
  color: black;
  width: 60px;
  height: 40px;
  border: 1px solid black;
}
.c-lightbox .swiper-button-next::after,
.c-lightbox .swiper-button-prev::after {
  display: none;
  content: unset;
}
.c-lightbox .swiper-button-next svg,
.c-lightbox .swiper-button-prev svg {
  width: auto !important;
  height: auto  !important;
}
.c-lightbox__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 75%;
  width: 75%;
  text-align: center;
}
.c-lightbox__image img {
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 90vw;
}
/*lightbox end*/


@media(max-width: 1280px) {
  .kolari-swiper .kolari-swiper-gallery .swiper-slide {
    height: 500px !important;
  }
  .kolari-swiper .kolari-swipper-navigation-slides .swiper-slide {
    height: 50px !important;
  }
  .kolari-swiper .swipper-navigation {
    width: 120px;
    height: 30px;
  }
  .kolari-swiper .kv-lightbox-placeholder button,
  .kolari-swiper .kv-lightbox-placeholder a  {
    width: 55px !important;
    height: 30px !important;
  }
}

@media(max-width: 1024px) {
  .kolari-swiper .kolari-swiper-gallery .swiper-slide {
    height: 668px !important;
  }
  .kolari-swiper .kolari-swipper-navigation-slides .swiper-slide {
    margin-top: 10px !important;
    height: 75px !important;
  }
}

@media(max-width: 767px) {
  .kolari-swiper .kolari-swiper-gallery .swiper-slide {
    height: 330px !important;
  }
  .kolari-swiper .kolari-swipper-navigation-slides {
    width: 100% !important;
  }
  .kolari-swiper .kolari-swipper-navigation-slides .swiper-slide {
    height: 55px !important;
  }
  .c-lightbox .swiper-button-next, .c-lightbox .swiper-button-prev,
  .c-lightbox .swiper-button-next:hover, .c-lightbox .swiper-button-prev:hover {
    width: 40px !important;
  }
}