.idlab-carousel {
    width: 100%;
    max-height: 510px;
    position: relative;
	padding-bottom:30px;
}

.idlab-carousel .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.idlab-carousel .swiper-slide {
    height: 100%;
}

.idlab-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-height:340px;
}
@media (min-width: 1024px) {
    .idlab-carousel .swiper-pagination {
        display: flex !important;
    }
}
.idlab-carousel[data-effect="cube"] .swiper-slide,
.idlab-carousel[data-effect="fade"] .swiper-slide,
.idlab-carousel[data-effect="flip"] .swiper-slide {
    width: 100% !important;
}

.idlab-carousel .swiper-pagination {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
}


.idlab-carousel .swiper-button-next::after,
.idlab-carousel .swiper-button-prev::after {
    content: none !important;
}

.idlab-carousel .swiper-button-next,
.idlab-carousel .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.idlab-carousel .swiper-button-prev { left: 10px; }
.idlab-carousel .swiper-button-next { right: 10px; }

.idlab-carousel .swiper-button-next i,
.idlab-carousel .swiper-button-prev i,
.idlab-carousel .swiper-button-next svg,
.idlab-carousel .swiper-button-prev svg {
    font-size: inherit;
    width: 1em;
    height: 1em;
}

/* --- Lightbox --- */
.idlab-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s;
}

.idlab-lightbox.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.idlab-lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.92);
}

.idlab-lightbox-content {
    position: relative;
    z-index: 2;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.idlab-lightbox-content img {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.idlab-lightbox-close,
.idlab-lightbox-prev,
.idlab-lightbox-next{
    position: absolute;
    z-index: 3;
   	width: 25px;
    height: 25px;
    display: block;
    fill: #fff;
}

.idlab-lightbox-close {
    top:20px;
    right:20px;
}

.idlab-lightbox-prev {
    left:20px;
    top:50%;
    transform:translateY(-50%);
}

.idlab-lightbox-next {
    right:20px;
    top:50%;
    transform:translateY(-50%);
}

.idlab-lightbox-close svg,
.idlab-lightbox-prev svg,
.idlab-lightbox-next svg{
   	width: 25px;
    height: 25px;
    fill: #fff;
}
.idlab-lightbox button{
border:none !important;
    text-align:center !important;
    padding:20px !important;
  
}

body.idlab-lightbox-open {
    overflow: hidden;
}


.idlab-carousel .swiper-wrapper {
    height:100%;
}

.idlab-carousel .swiper-slide {
    height:100%;
}
.idlab-carousel .swiper-pagination {
    position:absolute;
    z-index:10;
}

.idlab-carousel.idlab-pagination-bottom .swiper-pagination {
    bottom:0px;
    left:44%;

}

.idlab-carousel.idlab-pagination-top .swiper-pagination {
    top:10px;
    left:44%;
}

.idlab-carousel.idlab-pagination-left .swiper-pagination {
    top:90%;
    left:10px;
}

.idlab-carousel.idlab-pagination-right .swiper-pagination {
    top:90%;
    right:10px;
}
