@charset "UTF-8";

.StockList_stock_container__4IQIp {
    display: flex;
    background-color: var(--bs-gray-6);
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all .7s
}

.StockList_stock_container__4IQIp:hover {
    background-color: var(--bs-gray-5)
}

.StockList_stock_container__4IQIp:hover .StockList_reference__morLF {
    background-color: var(--bs-gray-4)
}

.StockList_stock_container_mobile__uPdJq {
    background-color: var(--bs-gray-6);
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block
}

@media(max-width:991px) {
    .StockList_stock_container_mobile__uPdJq {
        width: calc(50% - 8px)
    }

    .StockList_stock_container_mobile__uPdJq:nth-child(odd) {
        margin-left: 15px
    }

    .StockList_stock_container_mobile__uPdJq table {
        font-size: 11px
    }
}

@media(max-width:424px) {
    .StockList_stock_container_mobile__uPdJq {
        width: 99%
    }
}

.StockList_image_container__DUrYc {
    position: relative;
    height: auto;
    margin-right: 15px
}

@media(max-width:991px) {
    .StockList_image_container__DUrYc {
        margin: 0
    }
}

@media(min-width:991px) {
    .StockList_image_container__DUrYc {
        width: 29%
    }
}

@media(min-width:1200px) {
    .StockList_image_container__DUrYc {
        width: 33%
    }
}

@media(min-width:1920px) {
    .StockList_image_container__DUrYc {
        width: 16%
    }
}

.StockList_image_container__DUrYc img {
    border-radius: 7px
}

.StockList_reference__morLF {
    padding: 10px 15px;
    min-height: 40px;
    color: var(--bs-gray-1);
    display: inline-block;
    border-radius: 7px;
    background: var(--bs-gray-5);
    font-weight: 500;
    text-align: center;
    transition: all .7s
}

@media(min-width:991px) {
    .StockList_reference__morLF {
        width: 230px
    }
}

.StockList_advanced_search__Fq4fZ {
    color: var(--bs-gray-3)
}

.StockList_advanced_search__Fq4fZ svg {
    margin-left: 10px;
    transition: all .7s;
    transform: translateZ(-800px) rotateX(0deg) rotateY(0deg)
}

.StockList_advanced_search__Fq4fZ svg.StockList_advanced_search_active__rE0Kr {
    transform: translateZ(-800px) rotateX(180deg) rotateY(0deg)
}

.StockList_advanced_search__Fq4fZ svg.StockList_advanced_search_active__rE0Kr path {
    stroke: var(--bs-red)
}

.StockList_advanced_search__Fq4fZ svg path {
    stroke: var(--bs-gray-3)
}

.StockList_car_specs_list__ETMIm {
    display: flex;
    align-items: center
}

@media(min-width:320px)and (max-width:1919px) {
    .StockList_car_specs_list__ETMIm {
        justify-content: space-between
    }
}

.StockList_car_specs_list__ETMIm .StockList_stock_specs__15MEh {
    width: calc(100% - 30px)
}

.StockList_car_specs_list__ETMIm span {
    white-space: nowrap
}

@media(min-width:991px)and (max-width:1919px) {
    .StockList_stock_detail__i2z2Z {
        width: 100%
    }
}

.StockList_stock_detail__i2z2Z h5 {
    color: var(--bs-black)
}

.StockList_stock_detail__i2z2Z table {
    width: 100%;
    margin-top: 10px
}

.StockList_stock_detail__i2z2Z td {
    border-radius: 2px;
    border: 1px solid var(--bs-gray-4);
    padding: 4px 10px
}

.StockList_stock_detail__i2z2Z td svg {
    margin-right: 5px
}

@media(min-width:1920px) {
    .StockList_stock_detail__i2z2Z td div {
        display: flex;
        align-items: center
    }

    .StockList_stock_detail__i2z2Z td:nth-child(odd) .StockList_stock_specs__15MEh {
        display: block
    }

    .StockList_stock_detail__i2z2Z td:nth-child(odd) div>span {
        display: none
    }
}

@media(max-width:991px) {
    .StockList_stock_detail__i2z2Z td:nth-child(odd) div+span {
        display: none
    }
}

@media(min-width:1920px) {
    .StockList_stock_detail__i2z2Z td:nth-child(odd) .StockList_stock_specs__15MEh {
        display: block
    }
}

@media(min-width:991px) {
    .StockList_stock_detail__i2z2Z td:nth-child(2n) {
        display: none
    }
}

@media(min-width:1920px) {
    .StockList_stock_detail__i2z2Z td:nth-child(2n) {
        display: block
    }
}

.StockList_stockPrice__KHTi2 {
    min-width: 190px
}

.StockList_stockPrice__KHTi2 a,
.StockList_stockPrice__KHTi2 button {
    min-height: 40px
}

.StockList_stockPrice__KHTi2 a:hover svg path,
.StockList_stockPrice__KHTi2 button:hover svg path {
    fill: var(--bs-white)
}

.StockList_stockPrice__KHTi2 p {
    margin: 0
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select_wrapper__ZRtHt {
    position: relative
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select_wrapper__ZRtHt.SelectLabel_withArrow__40rE5:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid red;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select_wrapper__ZRtHt.SelectLabel_select__3ZFSh:after {
    content: "";
    background-image: url(/images/home/chevron-down.svg);
    background-position: 50%;
    height: 10px;
    width: 30px;
    border: 0;
    background-repeat: no-repeat;
    right: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.SelectLabel_select_container__oIfJ_ input::placeholder,
.SelectLabel_select_container__oIfJ_ textarea::placeholder {
    color: var(--bs-black)
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select__3ZFSh {
    border: 1px solid transparent;
    font-size: .875rem;
    padding: .3rem 1.3rem .3rem .5rem;
    width: 100%;
    background: var(--bs-gray-6);
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select__3ZFSh option {
    background-color: var(--bs-white);
    color: var(--bs-dark)
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select__3ZFSh option:hover {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select__3ZFSh::-ms-expand {
    display: none
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select__3ZFSh:focus {
    outline: none
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_select_label__Rf_aL {
    position: absolute;
    top: .75rem;
    left: .5rem;
    pointer-events: none;
    transition: top .2s ease;
    font-size: .875rem;
    color: #666;
    opacity: 0
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ .SelectLabel_select_label__Rf_aL {
    top: -.5rem;
    font-size: .7rem;
    color: var(--bs-gray-2);
    background: var(--bs-gray-5);
    padding-inline: 5px;
    opacity: 1
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_.SelectLabel_withArrow__40rE5 .SelectLabel_select_label__Rf_aL {
    color: var(--bs-white);
    background: #ec3737
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_.SelectLabel_withArrow__40rE5:after {
    border-top-color: var(--bs-white)
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_.SelectLabel_withArrow__40rE5 input,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_.SelectLabel_withArrow__40rE5 select,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_.SelectLabel_withArrow__40rE5 textarea {
    border: 1px solid var(--bs-white);
    background: #ec3737;
    color: var(--bs-white)
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ input,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ select,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ textarea {
    border: 1px solid #000;
    background: var(--bs-gray-5)
}

.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ input:-webkit-autofill,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ input:-webkit-autofill:active,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ input:-webkit-autofill:focus,
.SelectLabel_select_container__oIfJ_ .SelectLabel_has_value__LecS_ input:-webkit-autofill:hover {
    border: 1px solid #000;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px var(--bs-gray-6) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.SelectLabel_select_container__oIfJ_ option {
    background-color: var(--bs-white);
    color: var(--bs-dark)
}

.SelectLabel_select_container__oIfJ_ option:hover {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important
}

.Search_search_container__TJV5m {
    z-index: 99;
    height: 50px;
    overflow: hidden;
    border-radius: 14px
}

.Search_search_container__TJV5m.Search_style_1__caQ87 {
    background: hsla(0, 0%, 98%, .502);
    position: absolute;
    bottom: 25%;
    left: 50%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transform: translateX(-50%);
    width: 758px
}

.Search_search_container__TJV5m svg {
    cursor: pointer
}

.Search_search_container__TJV5m svg g {
    transition: all .7s
}

.Search_search_container__TJV5m.Search_active__MkNE5 svg g {
    stroke: var(--bs-red)
}

.Search_search_container__TJV5m.Search_style_2__gOKY3 {
    border: 1px solid var(--bs-gray-1);
    background-color: var(--bs-gray-6);
    height: 45px
}

.Search_search_container__TJV5m input {
    font-size: 18px;
    background-color: transparent;
    width: calc(100% - 30px);
    height: 100%;
    border: none;
    outline: none;
    padding: 5px 15px
}

.Search_search_container__TJV5m input::placeholder {
    font-weight: 500;
    color: var(--bs-gray-3);
    font-size: 16px
}

.Search_suggestions__I4iSM {
    max-height: 319px;
    overflow-y: auto;
    background-color: var(--bs-light);
    z-index: 99
}

.Search_suggestions__I4iSM span {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid var(--bs-gray-4)
}

.Search_suggestions__I4iSM span:hover {
    background-color: var(--bs-danger);
    color: var(--bs-white)
}

.Search_suggestions__I4iSM span:last-child {
    margin: 0;
    border-bottom: 0
}

.SearchBox_search_box__ZH1eA {
    background-color: #a8c31e;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    column-gap: 20px;
    row-gap: 30px;
    flex-wrap: wrap;
    flex-direction: column
}

@media(min-width:991px) {
    .SearchBox_search_box__ZH1eA {
        flex-direction: row
    }
}

.SearchBox_search_box__ZH1eA.SearchBox_full__iRpjU {
    margin-top: 0 !important;
    flex-direction: column;
    gap: 1rem !important;
    padding: 10px !important
}

.SearchBox_search_box__ZH1eA.SearchBox_full__iRpjU>* {
    width: 100%
}

.SearchBox_search_box__ZH1eA.SearchBox_full__iRpjU button,
.SearchBox_search_box__ZH1eA.SearchBox_full__iRpjU label,
.SearchBox_search_box__ZH1eA.SearchBox_full__iRpjU select {
    text-transform: uppercase
}

@media(min-width:991px) {
    .SearchBox_search_box__ZH1eA>* {
        width: 17.56%
    }
}

@media(min-width:1200px) {
    .SearchBox_search_box__ZH1eA>* {
        width: 18%
    }
}

@media(min-width:1366px) {
    .SearchBox_search_box__ZH1eA>* {
        width: 15%
    }
}

@media(min-width:1920px) {
    .SearchBox_search_box__ZH1eA>* {
        width: 15.3%
    }
}

.SearchBox_search_box__ZH1eA button {
    transition: all .7s
}

.SearchBox_search_box__ZH1eA button:hover {
    transform: translateY(3px)
}

.SearchBox_advanced_search__nrjZu svg {
    margin-left: 10px;
    transition: all .7s;
    transform: translateZ(-800px) rotateX(0deg) rotateY(0deg)
}

.SearchBox_advanced_search__nrjZu svg.SearchBox_advanced_search_active__A_Boe {
    transform: translateZ(-800px) rotateX(180deg) rotateY(0deg)
}

.SearchBox_advanced_search__nrjZu svg path {
    stroke: var(--bs-white)
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/slick.653a4cbb.woff) format("woff"), url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"), url(/_next/static/media/slick.b1c5ed6d.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}