<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cars .car .car-discount {
    top: 6px;
    left: 1px;
    color: white;
    background: #e6032e;
    font-size: 14px;
    font-weight: 700;
    padding: 0 .2rem 0 .5rem;
}

    .cars .car .car-discount::after {
        border: 21px solid transparent;
        border-left: 9px solid #e6032e;
        border-top: 0;
        content: "";
        display: block;
        height: 0;
        left: 100%;
        position: absolute;
        top: 0;
        width: 0;
    }

.cars .car .car-tag {
    top: 6px;
    left: 1px;
    color: white;
    background: #e6032e;
    font-size: 14px;
    font-weight: 700;
    padding: 0 .2rem 0 .5rem;
}

    .cars .car .car-tag.car-tag-second {
        top: 30px;
    }

    .cars .car .car-tag.for-subsidy {
        color: white;
        background: #3CA2B8;
    }

    .cars .car .car-tag.extended-warranty {
        color: black;
        background: #f9f016;
    }

    .cars .car .car-tag.winter-tires {
        color: white;
        background: #2919e4;
    }

    .cars .car .car-tag::after {
        border: 21px solid transparent;
        border-left: 9px solid #e6032e;
        border-top: 0;
        content: "";
        display: block;
        height: 0;
        left: 100%;
        position: absolute;
        top: 0;
        width: 0;
    }

    .cars .car .car-tag.for-subsidy::after {
        border-left: 9px solid #3CA2B8;
    }

    .cars .car .car-tag.extended-warranty::after {
        border-left: 9px solid #f9f016;
    }

    .cars .car .car-tag.winter-tires::after {
        border-left: 9px solid #2919e4;
    }


.cars .car .car-title &gt; span {
    transition: color .4s ease-in-out;
    position: relative;
    cursor: pointer;
}

.cars .car:hover .car-title &gt; span {
    transition: color .05s ease-in-out;
    color: #e6032e;
}

.cars .car .car-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #262626;
    border-bottom: unset;
}

.cars .car .car-info {
    border: 1px solid #262626;
    padding: 0.5rem;
}

.cars .car .car-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

    .cars .car .car-title span {
        height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

.cars .car .car-detail {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

    .cars .car .car-detail .detail-name {
        font-weight: bold;
        margin-bottom: 0.25rem;
    }

.cars .car .car-prices {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.cars .car .btn {
    margin-bottom: 0.75rem;
    width: 100%;
}

.cars .car .btn-success {
    position: relative;
    z-index: 2;
}

.cars .car .car-code {
    color: #949494;
    font-size: 0.8rem;
    user-select: text;
    position: relative;
    z-index: 2;
}

.cars .car .car-action {
    background: #e6032e;
    margin-top: -2px;
    padding: .3rem 0;
    text-align: center;
    user-select: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid black;
    border-top: none;
}

.cars .car .car-prices .price-name {
    font-weight: bold;
    line-height: 1.5rem;
}

.cars .car .car-prices .price-per-month {
    font-weight: bold;
    text-align: right;
}

.cars .car .car-prices .price-name {
    font-weight: bold;
    line-height: 1.5rem;
}

.cars .car .car-prices .price-our {
    color: #e42019;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: right;
}

.cars .car .car-detail .detail-value {
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popover.car-list-popover, .popover.similar-cars-popover {
    z-index: 999 !important;
    max-width: 250px !important;
    background-color: #f7f7f7;
    border: none;
    box-shadow: 1px 7px 10px 1px grey;
}

    .popover.car-list-popover .popover-arrow, .popover.similar-cars-popover .popover-arrow {
        display: none;
    }

@media (max-width: 767px) and (min-width: 480px) {
    .car-card {
        padding: 0 5px !important;
    }
}

@media (max-width: 479px) and (min-width: 400px) {
    .cars .car .car-img {
        height: 300px;
    }
}

#cars-slider {
    margin-bottom: 2rem;
}

    #cars-slider h1 {
        text-align: center;
    }

    #cars-slider .cars {
        margin-bottom: 0;
    }

        #cars-slider .cars .car {
            margin-bottom: 2rem;
        }

@media (min-width: 576px) {
    #cars-slider .cars {
        margin: 0 -15px;
    }

        #cars-slider .cars .car {
            padding-left: 15px;
            padding-right: 15px;
        }
}

#car-list-slider .splide__pagination__page {
    height: 13px;
    width: 13px;
}

    #car-list-slider .splide__pagination__page.is-active {
        background: #5c5c5c;
        transform: unset;
        opacity: 1;
    }

#car-list-slider .splide__pagination {
    justify-content: start;
    bottom: -1rem;
}


.car-list-slider .splide__pagination__page {
    height: 13px;
    width: 13px;
}

    .car-list-slider .splide__pagination__page.is-active {
        background: #5c5c5c;
        transform: unset;
        opacity: 1;
    }

.car-list-slider .splide__pagination {
    justify-content: start;
    bottom: -1rem;
}

#cars-slider .splide__pagination li {
    margin: 0 1rem 0 0;
}

@media screen and (max-width: 375px) {
    #cars-slider .splide__pagination li {
        margin: 0 .9rem 0 0;
    }
}</pre></body></html>