﻿/*
 * Scoped Splide CSS â€” replaces splide.min.css from CDN entirely.
 *
 * Every selector is prefixed with one of the plugin's three carousel containers:
 *   .vl-listings-splide        [vehicle_listings_carrousel]
 *   .vl-gallery__thumbs-splide  single-vehicle thumbnail strip
 *   .vl-gallery-splide          [vehicle_gallery]
 *   .vl-ctabs__splide           [vehicle_listings_carrousel_tabs]
 *
 * Zero global / unscoped rules. Safe alongside Slick, Swiper, or any other
 * carousel library loaded by Divi or third-party plugins.
 */

/* â”€â”€ Container â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide,
.vl-gallery__thumbs-splide,
.vl-gallery-splide,
.vl-ctabs__splide {
    position: relative;
    visibility: hidden;
}
.vl-listings-splide.is-initialized,
.vl-listings-splide.is-rendered,
.vl-gallery__thumbs-splide.is-initialized,
.vl-gallery__thumbs-splide.is-rendered,
.vl-gallery-splide.is-initialized,
.vl-ctabs__splide.is-initialized,
.vl-gallery-splide.is-rendered,
.vl-ctabs__splide.is-rendered {
    visibility: visible;
}
.vl-listings-splide .splide__container,
.vl-gallery__thumbs-splide .splide__container,
.vl-gallery-splide .splide__container,
.vl-ctabs__splide .splide__container {
    box-sizing: border-box;
    position: relative;
}

/* RTL */
.vl-listings-splide.splide--rtl,
.vl-gallery__thumbs-splide.splide--rtl,
.vl-gallery-splide.splide--rtl,
.vl-ctabs__splide.splide--rtl {
    direction: rtl;
}

/* â”€â”€ Track â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__track,
.vl-gallery__thumbs-splide .splide__track,
.vl-gallery-splide .splide__track,
.vl-ctabs__splide .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.vl-listings-splide .splide__track--draggable,
.vl-gallery__thumbs-splide .splide__track--draggable,
.vl-gallery-splide .splide__track--draggable,
.vl-ctabs__splide .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.vl-listings-splide .splide__track--ttb > .splide__list,
.vl-gallery__thumbs-splide .splide__track--ttb > .splide__list,
.vl-gallery-splide .splide__track--ttb > .splide__list,
.vl-ctabs__splide .splide__track--ttb > .splide__list {
    display: block;
}
.vl-listings-splide .splide__track--fade > .splide__list > .splide__slide,
.vl-gallery__thumbs-splide .splide__track--fade > .splide__list > .splide__slide,
.vl-gallery-splide .splide__track--fade > .splide__list > .splide__slide,
.vl-ctabs__splide .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.vl-listings-splide .splide__track--fade > .splide__list > .splide__slide.is-active,
.vl-gallery__thumbs-splide .splide__track--fade > .splide__list > .splide__slide.is-active,
.vl-gallery-splide .splide__track--fade > .splide__list > .splide__slide.is-active,
.vl-ctabs__splide .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.vl-listings-splide .splide__track--nav > .splide__list > .splide__slide,
.vl-gallery__thumbs-splide .splide__track--nav > .splide__list > .splide__slide,
.vl-gallery-splide .splide__track--nav > .splide__list > .splide__slide,
.vl-ctabs__splide .splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}
.vl-listings-splide .splide__track--nav > .splide__list > .splide__slide.is-active,
.vl-gallery__thumbs-splide .splide__track--nav > .splide__list > .splide__slide.is-active,
.vl-gallery-splide .splide__track--nav > .splide__list > .splide__slide.is-active,
.vl-ctabs__splide .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}

/* â”€â”€ List â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__list,
.vl-gallery__thumbs-splide .splide__list,
.vl-gallery-splide .splide__list,
.vl-ctabs__splide .splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.vl-listings-splide.is-initialized:not(.is-active) .splide__list,
.vl-gallery__thumbs-splide.is-initialized:not(.is-active) .splide__list,
.vl-gallery-splide.is-initialized:not(.is-active) .splide__list,
.vl-ctabs__splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

/* â”€â”€ Slide â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__slide,
.vl-gallery__thumbs-splide .splide__slide,
.vl-gallery-splide .splide__slide,
.vl-ctabs__splide .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.vl-listings-splide .splide__slide img,
.vl-gallery__thumbs-splide .splide__slide img,
.vl-gallery-splide .splide__slide img,
.vl-ctabs__splide .splide__slide img {
    vertical-align: bottom;
}
.vl-listings-splide .splide__slide:focus,
.vl-gallery__thumbs-splide .splide__slide:focus,
.vl-gallery-splide .splide__slide:focus,
.vl-ctabs__splide .splide__slide:focus {
    outline: 0;
}
@supports (outline-offset: -3px) {
    .vl-listings-splide .splide__slide:focus-visible,
    .vl-gallery__thumbs-splide .splide__slide:focus-visible,
    .vl-gallery-splide .splide__slide:focus-visible,
.vl-ctabs__splide .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .vl-listings-splide .splide__slide:focus-visible,
    .vl-gallery__thumbs-splide .splide__slide:focus-visible,
    .vl-gallery-splide .splide__slide:focus-visible,
.vl-ctabs__splide .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}

/* â”€â”€ Arrows â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__arrow,
.vl-gallery__thumbs-splide .splide__arrow,
.vl-gallery-splide .splide__arrow,
.vl-ctabs__splide .splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.vl-listings-splide .splide__arrow svg,
.vl-gallery__thumbs-splide .splide__arrow svg,
.vl-gallery-splide .splide__arrow svg,
.vl-ctabs__splide .splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}
.vl-listings-splide .splide__arrow:hover:not(:disabled),
.vl-gallery__thumbs-splide .splide__arrow:hover:not(:disabled),
.vl-gallery-splide .splide__arrow:hover:not(:disabled),
.vl-ctabs__splide .splide__arrow:hover:not(:disabled) {
    opacity: .9;
}
.vl-listings-splide .splide__arrow:disabled,
.vl-gallery__thumbs-splide .splide__arrow:disabled,
.vl-gallery-splide .splide__arrow:disabled,
.vl-ctabs__splide .splide__arrow:disabled {
    opacity: .3;
}
.vl-listings-splide .splide__arrow:focus-visible,
.vl-gallery__thumbs-splide .splide__arrow:focus-visible,
.vl-gallery-splide .splide__arrow:focus-visible,
.vl-ctabs__splide .splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.vl-listings-splide .splide__arrow--prev,
.vl-gallery__thumbs-splide .splide__arrow--prev,
.vl-gallery-splide .splide__arrow--prev,
.vl-ctabs__splide .splide__arrow--prev {
    left: 1em;
}
.vl-listings-splide .splide__arrow--prev svg,
.vl-gallery__thumbs-splide .splide__arrow--prev svg,
.vl-gallery-splide .splide__arrow--prev svg,
.vl-ctabs__splide .splide__arrow--prev svg {
    transform: scaleX(-1);
}
.vl-listings-splide .splide__arrow--next,
.vl-gallery__thumbs-splide .splide__arrow--next,
.vl-gallery-splide .splide__arrow--next,
.vl-ctabs__splide .splide__arrow--next {
    right: 1em;
}

/* RTL arrows */
.vl-listings-splide .splide__arrows--rtl .splide__arrow--prev,
.vl-gallery__thumbs-splide .splide__arrows--rtl .splide__arrow--prev,
.vl-gallery-splide .splide__arrows--rtl .splide__arrow--prev,
.vl-ctabs__splide .splide__arrows--rtl .splide__arrow--prev { left: auto; right: 1em; }
.vl-listings-splide .splide__arrows--rtl .splide__arrow--prev svg,
.vl-gallery__thumbs-splide .splide__arrows--rtl .splide__arrow--prev svg,
.vl-gallery-splide .splide__arrows--rtl .splide__arrow--prev svg,
.vl-ctabs__splide .splide__arrows--rtl .splide__arrow--prev svg { transform: scaleX(1); }
.vl-listings-splide .splide__arrows--rtl .splide__arrow--next,
.vl-gallery__thumbs-splide .splide__arrows--rtl .splide__arrow--next,
.vl-gallery-splide .splide__arrows--rtl .splide__arrow--next,
.vl-ctabs__splide .splide__arrows--rtl .splide__arrow--next { left: 1em; right: auto; }
.vl-listings-splide .splide__arrows--rtl .splide__arrow--next svg,
.vl-gallery__thumbs-splide .splide__arrows--rtl .splide__arrow--next svg,
.vl-gallery-splide .splide__arrows--rtl .splide__arrow--next svg,
.vl-ctabs__splide .splide__arrows--rtl .splide__arrow--next svg { transform: scaleX(-1); }

/* TTB arrows */
.vl-listings-splide .splide__arrows--ttb .splide__arrow,
.vl-gallery__thumbs-splide .splide__arrows--ttb .splide__arrow,
.vl-gallery-splide .splide__arrows--ttb .splide__arrow,
.vl-ctabs__splide .splide__arrows--ttb .splide__arrow { left: 50%; transform: translate(-50%); }
.vl-listings-splide .splide__arrows--ttb .splide__arrow--prev,
.vl-gallery__thumbs-splide .splide__arrows--ttb .splide__arrow--prev,
.vl-gallery-splide .splide__arrows--ttb .splide__arrow--prev,
.vl-ctabs__splide .splide__arrows--ttb .splide__arrow--prev { top: 1em; }
.vl-listings-splide .splide__arrows--ttb .splide__arrow--prev svg,
.vl-gallery__thumbs-splide .splide__arrows--ttb .splide__arrow--prev svg,
.vl-gallery-splide .splide__arrows--ttb .splide__arrow--prev svg,
.vl-ctabs__splide .splide__arrows--ttb .splide__arrow--prev svg { transform: rotate(-90deg); }
.vl-listings-splide .splide__arrows--ttb .splide__arrow--next,
.vl-gallery__thumbs-splide .splide__arrows--ttb .splide__arrow--next,
.vl-gallery-splide .splide__arrows--ttb .splide__arrow--next,
.vl-ctabs__splide .splide__arrows--ttb .splide__arrow--next { bottom: 1em; top: auto; }
.vl-listings-splide .splide__arrows--ttb .splide__arrow--next svg,
.vl-gallery__thumbs-splide .splide__arrows--ttb .splide__arrow--next svg,
.vl-gallery-splide .splide__arrows--ttb .splide__arrow--next svg,
.vl-ctabs__splide .splide__arrows--ttb .splide__arrow--next svg { transform: rotate(90deg); }

/* â”€â”€ Pagination â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__pagination,
.vl-gallery__thumbs-splide .splide__pagination,
.vl-gallery-splide .splide__pagination,
.vl-ctabs__splide .splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    bottom: .5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0 1em;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}
.vl-listings-splide .splide__pagination li,
.vl-gallery__thumbs-splide .splide__pagination li,
.vl-gallery-splide .splide__pagination li,
.vl-ctabs__splide .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.vl-listings-splide:not(.is-overflow) .splide__pagination,
.vl-gallery__thumbs-splide:not(.is-overflow) .splide__pagination,
.vl-gallery-splide:not(.is-overflow) .splide__pagination,
.vl-ctabs__splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.vl-listings-splide .splide__pagination__page,
.vl-gallery__thumbs-splide .splide__pagination__page,
.vl-gallery-splide .splide__pagination__page,
.vl-ctabs__splide .splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}
.vl-listings-splide .splide__pagination__page.is-active,
.vl-gallery__thumbs-splide .splide__pagination__page.is-active,
.vl-gallery-splide .splide__pagination__page.is-active,
.vl-ctabs__splide .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}
.vl-listings-splide .splide__pagination__page:hover,
.vl-gallery__thumbs-splide .splide__pagination__page:hover,
.vl-gallery-splide .splide__pagination__page:hover,
.vl-ctabs__splide .splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9;
}
.vl-listings-splide .splide__pagination__page:focus-visible,
.vl-gallery__thumbs-splide .splide__pagination__page:focus-visible,
.vl-gallery-splide .splide__pagination__page:focus-visible,
.vl-ctabs__splide .splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
/* TTB pagination */
.vl-listings-splide .splide__pagination--ttb,
.vl-gallery__thumbs-splide .splide__pagination--ttb,
.vl-gallery-splide .splide__pagination--ttb,
.vl-ctabs__splide .splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0;
}

/* â”€â”€ Progress bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__progress__bar,
.vl-gallery__thumbs-splide .splide__progress__bar,
.vl-gallery-splide .splide__progress__bar,
.vl-ctabs__splide .splide__progress__bar {
    background: #ccc;
    height: 3px;
    width: 0;
}

/* â”€â”€ Spinner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__spinner,
.vl-gallery__thumbs-splide .splide__spinner,
.vl-gallery-splide .splide__spinner,
.vl-ctabs__splide .splide__spinner {
    animation: vl-splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
@keyframes vl-splide-loading {
    0%   { transform: rotate(0); }
    100% { transform: rotate(1turn); }
}

/* â”€â”€ Screen reader â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__sr,
.vl-gallery__thumbs-splide .splide__sr,
.vl-gallery-splide .splide__sr,
.vl-ctabs__splide .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* â”€â”€ Toggle (play / pause) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.vl-listings-splide .splide__toggle,
.vl-gallery__thumbs-splide .splide__toggle,
.vl-gallery-splide .splide__toggle,
.vl-ctabs__splide .splide__toggle {
    cursor: pointer;
}
.vl-listings-splide .splide__toggle:focus-visible,
.vl-gallery__thumbs-splide .splide__toggle:focus-visible,
.vl-gallery-splide .splide__toggle:focus-visible,
.vl-ctabs__splide .splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.vl-listings-splide .splide__toggle.is-active .splide__toggle__play,
.vl-gallery__thumbs-splide .splide__toggle.is-active .splide__toggle__play,
.vl-gallery-splide .splide__toggle.is-active .splide__toggle__play,
.vl-ctabs__splide .splide__toggle.is-active .splide__toggle__play,
.vl-listings-splide .splide__toggle__pause,
.vl-gallery__thumbs-splide .splide__toggle__pause,
.vl-gallery-splide .splide__toggle__pause,
.vl-ctabs__splide .splide__toggle__pause {
    display: none;
}
.vl-listings-splide .splide__toggle.is-active .splide__toggle__pause,
.vl-gallery__thumbs-splide .splide__toggle.is-active .splide__toggle__pause,
.vl-gallery-splide .splide__toggle.is-active .splide__toggle__pause,
.vl-ctabs__splide .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
