h1 {
    font-size: 52px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

.container--full {
    height: 100vh;
}

.horizontal-scrollable {
    overflow-x: scroll;
    scrollbar-color: var(--primary-colour) white;
}

.mw-1400 {
    max-width: 1400px;
}

.gap-sm {
    gap: 8px;
}

.gap-md {
    gap: 16px;
}

.gap-lg {
    gap: 24px;
}

.gap-xl {
    gap: 30px;
}

.bg-grey {
    background: #f5f5f5;
}

.object-fit-cover {
    object-fit: cover;
}

.flex-basis-0 {
    flex-basis: 0;
}

.card-img-top {
    height: 250px;
}

.livechat-button {
    background: var(--primary-colour) !important;
}

.link-primary {
    color: #000;
    transform: translateX(1px);
}

.link-primary:hover {
    text-decoration: none;
    color: #757575;
}

.link-primary:hover:before {
    transform: scaleX(1);
}

.link-primary:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid black;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s cubic-bezier(.75,0,.25,1);
}

.link-primary ~ svg {
    fill: var(--primary-colour);
    width: 16px;
    margin-left: 9px;
}

.btn:not(#quickSearch .btn, .stock-filter .btn) {
    border-radius: 9999px;
    padding: 0;
}

.btn:not(#quickSearch .btn, .stock-filter .btn) a {
    display: flex;
    padding: 14px 56px;
	justify-content: center;
}

.btn-transparent {
    border:2px solid white;
}

.btn-white {
    border:2px solid black;
}

.btn-black {
    border:2px solid black;
    background: black;
}

.btn span:not(.controls .btn span) {
    display: inline-block;
    transition: transform .4s cubic-bezier(.75,0,.25,1);
}

.btn:hover span {
    transform: translateX(-6px);
}

.btn:hover svg {
    opacity:1;
    transform: translateX(4px);
}

.btn:focus {
    box-shadow: none;
}

.btn a {
    text-decoration: none;
    white-space: nowrap;
}

.hover-white:hover {
    background-color: white;
}

.hover-white:hover a {
    color: black !important;
}

.hover-black:hover {
    background-color: black;
}

.hover-black:hover a {
    color: white !important;
}

.btn svg {
    width: 16px;
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in;
    fill: var(--primary-colour);
}

.normal-divider {
    border-color: transparent;
    margin: 0;
    padding: 1.5rem 0;
}

.normal-divider-grey {
    background: #f5f5f5;
    margin: 0;
    padding: 1.5rem 0;
    border-color: transparent;
}

#fade {
    opacity: 0;
    margin-top: 120px;
}

.nav-tabs {
    border-bottom: none !important; 
}

.nav-tabs .nav-link {
    border: none !important; 
    position: relative;
    padding: 8px 0px;
    margin: 0 16px;
    color: #000;
}

.nav-link.active:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 5px;
    bottom: 4px;
    border-bottom: 2px solid;
}

.hero-banner-round .parallax {
    transition: transform 0.3s ease;
}

.find-car-carousel-item:hover .link-primary::before {
    transform: scaleX(1);
}

.find-car-carousel-item:hover .link-primary {
    color: #757575;
}

.find-car-carousel::-webkit-scrollbar {
    height: 8px;
}

.find-car-carousel::-webkit-scrollbar-thumb {
    background-color: var(--primary-colour);
    border-radius: 4px;
}

.find-car-carousel::-webkit-scrollbar-track {
    background: white;
}

.find-car-carousel::-webkit-scrollbar {
    -webkit-appearance: none;
}

.find-car-carousel-item {
    min-width: 220px;
}

.image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    overflow: hidden;
}

.divider {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 1rem 0;
}

.image-container {
    height: 165px;
}

.find-car-carousel-item:hover img {
    transform: scale(1.03);
}

.disclaimers-button {
    background: #000;
    border: none;
    padding: 28px 20px;
    width: 100%;
    display: flex;
    gap: 8px;
}

.disclaimers-button svg {
    transition: transform .3s ease-out, color .333s cubic-bezier(.75,0,.25,1);
}

.finance-banner {
    padding-top: 90px; 
}

.finance-banner-cta {
    max-width: 300px;
    margin: 0 auto 24px;
    text-align:center;
}

.finance-two-column-block-left, .finance-two-column-block-right {
    height: calc(100vh - 66px);
}

.contact-block-banner {
    padding: 90px 32px 64px;
}

.warranty-hero-image {
    margin-top: 32px;
}

.warranty-text-block {
    padding: 32px;
}

.warranty-two-column {
    margin: 0 32px 64px;
}

.aboutus-content {
    padding: 32px;         
}

/* #stock-search-btn, .btn.btn-primary.reserve-button, .vy-action-block a {
    border: 3px solid var(--primary-colour) !important;
    background: var(--primary-colour) !important;
    border-radius: 5px;
    color: white !important;
} */

.filter-top-bar {
    background: #f0f2f5;
}

.filter-item:hover {
    text-decoration: none;
}

.filter-status .action, .filter-count, .btn-dropdown {
    color: #000 !important;
}

.vy-item-wrapper {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.vy-item-wrapper i {
    font-size: 40px;
    display: inline-block;
}

/* .stock-filter-container .filter-list, .filter-sub li, div.filter-sub, .border-bottom, .vehicle-sidebar.top-level .vehicle-sidebar-block {
    border-color: #e8e8e8 !important;
} */

.search-filters-highlighted-wrapper .btnResetFilter {
    border: 2px solid var(--primary-colour);
    color: #fff !important;
    border-radius: 5px;
    background: var(--primary-colour);
}

.full-size-image-block {
    position: relative;
}

.full-size-image-block img {
    width: 100%
}

.full-size-image-block-cta-container {
    margin: 0 32px;
}

.full-size-image-block-cta-container.is-desktop {
    display: none;
}

.full-size-image-block-cta-container.is-mobile {
    margin-bottom: 52px;
}

.full-size-image-block-cta-container .btn:hover svg {
    fill: #fff !important;
}

.vehicle-technical-data .card-header {
    padding: 0;
    transition: all 0.25s ease-out;
}

.vehicle-technical-data .card-header:hover {
    background-color: #eeeff2;
}

.vehicle-technical-data .card-body-inner {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid rgb(216, 216, 219);
    padding: 16px 0;
}

.vehicle-technical-data .card-body-inner p, .vehicle-technical-data .card-body-inner strong {
    flex: 1 1 50%;
}

.vehicle-technical-data .card-body-inner strong {
    text-align: right;
}

.btnBackToStockList {
    width: fit-content;
}

.btnBackToStockList  .icons8-chevron-left {
    font-size: 1rem;
    border: none; 
    padding: 0; 
    margin-right: 2px; 
    color: var(--primary-colour);
}

.btnBackToStockList:hover {
    text-decoration: none;
    background-color: #eeeff2;
    transition: all 0.25s ease-out;
}

.vehicle-makemodel-container {
    max-width: 1750px;
}

.vehicle-makemodel-container .enquire a {
    max-width: 470px;
    margin: auto;
}

.vehicle-makemodel.is-desktop {
    display: none;
}

.vehicle-summary-link {
    text-decoration: underline;
    padding: 4px;
    margin-left: -4px;
    border-radius: 4px;
}

.vehicle-summary-link:hover {
    background-color: #eeeff2;
    transition: all 0.25s ease-out;
}

.vehicle-summary-title {
    font-size: 13px;
}

.vehicle-summary-copy {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    margin-left: -4px;
    border-radius: 4px;
    width: fit-content;
    pointer-events: all;
}

.vehicle-summary-copy:hover {
    cursor: pointer;
    background-color: #eeeff2;
    transition: all 0.25s ease-out;
}

.copy-paste-modal {
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    width: fit-content;
    height: fit-content;
    overflow: auto;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.16);
    transition: all .5s ease;
}

.copy-paste-modal-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 8px;
    background-color: #e4ffec;
    margin: 0 auto;
    padding: 16px;
    border-radius: 5px;
    min-width: 90vw;
    text-align: center;
}

.copy-paste-modal-content .close-btn {
    background-color: #d7f1e0;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
}

.copy-paste-modal-content .close-btn span {
    font-size: 24px;
    line-height: 1;
}

.copy-paste-modal-content ion-icon {
    display: none;
    font-size: 20px;
    color: #197e10;
}

@media (min-width: 576px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .d-md-grid {
        display: grid;
    }

    .text-md-white {
        color: #fff;
    }

    .btn-md-white {
        background-color: #fff !important;
    }

    .btn-md-white a {
        color: #000 !important;
    }
    
    .primary-feature-grid-image-container {
        min-height: 550px;
        grid-column: 1;
        grid-row: 1;
        position: relative;
    }
    
    .primary-feature-grid-image-container img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
    }
    
    .primary-feature-cta-container {
        max-width: 35%;
        grid-column: 1;
        grid-row: 1;
        z-index: 1;
    }
    
    .disclaimers .card-body {
        margin: 0 120px;
    }

    .finance-banner .finance-banner-cta {
        margin-bottom: 48px;
    }
    
    .finance-two-column-block {
        display: flex;
        flex-direction: row;
    }

    .contact-block-banner-inner {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    
    .contact-block-banner-content {
        flex: 1;
    }

    .warranty-hero-image {
        margin-top: 64px;
    }
    
    .warranty-text-block {
        padding: 64px;
    }
    
    .warranty-two-column h4, .warranty-two-column p {
        padding: 0 32px;
    }

    .aboutus-content {
        padding: 32px 96px;
    }

    .full-size-image-block-cta-container {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #fff;
    }

    .full-size-image-block-cta-container.is-mobile {
        display: none;
    }

    .full-size-image-block-cta-container.is-desktop {
        display: flex;
    }

    .filter-top-bar-container {
        margin-bottom: 28px;
    }

    .sidebar-container {
        max-width: 450px;
    }

    .filter-results {
        max-width: none;
        flex-grow: 1;
    }

    .vy-title-block {
        line-height: 1;
        height: 40px;
        overflow: hidden;
    }

    .copy-paste-modal {
        width: auto;
        left: 32px;
        transform: none;
    }

    .copy-paste-modal-content {
        min-width: unset;
        align-items: center;
    }

    .copy-paste-modal-content ion-icon {
        display: block;
    }
}

@media (min-width: 992px) {
    .text-lg-white {
        color: #fff;
    }

    .btn-lg-white {
        border-color: #fff;
    }

    .bg-lg-black {
        background-color: #000;
    }

    .hover-lg-white:hover {
        background-color: #fff;
    }

    .hover-lg-white:hover a {
        color: #000 !important;
    }

    .vehicle-content-right .vehicle-sidebar-block {
        position: sticky;
        top: 67px;
    }

    .vehicle-summary {
        max-width: 350px;
    }

    .vehicle-makemodel.is-desktop {
        display: block;
    }

    .vehicle-makemodel.is-mobile {
        display: none;
    }

    .vehicle-makemodel h1 {
        font-size: 36px;
    }

    .card-body-inner:not(.condition-history) {
        margin-left: 52px;
    }

    .vehicle-technical-data .card-body-inner strong {
        text-align: left;
    }

    .vehicle-price, .vehicle-price-repayments {
        font-size: 30px;
    }
}

@media (min-width: 1025px) {

    .aboutus-content {
        padding: 32px 300px;
    }

    .full-size-image-block-cta-container.is-desktop {
        top: 60%;
    }
}

@media (min-width: 1300px) {
    .vehicle-specifics {
        flex-direction: row !important;
        gap: 16px;
    }
    
    .vehicle-specifics-two-columns{
        max-width: 600px;
    }

    .vehicle-specifics-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media (min-width: 1464px) {
    .contact-block-banner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .warranty-two-column {
        max-width: 1400px;
        margin: 0 auto 64px;
    }

    .aboutus-content {
        max-width: 1400px;
        margin: 0 auto;
    }

    .full-size-image-block-cta-container{
        right: 10%;
    }

    .stock-filter .vy-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .vehicle-summary {
        max-width: 450px;
        padding: 32px !important;
    }
}


@media (min-width: 2200px) {
    .stock-filter .vy-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 3000px) {
    .stock-filter .vy-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 4800px) {
    .stock-filter .vy-item {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}