.slider-scrollbar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.slider-scrollbar .scrollbar-thumb {
    height: 100%;
    background: #FFD900;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.jet-checkboxes-list__row--all {
        font-weight: bold;
        margin-bottom: 8px;
    }
    .jet-checkboxes-list__row--all input {
        accent-color: #0050d8;
    }
    
.lightbox-thumbnails.swiper {
  background: #000;
  padding: 10px 15px;
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lightbox-thumbnails .swiper-slide {
  width: 80px;
  height: 60px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  margin-right: 8px;
  box-sizing: border-box;
}
.lightbox-thumbnails .swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}
.lightbox-thumbnails .swiper-slide-thumb-active img,
.lightbox-thumbnails .swiper-slide-active img,
.lightbox-thumbnails .swiper-slide:hover img {
  border-color: #f00;
}    
.lightbox-thumbnails img:hover {
  opacity: 0.8;
}

.lightbox-thumbnails img {
  transition: border-color 0.3s ease;
}

.jet-gallery-progress-bar {
        width: 100%;
        height: 4px;
        background-color: #ddd;
        margin-top: 12px;
        overflow: hidden;
      }
      .jet-gallery-progress-fill {
        height: 100%;
        width: 0%;
        background-color: #000;
        transition: width 0.3s ease;
      }

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}