/* LeCubbe Slider 1.3.0 */

.gallery.lecubbe-slider-ready {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-viewport {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 300% !important;
    max-width: none !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    will-change: transform;
    transform: translate3d(0,0,0);
}

.gallery.lecubbe-slider-ready .lecubbe-slider-item {
    box-sizing: border-box !important;
    flex: 0 0 33.333333% !important;
    width: 33.333333% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 9px !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-item img {
    display: block !important;
    width: auto !important;
    height: min(430px, 30vw) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-controls {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    margin: 14px auto 0 !important;
    padding: 0 !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-prev,
.gallery.lecubbe-slider-ready .lecubbe-slider-next {
    position: absolute !important;
    top: 50% !important;
    z-index: 5 !important;
    transform: translateY(-50%) !important;
    width: 42px !important;
    height: 60px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 48px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    opacity: .9 !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-prev {
    left: 5px !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-next {
    right: 5px !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-prev:hover,
.gallery.lecubbe-slider-ready .lecubbe-slider-next:hover {
    opacity: 1 !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-dot {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    background: #6f8fe8 !important;
    opacity: .9 !important;
}

.gallery.lecubbe-slider-ready .lecubbe-slider-dot.is-active {
    background: #f0a000 !important;
    opacity: 1 !important;
    transform: scale(1.05);
}

@media (max-width: 1100px) {
    .gallery.lecubbe-slider-ready .lecubbe-slider-item img {
        height: min(380px, 31vw) !important;
    }
}

@media (max-width: 767px) {
    .gallery.lecubbe-slider-ready .lecubbe-slider-item {
        padding: 0 6px !important;
    }

    .gallery.lecubbe-slider-ready .lecubbe-slider-item img {
        height: 280px !important;
        width: auto !important;
        max-width: 100% !important;
    }

    .gallery.lecubbe-slider-ready .lecubbe-slider-prev,
    .gallery.lecubbe-slider-ready .lecubbe-slider-next {
        width: 34px !important;
        height: 48px !important;
        font-size: 38px !important;
    }

    .gallery.lecubbe-slider-ready .lecubbe-slider-prev {
        left: 0 !important;
    }

    .gallery.lecubbe-slider-ready .lecubbe-slider-next {
        right: 0 !important;
    }

    .gallery.lecubbe-slider-ready .lecubbe-slider-controls {
        margin-top: 10px !important;
    }
}
