.elementor-895 .elementor-element.elementor-element-f982a97{--display:flex;--min-height:450px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.7;}.elementor-895 .elementor-element.elementor-element-f982a97:not(.elementor-motion-effects-element-type-background), .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://crusadercaravansmelbourne.com.au/wp-content/uploads/2025/02/New-In-Stock-Hero-Banner.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-895 .elementor-element.elementor-element-f982a97::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-background-video-container::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .e-con-inner > .elementor-background-video-container::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-background-slideshow::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .e-con-inner > .elementor-background-slideshow::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #000000E6 0%, #00000000 100%);}.elementor-895 .elementor-element.elementor-element-8bd03e2 .elementor-heading-title{font-family:"Titillium Web", Sans-serif;font-size:50px;font-weight:700;letter-spacing:7.5px;color:#FFFFFF;}.elementor-895 .elementor-element.elementor-element-7e3ad16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-895 .elementor-element.elementor-element-7e3ad16{--content-width:1440px;}}@media(max-width:1024px){.elementor-895 .elementor-element.elementor-element-f982a97{--min-height:300px;}.elementor-895 .elementor-element.elementor-element-7e3ad16{--margin-top:00px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-895 .elementor-element.elementor-element-f982a97:not(.elementor-motion-effects-element-type-background), .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://crusadercaravansmelbourne.com.au/wp-content/uploads/2025/02/New-In-Stock-Hero-Banner.webp");}.elementor-895 .elementor-element.elementor-element-f982a97{--min-height:250px;--justify-content:center;}.elementor-895 .elementor-element.elementor-element-f982a97::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-background-video-container::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .e-con-inner > .elementor-background-video-container::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-background-slideshow::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .e-con-inner > .elementor-background-slideshow::before, .elementor-895 .elementor-element.elementor-element-f982a97 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;background-image:linear-gradient(180deg, #000000E6 0%, #00000000 100%);}.elementor-895 .elementor-element.elementor-element-8bd03e2{text-align:center;}.elementor-895 .elementor-element.elementor-element-8bd03e2 .elementor-heading-title{font-size:30px;}}/* Start custom CSS *//*Skeleton*/

.skeleton-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 20px;
    width: 100%;
}

.skeleton-card {
  height: 400px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 37%, #eee 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
  border-radius: 8px;
  background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex
;
    align-items: center;
    justify-content: center;
}

@keyframes shimmer {
  0% { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}


body {
    background: #f9f9f9;
}

/*filter*/

.caravan-filter-dropdown {
    display: inline-flex;
    align-items: center;
    background: #FFF;
    border-radius: 5px;
    cursor: pointer;

}

.caravan-filter-list-dropdown:after {
    content: "|";
    position: absolute;
    right: 0;
    color: #C5C9CC;
    font-size: 32px;
    font-weight: 100;
    margin-top: -10px;
}

.caravan-filter-dropdown.active {
    padding-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.caravan-filter-dropdown.main {
    background: #222222;
}

.caravan-filter-text {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-right: 10px;
}

.caravan-filter-text p {
    font-family: "Titillium Web";

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #374151;
    margin-bottom: 0;
}

.caravan-filter-list {
 
    padding: 6px;
    border-radius: 5px;
    z-index: 99;
    background: white;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50px;
}

.caravan-filter-list-dropdown{
    width: calc(16.66% - 10px);
    align-content: center;
    text-align: center;
    position: relative
}

.caravan-filter-control  {
    text-align: right;
    position: relative
}

.caravan-filter-control:after  {
    content: "";
}

.caravan-filter-control button {
    display: inline-block;
    height: 50px;
    padding: 10px 35px;
    width: 90%;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: none 
}

p.instock-was-price {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    color: #999999 !important;
}

/*.caravan-filter-list-dropdown:not(:last-child) {*/
/*    margin-bottom: 10px;*/
/*}*/

.caravan-filter-dropdown-hidden {
    padding: 15px;
    border-radius: 0 0 5px 5px;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 3px 5px -2px #432a70;
}

.caravan-filter-dropdown-hidden-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.caravan-filter-dropdown-hidden-inner input {
    display: none;
}

.caravan-filter-dropdown-hidden-inner label, .range-label span {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    text-transform: uppercase;
    
}

input.form-control.input-field {
    display: none;
}

.caravan-filter-dropdown-hidden-inner label:hover, .caravan-filter-dropdown-hidden-inner input[type="radio"]:checked + label {
    color: #422A70;
    font-weight: bold;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #FFE4A8 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 99px;
}

.caravan-filter-container-main {
    /*display: flex;*/
    /*gap: 15px;*/
    width: 100%;
}

.caravan-active-filter-container {
    padding: 6px;
    gap: 6px;
    margin-top: 10px;
    display: none;
    flex-wrap: wrap;
}

.caravan-active-filter-container p {
    
    font-family: "Titillium Web";
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1E1E1E;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0;
}

.caravan-active-filter-container p span {
    cursor: pointer;
}

/*Results*/

.loader {
    /* Styles for the loading spinner */
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     min-height: 200px;
/*     height: 150px; 
    background-color: #f5f5f5;  */
}

.loader.isLoading {
    display: flex;
}

.spinner-icon {
   border: 4px solid #fff;
    border-top: 4px solid #FFE4A8;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Adjust animation duration if needed */
}

.spinner-text {
    /* Styles for the loading text */
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-family: 'Archivo';
    font-weight: 600;
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.caravan-results-container {
    margin-top: 50px;
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.model-no-data {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.instock-card-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    border: 2px solid #EAEAE8;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
}

.instock-card-image-wrapper {
    margin: 0;
}

p.instock-desc {
    color: #374151;
    font-family: "League Spartan";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    min-height: 67px;
}

img.instock-card-slider-image {
    border-radius: 10px 10px 0 0;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.instock-custom-arrow {
    width: 30px;
    z-index: 9;
}

.instock-custom-arrow.slick-next {
    right: 15px;
}

.instock-custom-arrow.slick-prev {
    left: 15px;
}

.instock-card-details-wrapper {
    background: #ffffff;
}

.instock-card-title-wrapper {
    padding: 25px 25px 0px 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.instock-card-title-inner {
    width: 65%;
    min-height: 90px;
}

p.instock-card-brand {
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;  
    line-height: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #432A70;
    margin-bottom: 10px;
}

h2.instock-card-title {
    margin: 0;
    color: #333;
    font-family: "Titillium Web";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 5.25px;
    text-transform: uppercase;
}

a.instock-card-view-model {
    width: 100%;
    display: block;
    background: #432A70;
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 20px;

}

a.instock-card-view-model:hover{
    background: #090909;
    color: #fff;
}

hr.divider {
    border: 1px solid #3B3B3B;
}

.instock-card-specs-wrapper {
    background: #FBFBFB;
    padding: 20px 25px;
    display: grid
;
    grid-template-columns: repeat(4, 2fr);
    gap: 10px;
}

.instock-card-desc-wrapper{
padding: 0 25px;
margin-top: 15px;
}

.specs-wrapper {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 6px;
    border: 1px solid #EAEAE8;
    background: #FFF;
    padding: 12px;
}

.specs-title-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
}

p.specs-title {
    color: #432A70;
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

p.specs-value {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #374151;
    margin-bottom: 0;
}

.instock-card-price-wrapper {
    background: #F7F7F7;
    display: flex
;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
       padding: 10px 15px;
    gap: 7px;
}

.instock-card-price-wrapper p {
    font-family: "League Spartan";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #374151;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.instock-card-price-wrapper p span {
    font-family: "League Spartan";
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 143%;
    letter-spacing: 3.5px;
    color: #374151;
    padding-left: 4px;
}

.price-divider {
    border-right: 1px solid #EAEAE8;
    height: 25px;
}

.model-no-data {
    font-size: 30px;
    color: #000000;
}

/*responsive*/
@media only screen and (max-width: 1440px) {
    h2.instock-card-title {
        font-size: 30px;
        letter-spacing: 4px;
    }
    
    .specs-wrapper {
        padding: 8px;
    }
    
    p.instock-desc {
        font-size: 14px;
        min-height: 45px;
    }
    
    p.specs-title {
        font-size: 14px;
    }
    
    p.specs-value {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1280px) {
    .specs-wrapper {
        padding: 5px;
    }
   .instock-card-title-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.instock-card-title-inner {
    width: 100%;
}
h2.instock-card-title {
        font-size: 25px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1145px) {
    .instock-card-title-wrapper {
        padding: 10px;
        min-height: 110px;
    }
    
    .instock-card-desc-wrapper {
        padding: 0 10px;
    }
    
    .instock-card-specs-wrapper {
        padding: 10px;
    }
    
    h2.instock-card-title {
        font-size: 25px;
    }
    
    .instock-card-price-wrapper p {
        font-size: 14px;
    }
    
    .specs-wrapper {
        padding: 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .caravan-filter-list {
        padding: 15px;
        border-radius: 30px;
    }
    
    .caravan-filter-list-dropdown{
    width: calc(25% - 10px);
    }
    
    .caravan-filter-list-dropdown.caravan-filter-price:after {
        content: "";
    }
    
    .caravan-filter-control button {
        height: 40px;
        line-height: 16px;
    }
    
    .caravan-results-container {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    
    h2.instock-card-title {
        font-size: 30px;
    }
    
    .instock-card-title-wrapper {
        padding: 20px;
        min-height: 110px;
    }
    
    .instock-card-desc-wrapper {
        padding: 0 20px;
    }
    
    .instock-card-specs-wrapper {
        padding: 20px;
    }
    
}
@media only screen and (max-width: 920px) {
    
    .instock-card-price-wrapper p {
    font-size: 18px;
    }
    
    .instock-card-wrapper {
        flex-direction: column;
    }
    .instock-card-image-wrapper, .instock-card-details-wrapper {
        width: 100%;
    }

    img.instock-card-slider-image {
        border-radius: 10px 10px 0 0;
    }
    
    .instock-card-details-wrapper, .instock-card-price-wrapper {
        border-radius: 0px 0 10px 10px;
    }
    
    .instock-card-title-wrapper {
        display: block;
    }
    
    .instock-card-title-inner {
        width: 100%;
        height: 90px;
        text-align: center;
    }
    
    .instock-card-price-wrapper {
        border-radius: 10px;
        width: 100%;
    }
    
    
    .specs-title-wrapper {
        display: block;
    }
    
    

}

@media only screen and (max-width: 767px) {
    
    .skeleton-grid {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        padding-top: 20px;
        width: 100%;
    }

    .instock-card-price-wrapper p {
        font-size: 18px;
    }
    
    .instock-card-title-wrapper {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .instock-card-specs-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .specs-wrapper {
        text-align: center;
    }
    
    .caravan-filter-list {
        gap: 0;
    }
    
    .caravan-filter-list-dropdown{
        margin-bottom: 10px;
    }
    
    .caravan-filter-list-dropdown:after {
        content: "";
    }
    
}

/* Mobile */
@media (max-width: 576px) {
    .caravan-results-container {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    
    .instock-card-wrapper {
        margin-bottom: 10px;
    }
    
    img.instock-card-slider-image {
        height: 200px;
    }
    
    .instock-card-title-wrapper {
        min-height: 100px;
    }
    
    .instock-card-title-inner {
        height: auto;
        margin-bottom: 10px;
    }
    
    
    .instock-card-specs-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .caravan-filter-list-dropdown{
        width: 100%;
    }
    
    .caravan-filter-dropdown-hidden {
        position: relative;
    }
    
    .caravan-filter-control {
        text-align: center;
    }
    
    .caravan-filter-control button {
        width: 70%;
    }
    
}

@media (max-width: 428px) {}/* End custom CSS */