.container-car-detail {
    margin: 0 auto;
    margin-top: 90px;
    max-width: 100%;
    overflow-x: clip
}

/* Car detail gallery: bento actions, inline information and full-screen viewer */
.gallery-grid-tab {
    border: 0;
    background: transparent;
    font-family: inherit
}

.gallery-cell-open {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    border: 0;
    background: transparent;
    cursor: zoom-in
}

.gallery-cell-info {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    min-width: 38px;
    min-height: 24px;
    padding: 3px 9px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 999px;
    background: rgba(10,10,10,.8);
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    line-height: 1;
    cursor: pointer
}

.gallery-info {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 10040;
    width: calc(100% - 40px);
    max-width: 780px;
    min-height: 52px;
    margin: 0;
    padding: 17px 48px 16px 20px;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: #535353;
    color: #fff;
    box-shadow: 0 -8px 24px rgba(0,0,0,.16);
    animation: gallery-info-in .22s ease both
}

    .gallery-info[hidden] {
        display: none
    }

.gallery-info-copy {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600
}

.gallery-info-close {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: #292929;
    color: #fff;
    font-size: 10px;
    cursor: pointer
}

@keyframes gallery-info-in {
    from {
        opacity: 0;
        transform: translate(-50%,8px)
    }

    to {
        opacity: 1;
        transform: translate(-50%,0)
    }
}

body.gallery-viewer-open {
    overflow: hidden
}

.gallery-viewer {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff
}

    .gallery-viewer.is-open {
        display: flex
    }

.gallery-viewer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(0,0,0,.92)
}

.gallery-viewer-dialog {
    position: relative;
    z-index: 1;
    width: min(1360px,calc(100vw - 96px));
    height: min(820px,calc(100vh - 96px));
    padding: 18px 56px 28px;
/*    background: #101010;*/
/*    box-shadow: 0 24px 80px rgba(0,0,0,.45)*/
}

.gallery-viewer-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer
}

.gallery-viewer-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    height: 42px
}

.gallery-viewer-tab {
    padding: 0 16px 8px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #aaa;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer
}

    .gallery-viewer-tab.is-active {
        border-bottom-color: #fff;
        color: #fff;
        font-weight: 700
    }

.gallery-viewer-content {
    display: grid;
    grid-template-columns: minmax(0,1fr) 128px;
    gap: 28px;
    height: calc(100% - 42px)
}

.gallery-viewer-main {
    display: grid;
    grid-template-rows: minmax(0,1fr) auto auto;
    min-width: 0;
    text-align: center
}

.gallery-viewer-stage {
    position: relative;
    display: flex;
    width: 100%;
    height: min(680px,calc(100vh - 250px));
    min-height: 0;
    align-items: center;
    justify-content: center
}

    .gallery-viewer-stage::before {
        content: "";
        position: absolute;
        inset: 8%;
        border-radius: 8px;
        background: linear-gradient(110deg,rgba(255,255,255,.08) 8%,rgba(255,255,255,.18) 18%,rgba(255,255,255,.08) 33%);
        background-size: 220% 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease;
        animation: gallerySkeletonShimmer 1.15s linear infinite
    }

    .gallery-viewer-stage.is-loading::before {
        opacity: 1
    }

    .gallery-viewer-stage.is-loading .gallery-viewer-image {
        opacity: .64
    }

.gallery-viewer-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .18s ease
}

.gallery-viewer-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    background: rgba(0,0,0,.42);
    color: #fff;
    cursor: pointer
}

.gallery-viewer-prev {
    left: -18px
}

.gallery-viewer-next {
    right: -18px
}

.gallery-viewer-count {
    margin: 14px 0 0;
    font-size: 13px
}

.gallery-viewer-description {
    min-height: 42px;
    padding: 12px 40px 0;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 1.45
}

.gallery-viewer-thumbs {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: #777 #222
}

.gallery-viewer-thumb {
    display: block;
    width: 100%;
    height: 82px;
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    background: #222;
    opacity: .62;
    cursor: pointer
}

    .gallery-viewer-thumb.is-active {
        border-color: #fff;
        opacity: 1
    }

    .gallery-viewer-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

@media(min-width:770px) {
    .gallery-viewer {
        padding: clamp(24px,4.4vh,48px) clamp(32px,5vw,64px)
    }

    .gallery-viewer-content {
        grid-template-columns: minmax(0,1fr) clamp(104px,7vw,124px);
        gap: clamp(18px,2vw,28px)
    }

    .gallery-viewer-stage {
        height: min(680px,calc(100vh - 250px));
        max-height: calc(100vh - 250px)
    }

    .gallery-viewer-image {
        width: 100%;
        height: 100%;
    }

    .gallery-viewer-thumb {
        height: clamp(66px,7.6vh,82px)
    }
}

@media(max-width:1080px) {
    .gallery-viewer-dialog {
        width: min(100%,calc(100vw - 48px));
        height: min(760px,calc(100vh - 48px));
        padding: 18px 42px 24px
    }
}

@media(max-width:769px) {
    .gallery-cell-info {
        right: 9px;
        bottom: 9px
    }

    .gallery-info {
        padding-left: 16px;
        border-radius: 8px
    }

    .gallery-viewer {
        padding: 0
    }

    .gallery-viewer-dialog {
        width: 100%;
        height: 100%;
        padding: 14px 16px 18px
    }

    .gallery-viewer-stage {
        height: 100%;
    }

    .gallery-viewer-close {
        top: 10px;
        right: 10px
    }

    .gallery-viewer-tabs {
        padding-right: 38px
    }

    .gallery-viewer-content {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0,1fr) 78px;
        gap: 12px
    }

    .gallery-viewer-description {
        max-height: 76px;
        overflow: auto;
        padding: 8px 12px 0;
        font-size: 12px
    }

    .gallery-viewer-thumbs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 4px
    }

    .gallery-viewer-thumb {
        width: 100px;
        height: 68px;
        margin: 0;
        flex: 0 0 auto
    }

    .gallery-viewer-prev {
        left: 4px
    }

    .gallery-viewer-next {
        right: 4px
    }
}

@supports not (overflow: clip) {
    .container-car-detail {
        overflow-x: hidden
    }
}

.container-car-detail a {
    text-decoration: none
}

.container-white {
    width: 100%;
    background-color: #fff
}

.container-gray-50 {
    width: 100%;
    background-color: #fafafa;
}

.container-gray-100 {
    width: 100%;
    background-color: #f5f5f5;
}

.container-gray-200 {
    width: 100%;
    background-color: #eeeeee;
}

.container-gray-300 {
    width: 100%;
    background-color: #e0e0e0;
}

.container-gray-400 {
    width: 100%;
    background-color: #bdbdbd;
}

.container-gray-500 {
    width: 100%;
    background-color: #9e9e9e;
}

.car-detail-scroll-tracker {
    position: fixed;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
}

    .car-detail-scroll-tracker.is-hidden {
        display: none;
    }

.car-detail-scroll-tracker__item {
    position: relative;
    display: block;
    width: 24px;
    height: 34px;
    pointer-events: auto;
    outline: none;
    transition: height .18s ease;
}

    .car-detail-scroll-tracker__item:not(.is-active)::before {
        opacity: .72;
    }

    .car-detail-scroll-tracker__item.is-active {
        height: 50px;
    }

    .car-detail-scroll-tracker__item::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 11px;
        width: 2px;
        height: 30px;
        background: #aeb4ba;
        border-radius: 999px;
        transition: background-color .18s ease, height .18s ease, width .18s ease, left .18s ease;
    }

    .car-detail-scroll-tracker__item.is-active::before {
        height: 46px;
        background: #eb0a1e;
    }

.car-detail-scroll-tracker__label {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%) translateX(-6px);
    display: block;
    width: max-content;
    max-width: 220px;
    padding: 12px 20px;
    background: #fff;
    color: #5f6670;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.car-detail-scroll-tracker__item:hover .car-detail-scroll-tracker__label,
.car-detail-scroll-tracker__item:focus-visible .car-detail-scroll-tracker__label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

@media(max-width:1080px) {
    .car-detail-scroll-tracker {
        display: none;
    }
}

.container-gray-600 {
    width: 100%;
    background-color: #757575;
}

.container-gray-700 {
    width: 100%;
    background-color: #616161;
}

.container-gray-800 {
    width: 100%;
    background-color: #424242;
}

.container-gray-900 {
    width: 100%;
    background-color: #212121;
}

.container-black {
    width: 100%;
    background-color: #101010
}

.container-car-detail .main-banner-black {
    width: 100%;
    height: 715px;
    position: relative
}

.container-car-detail .img-banner {
    width: 100%;
    height: 715px
}

.main-banner-mobile-black {
    display: none
}

.main-banner-mobile-light {
    display: none
}

.container-car-detail .main-banner-light {
    width: 100%;
    height: 715px;
    position: relative
}

.container-car-detail .banner-description {
    position: absolute;
    width: 550px;
    height: 308px;
    left: 0;
    bottom: 0;
    opacity: .8
}

    .container-car-detail .banner-description.black-background {
        background: #F5F5F5
    }

    .container-car-detail .banner-description.light-background {
        background-color: #101010
    }

.container-car-detail .banner-description-car-name {
    font-size: 23px;
    line-height: 120%;
    color: #FFF;
    margin: 56px 48px 0 94px;
    height: 34px;
    overflow: hidden
}

.container-car-detail .banner-description-slogan {
    margin: 0;
    margin-left: 90px;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
    line-height: 120%;
    color: #FFF
}

    .container-car-detail .banner-description-car-name.text-black, .container-car-detail .banner-description-slogan.text-black {
        color: #020202
    }

.container-car-detail .container-menu-detail {
    width: 100%;
    max-width: 1232px;
    background-color: #EEE;
    margin: 0 auto;
    padding: 12px 16px 12px;
}

.container-car-detail .menu-detail {
    width: 100%;
    max-width: 100%;
    padding: 52px 0;
    margin: 0 auto;
    background: #EEE
}

.menu-item {
    color: var(--text-color);
    display: flex;
    align-items: center
}

    .menu-item span {
        color: var(--text-color)
    }

    .menu-item > img {
        max-width: 50px;
        margin-right: 10px
    }

    .menu-item > picture {
        display: block;
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        margin-right: 10px
    }

        .menu-item > picture img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

.container-car-detail .product-detail {
    width: 1142px;
    max-width: 100%;
    margin: 60px auto
}

.container-car-detail .product-detail-info {
    margin-top: 40px;
    padding-left: 32px
}

.container-car-detail .product-detail-img {
    width: 100%;
    box-shadow: -15px 15px #EB0A1E;
    margin-top: 40px
}

    .container-car-detail .product-detail-img img {
        width: 100%;
        height: 465px;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
        -o-object-position: center
    }

.container-car-detail .product-detail-text {
    font-size: 15px;
    line-height: 150%
}

.container-car-detail .product-detail-read-more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 115%
}

    .container-car-detail .product-detail-read-more .icon-right {
        margin-left: 7px
    }

.container-car-detail .product-concept-car, .container-car-detail .product-concept-car-bellow {
    margin-top: 38px;
    text-align: center;
    color: #000
}

.concept-car-info {
    position: relative
}

.concept-car-name {
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 26px;
    text-align: center
}

.concept-car-value {
    font-size: 22px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 1px;
    position: relative
}

    .concept-car-value .concept-car-value-sub {
        position: absolute;
        top: -8px;
        font-size: 14px
    }

.concept-car-border-right::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 10px;
    right: 0;
    height: 60px;
    background-color: #CCC
}

.gallery {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0
}

.gallery-title {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.gallery-menu {
    display: flex;
    width: 1200px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 42px;
    margin-bottom: 60px
}

    .gallery-menu::-webkit-scrollbar {
        display: none
    }

.gallery-link {
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    width: 33.3333%;
    text-align: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #FFF
}

    .gallery-link.active, .gallery-link:hover {
        cursor: pointer;
        border-bottom: 4px solid var(--primary-color);
        font-weight: 600;
        transition: all .3s ease-in-out
    }

.gallery-swipper-container {
    position: relative;
    width: 1480px;
    padding: 0 20px;
    height: 560px;
    max-width: 100%;
    margin: 0 auto
}

.swiper-gallery {
    position: unset;
    width: 1200px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

    .swiper-gallery .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform .4s ease-in-out
    }

        .swiper-gallery .swiper-slide img:hover {
            transform: scale(1.02);
            cursor: pointer
        }

.gallery-list {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 8px
}

.swiper-gallery-list {
    width: 100%;
    overflow: hidden
}

    .swiper-gallery-list .swiper-slide {
        opacity: .6;
        cursor: pointer
    }

        .swiper-gallery-list .swiper-slide.swiper-slide-thumb-active {
            opacity: 1
        }

    .swiper-gallery-list img {
        width: 100%;
        max-height: 49px
    }

.gallery-swiper-prev::after, .gallery-swiper-next::after {
    content: ""
}

.gallery-swiper-prev {
    left: 50px;
    user-select: none
}

.gallery-swiper-next {
    right: 50px;
    user-select: none
}

.gallery-swiper-pagination {
    color: #fff;
    font-size: 18px;
    text-align: left;
    left: 150px;
    width: auto
}

.gallery-zoom-image-btn {
    pointer-events: none;
    position: absolute;
    right: 150px;
    z-index: 10;
    bottom: 24px;
    display: none
}

.download-catalogue-container {
    text-align: center
}

.download-catalogue {
    border: 1px solid #fff;
    background-color: unset;
    color: #fff;
    display: inline-block;
    padding: 10px 20px
}

    .download-catalogue:hover {
        color: #fff
    }

.color-picker, .container-tab-item, .container-exterior {
    width: 1232px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 16px
}

.color-picker {
    padding-top: 80px;
    padding-bottom: 80px
}

.box-car-inline {
    display: flex;
    margin-bottom: 8px
}

    .box-car-inline > img {
        width: 65%;
        object-fit: cover;
        height: 352px
    }

.box-car-inline-text {
    background-color: #F5F5F5;
    width: 100%;
    padding: 16px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .box-car-percent-text > p:nth-child(2), .box-car-inline-text > p:nth-child(2) {
        min-height: 96px;
        position: relative;
        margin: 0
    }

.box-car-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 21px;
    line-height: 120%;
    width: 100%;
    height: 54px;
    color: #1A1A1A;
    overflow: hidden;
    margin-bottom: 0
}

.box-car-block {
    display: flex
}

    .box-car-block > img {
        width: 100%
    }

.box-car-percent-text {
    background-color: #F5F5F5;
    width: 100%;
    padding: 16px 30px;
    height: calc(100% - 284px)
}

.read-more {
    text-align: center;
    margin: 40px auto 140px;
    display: block
}

.read-more-btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #1A1A1A;
    padding: 12px 20px;
    border: 1px solid #535353;
    cursor: pointer;
    text-transform: uppercase
}

.container-accessories-slider {
    width: 100%;
    position: relative;
    max-width: 1440px;
    margin: 0 auto
}

#car-detail-accessory {
    background: #f3f3f3;
    box-shadow: 0 0 0 100vmax #f3f3f3;
    clip-path: inset(0 -100vmax);
    padding: 72px 24px;
}

    #car-detail-accessory .text-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 0;
        margin: 0
    }

    #car-detail-accessory .read-more {
        margin: 72px auto 0
    }

.accessories-slider-swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden
}

.container-accessories-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #1a1a1a
}

.container-accessories-slider .swiper-pagination-progressbar {
    background-color: #cfcfcf
}

.container-accessories-slider .accessories-pagination {
    width: 348px;
    max-width: calc(100% - 32px);
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    bottom: -20px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto
}

.accessories-item:not(:last-child) {
    margin-bottom: 28px;
    cursor: pointer
}

.accessories-item {
    position: relative
}

.accessories-item-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    display: block
}

.accessories-item-body {
    padding: 16px 0 0
}

.accessories-item-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 8px
}

.accessories-item-description {
    font-size: 13px;
    line-height: 1.45;
    color: #2f2f2f;
    margin: 6px 0 0
}

.accessories-item-price {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    color: #111
}

.accessories-slider-desktop {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #EB0A1E
}

.accessories-menu {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin: 22px auto 38px;
    max-width: 680px
}

    .accessories-menu.hide-on-mobile-tablet {
        border-bottom: 1px solid #cfcfcf;
        width: fit-content;
    }

.accessories-mobile {
    display: none
}

.accessories-slider-mobile {
    display: none
}

.accessories-menu-item {
    width: auto !important;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    padding: 0 2px 10px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    text-transform: uppercase;
    cursor: pointer
}

    .accessories-menu-item.active {
        border-bottom-color: #101010;
        font-weight: bold
    }

.progress-bar {
    position: relative;
    width: 140px;
    margin: 0 auto;
    height: 4px;
    background-color: #fff
}

.progess-bar-value {
    width: 100%;
    height: 2px;
    background-color: #ccc
}

.progess-bar-percent {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: red
}

.btn-accessories-slider-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: -18px;
    top: 145px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(26,26,26,.55);
    cursor: pointer
}

.btn-accessories-slider-next {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    right: -18px;
    top: 145px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(26,26,26,.55);
    cursor: pointer
}

    .btn-accessories-slider-next::after, .btn-accessories-slider-prev::after {
        content: ""
    }

.btn-nav-slider-left:hover, .btn-nav-slider-right:hover {
    background-color: #000;
    color: #fff
}

.container-color-picker {
    background-color: rgba(245,245,245,0.5)
}

.color-picker-menu {
    padding-top: 60px;
    display: flex
}

.color-picker-menu-item {
    width: 50%;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #101010;
    cursor: pointer;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    font-size: 18px;
    line-height: 120%
}

    .color-picker-menu-item.active {
        font-weight: 700;
        border-bottom: 4px solid var(--primary-color)
    }

.color-picker-car img {
    width: 100%;
    height: 360px;
    object-fit: contain
}

.color-picker-car .box-image-color-picker {
    position: relative
}

    .color-picker-car .box-image-color-picker .current-image {
        position: absolute;
        left: 0;
        top: 0
    }

.list-color {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.color-item {
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    border-width: 25px;
    border-style: solid;
    height: 0;
    width: 0
}

.wrapper-color:not(.active) {
    padding: 6px 6px;
    margin: 18px 7px;
    cursor: pointer
}

.wrapper-color.active {
    padding: 5px 5px;
    margin: 18px 7px;
    border-radius: 50% 50%;
    border: 1px solid #ccc
}

.car-color-text {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0
}

.color-picker-content {
    display: none
}

    .color-picker-content.show {
        display: block
    }

.color-picker-content-price {
    font-size: 24px;
    font-weight: bold;
    color: #EB0A1E;
    position: relative;
    width: fit-content;
    margin: 0;
    margin-top: 16px
}

    .color-picker-content-price span {
        font-size: 16px;
        line-height: 17px;
        color: #EB0A1E;
        position: absolute;
        right: -37px
    }

.list-car-container {
    padding: 80px 0;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.text-title-list-car {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 50px
}

.list-car-item {
    margin-bottom: 60px
}

.list-car-heading {
    display: flex;
    border-bottom: 1px solid #101010;
    padding-bottom: 16px;
    margin-bottom: 36px;
    justify-content: space-between;
    align-items: flex-end
}

    .list-car-heading .list-car-name {
        font-weight: 700;
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 0
    }

    .list-car-heading .car-discount {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: var(--primary-color)
    }

    .list-car-heading .car-price {
        margin: 0;
        position: relative
    }

        .list-car-heading .car-price > span:nth-child(1) {
            font-weight: 600;
            font-size: 16px;
            line-height: 23px;
            color: #000;
            margin-right: 24px
        }

        .list-car-heading .car-price > span:nth-child(2) {
            font-size: 12px;
            line-height: 17px;
            color: #000;
            position: absolute;
            top: -6px;
            right: 0
        }

.list-car-item .list-car-body img {
    width: 100%
}

.btn-sign-up-test-driver {
    font-size: 15px;
    margin: 0;
    padding: 8px 14px;
    text-transform: uppercase;
    border: 1px solid #1a1a1a;
    color: #101010;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: .05em;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    transition: background .2s,color .2s
}

    .btn-sign-up-test-driver:hover {
        background: #101010;
        color: #fff
    }

.see-specs {
    margin-top: 10px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: block
}

    .see-specs:hover {
        color: var(--primary-color)
    }

    .see-specs > i {
        margin-left: 6px
    }

.container-car-discount {
    width: 1232px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    padding-bottom: 26px
}

.car-discount-item-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center
}

.car-discount-item-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.car-discount-content {
    padding-top: 10px
}

    .car-discount-content p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical
    }

.car-discount-view-detail {
    display: flex;
    align-items: center;
    justify-content: left
}

    .car-discount-view-detail span {
        font-weight: 600;
        font-size: 14px;
        line-height: 115%;
        color: var(--primary-color);
        margin-right: 8px
    }

.lg-backdrop {
    z-index: 10000
}

.lg-outer {
    z-index: 10000
}

.pop-up-full-screen {
    opacity: 0;
    height: 0;
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    visibility: hidden
}

    .pop-up-full-screen.active {
        opacity: 1;
        height: 100%;
        visibility: visible
    }

    .pop-up-full-screen .pop-up-screen-width {
        max-width: 1200px;
        margin: 0 auto;
        background: #FFF;
        width: 100%;
        height: 85vh;
        padding: 60px 0;
        position: relative
    }

.pop-up-screen-width .button-close-pop-up {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 20px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 100000;
    background-color: #FFF
}

.pop-up-full-screen .pop-up-container {
    max-width: 880px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    padding-right: 16px
}

.pop-up-container .swiper-popup-full-screen {
    position: unset
}

    .pop-up-container .swiper-popup-full-screen .swiper-wrapper {
    }

        .pop-up-container .swiper-popup-full-screen .swiper-wrapper .swiper-slide {
        }

            .pop-up-container .swiper-popup-full-screen .swiper-wrapper .swiper-slide .swiper-slide-item {
            }

.swiper-slide-item .slider-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin-bottom: 32px
}

.swiper-slide-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.swiper-slide-item .slider-content p {
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    color: #1A1A1A;
    margin-top: 16px
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #EB0A1E;
    border: 2px solid #EB0A1E
}

.button-prev-discovery-vehicles::after {
    content: ""
}

.button-prev-discovery-vehicles {
    background: rgba(255,255,255,0.5);
    border: 1px solid #1A1A1A;
    box-sizing: border-box;
    transform: matrix(1,0,0,1,0,0);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 60px
}

.button-next-discovery-vehicles::after {
    content: ""
}

.button-next-discovery-vehicles {
    background: rgba(255,255,255,0.5);
    border: 1px solid #1A1A1A;
    box-sizing: border-box;
    transform: matrix(-1,0,0,1,0,0);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px
}

.slider-content {
}

.block-promotion {
    display: flex;
    flex-wrap: wrap;
    gap: 56px
}

    .block-promotion .promotion-item {
        max-width: 360px
    }

        .block-promotion .promotion-item .promotion-item-image {
            height: 220px;
            width: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            margin-bottom: 24px
        }

        .block-promotion .promotion-item .promotion-item-title {
            font-weight: bold;
            font-size: 22px;
            line-height: 150%;
            color: #1A1A1A;
            margin-bottom: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            min-height: 64.8px
        }

        .block-promotion .promotion-item .promotion-item-link {
            display: flex;
            gap: 32px;
            margin-bottom: 24px
        }

            .block-promotion .promotion-item .promotion-item-link .link-custom {
                height: 30px;
                border: 1px solid #3A3A3A;
                border-radius: 20px;
                display: flex;
                align-items: center;
                font-weight: 600;
                font-size: 12px;
                line-height: 17px;
                color: #3A3A3A
            }

                .block-promotion .promotion-item .promotion-item-link .link-custom:nth-child(1) {
                    padding: 0 42px
                }

                .block-promotion .promotion-item .promotion-item-link .link-custom:nth-child(2) {
                    padding: 0 30px
                }

.feature-item {
    display: flex;
    gap: 8px;
    align-items: center
}

    .feature-item:not(:first-child) {
        margin-top: 16px
    }

    .feature-item:last-child {
        margin-bottom: 24px
    }

    .feature-item .feature-item-image {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .feature-item .feature-item-image img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto
        }

    .feature-item .feature-item-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 115%;
        color: #000;
        margin: 0
    }

.promotion-item-description {
    font-size: 16px;
    line-height: 150%;
    color: #1A1A1A;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px
}

.feature-item-see-more {
    font-weight: 600;
    font-size: 14px;
    line-height: 115%;
    color: #EB0A1E;
    text-decoration: none
}

    .feature-item-see-more:hover {
        color: #EB0A1E
    }

    .feature-item-see-more I {
        margin-left: 4px
    }

.best_Sale {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    background-color: #EB0A1E;
    padding: 4px 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-15deg);
    font-size: 14px
}

.best_Sale-text {
    margin-left: 4px
}

.box-tech-compare {
    display: flex;
    align-items: center
}

    .box-tech-compare .divide-box-tech-compare {
        display: block;
        width: 1px;
        height: 22px;
        margin: 0 16px;
        background-color: #CCC
    }

@media(min-width:1080px) and (max-width:1280px) {
    .container-car-detail .main-banner-black {
        height: auto
    }

    .container-car-detail .img-banner {
        height: auto
    }

    .container-car-detail .banner-description {
        width: calc(40%+32px);
        height: auto
    }

    .container-car-detail .banner-description-car-name {
        margin-top: 36px;
        margin-left: 48px
    }

    .container-car-detail .banner-description-slogan {
        margin-left: 48px;
        margin-bottom: 36px
    }
}

@media(min-width:1081px) {
    .box-car-percent-pc {
        width: 50%
    }

        .box-car-percent-pc img {
            width: 100%;
            height: 284px;
            object-fit: cover;
            display: block
        }

    .operation-section .operation-nav {
        width: 56px;
        flex: inherit;
        border-radius: 16px;
        border: none;
        background: black;
    }

    .operation-section .operation-prev .swiper-button-disabled {
        background: #d2d2d2;
    }

    .operation-section .operation-next .swiper-button-disabled {
        background: #d2d2d2;
    }
}

#furniture-item {
    margin-top: 52px
}

@media(max-width:1400px) {
    .color-picker, .container-tab-item, .container-exterior, .swiper-gallery, .gallery-menu, .gallery-title, .gallery-list, .list-car-container, .container-car-discount {
        width: 1142px
    }
}

@media(max-width:1080px) {
    .hide-on-mobile {
        display: none
    }

    .hide-border-right-on-mobile::after {
        content: none
    }

    .concept-car-border-right::after {
        right: -12px;
        top: 2px;
        height: 68px
    }

    .container-car-detail .product-detail {
        margin: 0 auto;
        margin-bottom: 89px
    }

    .container-car-detail .product-detail-img {
        box-shadow: -10px 10px #EB0A1E
    }

    .container-car-detail .product-detail-text {
        -webkit-line-clamp: 6
    }

    .container-car-detail .product-detail-img img {
        height: auto
    }

    .text-title {
        text-align: center;
        font-size: 32px
    }

    .text-title-library {
        text-align: center;
        margin-bottom: 20px
    }

    .gallery {
        padding: 40px 0
    }

    .gallery-menu {
        padding-top: 0
    }

    .hide-on-mobile-tablet {
        display: none !important
    }

    .margin-0-on-mobile-tablet {
        margin-left: 0;
        margin-right: 0
    }

    .container-car-detail {
        margin-top: 60px
    }

        .container-car-detail .product-detail-info {
            padding-left: 0
        }

    .container-exterior {
        padding-top: 8px
    }

    .box-car-inline-text {
        padding: 10px 20px
    }

    .box-car-block {
        flex-wrap: wrap
    }

    .box-car-full-s {
        width: 100%;
        flex-wrap: wrap;
        padding-top: 24px;
        margin-bottom: 20px
    }

        .box-car-full-s > img {
            width: 100%;
            object-fit: cover;
            height: 200px
        }

    .container-accessories-slider {
        display: none
    }

    .accessories-slider-desktop {
        display: none
    }

    .accessories-mobile {
        display: block;
        position: relative
    }

    .accessories-slider-mobile {
        display: block;
        margin-bottom: 32px;
        font-size: 14px;
        color: #EB0A1E
    }

    .accessories-item-img {
    }

    .accessories-menu-mobile {
        display: flex;
        padding-bottom: 40px
    }

    #aceessories-slider-menu-mobile {
        width: 98%;
        margin: 10px auto;
        margin-bottom: 40px;
        display: flex;
        justify-content: left;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

        #aceessories-slider-menu-mobile::-webkit-scrollbar {
            display: none
        }

    .item-menu-accessories {
        position: relative;
        left: 0;
        text-align: center;
        transition: .5s
    }

    .accessories-menu-item-mobile {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 5px;
        width: 80%;
        margin: 0 auto;
        cursor: pointer
    }

        .accessories-menu-item-mobile.active {
            font-weight: bold;
            border-bottom: 4px solid var(--primary-color)
        }

    .btn-nav-menu-right {
        position: absolute;
        right: 0;
        top: 0;
        color: #000
    }

    .btn-nav-menu-left {
        position: absolute;
        left: 0;
        top: 0;
        color: #000
    }

    .text-title-list-car {
        font-size: 32px;
        margin: 0 16px 40px 16px
    }

    .list-car-item {
        margin-left: 16px;
        margin-right: 16px
    }

    .concept-car-info {
        margin-top: 24px
    }

    .color-picker {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .list-car-heading .car-discount {
        font-size: 16px
    }

    .swiper-gallery {
        width: 92%
    }

    .gallery-swiper-pagination {
        left: 80px
    }

    .gallery-swiper-prev {
        left: 12px
    }

    .gallery-swiper-next {
        right: 12px
    }

    .gallery-zoom-image-btn {
        bottom: 5px;
        right: 80px
    }

    .read-more {
        margin-bottom: 95px
    }

    .car-discount-item-img img {
        height: auto
    }

    .box-car-percent-text {
        background-color: #F5F5F5;
        width: 100%;
        padding: 16px 30px;
        height: calc(100% - 200px)
    }
}

@media(max-width:769px) {
    .hide-on-mobile {
        display: none
    }

    .main-banner-mobile-light, .main-banner-mobile-black {
        display: block;
        width: 100%;
        position: relative
    }

    .img-banner-mobile {
        width: 100%
    }

    .container-car-detail .banner-description {
        width: 274px;
        height: 150px
    }

    .container-car-detail .banner-description-car-name {
        font-size: 16px;
        margin: 16px 16px 0 32px
    }

    .container-car-detail .banner-description-slogan {
        font-size: 24px;
        margin-left: 32px
    }

    .concept-car-name {
        font-size: 14px
    }

    .concept-car-value {
        font-size: 16px
    }

    .container-car-detail .menu-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center
    }

    .container-car-detail a {
        font-size: 12px
    }

    .container-car-detail .menu-item > img {
        max-width: 48px;
        margin-right: 0
    }

    .container-car-detail .menu-item > picture {
        display: block;
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        margin-right: 0
    }

    .gallery-swipper-container {
        height: 220px
    }

    .swiper-gallery {
        width: 92%
    }

    .gallery-swiper-pagination {
        left: 50px
    }

    .gallery-swiper-prev {
        left: 0
    }

    .gallery-swiper-next {
        right: 0
    }

    .gallery-zoom-image-btn {
        bottom: 5px;
        right: 50px
    }

    .container-car-detail .menu-item > span {
        margin-top: 8px;
        height: 40px
    }

    .container-btn-listcar {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .see-specs {
        margin-top: 0
    }

    .color-picker-car img {
        height: 139px
    }

    .list-car-name {
        text-align: left
    }

    .accessories-menu-item-mobile {
        font-size: 12px
    }

    .gallery-link {
        min-width: 100%
    }

    .car-discount-item {
        margin-bottom: 17px
    }

    .car-detail-pagination .pagination-item {
        width: auto;
        height: auto;
        color: #1a1a1a;
        border: 0;
        background-color: unset
    }

        .car-detail-pagination .pagination-item.active {
            background-color: unset;
            font-weight: bold;
            color: #101010;
            border-bottom: 2px solid var(--primary-color)
        }

    .slider-content {
        padding: 0 16px
    }

    .pop-up-full-screen .pop-up-screen-width {
        padding-top: 48px;
        padding-bottom: 16px
    }

    .button-next-discovery-vehicles, .button-prev-discovery-vehicles {
        display: none
    }

    .block-promotion {
        gap: 60px
    }

        .block-promotion .promotion-item {
            max-width: 100%
        }

            .block-promotion .promotion-item .promotion-item-image {
                height: 234px
            }

    .promotion-item-description {
        min-height: unset
    }

    .color-picker-content-price {
        font-size: 20px
    }

        .color-picker-content-price span {
            font-size: 14px;
            right: -32px
        }

    #furniture-item {
        margin-top: 46px
    }

    .box-car-full-s > img {
        height: auto
    }

    .box-car-percent-text {
        height: auto
    }
}

@media(max-width:576px) {
    .box-car-full-s > img {
        height: 200px
    }

    .box-car-percent-text {
        height: calc(100% - 200px)
    }
}

@media(max-width:360px) {
    .container-car-detail a {
        font-size: 10px
    }
}

.subBanner__text {
    color: #EB0A1E;
    margin-bottom: 16px
}

@media screen and (max-width :1080px) {
    .subBanner__text {
        padding: 0 16px
    }
}

@media screen and (min-width :768px) and (max-width :1080px) {
    .main-banner-mobile-black {
        display: block;
        width: 100%;
        position: relative;
        height: 680px
    }

    .img-banner-mobile {
        width: 100%
    }

    .container-car-detail .banner-description {
        width: 380px;
        height: 120px
    }

    .container-car-detail .banner-description-car-name {
        font-size: 16px;
        margin: 16px 16px 0 32px
    }

    .container-car-detail .banner-description-slogan {
        font-size: 24px;
        margin-left: 32px
    }

    .box-car-full-s > img {
        height: auto
    }

    .box-car-percent-text {
        height: auto
    }

    .accessories-item-img {
        height: auto
    }

    .modal-image-container {
        margin-bottom: 20px
    }

    .modal-body {
        margin-top: 16px;
        padding: 0 16px 40px 16px
    }
}

.btn-contact-dealer-cta {
    font-size: 15px;
    margin: 0 0 0 0 !important;
    padding: 8px 12px;
    text-transform: uppercase;
    border: 1px solid #1a1a1a;
    color: #101010;
    background-color: #fff;
    font-weight: 600;
    letter-spacing: .05em;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    transition: background .2s,color .2s
}

    .btn-contact-dealer-cta:hover {
        background: #101010;
        color: #fff
    }
/* Detail car responsive refresh */
.container-color-picker {
    background: #f2f2f2
}

    .container-color-picker .color-picker {
        width: 1200px;
        padding: 86px 16px 76px
    }

.color-picker-menu {
    width: 640px;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 64px;
    gap: 0
}

.color-picker-menu-item {
    width: 33.333%;
    min-width: 180px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #2b2b2b
}

    .color-picker-menu-item.active {
        color: #111
    }

.color-picker-layout {
    display: grid;
    grid-template-columns: minmax(0,2fr) minmax(280px,1fr);
    gap: 64px;
    align-items: center
}

.color-picker-preview {
    min-width: 0
}

.color-picker-info {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.color-picker-content-price {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #111;
    margin-top: 0;
    margin-bottom: 26px
}

    .color-picker-content-price b, .color-picker-content-price strong {
        font-weight: 800
    }

    .color-picker-content-price span {
        position: static;
        margin-left: 6px;
        font-size: 26px;
        line-height: 1.2;
        color: #111;
        font-weight: 800
    }

.color-picker-car img {
    height: 340px
}

.color-picker-car .box-image-color-picker {
    min-height: 340px
}

    .color-picker-car .box-image-color-picker .current-image {
        width: 100%
    }

.list-color {
    gap: 12px
}

.wrapper-color:not(.active), .wrapper-color.active {
    margin: 0
}

.color-item {
    border-width: 17px
}

.wrapper-color > div {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.wrapper-color.active {
    border-color: #cfcfcf;
    background: #fff
}

.car-color-text {
    font-size: 15px;
    text-align: left;
    color: #222;
    margin-top: 10px
}

.color-picker-actions {
    display: flex;
    gap: 20px;
    margin-top: auto
}

.color-picker-action {
    min-width: 170px;
    padding: 15px 22px;
    border: 1px solid #333;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    background: transparent
}

    .color-picker-action:hover {
        background: #111;
        color: #fff
    }

.color-picker-back {
    border: 0;
    background: transparent;
    color: #eb0a1e;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 22px;
    cursor: pointer
}

#furniture-item {
    margin-top: 0
}

    #furniture-item .color-picker-car img {
        height: 336px;
        object-fit: cover;
        border-radius: 8px
    }

    #furniture-item .color-picker-car .box-image-color-picker {
        min-height: 336px
    }

.car-feature-section {
    padding-top: 74px;
    padding-bottom: 82px
}

    .car-feature-section .text-title, .interior-feature-section .text-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 800;
        margin-bottom: 14px
    }

.car-feature-note {
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 42px
}

.exterior-hotspot-stage {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

.exterior-hotspot-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

.exterior-hotspot-scrim {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: transparent;
    transition: background .2s ease
}

.exterior-hotspot {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.72);
    background: rgba(22,22,22,.18);
    color: #222;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 0 10px rgba(255,255,255,.16);
    transition: transform .18s ease,background .18s ease,color .18s ease
}

    .exterior-hotspot span {
        position: relative;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #eb0a1e;
        display: block;
        color: #fff;
        font-size: 0;
        line-height: 0
    }

        .exterior-hotspot span::before,
        .exterior-hotspot span::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 8px;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
            transform: translate(-50%,-50%)
        }

        .exterior-hotspot span::after {
            transform: translate(-50%,-50%) rotate(90deg)
        }

    .exterior-hotspot:hover, .exterior-hotspot.active {
        transform: scale(1.12);
        background: rgba(235,10,30,.28)
    }

        .exterior-hotspot:hover span, .exterior-hotspot.active span {
            background: #fff;
            color: #eb0a1e
        }

    .exterior-hotspot:nth-of-type(1) {
        left: 52%;
        top: 45%
    }

    .exterior-hotspot:nth-of-type(2) {
        left: 60%;
        top: 41%
    }

    .exterior-hotspot:nth-of-type(3) {
        left: 50%;
        top: 56%
    }

    .exterior-hotspot:nth-of-type(4) {
        left: 66%;
        top: 62%
    }

    .exterior-hotspot:nth-of-type(5) {
        left: 73%;
        top: 38%
    }

    .exterior-hotspot:nth-of-type(6) {
        left: 82%;
        top: 52%
    }

    .exterior-hotspot:nth-of-type(7) {
        left: 41%;
        top: 50%
    }

    .exterior-hotspot:nth-of-type(8) {
        left: 58%;
        top: 70%
    }

.feature-detail-drawer {
    position: fixed;
    inset: 0;
    z-index: 10020;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden
}

    .feature-detail-drawer.active {
        visibility: visible;
        pointer-events: auto
    }

.feature-detail-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0,0,0,.56);
    opacity: 0;
    transition: opacity .22s ease
}

.feature-detail-drawer.active .feature-detail-backdrop {
    opacity: 1
}

.feature-detail-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: min(34vw,520px);
    min-width: 430px;
    height: 100%;
    background: #fff;
    padding: 32px 24px 42px;
    overflow: auto;
    transform: translateX(100%);
    transition: transform .24s ease;
    box-shadow: -20px 0 40px rgba(0,0,0,.16)
}

.feature-detail-drawer.active .feature-detail-panel {
    transform: translateX(0)
}

.feature-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px
}

.feature-detail-current-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    margin: 0
}

.feature-detail-nav {
    display: flex;
    align-items: center;
    gap: 10px
}

.feature-detail-nav-btn, .feature-detail-close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer
}

.feature-detail-close {
    font-size: 16px
}

.feature-detail-image {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    margin-bottom: 28px;
    border-radius: 16px
}

.feature-detail-body .feature-detail-title {
    display: none
}

.feature-detail-copy, .feature-detail-copy p {
    font-size: 17px;
    line-height: 1.55;
    color: #222
}

    .feature-detail-copy p:last-child {
        margin-bottom: 0
    }

.feature-detail-open {
    overflow: hidden
}

.interior-feature-section {
    width: 100%;
    max-width: 100%;
    background: #303030;
    color: #fff;
    padding: 70px max(32px,calc((100% - 1200px)/2)) 82px
}

    .interior-feature-section .text-title, .interior-feature-section .car-feature-note {
        color: #fff
    }

    .interior-feature-section .car-feature-note {
        opacity: .74
    }

.interior-feature-shell {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.interior-swiper {
    overflow: hidden
}

.interior-feature-shell .swiper-wrapper {
    align-items: stretch
}

.interior-feature-shell .swiper-slide {
    height: auto;
    width: calc((100% - 48px)/3)
}

.interior-feature-card {
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    padding: 0;
    cursor: default;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .interior-feature-card img {
        width: 100%;
        height: 258px;
        display: block;
        object-fit: cover;
        border-radius: 16px;
    }

.interior-feature-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 120px;
    padding-top: 16px
}

.interior-feature-title {
    display: block;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    min-height: 45px;
    margin-bottom: 8px
}

.interior-feature-copy {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
    color: rgba(255,255,255,.74);
    font-size: 14px;
    line-height: 1.45
}

.interior-nav {
    position: absolute;
    top: 112px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(32,32,32,.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer
}

.interior-prev {
    left: -18px
}

.interior-next {
    right: -18px
}

.interior-pagination {
    position: relative;
    width: 348px;
    max-width: calc(100% - 32px);
    height: 4px;
    margin: 36px auto 0;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.28)
}

    .interior-pagination .swiper-pagination-progressbar-fill {
        background: #fff;
        border-radius: inherit
    }
/* Detail car reference alignment */
.container-color-picker .color-picker {
    position: relative
}

.container-color-picker .color-picker-menu {
    position: absolute;
    width: 1px;
    max-width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

.container-color-picker .color-picker-layout {
    grid-template-columns: minmax(0,793px) minmax(320px,1fr);
    gap: 64px
}

.container-color-picker .color-picker-preview {
    border-radius: 8px;
    overflow: hidden
}

.container-color-picker #exterior-item .color-picker-preview {
    overflow: visible
}

.container-color-picker .color-picker-info {
    justify-content: flex-start;
    min-height: 336px;
    padding-top: 28px
}

.container-color-picker .color-picker-content-price {
    margin: 0 0 22px
}

.container-color-picker .color-picker-interior-link {
    border: 0;
    background: transparent;
    color: #eb0a1e;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 22px;
    cursor: pointer
}

    .container-color-picker .color-picker-interior-link:hover, .container-color-picker .color-picker-back:hover {
        text-decoration: underline;
        text-underline-offset: 4px
    }

.container-color-picker .color-picker-actions {
    margin-top: auto
}

#furniture-item .color-picker-content-price {
    margin-bottom: 18px
}

#furniture-item .color-picker-back {
    margin-bottom: 22px
}

.interior-feature-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: inherit
}

@media(max-width:1080px) {
    .container-color-picker .color-picker-layout {
        display: flex;
        flex-direction: column;
        gap: 32px
    }

    .container-color-picker .color-picker-info {
        padding-top: 0
    }

    .container-color-picker .color-picker-actions {
        margin-top: 72px
    }

    .container-color-picker .color-picker-interior-link {
        margin-bottom: 0
    }
}

@media(max-width:576px) {
    .container-color-picker .color-picker {
        padding: 22px 24px 48px
    }

    .container-color-picker .color-picker-layout {
        gap: 24px
    }

    .container-color-picker .color-picker-content-price, .container-color-picker .color-picker-content-price span {
        font-size: 20px
    }

    .container-color-picker .color-picker-interior-link {
        margin-top: 16px
    }

    .container-color-picker .color-picker-actions {
        margin-top: 76px
    }

    #furniture-item .color-picker-actions {
        margin-top: 96px
    }
}

@media(max-width:1080px) {
    .container-color-picker .color-picker {
        padding: 34px 24px 60px
    }

    .color-picker-menu {
        width: 100%;
        margin-bottom: 40px;
        overflow-x: auto
    }

    .color-picker-menu-item {
        min-width: 180px;
        font-size: 14px
    }

    .color-picker-layout {
        display: flex;
        flex-direction: column;
        gap: 34px;
        align-items: stretch
    }

    .color-picker-info {
        min-height: unset
    }

    .color-picker-car img {
        height: 220px
    }

    .color-picker-car .box-image-color-picker {
        min-height: 220px
    }

    .color-picker-actions {
        width: 100%;
        gap: 16px;
        margin-top: 90px
    }

    .color-picker-action {
        flex: 1;
        min-width: 0
    }

    .color-picker-content-price, .color-picker-content-price span {
        font-size: 24px
    }

    .car-feature-section {
        padding: 48px 24px 60px
    }

    .exterior-hotspot-image {
        height: auto
    }

    .feature-detail-panel {
        width: 100%;
        min-width: 0
    }

    .interior-feature-section {
        padding: 52px 24px 62px
    }

    .interior-feature-shell .swiper-slide {
        width: calc((100% - 20px)/2)
    }

    .interior-feature-card img {
        height: 220px
    }
}

@media(max-width:576px) {
    .container-color-picker .color-picker {
        padding: 28px 24px 48px
    }

    .color-picker-menu {
        margin-bottom: 40px
    }

    .color-picker-menu-item {
        min-width: 180px;
        text-align: left
    }

    .color-picker-car img {
        height: 154px
    }

    .color-picker-car .box-image-color-picker {
        min-height: 154px
    }

    #furniture-item .color-picker-car img, #furniture-item .color-picker-car .box-image-color-picker {
        height: 155px;
        min-height: 155px
    }

    .list-color {
        gap: 8px
    }

    .wrapper-color > div {
        width: 36px;
        height: 36px
    }

    .color-item {
        border-width: 13px
    }

    .color-picker-actions {
        margin-top: 118px
    }

    .color-picker-action {
        padding: 14px 12px;
        font-size: 12px
    }

    .car-feature-section {
        padding: 42px 0 48px
    }

        .car-feature-section .text-title, .interior-feature-section .text-title {
            font-size: 18px
        }

    .car-feature-note {
        font-size: 13px;
        margin-bottom: 24px;
        padding: 0 24px
    }

    .exterior-hotspot-stage {
        border-radius: 0
    }

    .exterior-hotspot-image {
        height: auto
    }

    .exterior-hotspot {
        width: 28px;
        height: 28px;
        box-shadow: 0 0 0 8px rgba(255,255,255,.14)
    }

        .exterior-hotspot span {
            width: 17px;
            height: 17px
        }

            .exterior-hotspot span::before,
            .exterior-hotspot span::after {
                width: 9px;
                height: 2px
            }

    .feature-detail-panel {
        padding: 24px 24px 40px
    }

    .feature-detail-header {
        margin-bottom: 18px
    }

    .feature-detail-current-title {
        font-size: 20px
    }

    .feature-detail-image {
        max-height: 300px;
        margin-bottom: 24px
    }

    .feature-detail-copy, .feature-detail-copy p {
        font-size: 16px
    }

    .interior-feature-section {
        padding: 46px 24px 54px
    }

    .interior-feature-shell .swiper-slide {
        width: 100%
    }

    .interior-feature-card img {
        height: 190px
    }

    .interior-nav {
        top: 123px
    }

    .interior-prev {
        left: -15px
    }

    .interior-next {
        right: -15px
    }

    .interior-pagination .swiper-pagination-bullet {
        width: 42px
    }
}
/* Detail car hero overlay */
.hero-detail-banner {
    position: relative
}

.hero-detail-carousel {
    overflow: hidden;
    background: #101010
}

.car-detail-hero-swiper {
    width: 100%;
    height: 100%
}

    .car-detail-hero-swiper .swiper-slide {
        overflow: hidden;
        background: #101010
    }

.car-detail-hero-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    will-change: opacity
}

.car-detail-hero-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(.22,1,.36,1);
}

.car-detail-hero-pagination {
    position: absolute;
    left: 50%;
    bottom: 22px;
    right: auto;
    top: auto;
    width: auto;
    z-index: 12;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.car-detail-hero-swiper > .car-detail-hero-pagination.swiper-pagination-bullets,
.car-detail-hero-swiper > .car-detail-hero-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.car-detail-hero-swiper > .car-detail-hero-pagination.swiper-pagination-horizontal {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 22px;
    width: auto;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.car-detail-hero-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    margin: 0 4px;
    border-radius: 0;
    background: rgba(255,255,255,.72);
    opacity: 1;
    transition: width .25s,background .25s,height .25s
}

.car-detail-hero-pagination .swiper-pagination-bullet-active {
    width: 44px;
    height: 3px;
    background: #eb0a1e
}

.hero-detail-story-btn {
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 5;
    padding: 15px 20px;
    background: #eb0a1e;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .12em;
    text-transform: uppercase
}

    .hero-detail-story-btn:hover {
        color: #fff;
        background: #c90012
    }

.container-car-detail .img-banner, .container-car-detail .img-banner-mobile {
    width: 100%;
    height: 715px;
    object-fit: cover;
    object-position: center;
    display: block
}

.hero-detail-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 0 16px 42px;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 42%,rgba(0,0,0,.62) 100%);
    pointer-events: none;
    z-index: 10
}

.hero-detail-content {
    pointer-events: auto;
    max-width: 920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero-detail-name {
    color: #fff;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 14px
}

.hero-detail-slogan {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 30px
}

.hero-detail-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.hero-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    padding: 13px 26px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .06em;
    line-height: 1.2;
    background: transparent;
    transition: background .2s,color .2s
}

    .hero-detail-btn:hover {
        background: #fff;
        color: #111
    }

@media(max-width:1080px) {
    .hero-detail-name {
        font-size: 34px
    }

    .hero-detail-overlay {
        padding-bottom: 70px
    }
}

@media(max-width:769px) {
    .container-car-detail .img-banner-mobile {
        height: 520px
    }

    .hero-detail-overlay--mobile {
        align-items: flex-start;
        text-align: left;
        padding: 0 22px 36px;
        background: linear-gradient(to bottom,rgba(0,0,0,0) 28%,rgba(0,0,0,.74) 100%)
    }

        .hero-detail-overlay--mobile .hero-detail-content {
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-end;
            gap: 14px
        }

        .hero-detail-overlay--mobile .hero-detail-text {
            flex: 1 1 auto;
            min-width: 0
        }

    .hero-detail-name {
        font-size: 26px;
        margin-bottom: 8px
    }

    .hero-detail-overlay--mobile .hero-detail-slogan {
        font-size: 11px;
        margin-bottom: 0
    }

    .hero-detail-overlay--mobile .hero-detail-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
        flex: 0 0 auto
    }

    .hero-detail-overlay--mobile .hero-detail-btn {
        min-width: 0;
        white-space: nowrap;
        padding: 9px 14px;
        font-size: 11px
    }

    .car-detail-hero-pagination,
    .car-detail-hero-swiper > .car-detail-hero-pagination.swiper-pagination-bullets,
    .car-detail-hero-swiper > .car-detail-hero-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
    .car-detail-hero-swiper > .car-detail-hero-pagination.swiper-pagination-horizontal {
        top: auto;
        bottom: 18px
    }

        .car-detail-hero-pagination .swiper-pagination-bullet {
            width: 20px
        }

        .car-detail-hero-pagination .swiper-pagination-bullet-active {
            width: 34px
        }

    .hero-detail-story-btn--mobile {
        top: auto;
        bottom: 25px;
        left: 50%;
        padding: 10px 15px;
        transform: translateX(-50%)
    }
}
/* Detail car operation / safety carousels */
.operation-section {
    clip-path: inset(0 -100vmax);
    padding: 72px 24px 78px;
}

.safety-section {
    padding: 72px 24px 78px;
}

    .operation-section .text-title, .safety-section .text-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
        margin-bottom: 42px;
        letter-spacing: 0
    }

.operation-carousel {
    position: relative
}

.operation-swiper {
    --operation-media-height: 390px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0
}

.operation-slide-media {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #e5e5e5;
}

    .operation-slide-media img {
        height: 390px;
        object-fit: contain;
        display: block;
        border-radius: 16px;
    }

.operation-slide-body {
    display: grid;
    grid-template-columns: minmax(0,280px) minmax(0,1fr);
    gap: 48px;
    align-items: start;
    padding-top: 24px
}

.operation-slide-title {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin: 0;
    line-height: 1.3
}

.operation-slide-copy, .operation-slide-copy p {
    font-size: 14px;
    line-height: 1.55;
    color: #333;
    margin: 0
}

.operation-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
/*    margin-top: 26px;*/
}

.operation-nav, .safety-nav {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: background .2s,color .2s,opacity .2s
}

.operation-nav {
    position: static;
    z-index: 3;
    top: auto;
    transform: none;
}

.operation-prev {
    left: auto;
}

.operation-next {
    right: auto;
}

.operation-nav i, .safety-nav i, .feature-detail-nav-btn i, .feature-detail-close i {
    display: block;
    line-height: 1;
}

.operation-nav:hover, .safety-nav:hover {
    background: #111;
    color: #fff
}

.operation-nav.swiper-button-disabled, .safety-nav.swiper-button-disabled {
    background: #d2d2d2;
    color: #fff;
    opacity: 1;
    cursor: default
}

.operation-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    height: auto
}

    .operation-pagination .swiper-pagination-bullet {
        width: 34px;
        height: 4px;
        border-radius: 999px;
        background: #d4d4d4;
        opacity: 1;
        transition: width .2s,background .2s;
        margin: 0 !important
    }

    .operation-pagination .swiper-pagination-bullet-active {
        width: 138px;
        background: #1a1a1a
    }

@media(min-width:1081px) {
    .operation-carousel,
    .operation-swiper {
        width: min(1280px,100%);
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto
    }

    .operation-slide-media {
        width: 100%;
        aspect-ratio: 1280/604
    }

        .operation-slide-media img {
            width: 100%;
            height: 100%;
            max-height: none;
            object-fit: cover
        }

    .operation-slide-body {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0,360px) minmax(0,760px);
        justify-content: space-between;
        gap: 48px
    }

    .operation-slide-title {
        justify-self: start
    }

    .operation-slide-copy {
        justify-self: end;
        max-width: 760px;
        text-align: right
    }

        .operation-slide-copy p {
            text-align: right
        }
}

.safety-pagination {
    position: relative;
    width: 348px;
    max-width: 100%;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: #d4d4d4;
    margin-left: auto;
    margin-right: auto
}

    .safety-pagination .swiper-pagination-progressbar-fill {
        background: #1a1a1a;
        border-radius: inherit
    }

.safety-shell {
    position: relative;
    display: block
}

.safety-swiper {
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0
}

.safety-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.safety-card-media {
    border-radius: 16px;
    overflow: hidden
}

    .safety-card-media img {
        width: 100%;
        height: 292px;
        object-fit: cover;
        display: block;
        background: #000
    }

.safety-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin: 18px 0 10px;
    line-height: 1.3
}

.safety-card-copy, .safety-card-copy p {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.safety-pagination {
    margin-top: 32px
}

.safety-nav {
    position: absolute;
    top: 129px;
    z-index: 3
}

.safety-prev {
    left: -18px
}

.safety-next {
    right: -18px
}

@media(max-width:1080px) {
    .operation-swiper {
        --operation-media-height: 360px
    }

    .operation-slide-media img {
        height: 360px
    }

    .operation-slide-body {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

@media(max-width:769px) {
    .operation-carousel {
        --operation-media-height: 360px;
    }

    .operation-controls {
        width: 100%;
        gap: 8px;
    }

    .operation-pagination {
        max-width: calc(100% - 84px);
        min-width: 0;
        overflow: hidden;
        flex: 0 1 auto;
        white-space: nowrap;
    }

        .operation-pagination .swiper-pagination-bullet {
            width: clamp(14px, 7vw, 34px);
            flex: 0 0 auto;
        }

        .operation-pagination .swiper-pagination-bullet-active {
            width: clamp(56px, 18vw, 92px);
        }

    .operation-swiper {
        --operation-media-height: 230px
    }

    .operation-section .text-title, .safety-section .text-title {
        font-size: 20px;
        margin-bottom: 28px
    }

    .operation-slide-media img {
        height: 230px
    }

    .operation-nav {
        position: absolute;
        display: flex !important;
        opacity: 1;
        visibility: visible;
        z-index: 20;
        top: calc(var(--operation-media-height) / 2);
        transform: translateY(-50%);
    }

    .operation-prev {
        border: 1px solid #fff;
        left: 8px;
        top: calc(var(--operation-media-height) / 2);
    }

    .operation-next {
        border: 1px solid #fff;
        right: 8px;
        top: calc(var(--operation-media-height) / 2)
    }

    .safety-shell {
        gap: 6px
    }

    .safety-nav {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 18px;
        border: 1px solid #fff;
    }

    .safety-card-media img {
        height: 200px
    }
}
/* Detail car purchase tools + promotion */
.purchase-tools-section {
    padding: 72px 16px 12px
}

.purchase-tools-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 36px
}

.purchase-tools-section .container-menu-detail {
    background: transparent;
}

.purchase-tools-section .menu-detail {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 34px 0;
    margin: 0 auto
}

    .purchase-tools-section .menu-detail .row > div {
        position: relative
    }

        .purchase-tools-section .menu-detail .row > div:not(:first-child)::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 46px;
            background: #d7d7d7
        }

.purchase-tools-section .menu-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    color: #1a1a1a
}

    .purchase-tools-section .menu-item > img {
        margin-right: 0
    }

    .purchase-tools-section .menu-item > picture {
        display: block;
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        margin-right: 0
    }

.container-car-discount {
    padding-top: 0;
    padding-bottom: 84px
}

.car-detail-promotion {
    max-width: 1232px;
    margin: 0 auto;
    padding: 46px 16px 84px
}

.car-detail-promotion__title {
    display: none
}

.car-detail-promotion-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
    min-height: 292px;
    overflow: hidden;
    border-radius: 10px;
    background: #353535
}

.car-detail-promotion-card__media,
.car-detail-promotion-card__media img {
    display: block;
    width: 100%;
    height: 100%
}

    .car-detail-promotion-card__media img {
        object-fit: cover
    }

.car-detail-promotion-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 36px 48px;
    color: #fff
}

.car-detail-promotion-card__heading {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700
}

.car-detail-promotion-card__description {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.55
}

.car-detail-promotion-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

    .car-detail-promotion-card__button:hover,
    .car-detail-promotion-card__button:focus {
        background: transparent;
        color: #fff
    }

.car-detail-quick-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px
}

.car-detail-quick-link {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #1a1a1a
}

    .car-detail-quick-link:hover,
    .car-detail-quick-link:focus {
        color: #1a1a1a
    }

    .car-detail-quick-link img {
        width: 100%;
        aspect-ratio: 1.55 / 1;
        margin-bottom: 14px;
        border-radius: 8px;
        object-fit: cover
    }

    .car-detail-quick-link strong {
        margin-bottom: 6px;
        font-size: 17px;
        line-height: 1.3
    }

    .car-detail-quick-link span {
        font-size: 14px;
        line-height: 1.45
    }

.container-car-discount .text-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 42px
}

@media(max-width:769px) {
    .purchase-tools-section {
        padding: 42px 16px 0
    }

    .purchase-tools-title, .container-car-discount .text-title {
        font-size: 20px;
        margin-bottom: 26px
    }

    .purchase-tools-section .menu-detail {
        padding: 24px 0
    }

    .container-car-discount {
        padding-bottom: 56px
    }

    .car-detail-promotion {
        padding: 56px 24px 70px
    }

    .car-detail-promotion__title {
        display: block;
        margin: 0 0 34px;
        text-align: center;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 800;
        text-transform: uppercase
    }

    .car-detail-promotion-card {
        display: block;
        min-height: 0;
        overflow: visible;
        border-radius: 0;
        background: transparent
    }

    .car-detail-promotion-card__media {
        aspect-ratio: 1.55 / 1;
        overflow: hidden;
        border-radius: 12px
    }

    .car-detail-promotion-card__content {
        display: block;
        padding: 30px 0 0;
        color: #393939
    }

    .car-detail-promotion-card__heading {
        display: none
    }

    .car-detail-promotion-card__description {
        margin-bottom: 34px;
        font-size: 20px;
        line-height: 1.45
    }

    .car-detail-promotion-card__button {
        display: flex;
        width: fit-content;
        min-height: 52px;
        margin: 0 auto;
        padding: 12px 28px;
        border: 2px solid #333;
        background: transparent;
        color: #333;
        font-size: 17px
    }

        .car-detail-promotion-card__button:hover,
        .car-detail-promotion-card__button:focus {
            background: #333;
            color: #fff
        }

    .car-detail-quick-links {
        display: none
    }
}
/* Detail car versions + spec comparison */
.versions-section {
    padding: 74px 16px 54px;
    width: 100%
}

.versions-section-detail {
    margin: 0 auto;
    width: 100%;
    max-width: 1232px;
}

.versions-title, .spec-compare-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 46px
}

.versions-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    gap: 24px;
    margin-bottom: 0
}

.versions-carousel {
    width: 100%;
    overflow: visible
}

    .versions-carousel .versions-cards {
        display: grid
    }

.versions-carousel-pagination {
    display: none
}

.version-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #1a1a1a;
    padding: 18px 14px;
    background-color: #fff;
    transition: border-color .2s,box-shadow .2s
}

.version-card-bg {
    position: absolute;
    inset: -12% -18%;
    z-index: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    will-change: transform;
    background: linear-gradient(270deg, rgba(235,10,30,.18) 0%, rgba(235,10,30,.08) 42%, rgba(235,10,30,0) 78%), linear-gradient(180deg,#fff 0%,#f7f7f7 100%)
}

.version-card > :not(.version-card-bg) {
    position: relative;
    z-index: 1
}

.version-card-media img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    display: block
}

.version-card-name {
    font-weight: 800;
    font-size: 17px;
    margin-top: 14px;
    line-height: 1.25;
    color: #1a1a1a
}

.versions-section .version-card:hover .version-card-name,
.versions-section .version-card.is-active .version-card-name,
.versions-section .version-card:focus .version-card-name,
.versions-section .version-card:focus-visible .version-card-name,
.versions-section .version-card:focus-within .version-card-name {
    color: #1a1a1a !important
}

.version-card-price {
    color: #666;
    font-size: 14px;
    margin-top: 6px
}

.version-card-colors {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
    min-height: 20px
}

.version-card-swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    display: inline-block
}

.version-card-colorname {
    font-size: 13px;
    color: #444;
    margin-top: 8px
}

.versions-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 42px;
    width: fit-content;
}

.version-mobile-select {
    display: none
}

.version-tab {
    padding: 14px 22px;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap
}

    .version-tab.is-active {
        color: #111;
        border-bottom-color: #eb0a1e
    }

    .version-tab:hover {
        color: #111
    }

.version-detail-section {
    padding: 46px 16px 70px;
    width: 100%
}

.version-detail-inner {
    max-width: 1232px;
    min-height: 550px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column
}

.version-detail {
    display: grid;
    grid-template-columns: minmax(0,1.4fr) minmax(300px,1fr);
    gap: 56px;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 0
}

.version-detail-media {
    height: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .version-detail-media img {
        width: 100%;
        max-height: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

.version-detail-info {
    align-self: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.version-detail-price {
    font-size: 15px;
    color: #333;
    margin: 0 0 14px
}

    .version-detail-price strong {
        font-size: 24px;
        color: #111;
        font-weight: 800
    }

.version-detail-color-link {
    display: inline-block;
    color: #eb0a1e;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 22px
}

    .version-detail-color-link:hover {
        color: #eb0a1e;
        text-decoration: underline;
        text-underline-offset: 3px
    }

.version-detail-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 26px
}

    .version-detail-specs li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #333;
        line-height: 1.45
    }

        .version-detail-specs li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #1a1a1a
        }

    .version-detail-specs .spec-key {
        font-weight: 700;
        color: #111
    }

.version-detail-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: auto
}

.version-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 13px 22px;
    border: 1px solid #333;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
    background: transparent;
    transition: background .2s,color .2s
}

    .version-detail-btn:hover {
        background: #111;
        color: #fff
    }

.spec-compare-section {
    padding: 74px 16px 80px;
    max-width: 1232px;
    margin: 0 auto;
    width: 100%
}

    .spec-compare-section.is-collapsed {
        display: none
    }

.spec-compare-collapse-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.spec-compare-collapse-wrap {
    margin-top: 38px
}

#spec-compare-collapse {
    padding: 0;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none
}

    #spec-compare-collapse:hover,
    #spec-compare-collapse:focus {
        color: #1a1a1a
    }

.spec-compare-heads {
    display: grid;
    grid-template-columns: repeat(var(--cols,3),minmax(0,1fr));
    gap: 24px;
    align-items: end;
    margin-bottom: 18px
}

.spec-compare-sticky-heads {
    position: sticky;
    top: 88px;
    z-index: 12;
    display: grid;
    grid-template-columns: repeat(var(--cols,3),minmax(0,1fr));
    gap: 24px;
    align-items: stretch;
    padding: 12px 0;
    margin-bottom: 18px;
    background: rgba(255,255,255,.96);
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #d9d9d9;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 18px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease
}

    .spec-compare-sticky-heads.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0)
    }

.spec-sticky-head {
    min-width: 0;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #ececec
}

    .spec-sticky-head:last-child {
        border-right: 0
    }

.spec-sticky-name {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    color: #111
}

.spec-sticky-price {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.25;
    color: #666
}

.spec-sticky-head.is-current .spec-sticky-name {
    color: #eb0a1e
}

.spec-head {
    text-align: center
}

.spec-head-media img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: block
}

.spec-head-name {
    font-weight: 800;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.25
}

.spec-head-price {
    color: #666;
    font-size: 13px;
    margin-top: 4px
}

.spec-compare-groups {
    margin-top: 8px
}

.spec-group {
    border-bottom: 1px solid #e2e2e2
}

.spec-group-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: 0;
    padding: 20px 4px;
    font-size: 17px;
    font-weight: 800;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left
}

.spec-group-caret {
    width: 11px;
    height: 11px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(45deg);
    transition: transform .2s;
    flex: 0 0 auto;
    margin-left: 16px;
    margin-bottom: 4px
}

.spec-group.is-open .spec-group-caret {
    transform: rotate(-135deg);
    margin-bottom: -3px
}

.spec-group-body {
    display: none;
    padding: 4px 0 22px
}

.spec-group.is-open .spec-group-body {
    display: block
}

.spec-row {
    padding: 12px 0
}

.spec-row-label {
    font-weight: 900;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 10px
}

.spec-row-vals {
    display: grid;
    grid-template-columns: repeat(var(--cols,3),minmax(0,1fr));
    gap: 24px
}

.spec-cell {
    background: #f5f5f5;
    padding: 14px 16px;
    text-align: left;
    font-size: 15px;
    color: #222;
    min-height: 48px;
    contain: content
}

.spec-detail-list {
    display: grid;
    gap: 8px;
}

.spec-row-nested {
    padding-top: 18px;
    padding-bottom: 18px;
}

.spec-nested-group-title {
    margin: 20px 0 10px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.spec-nested-group-rows {
    display: grid;
    gap: 0;
}

.spec-row-detail {
    padding-top: 12px;
    padding-bottom: 12px;
}

.spec-nested-detail-row {
    display: grid;
    grid-template-columns: minmax(180px, 220px) repeat(var(--cols,3), minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    padding: 8px 0;
}

.spec-nested-detail-label {
    display: flex;
    align-items: center;
    min-height: 56px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.spec-nested-detail-values {
    display: contents;
}

.spec-nested-detail-row .spec-cell {
    display: flex;
    align-items: center;
    min-height: 56px;
}

@media(min-width:1081px) {
    .spec-row-nested {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding-top: 34px;
    }

    .spec-row-nested > .spec-row-label {
        position: absolute;
        top: 18px;
        left: -24px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        width: 178px;
        min-height: 38px;
        margin: 0;
        padding: 9px 26px 9px 26px;
        background: #1a1a1a;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.25;
        clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 13px 50%);
        box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
        transform: translateX(-100%);
    }

    .spec-row-detail {
        display: block;
    }

    .spec-row-detail > .spec-row-label {
        position: absolute;
        top: 34px;
        left: -24px;
        bottom: 12px;
        width: 178px;
        min-height: 0;
        height: auto;
        transform: translateX(-100%);
    }

    .spec-row-detail > .spec-row-vals {
        width: 100%;
    }

    .spec-row-detail > .spec-row-vals .spec-cell {
        min-height: 72px;
        display: flex;
        align-items: center;
    }
}

.spec-detail-table {
    overflow: visible;
    background: transparent;
}

.spec-detail-table-row {
    display: grid;
    grid-template-columns: minmax(190px, .85fr) minmax(0, 2.15fr);
    gap: 24px;
    border-top: 0;
}

.spec-detail-table-row:first-child {
    border-top: 0;
}

.spec-detail-table-label {
    display: flex;
    align-items: center;
    padding: 12px 0;
    background: transparent;
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.spec-detail-table-values {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    gap: 24px;
    background: transparent;
}

.spec-detail-table-cell {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 13px 14px;
    background: #f5f5f5;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}

.spec-detail-card-layout {
    display: grid;
    grid-template-columns: minmax(190px, .85fr) minmax(0, 2.15fr);
    gap: 24px;
}

.spec-detail-card-labels,
.spec-detail-grade-card {
    display: grid;
    gap: 8px;
}

.spec-detail-card-label {
    display: flex;
    align-items: center;
    min-height: 52px;
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.spec-detail-grade-cards {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr));
    gap: 24px;
}

.spec-detail-grade-card {
    min-width: 0;
    padding: 13px 14px;
    background: #f5f5f5;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}

.spec-detail-card-value {
    min-height: 52px;
    display: flex;
    align-items: center;
}

.spec-detail-value {
    color: #252525;
    font-weight: 600;
    line-height: 1.45
}

.spec-detail-row {
    display: grid;
    grid-template-columns: minmax(120px, .9fr) minmax(0, 1.1fr);
    gap: 12px;
    align-items: baseline;
    line-height: 1.4
}

.spec-detail-row span {
    color: #777;
    font-size: 12px;
    line-height: 1.35
}

.spec-detail-row strong {
    color: #222;
    font-size: 14px;
    font-weight: 600
}

.spec-empty-value {
    color: #9a9a9a;
    font-size: 13px
}

.spec-loading, .spec-empty {
    color: #888;
    font-size: 14px;
    padding: 10px 0
}

@media(max-width:1080px) {
    .versions-section {
        padding-top: 52px;
        padding-bottom: 48px
    }

    .versions-carousel.is-carousel {
        overflow: hidden;
        width: 100%;
        margin-left: 0;
        transform: none
    }

        .versions-carousel.is-carousel .versions-cards {
            display: flex;
            gap: 0
        }

        .versions-carousel.is-carousel .version-card {
            width: min(360px, calc(100% - 68px));
            height: auto;
            flex-shrink: 0;
            background: transparent
        }

    .versions-carousel-pagination {
        display: flex;
        justify-content: center;
        margin-top: 24px
    }

        .versions-carousel-pagination .swiper-pagination-bullet {
            width: 38px;
            height: 3px;
            border-radius: 0;
            background: #cfcfcf;
            opacity: 1;
            margin: 0 !important
        }

        .versions-carousel-pagination .swiper-pagination-bullet-active {
            background: #1a1a1a
        }

    .version-detail {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .version-detail-info {
        height: auto
    }

    .version-detail-actions {
        margin-top: 24px
    }
}

@media(max-width:769px) {
    .versions-section, .version-detail-section, .spec-compare-section {
        padding-left: 16px;
        padding-right: 16px
    }

    .versions-section {
        padding-left: 0;
        padding-right: 0
    }

    .versions-section-detail {
        max-width: none
    }

    .versions-title, .spec-compare-title {
        font-size: 20px;
        margin-bottom: 28px
    }

    .versions-title {
        padding-left: 16px;
        padding-right: 16px
    }

    .versions-carousel.is-carousel .versions-cards {
        display: flex;
        gap: 0
    }

    .versions-carousel:not(.is-carousel) .versions-cards {
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .versions-carousel.is-carousel .version-card {
        width: calc(100% - 68px)
    }

    .version-card-media img {
        height: 110px
    }

    .version-card-name {
        font-size: 14px
    }

    .versions-tabs {
        display: none
    }

    .version-mobile-select {
        display: inline-block;
        position: relative;
        width: min(100%, 176px);
        margin-bottom: 24px
    }

        .version-mobile-select::after {
            content: "";
            position: absolute;
            right: 12px;
            top: 12px;
            width: 8px;
            height: 8px;
            border-right: 1px solid #111;
            border-bottom: 1px solid #111;
            transform: rotate(45deg);
            pointer-events: none
        }

        .version-mobile-select select {
            width: 100%;
            border: 0;
            border-bottom: 1px solid #333;
            border-radius: 0;
            background: transparent;
            color: #111;
            font-family: 'Toyota Type Semibold', 'Toyota Type', Arial, sans-serif;
            font-weight: 600;
            font-size: 11px;
            line-height: 1.2;
            text-transform: uppercase;
            padding: 8px 28px 9px 0;
            outline: 0;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none
        }

        .version-mobile-select option {
            font-family: 'Toyota Type Semibold', 'Toyota Type', Arial, sans-serif;
            font-weight: 600;
        }

    .version-detail-section {
        padding-top: 26px;
        padding-bottom: 46px
    }

    .version-detail-inner {
        min-height: 0
    }

    .version-detail {
        gap: 26px
    }

    .version-detail-media {
        min-height: 0;
        height: auto
    }

        .version-detail-media img {
            height: auto;
            max-height: 248px;
            object-fit: contain
        }

    .version-detail-section.is-interior .version-detail-media img {
        width: 100%;
        max-height: none;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 8px
    }

    .version-detail-info {
        min-height: 0
    }

    .version-detail-price {
        margin-bottom: 18px
    }

        .version-detail-price strong {
            font-size: 20px
        }

    .version-detail-color-link {
        font-size: 12px;
        margin-bottom: 18px
    }

    .version-color-list {
        gap: 10px;
        margin-top: 6px
    }

    .version-color-swatch {
        width: 28px;
        height: 28px
    }

    .version-color-dot {
        width: 18px;
        height: 18px
    }

    .version-color-name {
        font-size: 11px;
        margin-top: 10px
    }

    .version-detail-btn {
        min-width: 0;
        flex: 1 1 calc(50% - 8px);
        padding: 12px 10px;
        font-size: 12px
    }

    .spec-compare-heads {
        gap: 10px
    }

    .spec-compare-sticky-heads {
        top: 64px;
        gap: 10px;
        padding: 10px 0
    }

    .spec-sticky-head {
        padding: 0 6px
    }

    .spec-sticky-name {
        font-size: 12px
    }

    .spec-sticky-price {
        font-size: 10px
    }

    .spec-head-media img {
        height: 78px
    }

    .spec-head-name {
        font-size: 13px
    }

    .spec-head-price {
        font-size: 11px
    }

    .spec-group-head {
        font-size: 15px;
        padding: 16px 4px
    }

    .spec-row-vals {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px
    }

    .spec-nested-group-title {
        margin-top: 16px;
    }

    .spec-nested-detail-row {
        display: block;
        padding: 10px 0;
    }

    .spec-nested-detail-label {
        min-height: 0;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .spec-nested-detail-values {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .spec-nested-detail-row .spec-cell {
        display: block;
        min-height: 0;
    }

    .spec-row-detail {
        padding-top: 12px;
    }

    .spec-cell {
        padding: 12px 10px;
        font-size: 13px;
        min-height: 0
    }

    .spec-cell::before,
    .spec-detail-table-cell::before {
        display: block;
        margin-bottom: 5px;
        color: #777;
        content: attr(data-grade);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase
    }

    .spec-detail-row {
        grid-template-columns: 1fr;
        gap: 2px
    }

    .spec-detail-table-row {
        display: block;
        margin-bottom: 10px;
    }

    .spec-detail-card-layout {
        display: block;
    }

    .spec-detail-card-labels {
        gap: 0;
    }

    .spec-detail-card-label {
        min-height: 0;
        margin-bottom: 6px;
    }

    .spec-detail-grade-cards {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .spec-detail-grade-card {
        gap: 6px;
        padding: 10px;
    }

    .spec-detail-grade-card::before {
        display: block;
        margin-bottom: 4px;
        color: #777;
        content: attr(data-grade);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .spec-row-nested {
        padding-top: 12px;
    }

    .spec-row-nested > .spec-row-label {
        position: static;
        display: block;
        width: auto;
        min-height: 0;
        margin: 0 0 8px;
        padding: 0;
        background: transparent;
        color: #1a1a1a;
        font-size: 14px;
        clip-path: none;
        box-shadow: none;
        transform: none;
    }

    .spec-detail-table-values {
        grid-template-columns: 1fr;
        gap: 6px;
        background: transparent
    }

    .spec-detail-table-cell {
        display: block;
        min-height: 0;
        padding: 10px;
        background: #f7f7f7;
        border-radius: 2px;
    }

    .spec-detail-row strong {
        font-size: 13px
    }
}
/* Detail car photo gallery grid */
.gallery-grid-section {
    width: 100%;
}

.gallery-grid-wrap {
    max-width: 1232px;
    margin: 0 auto;
    width: 100%;
    padding: 74px 24px 80px
}

.gallery-grid-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    margin: 0 0 22px
}

.gallery-grid-tabs {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-bottom: 36px
}

.gallery-grid-tab {
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8a8a8a;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: color .2s,border-color .2s
}

    .gallery-grid-tab.is-active {
        color: #111;
        border-bottom-color: #111
    }

    .gallery-grid-tab:hover {
        color: #111
    }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 148px;
    grid-auto-flow: dense;
    gap: 20px
}

.gallery-mobile-shell {
    position: relative
}

.gallery-mobile-swiper {
    overflow: visible
}

.gallery-mobile-nav,
.gallery-mobile-pagination {
    display: none
}

.gallery-mobile-caption {
    display: none
}

.gallery-cell {
    margin: 0;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 round 8px);
    border-radius: 16px;
    background: #eee
}

    .gallery-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transform-origin: center;
        transition: transform .45s ease
    }

@media(hover:hover) and (pointer:fine) and (min-width:1081px) {
    .gallery-cell:hover img {
        transform: scale(1.04)
    }
}

.gallery-cell-skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,#ececec 8%,#f7f7f7 18%,#ececec 33%);
    background-size: 220% 100%;
    animation: gallerySkeletonShimmer 1.15s linear infinite
}

@keyframes gallerySkeletonShimmer {
    to {
        background-position-x: -220%
    }
}

.gallery-cell.is-featured {
    grid-column: span 2;
    grid-row: span 2
}

.gallery-cell.is-wide {
    grid-column: span 2;
}

.gallery-empty {
    color: #888;
    font-size: 14px
}

@media(max-width:1080px) {
    .gallery-cell-info,
    .gallery-info {
        display: none !important
    }

    .gallery-mobile-caption {
        display: block;
        min-height: 52px;
        margin: 20px 0 0;
        color: #1a1a1a;
        font-size: 18px;
        line-height: 1.45;
        text-align: left
    }

    .gallery-mobile-swiper {
        overflow: hidden
    }

    .gallery-grid {
        display: flex;
        gap: 0;
        grid-auto-rows: unset;
        grid-auto-flow: unset
    }

    .gallery-cell,
    .gallery-cell.is-featured,
    .gallery-cell.is-wide {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        flex-shrink: 0;
        grid-column: auto;
        grid-row: auto
    }

    .gallery-mobile-nav {
        position: absolute;
        top: 75%;
        z-index: 3;
        width: 34px;
        height: 34px;
        border: 1px solid #fff;
        border-radius: 50%;
        background: rgba(26,26,26,.58);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        transform: translateY(-50%);
        cursor: pointer
    }

    .gallery-mobile-prev {
        left: -15px;
    }

    .gallery-mobile-next {
        right: -15px;
    }

    .gallery-mobile-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 24px
    }

        .gallery-mobile-pagination .swiper-pagination-bullet {
            width: 34px;
            height: 4px;
            border-radius: 999px;
            background: #d4d4d4;
            opacity: 1;
            transition: width .2s,background .2s;
            margin: 0 !important
        }

        .gallery-mobile-pagination .swiper-pagination-bullet-active {
            width: 138px;
            background: #1a1a1a;
        }
}

@media(max-width:769px) {
    .gallery-grid-wrap {
        padding: 42px 24px 50px
    }

    .gallery-grid-title {
        font-size: 20px
    }

    .gallery-grid-tabs {
        gap: 24px;
        margin-bottom: 24px
    }

    .gallery-mobile-pagination .swiper-pagination-bullet {
        width: 28px
    }

    .gallery-mobile-pagination .swiper-pagination-bullet-active {
        width: 104px
    }
}

@media(min-width:770px) and (max-width:1080px) {
    .gallery-grid {
        grid-auto-rows: 128px;
        gap: 0
    }
}
/* Detail car version interior color toggle */
.version-detail-back {
    margin-bottom: 18px
}

.version-color-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin: 6px 0 0
}

.version-color-swatch {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: border-color .15s,background-color .15s
}

.version-color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    display: block
}

.version-color-swatch.is-active {
    border-color: #bdbdbd;
    background-color: #fff
}

.version-color-name {
    font-size: 14px;
    color: #333;
    margin: 14px 0 0
}

.version-card-swatch.is-active {
    outline: 1px solid #c9c9c9;
    outline-offset: 4px;
}

.version-card-swatch {
    cursor: pointer
}

.container-car-detail {
    --car-detail-sticky-offset: 86px;
    --car-detail-hero-height: calc(100vh - var(--car-detail-sticky-offset));
}

@supports (height: 100svh) {
    .container-car-detail {
        --car-detail-hero-height: calc(100svh - var(--car-detail-sticky-offset));
    }
}

.container-car-detail .main-banner-black.hero-detail-banner,
.container-car-detail .main-banner-light.hero-detail-banner,
.container-car-detail .main-banner-mobile-black.hero-detail-banner {
    height: var(--car-detail-hero-height);
    min-height: var(--car-detail-hero-height);
}

.container-car-detail .car-detail-hero-swiper,
.container-car-detail .car-detail-hero-swiper .swiper-wrapper,
.container-car-detail .car-detail-hero-swiper .swiper-slide,
.container-car-detail .hero-detail-banner .img-banner,
.container-car-detail .hero-detail-banner .img-banner-mobile {
    height: 100%;
}

@media(max-width:1080px) {
    .container-car-detail {
        --car-detail-sticky-offset: 76px;
    }
}

@media(max-width:769px) {
    .container-car-detail {
        --car-detail-sticky-offset: 120px;
    }
}

body.versions-loading #car-detail-overview, body.versions-loading #data-exterior, body.versions-loading #data-furniture, body.versions-loading #data-operation, body.versions-loading #data-safety {
    opacity: .5;
    transition: opacity .15s ease;
    pointer-events: none
}

@media(min-width:1081px) {
    .container-car-detail {
        --car-detail-section-pad-top: clamp(44px,6.8vh,74px);
        --car-detail-section-pad-bottom: clamp(48px,7.5vh,84px);
        --car-detail-section-title-gap: clamp(26px,4vh,46px)
    }

    .container-car-detail .product-detail {
        margin: clamp(36px,5.5vh,60px) auto
    }

    .container-car-detail .product-detail-info,
    .container-car-detail .product-detail-img {
        margin-top: clamp(24px,3.7vh,40px)
    }

        .container-car-detail .product-detail-img img {
            height: clamp(360px,43vh,465px)
        }

    .gallery {
        padding: clamp(48px,7vh,80px) 0
    }

    .container-color-picker .color-picker {
        padding-top: clamp(42px,7vh,86px);
        padding-bottom: clamp(40px,6.4vh,76px)
    }

    .container-color-picker .color-picker-layout {
        gap: clamp(36px,4.8vw,64px)
    }

    .container-color-picker .color-picker-info {
        min-height: clamp(260px,32vh,336px);
        padding-top: clamp(16px,2.6vh,28px)
    }

    .color-picker-car img,
    .color-picker-car .box-image-color-picker {
        height: clamp(260px,32vh,340px);
        min-height: clamp(260px,32vh,340px)
    }

    #furniture-item .color-picker-car img,
    #furniture-item .color-picker-car .box-image-color-picker {
        height: clamp(258px,31vh,336px);
        min-height: clamp(258px,31vh,336px)
    }

    .car-feature-section {
        padding-top: var(--car-detail-section-pad-top);
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

    .car-feature-note {
        margin-bottom: clamp(24px,4vh,42px)
    }

    .exterior-hotspot-stage {
        max-width: min(1200px,calc(178vh - 409px))
    }

    .interior-feature-section {
        padding-top: clamp(44px,6.5vh,70px);
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

    .interior-feature-card img {
        height: clamp(208px,25vh,258px)
    }

    .interior-pagination {
        margin-top: clamp(22px,3.4vh,36px)
    }

    .operation-section,
    .safety-section {
        padding-top: var(--car-detail-section-pad-top);
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

        .operation-section .text-title,
        .safety-section .text-title {
            margin-bottom: clamp(24px,3.8vh,42px)
        }

    .operation-carousel,
    .operation-swiper {
        width: min(1280px,100%);
        max-width: 1280px
    }

    .operation-slide-media {
        height: clamp(360px,56vh,604px);
        aspect-ratio: auto
    }

        .operation-slide-media img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .operation-slide-body {
        padding-top: clamp(16px,2.5vh,24px)
    }

    .operation-controls {
        margin-top: clamp(18px,2.7vh,26px)
    }

    .safety-card-media img {
        height: clamp(230px,28vh,292px)
    }

    .safety-pagination {
        margin-top: clamp(22px,3.2vh,32px)
    }

    .purchase-tools-section,
    .versions-section,
    .spec-compare-section,
    .gallery-grid-wrap {
        padding-top: var(--car-detail-section-pad-top);
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

    .purchase-tools-title,
    .versions-title,
    .spec-compare-title {
        margin-bottom: var(--car-detail-section-title-gap)
    }

    .purchase-tools-section .menu-detail {
        padding-top: clamp(24px,3.2vh,34px);
        padding-bottom: clamp(24px,3.2vh,34px)
    }

    .container-car-discount {
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

    .car-detail-promotion {
        padding-top: clamp(34px,4.6vh,46px);
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

    .car-detail-quick-link img {
        aspect-ratio: 1.7 / 1
    }

    .version-card-media img {
        height: clamp(120px,15vh,150px)
    }

    .version-detail-section {
        padding-top: clamp(34px,4.8vh,46px);
        padding-bottom: clamp(48px,6.5vh,70px)
    }

    .version-detail-inner {
        min-height: clamp(460px,54vh,550px)
    }

    .version-detail-media {
        min-height: clamp(340px,40vh,420px)
    }

    .spec-head-media img {
        height: clamp(92px,12vh,120px)
    }

    .spec-group-head {
        padding-top: clamp(14px,2vh,20px);
        padding-bottom: clamp(14px,2vh,20px)
    }

    .gallery-grid-tabs {
        margin-bottom: clamp(24px,3.6vh,36px)
    }

    .gallery-grid-wrap {
        box-sizing: border-box;
        padding-top: var(--car-detail-section-pad-top);
        padding-bottom: var(--car-detail-section-pad-bottom)
    }

    .gallery-mobile-shell,
    .gallery-mobile-swiper {
        height: auto;
        container-type: inline-size;
        width: 100%
    }

    .gallery-grid {
        --gallery-grid-col-size: calc((min(1184px, calc(100vw - 96px)) - 60px) / 4);
        width: 100%;
        height: auto;
        min-height: 0;
        grid-auto-rows: var(--gallery-grid-col-size)
    }

    @supports (width: 1cqw) {
        .gallery-grid {
            --gallery-grid-col-size: calc((100cqw - 60px) / 4)
        }
    }

    .gallery-cell {
        min-height: 0
    }
}

@media(max-width:1080px) {
    #car-detail-accessory {
        padding: 52px 0 58px
    }

        #car-detail-accessory .text-title {
            font-size: 28px;
            margin-bottom: 34px
        }

    .accessories-mobile {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 16px
    }

    #aceessories-slider-menu-mobile {
        width: 100%;
        margin: 0 0 42px;
        overflow-x: auto;
        border-bottom: 3px solid #d4d4d4;
        gap: 0
    }

    .item-menu-accessories {
        left: auto !important;
        flex: 1 0 auto;
        min-width: 25% !important;
        margin: 0 !important
    }

    .accessories-menu-item-mobile {
        width: 100%;
        padding: 0 12px 14px;
        font-size: 17px;
        line-height: 1.2;
        color: #4a4a4a;
        border-bottom: 3px solid transparent;
        white-space: nowrap
    }

        .accessories-menu-item-mobile.active {
            color: #1a1a1a;
            border-bottom: 3px solid #1a1a1a;
            font-weight: 800;
            margin-bottom: -3px
        }

    .accessories-item-mobile-container {
        position: relative
    }

    .accessories-mobile-swiper {
        overflow: hidden;
        padding-bottom: 34px
    }

    .accessories-mobile .accessories-item {
        margin-bottom: 0
    }

    .accessories-mobile .accessories-item-img {
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 26px
    }

    .accessories-mobile .accessories-item-body {
        padding: 32px 0 34px
    }

    .accessories-mobile .accessories-item-title {
        font-size: 28px;
        line-height: 1.25;
        margin: 0 0 12px
    }

    .accessories-mobile .accessories-item-price {
        font-size: 24px;
        line-height: 1.35;
        color: #444
    }

    .accessories-mobile .accessories-item-description {
        font-size: 24px;
        line-height: 1.35;
        color: #444;
        margin-top: 12px
    }

    .accessories-mobile-pagination {
        width: 348px;
        max-width: calc(100% - 128px);
        height: 7px;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        border-radius: 999px;
        overflow: hidden;
        background: #d3d3d3
    }

    .accessories-mobile-swiper .accessories-mobile-pagination.swiper-pagination-progressbar {
        top: auto !important;
        bottom: 0;
        left: 50% !important;
        width: 348px;
        max-width: calc(100% - 128px);
        position: absolute;
        transform: translateX(-50%) !important
    }

    .accessories-mobile-pagination .swiper-pagination-progressbar-fill {
        background: #3d3d3d;
        border-radius: 999px
    }

    .btn-nav-menu-left,
    .btn-nav-menu-right {
        top: calc(42px + (100vw - 32px) * .28125);
        z-index: 4;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(26,26,26,.58);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff
    }

    .btn-nav-menu-left {
        left: 4px
    }

    .btn-nav-menu-right {
        right: 4px
    }

    #car-detail-accessory .read-more {
        margin-top: 68px
    }

    #car-detail-accessory .read-more-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 278px;
        min-height: 74px;
        padding: 0 22px;
        font-size: 20px;
        line-height: 1.2;
        border-color: #1a1a1a
    }
}

@media(max-width:480px) {
    #car-detail-accessory {
        padding-top: 48px
    }

        #car-detail-accessory .text-title {
            font-size: 27px;
            margin-bottom: 34px
        }

    .accessories-mobile {
        padding: 0 33px
    }

    #aceessories-slider-menu-mobile {
        margin-bottom: 42px;
        justify-content: space-between;
        overflow: visible
    }

    .item-menu-accessories {
        flex: 0 0 auto;
        min-width: auto !important
    }

    .accessories-menu-item-mobile {
        padding-left: 4px;
        padding-right: 4px;
        width: auto;
        font-size: 14px
    }

    .accessories-mobile .accessories-item-img {
        border-radius: 26px
    }

    .accessories-mobile .accessories-item-title {
        font-size: 16px
    }

    .accessories-mobile .accessories-item-price,
    .accessories-mobile .accessories-item-description {
        font-size: 16px
    }

    .btn-nav-menu-left,
    .btn-nav-menu-right {
        top: calc(103px + (100vw - 66px) * .28125);
        width: 34px;
        height: 34px
    }

    .btn-nav-menu-left {
        left: 12px
    }

    .btn-nav-menu-right {
        right: 12px
    }
}

@media(min-width:1081px) {
    .operation-section {
        padding: 58px 24px 70px
    }

        .operation-section .text-title {
            margin-bottom: 32px
        }

    .operation-carousel,
    .operation-swiper {
        width: min(1184px,100%);
        max-width: 1184px;
        margin-left: auto;
        margin-right: auto
    }

    .operation-slide-media {
        height: auto;
        aspect-ratio: 2.12 / 1;
        display: block;
        border-radius: 12px
    }

        .operation-slide-media picture {
            display: block;
            width: 100%;
            height: 100%
        }

        .operation-slide-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px
        }

    .operation-slide-body {
        display: grid;
        grid-template-columns: minmax(0,220px) minmax(0,1fr);
        gap: 32px;
        align-items: start;
        padding-top: 22px;
        max-width: 1184px;
        margin: 0 auto
    }

    .operation-slide-title {
        margin: 0;
        text-align: left
    }

    .operation-slide-copy,
    .operation-slide-copy p {
        margin: 0;
        text-align: left
    }

    .operation-controls {
        margin-top: 18px;
    }
}

/*
 * The operation section follows the product-image guideline: the complete
 * desktop composition fits below the sticky header, while the 2048x966 image
 * remains uncropped and its CMS safe zone stays visible.
 */
@media(min-width:1081px) {
    .operation-section {
/*        --operation-section-height: calc(100vh - var(--car-detail-sticky-offset));*/
        --operation-content-width: 1184px;
        width: 100%;
        height: auto;
        max-height: var(--operation-section-height);
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding: clamp(24px, 4vh, 48px) 24px;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
    }

    @supports (height: 100svh) {
        .operation-section {
/*            --operation-section-height: calc(100svh - var(--car-detail-sticky-offset));*/
        }
    }

    .operation-section .text-title {
        width: min(var(--operation-content-width), 100%);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Toyota Type Semibold', 'Toyota Type', Arial, sans-serif;
        font-weight: 600;
    }

    .operation-carousel {
        width: min(var(--operation-content-width), 100%);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .operation-swiper {
        width: 100%;
        max-width: none;
    }

    .operation-slide-media {
        height: auto;
        aspect-ratio: 2048 / 966;
        border-radius: 12px;
    }

        .operation-slide-media picture,
        .operation-slide-media img {
            width: 100%;
/*            height: auto;*/
        }

        .operation-slide-media img {
            object-fit: contain;
            object-position: center;
            border-radius: 12px;
        }

    .operation-slide-body,
    .operation-controls {
        width: min(var(--operation-content-width), 100%);
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:1081px) and (max-height:900px) {
    .operation-section {
        --operation-content-width: 1050px;
    }
}

@media(min-width:1081px) and (max-height:800px) {
    .operation-section {
        --operation-content-width: 800px;
    }
}

/* Product-detail section headings use the official Toyota Semibold face. */
@font-face {
    font-family: 'Toyota Type Semibold';
    src: url('/Content/Fonts/ToyotaType-Semibold.woff2') format('woff2'), url('/Content/Fonts/ToyotaType-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.container-car-detail .banner-description-car-name,
.hero-detail-name,
.operation-section .text-title,
.safety-section .text-title,
.purchase-tools-title,
#car-detail-accessory .text-title,
.gallery-title,
.gallery-grid-title,
.versions-title,
.versions-tabs,
.version-tab {
    font-family: 'Toyota Type Semibold', 'Toyota Type', Arial, sans-serif;
    font-weight: 600;
}

@media(min-width:770px) {
    /* Desktop keeps its original control row below the operation copy. */
    .operation-section .operation-pagination {
        margin: 26px auto 0;
    }

    .operation-section .operation-nav {
        position: absolute;
        top: auto;
        bottom: -15px;
        transform: none;
    }

    .operation-section .operation-prev {
        left: calc(50% - 220px);
    }

    .operation-section .operation-next {
        right: calc(50% - 220px);
    }
}

@media(max-width:769px) {
    /* Match the mobile gallery: arrows straddle the media card and bullets sit below copy. */
    .operation-section .operation-nav {
        position: absolute;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 3;
        top: calc(var(--operation-media-height) / 2);
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border: 1px solid #fff;
        border-radius: 50%;
        background: rgba(26, 26, 26, .58);
        color: #fff;
        transform: translateY(-50%);
    }

    .operation-section .operation-prev {
        left: -15px;
    }

    .operation-section .operation-next {
        right: -15px;
    }

    .operation-section .operation-pagination {
        display: flex;
        width: auto;
        max-width: none;
        height: 4px;
        overflow: visible;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
        background: transparent;
    }

    .operation-section .operation-pagination .swiper-pagination-bullet {
        width: 34px;
        height: 4px;
        border-radius: 999px;
        background: #d4d4d4;
        opacity: 1;
        transition: width .2s, background .2s;
        margin: 0 !important;
    }

    .operation-section .operation-pagination .swiper-pagination-bullet-active {
        width: 138px;
        background: #1a1a1a;
    }
}

@media(max-width:480px) {
    .operation-section .operation-pagination .swiper-pagination-bullet {
        width: 28px;
    }

    .operation-section .operation-pagination .swiper-pagination-bullet-active {
        width: 104px;
    }
}

/* Neutral informational copy uses the product-page base text colour. Colours
 * that communicate a state or sit on a dark surface remain explicitly set. */
.container-car-detail {
    color: #1a1a1a;
}

.operation-slide-title,
.operation-slide-copy,
.operation-slide-copy p,
.safety-card-title,
.safety-card-copy,
.safety-card-copy p,
.version-detail-price,
.version-detail-price strong,
.version-card-price,
.version-detail-specs,
.version-detail-specs .spec-key,
.version-color-name,
.spec-detail-row,
.spec-sticky-price,
.spec-head-price,
.spec-detail-table-label,
.spec-detail-table-cell,
.spec-detail-card-label,
.spec-detail-grade-card,
.spec-detail-card-value,
.spec-detail-value,
.spec-detail-table-cell::before,
.spec-detail-grade-card::before,
.gallery-grid-title,
.gallery-grid-tab.is-active,
.gallery-grid-tab:hover {
    color: #1a1a1a;
}
