.Component4v0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #000;
    text-align: center;
    overflow-wrap: break-word
}

.Component4v0.is-leftAligned {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left
}

.Component4v0.is-leftAligned .Component4v0__ButtonLink,
.Component4v0.is-leftAligned .Component4v0__link {
    align-self: flex-start
}

.Component4v0.Component4v0_extrabottom {
    margin-bottom: 64px
}

.Component4v0__content {
    display: flex;
    flex-direction: column;
    max-width: 100%
}

@media screen and (min-width:1024px) {
    .Component4v0__content {
        max-width: 50%
    }
}

.Component4v0__content.is-fullWidth {
    max-width: 100%
}

.Component4v0__ButtonLink {
    align-self: center;
    margin: 0 0 16px
}

.Component4v0__link {
    line-height: normal;
    font-weight: 700;
    border-bottom: 2px solid #efdf00;
    color: #000;
    font-size: 1.6rem;
    align-self: center
}

.Component4v0__link:hover {
    border-color: currentColor
}

.Component4v0>:last-child {
    padding-bottom: 0
}

@media screen and (min-width:1440px) {
    .Component4v0.is-leftAligned {
        padding: 0
    }
}

.Component4v0__strapline {
    margin-bottom: 8px;
    color: #656666;
    font-size: 1.6rem;
    line-height: 1.13
}

@media screen and (min-width:1024px) {
    .Component4v0__strapline {
        font-size: 1.8rem;
        line-height: 1.11
    }
}

.Component4v0__title {
    padding-bottom: 16px;
    font-size: 2.4rem;
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (min-width:670px) {
    .Component4v0__title {
        font-size: 2.8rem;
        line-height: 1.07
    }
}

.Component4v0__titleSuffix {
    display: none
}

.Component4v0__subtitle {
    padding-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.13
}

@media screen and (min-width:670px) {
    .Component4v0__subtitle {
        font-size: 1.8rem;
        line-height: 1.11
    }
}

.Component4v0__body {
    padding-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.14
}

@media screen and (min-width:1024px) {
    .Component4v0__body {
        font-size: 1.6rem;
        line-height: 1.13
    }
}

.Component4v0_darkBackground,
.Component4v0_darkBackground .Component4v0__body,
.Component4v0_darkBackgroundRenaultOnly,
.Component4v0_darkBackgroundRenaultOnly .Component4v0__body {
    color: #fff
}

.WebrenderPictureElement .PictureElement__imgDefault {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.WebrenderPictureElement.is-full-width .PictureElement__imgDefault {
    width: 100%
}

.WebrenderPictureElement.is-ratio-forced {
    padding-top: calc(var(--ratio-webrender-height, 2)/var(--ratio-webrender-width, 3)*100%);
    position: relative;
    display: block;
    width: 100%;
    height: 0
}

.WebrenderPictureElement.is-ratio-forced .PictureElement__imgDefault {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.ModalModelDisclaimer {
    font-size: 1.4rem
}

.ModalModelDisclaimer__boldContent {
    margin-top: 32px;
    font-weight: 700
}

.ModalModelDisclaimer__loader {
    position: relative;
    height: 100px
}

.DisclaimerTooltip__infoIcon {
    cursor: pointer
}

.EfficiencyGraph {
    display: flex;
    flex-direction: column;
    max-width: 318px;
    color: #000;
    font-family: "NouvelR, sans-serif";
    font-size: 1.1rem
}

.EfficiencyGraph.is-thumbnail {
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #656666
}

.EfficiencyGraph .is-classA {
    width: calc(100% - 180px);
    background-color: #289548
}

.EfficiencyGraph .is-classA:is(.EfficiencyGraph .is-classA.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph .is-classB {
    width: calc(100% - 150px);
    background-color: #75ac40
}

.EfficiencyGraph .is-classB:is(.EfficiencyGraph .is-classB.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph .is-classC {
    width: calc(100% - 120px);
    background-color: #c9d22a
}

.EfficiencyGraph .is-classC:is(.EfficiencyGraph .is-classC.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph .is-classD {
    width: calc(100% - 90px);
    background-color: #ebec00
}

.EfficiencyGraph .is-classD:is(.EfficiencyGraph .is-classD.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph .is-classE {
    width: calc(100% - 60px);
    background-color: #e9b818
}

.EfficiencyGraph .is-classE:is(.EfficiencyGraph .is-classE.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph .is-classF {
    width: calc(100% - 30px);
    background-color: #cf661c
}

.EfficiencyGraph .is-classF:is(.EfficiencyGraph .is-classF.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph .is-classG {
    width: 100%;
    background-color: #c10e1a
}

.EfficiencyGraph .is-classG:is(.EfficiencyGraph .is-classG.EfficiencyGraph__icon) {
    padding-right: 20px
}

.EfficiencyGraph__icon {
    display: flex;
    height: 16px;
    padding-left: 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    -webkit-clip-path: polygon(0 0, calc(100% - .4em) 0, 100% 50%, calc(100% - .4em) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - .4em) 0, 100% 50%, calc(100% - .4em) 100%, 0 100%)
}

@media screen and (min-width:670px) {
    .EfficiencyGraph__tooltip {
        width: 500px
    }
}

.EfficiencyGraph__title {
    display: flex;
    align-items: center;
    padding: 4px 0;
    font-weight: 700
}

.EfficiencyGraph__title.is-thumbnail {
    font-weight: 400
}

.EfficiencyGraph__title.is-modal {
    justify-content: center
}

@media screen and (min-width:670px) {

    .EfficiencyGraph__title,
    .EfficiencyGraph__title.is-modal {
        justify-content: flex-start
    }
}

.EfficiencyGraph__desc {
    max-width: 280px;
    font-size: 1.2rem;
    font-weight: 400
}

.EfficiencyGraph__efficiencyValue {
    display: flex;
    justify-content: left;
    padding-left: 8px;
    text-align: end;
    font-weight: 700
}

.EfficiencyGraph__graphImage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0
}

.EfficiencyGraph__class {
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 2rem;
    -webkit-clip-path: polygon(0 0, calc(100% - .8em) 0, 100% 50%, calc(100% - .8em) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - .8em) 0, 100% 50%, calc(100% - .8em) 100%, 0 100%);
    font-weight: 700;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.EfficiencyGraph__class.is-current {
    position: relative;
    width: 100%;
    font-size: 4rem
}

.EfficiencyGraph__class--value {
    position: absolute;
    margin-left: 48px;
    font-size: 3rem
}

.ModelEcoRebateDisclaimer {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem
}

.ModelEcoRebateDisclaimer_badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 2px;
    margin-bottom: 8px;
    background-color: #72c293;
    color: #fff;
    font-family: "NouvelR, sans-serif";
    font-weight: 700
}

.ModelVersionEngine.has-inheritColor {
    color: inherit
}

.ModelVersionEngine {
    color: #656666
}

.ModelVersionEngine_dark {
    color: #000
}

.ModelPrice {
    text-align: left
}

.ModelPrice__priceWrapper {
    display: inline-grid;
    align-items: center;
    grid-auto-flow: column;
    gap: 8px
}

.ModelPrice__price {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700
}

.ModelPrice__ModelEcoRebateDisclaimer {
    margin: 8px 0
}

.ModelPrice__ModelEcoRebateDisclaimer .ModelPrice__mentions {
    color: #8c8c8b
}

.ModelPrice__SvgIconInfo {
    position: relative;
    width: 12px;
    fill: currentColor
}

.ModelPrice__mentions {
    margin-top: 8px;
    color: #656666;
    font-size: 1.1rem;
    line-height: 1.3rem
}

.ModelPrice_darkBackground {
    color: #fff
}

.ModelPrice_sm .ModelPrice__price {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400
}

.ModelPrice_sm .ModelPrice__SvgIconInfo {
    width: 12px
}

.ModelPrice_lg .ModelPrice__price {
    font-size: 2.4rem;
    line-height: 2.6rem
}

.ModelPrice_lg .ModelPrice__SvgIconInfo {
    width: 16px
}

.ModelPrice_xl .ModelPrice__price {
    font-size: 2.4rem;
    line-height: 2.6rem
}

@media screen and (min-width:670px) {
    .ModelPrice_xl .ModelPrice__price {
        font-size: 3.6rem;
        line-height: 3.8rem
    }
}

.ModelPrice_xl .ModelPrice__SvgIconInfo {
    width: 16px
}

@media screen and (min-width:670px) {
    .ModelPrice_xl .ModelPrice__SvgIconInfo {
        width: 20px
    }
}

.ModelPrice_centered {
    text-align: center
}

.ModelPrice_centered .ModelPrice__efficiency,
.ModelPrice_centered .ModelPrice__ModelEcoRebateDisclaimer {
    margin: 8px auto
}

.ModelPrice__efficiency {
    margin: 8px 0
}

.BodyTypeAndDimensionOverview {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
    border: 2px solid #efdf00;
    border-radius: 3px;
    margin: 0 8px;
    background-color: #fff
}

@media screen and (min-width:670px) {
    .BodyTypeAndDimensionOverview {
        padding: 0 16px 0 0;
        margin: 0 32px
    }
}

.BodyTypeAndDimensionOverview__svgIconChecked {
    position: absolute;
    z-index: 1;
    top: -8px;
    right: -8px;
    width: 24px;
    padding: 6px;
    border-radius: 50%;
    background-color: #efdf00;
    fill: #fff
}

.BodyTypeAndDimensionOverview__picture {
    height: 40px;
    vertical-align: middle
}

.BodyTypeAndDimensionOverview__informations {
    display: flex;
    flex-direction: column;
    padding-left: 8px
}

@media screen and (min-width:670px) {
    .BodyTypeAndDimensionOverview__informations {
        flex: 1;
        flex-direction: row;
        align-items: center;
        padding: 0;
        white-space: pre-wrap
    }
}

.BodyTypeAndDimensionOverview__name {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (min-width:670px) {
    .BodyTypeAndDimensionOverview__name {
        position: relative;
        padding-right: 16px;
        margin: 0 16px 0 8px
    }

    .BodyTypeAndDimensionOverview__name:after {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        content: "";
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #d9d9d6
    }
}

@media screen and (min-width:670px) {
    .BodyTypeAndDimensionOverview__modelPrice {
        flex: 1
    }
}

.BodyTypeAndDimensionOverview__changeDimension {
    padding: 0;
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: 700
}

.CustomScroll {
    position: relative
}

.CustomScroll.is-navbar-dots-below {
    margin-bottom: 64px
}

.CustomScroll.is-navbar-arrows-bottom .CustomScroll__container {
    padding-bottom: 32px
}

.CustomScroll__container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.CustomScroll__container::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:670px) {
    .CustomScroll__container.is-simplified {
        margin: 0 32px
    }
}

.CustomScroll__container.is-display-card {
    margin: 0
}

.CustomScroll__child.is-snap-center {
    scroll-snap-align: center
}

.CustomScroll__child.is-snap-start {
    scroll-snap-align: start
}

.CustomScroll__child.is-snap-center-start {
    scroll-snap-align: center
}

@media screen and (min-width:670px) {
    .CustomScroll__child.is-snap-center-start {
        scroll-snap-align: start
    }
}

.CustomScroll__child.is-display-fullwidth {
    min-width: 100%
}

.CustomScroll__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 45px;
    background-color: #000;
    cursor: pointer;
    opacity: .75
}

.CustomScroll__arrow.is-left-right-all {
    display: flex
}

.CustomScroll__arrow.is-simplified {
    padding: 0;
    background-color: transparent
}

.CustomScroll__arrow.is-simplified .CustomScroll__Arrows_arrow path {
    fill: #efdf00
}

.CustomScroll__arrow.is-inside .CustomScroll__Arrows_arrow path {
    fill: #000
}

.CustomScroll__arrow .CustomScroll__Arrows_arrow path {
    fill: #fff
}

.CustomScroll__arrow:focus:focus {
    outline: 1px dotted #3e3f40
}

@media screen and (min-width:670px) {
    .CustomScroll__arrow {
        display: flex;
        width: auto;
        height: 60px
    }
}

.CustomScroll__arrowLeft {
    left: 0;
    padding: 0
}

.CustomScroll__arrowLeft.is-inside {
    display: none
}

@media screen and (min-width:1024px) {
    .CustomScroll__arrowLeft.is-inside {
        left: calc(var(--leftArrowPosition) - 32px);
        display: flex
    }
}

.CustomScroll__arrowRight {
    right: 0;
    padding: 0
}

.CustomScroll__arrowRight.is-inside {
    display: none
}

@media screen and (min-width:1024px) {
    .CustomScroll__arrowRight.is-inside {
        left: var(--rightArrowPosition);
        display: flex;
        width: 32px
    }
}

.CustomScroll_center {
    display: flex
}

.CustomScroll_center .CustomScroll__container {
    width: auto;
    margin: 0 auto
}

.CustomScroll_electric .CustomScroll__arrow.is-simplified .CustomScroll__Arrows_arrow path {
    fill: #000
}

.CustomScroll__dots {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    bottom: 16px;
    display: flex;
    line-height: 0
}

.CustomScroll__dots.is-below {
    bottom: -32px
}

.CustomScroll__dot:not(:last-of-type) {
    margin-right: 4px
}

.CustomScroll__dotButton {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 0
}

.CustomScroll__dotButton:before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #d9d9d6;
    border-radius: 50%;
    background-color: #fff;
    transition-duration: 0s
}

.CustomScroll__dotButton:after {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    padding-top: 1px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition-duration: 0s
}

.CustomScroll__tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 16px;
    display: flex;
    overflow-x: scroll;
    width: calc(100% - 32px);
    gap: 8px
}

.CustomScroll__tabs::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:670px) {
    .CustomScroll__tabs {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 16px;
        width: 80%
    }

    .CustomScroll__tabs:before {
        content: none
    }
}

.CustomScroll__tab {
    flex: 1 0 100px;
    min-width: 0
}

@media screen and (min-width:670px) {
    .CustomScroll__tab {
        flex: 0 0 160px
    }
}

.CustomScroll__tab:first-of-type {
    margin-left: auto
}

.CustomScroll__tab:last-of-type {
    margin-right: auto
}

.CustomScroll__tabButton {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 16px 16px 16px 0;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .6
}

.CustomScroll__tabButton:before {
    content: "";
    position: absolute;
    top: 2px;
    width: 100%;
    height: 1px;
    background: currentColor
}

.CustomScroll__tabButton.is-active {
    opacity: 1
}

.CustomScroll__tabButton.is-active:before {
    top: 0;
    height: 3px
}

.CustomScroll__bottomArrows {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%
}

@media screen and (min-width:670px) {
    .CustomScroll__bottomArrows {
        max-width: calc(100vw - 40px)
    }
}

@media screen and (min-width:1024px) {
    .CustomScroll__bottomArrows {
        max-width: calc(100vw - 80px)
    }
}

.CustomScroll__bottomArrowsLeft {
    padding: 0;
    margin-right: 32px
}

.CustomScroll__bottomArrowsRight {
    padding: 0
}

.CustomScroll__Arrows_arrow {
    width: 32px
}

.CustomScroll__Arrows_arrow.is-rtl {
    transform: rotate(180deg)
}

.CustomScroll__bottomArrows_disabled {
    opacity: .3
}

.CustomScroll__dotButton.is-active:before {
    width: 10px;
    height: 10px;
    border: none;
    background-color: #efdf00;
    transition-duration: .3s
}

.CustomScroll__dotButton.is-active:after {
    border: 1px solid #efdf00;
    transition-delay: .3s;
    transition-duration: .3s
}

.CustomScroll__arrowRight {
    background: linear-gradient(270deg, #000 50%, #000 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: background-position .3s
}

.CustomScroll__arrowRight:hover {
    background-position: 0 100%
}

.CustomScroll__arrowRight.is-simplified {
    background: none
}

.CustomScroll__arrowLeft {
    background: linear-gradient(90deg, #000 50%, #000 0);
    background-size: 200% 100%;
    background-position: 0 100%;
    transition: background-position .3s
}

.CustomScroll__arrowLeft:hover {
    background-position: 100% 100%
}

.CustomScroll__arrowLeft.is-simplified {
    background: none
}

.BodyTypeViewer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 220px;
    padding: 0;
    border: 1px solid #f2f2f2;
    background-color: #fff
}

.BodyTypeViewer.is-selected {
    border: 2px solid #efdf00;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1)
}

.BodyTypeViewer.is-light {
    width: 260px;
    cursor: pointer
}

.BodyTypeViewer.is-light .BodyTypeViewer__body {
    display: flex;
    flex-direction: row-reverse
}

.BodyTypeViewer.is-light .BodyTypeViewer__overview {
    flex-basis: 50%;
    margin-top: 0;
    text-align: left
}

.BodyTypeViewer.is-light .BodyTypeViewer__picture {
    flex-basis: 50%
}

.BodyTypeViewer.is-light .BodyTypeViewer__footer,
.BodyTypeViewer.is-light .BodyTypeViewer__technicalDataRawLabel,
.BodyTypeViewer.is-light .BodyTypeViewer__technicalDataRawValue,
.BodyTypeViewer.is-selected .BodyTypeViewer__footer,
.BodyTypeViewer.is-selected .BodyTypeViewer__technicalDataRawLabel,
.BodyTypeViewer.is-selected .BodyTypeViewer__technicalDataRawValue {
    background-color: #f2f2f2
}

.BodyTypeViewer.is-light .BodyTypeViewer__footer,
.BodyTypeViewer.is-selected .BodyTypeViewer__footer {
    border-top: 1px solid #f2f2f2
}

.BodyTypeViewer__body {
    padding: 8px 8px 4px
}

.BodyTypeViewer__name {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700
}

.BodyTypeViewer__figureIconChecked {
    position: absolute;
    z-index: 1;
    top: -8px;
    right: -8px;
    width: 24px;
    padding: 6px;
    border-radius: 50%;
    background-color: #efdf00;
    fill: #fff
}

.BodyTypeViewer__overview {
    margin-top: 8px;
    text-align: center
}

.BodyTypeViewer__changeBodyType {
    margin-top: 4px;
    font-size: 1.4rem;
    text-decoration: underline
}

.BodyTypeViewer__footer {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 4px 8px 8px;
}

.BodyTypeViewer__technicalDataRaw {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 4px;
    color: #656666;
    font-size: 1.3rem
}

.BodyTypeViewer__technicalDataRaw:last-of-type {
    margin-bottom: 8px
}

.BodyTypeViewer__technicalDataRaw:before {
    content: "";
    position: absolute;
    bottom: .5em;
    width: 100%;
    border-bottom: 1px dotted;
}

.BodyTypeViewer__technicalDataRawLabelWrapper {
    z-index: 1;
    max-width: 70%;
    background: white;
}

.BodyTypeViewer__technicalDataRawLabel,
.BodyTypeViewer__technicalDataRawValue {
    background-color: #fff
}

.BodyTypeViewer__technicalDataRawValue {
    z-index: 1;
    padding-left: 4px;
    font-weight: 700;
    white-space: nowrap
}

.BodyTypeViewer__technicalDataRawLabel {
    padding-right: 1px;
}

.BodyTypeViewer__chooseCTA {
    margin-top: auto
}

.BodyTypeSelector {
    width: 100%
}

.BodyTypeSelector__scrollContent {
    display: flex;
    padding: 0 32px
}

@media screen and (min-width:670px) {
    .BodyTypeSelector__scrollContent {
        padding: 0;
        margin: auto
    }
}

.BodyTypeSelector__scrollContent.is-light {
    padding: 8px 0
}

@media screen and (min-width:670px) {
    .BodyTypeSelector__scrollContent.is-light {
        padding: 8px 0
    }
}

.BodyTypeSelector__bodyTypeViewer {
    margin: 0 8px
}

.BodyTypeSelector__bodyTypeViewer:first-child {
    margin-left: 0
}

.BodyTypeSelector__bodyTypeViewer:last-child {
    margin-right: 0
}

.DimensionSelector {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:670px) {
    .DimensionSelector {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 32px
    }
}

.DimensionSelector__bodyType {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d6;
    margin-bottom: 24px
}

.DimensionSelector__bodyType:after,
.DimensionSelector__bodyType:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid
}

.DimensionSelector__bodyType:before {
    bottom: -27px;
    border-color: #d9d9d6 transparent transparent;
    border-width: 13px
}

.DimensionSelector__bodyType:after {
    bottom: -24px;
    border-color: #000 transparent transparent;
    border-width: 12px
}

@media screen and (min-width:670px) {
    .DimensionSelector__bodyType {
        width: auto;
        padding: 0;
        border: unset;
        margin: 0
    }

    .DimensionSelector__bodyType:after,
    .DimensionSelector__bodyType:before {
        content: none
    }
}

.DimensionSelector__dimensions {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensions {
        padding-left: 64px
    }
}

.DimensionSelector__dimensionsSelectLabel {
    padding-left: 12px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensionsSelectLabel {
        padding: 0;
        margin-bottom: 32px
    }
}

.DimensionSelector__dimensionsSelectLabelSvg {
    width: 16px;
    margin-left: 8px;
    fill: #fff
}

.DimensionSelector__dimensionsListContainer {
    display: flex;
    overflow: auto;
    margin-bottom: 24px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.DimensionSelector__dimensionsListContainer::-webkit-scrollbar {
    height: 0 !important
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensionsListContainer {
        overflow: unset
    }
}

.DimensionSelector__dimensionsList {
    display: flex;
    padding: 0 8px
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensionsList {
        padding: 0;
        margin: -8px -8px 32px;
        flex-wrap: wrap
    }
}

.DimensionSelector__dimensionsListItem {
    width: 120px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin: 4px;
    background-color: #fff
}

.DimensionSelector__dimensionsListItem.is-selected {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    border: 1px solid #efdf00;
    border-radius: 3px
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensionsListItem {
        margin: 8px
    }
}

.DimensionSelector__dimensionsListItemButton {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px;
    font-size: 1.4rem;
    line-height: 1
}

.DimensionSelector__dimensionsListItemButtonSvg {
    width: 60px;
    margin-top: 4px
}

.DimensionSelector__dimensionsFind {
    padding-left: 12px
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensionsFind {
        padding: 0
    }
}

.DimensionSelector__dimensionsFindLink {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700
}

.DimensionSelector__dimensionsFindLink:after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-left: 6px;
    border: 2px solid #efdf00;
    border-width: 2px 2px 0 0;
    vertical-align: middle
}

.DimensionSelector__dimensionsFindLink:hover:after {
    border-color: currentColor
}

@media screen and (min-width:670px) {
    .DimensionSelector__dimensionsFindLink {
        justify-self: flex-end
    }
}

.DimensionSelector__picture {
    filter: contrast(0) brightness(1.4)
}

.BodyTypeAndDimensionSelector {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: 1px solid #d9d9d6;
    background-color: #000
}

@media screen and (min-width:670px) {
    .BodyTypeAndDimensionSelector:after {
        content: none
    }
}

.BodyTypeAndDimensionSelector:after,
.BodyTypeAndDimensionSelector:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid
}

.BodyTypeAndDimensionSelector:before {
    bottom: -27px;
    left: calc(50% - 13px);
    border-color: #d9d9d6 transparent transparent;
    border-width: 13px
}

.BodyTypeAndDimensionSelector:after {
    bottom: -24px;
    left: calc(50% - 12px);
    border-color: #000 transparent transparent;
    border-width: 12px
}

.LCVDimensionsSpecsTableHeader__heading {
    height: 110px;
    padding: 8px;
    border: 1px solid #d9d9d6;
    border-top: none;
    background-color: #000;
    color: #fff;
    vertical-align: middle
}

.LCVDimensionsSpecsTableHeader__heading:last-child {
    display: table-cell;
    width: 32px
}

@media screen and (min-width:670px) {
    .LCVDimensionsSpecsTableHeader__heading:last-child {
        display: none
    }
}

.LCVDimensionsSpecsTableHeader__linkHeader {
    position: relative;
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline;
    margin-top: 8px;
    color: #fff
}

.LCVDimensionsSpecsTableHeader__linkHeader:after {
    content: "";
    transform: rotate(45deg);
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-left: 6px;
    border: 2px solid #efdf00;
    border-width: 2px 2px 0 0;
    vertical-align: middle
}

.LCVDimensionsSpecsTableHeader__linkHeader:hover:after {
    border-color: currentColor
}

.LCVDimensionsSpecsTableLine__td:first-of-type {
    position: relative;
    width: 50%
}

.LCVDimensionsSpecsTableLine__td:first-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, 0));
    left: 0
}

@media screen and (min-width:670px) {
    .LCVDimensionsSpecsTableLine__td:first-of-type {
        width: auto
    }
}

.LCVDimensionsSpecsTableLine__td:last-child {
    display: table-cell;
    width: 32px
}

@media screen and (min-width:670px) {
    .LCVDimensionsSpecsTableLine__td:last-child {
        display: none
    }
}

.LCVDimensionsSpecsTableLine__td,
.LCVDimensionsSpecsTableLine__th {
    height: 50px;
    padding: 8px;
    border: 1px solid #d9d9d6;
    vertical-align: middle
}

.LCVDimensionsSpecsTableLine__th {
    text-align: left
}

.LCVDimensionsSpecsTableLine__tr:nth-child(odd) {
    background-color: #fff
}

.LCVDimensionsSpecsTableLine__tr:nth-child(2n) {
    background-color: #f2f2f2
}

@keyframes loading-placeholder {
    0% {
        transform: scale(1);
        filter: blur(0)
    }

    to {
        transform: scale(.95);
        filter: blur(1px)
    }
}

.LCVDimensionsSpecsTablePlaceHolder {
    display: grid;
    margin: 64px 32px;
    grid-gap: 8px
}

.LCVDimensionsSpecsTablePlaceHolder.is-loading .LCVDimensionsSpecsTablePlaceHolder__column {
    animation: loading-placeholder 1.5s ease-in-out infinite alternate
}

.LCVDimensionsSpecsTablePlaceHolder__firstRow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 8px
}

.LCVDimensionsSpecsTablePlaceHolder__firstRow .LCVDimensionsSpecsTablePlaceHolder__column:first-child {
    border: none;
    background-color: inherit;
    animation: none
}

.LCVDimensionsSpecsTablePlaceHolder__column {
    background-color: #f2f2f2
}

.LCVDimensionsSpecsTablePlaceHolder__row {
    display: grid;
    grid-template-columns: calc(20% - 8px) 1fr;
    grid-auto-rows: 70px;
    grid-gap: 8px
}

.LCVDimensionsSpecsTable {
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.LCVDimensionsSpecsTable__wrapper {
    position: relative;
    margin: 32px
}

.LCVDimensionsSpecsTable__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, 0));
    transform: rotateY(180deg);
    top: 110px;
    right: 0
}

.LCVDimensionsSpecsTable__arrow {
    position: absolute;
    z-index: 1;
    top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 64px;
    padding: 0;
    background-color: #efdf00
}

.LCVDimensionsSpecsTable__arrow_left {
    left: calc(50% - 64px)
}

@media screen and (min-width:670px) {
    .LCVDimensionsSpecsTable__arrow_left {
        left: calc(25% - 24px)
    }
}

@media screen and (min-width:1024px) {
    .LCVDimensionsSpecsTable__arrow_left {
        left: calc(20% - 24px)
    }
}

.LCVDimensionsSpecsTable__arrow_right {
    right: 1px
}

@media screen and (min-width:670px) {
    .LCVDimensionsSpecsTable__arrow_right {
        right: -24px
    }
}

.LCVDimensionsSpecsTable__arrowIcon {
    width: 20px
}

.LCVDimensionsSpecsTable__arrowIcon path {
    fill: #fff
}

.LCVDimensionsSpecsTable__table {
    width: 100%;
    text-align: center
}

@media screen and (min-width:670px) {
    .LCVDimensionsSpecsTable__table {
        table-layout: fixed
    }
}

.LCVDimensionsSpecsTable__tableBody {
    color: #000
}