.dropdown{display:inline-block;position:relative;overflow:visible}
.dropdown .dropdown-label{display:flex;flex-direction:column;align-items:flex-start}
.dropdown .dropdown-label .header{font-size:.875rem;font-style:normal;font-weight:400;line-height:120%;color:#767676}
.dropdown .dropdown-label .value{font-size:1rem;font-style:normal;font-weight:400;line-height:120%}
.dropdown-button{background-color:#fff;padding:16px 40px 16px 16px;height:64px;font-size:1rem;border:1px solid #ddd;cursor:pointer;box-sizing:border-box;position:relative}
.dropdown-button::after{content:url("../../../../../../content/dam/im/assets/web/images/icon/chevron-down.svg");display:block;width:15px;height:17px;position:absolute;right:16px;top:0;bottom:0;margin:auto 0}
.dropdown-content{display:none;position:absolute;background-color:#fff;border:1px solid #ddd;box-shadow:0 8px 16px 0 rgba(0,0,0,0.15);z-index:1;left:0;top:100%}
.dropdown-content a{font-size:1rem}
.dropdown-content.show{display:block}
.dropdown-item,.header .cmp-header__vehicles-list .dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block;cursor:pointer;transition:background-color 250ms ease 0}
.dropdown-item:hover,.header .cmp-header__vehicles-list .dropdown-content a:hover{background-color:#f9f9f9}
@tablet-and-mobile{width:99.5%}
.header .cmp-header{display:flex;flex-direction:column;gap:2rem;margin-bottom:32px}
@media(min-width:768px){.header .cmp-header{flex-direction:row;justify-content:space-between;margin-bottom:24px}
}
.header .cmp-header__summary-section{display:flex;flex-direction:column;gap:1rem}
@media(min-width:768px){.header .cmp-header__summary-section{gap:1.5rem;max-width:924px}
}
.header .cmp-header__action-section{display:flex;flex-direction:column;justify-content:flex-start;min-width:200px}
.header .cmp-header__title{margin:0;color:#333}
.header .cmp-header__description{max-width:679px}
.header .cmp-header__description p{font-size:1.25rem;color:#333}
.header .cmp-header__description p:last-of-type{margin-bottom:0}
.header .cmp-header__vehicles-list{position:relative;display:inline-block}
.header .cmp-header__vehicles-list .dropdown-button{width:233px}
.header .cmp-header__vehicles-list .dropdown-content{min-width:160px;width:100%}
.header .cmp-header__vehicles-list .vehicle-dropbtn{width:233px}
@media screen and (max-width:1366px){.header .cmp-header__vehicles-list .vehicle-dropbtn{width:100%;text-align:left}
}
.header .cmp-header__vehicles-list .show{display:block;z-index:2}