@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);#cookiescript_injected .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark,#cookiescript_injected_fsd .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{height:unset}body,html{text-rendering:optimizeSpeed;background-color:#ebecec;color:#383e42;font-size:16px;line-height:1.5;min-height:100%;scroll-behavior:smooth;width:100%}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}svg{display:inline-block;height:24px}h1,h2,h3,h4,h5{font-family:Inter,serif;font-weight:700;margin-bottom:.5rem}@media (min-width:1200px){h1,h2,h3,h4,h5{margin-bottom:1rem}}h1{font-size:32px}@media (min-width:992px){h1{font-size:64px}}h2{font-size:24px}@media (min-width:992px){h2{font-size:32px}}h3{font-size:18px}@media (min-width:992px){h3{font-size:24px}}h4,h5{font-size:16px}p{margin-bottom:1rem}b,strong{font-weight:700}a{text-decoration:none}a,a:hover{color:#0094c6}a:hover{text-decoration:underline}a,button{cursor:pointer}hr{background:#ddd;border:none;display:block;height:1px;margin:32px 0;width:100%}@media (max-width:991px){.desktop-only{display:none!important}}@media (min-width:992px){.mobile-only{display:none!important}}.is-hidden{display:none!important}.btn{grid-gap:8px;align-items:center;background-color:#383e42;border:none;display:flex;flex-direction:row;font-size:16px;font-weight:700;height:44px;justify-content:space-between;padding:0 24px;transition:.3s;width:fit-content}.btn,.btn:hover{color:#fff;text-decoration:none}.btn:hover{box-shadow:0 4px 4px -2px rgba(0,0,0,.2);transform:translateY(-4px)}.btn:active{box-shadow:unset;transform:translateY(0)}.btn.btn--outline{background:transparent;color:#1c1f21}.btn.btn--primary{background-color:#ffc43d;color:#1c1f21}.btn.btn--secondary{background-color:#a4031f;color:#fff}.btn.btn--big{font-size:18px;font-weight:700;height:72px;padding:0 32px}.btn svg{height:20px}.no-scroll{overflow:hidden}@media (min-width:992px){.no-scroll{overflow:auto}}.blur{filter:blur(5px)}#error{display:none}#loader{align-items:center;display:flex;display:none;flex-direction:row;height:100%;justify-content:center;left:0;padding:8px;pointer-events:none;position:fixed;top:0;width:100%;z-index:10}#loader svg{animation:rotating 1s linear infinite;height:40px;width:40px}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:focus-visible{outline:none}.container{display:block;margin-left:auto;margin-right:auto;max-width:1400px;padding-left:1rem;padding-right:1rem;width:100%}.row{grid-gap:2rem;display:flex;flex-wrap:wrap}.row>*{width:100%}.row .col-3{width:calc(25% - 1.5rem)}.row .col-4{width:calc(33.333% - 1.333rem)}.row .col-6{width:calc(50% - 1rem)}.row .col-8{width:calc(66.667% - .667rem)}.row .col-9{width:calc(75% - .5rem)}@media (min-width:768px){.row .col-sm-3{width:calc(25% - 1.5rem)}.row .col-sm-4{width:calc(33.333% - 1.333rem)}.row .col-sm-6{width:calc(50% - 1rem)}.row .col-sm-8{width:calc(66.667% - .667rem)}.row .col-sm-9{width:calc(75% - .5rem)}}@media (min-width:992px){.row .col-md-3{width:calc(25% - 1.5rem)}.row .col-md-4{width:calc(33.333% - 1.333rem)}.row .col-md-6{width:calc(50% - 1rem)}.row .col-md-8{width:calc(66.667% - .667rem)}.row .col-md-9{width:calc(75% - .5rem)}}@media (min-width:1200px){.row .col-lg-3{width:calc(25% - 1.5rem)}.row .col-lg-4{width:calc(33.333% - 1.333rem)}.row .col-lg-6{width:calc(50% - 1rem)}.row .col-lg-8{width:calc(66.667% - .667rem)}.row .col-lg-9{width:calc(75% - .5rem)}}header{background-color:#fff;box-shadow:0 4px 3px -2px rgba(0,0,0,.15);height:64px;position:sticky;top:0;width:100%;z-index:5}@media (min-width:992px){header{height:112px}}header .header__logo{align-items:flex-start;margin-right:2rem}header .header__logo svg{display:block;height:35px;width:177px}@media (min-width:992px){header .header__logo svg{height:unset;max-width:325px;width:100%}}header .header-container{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between}header .header-container__nav{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}header .header-container__nav__item{color:#383e42;font-size:16px;font-weight:400;padding:8px 16px;text-decoration:none}header .header-container__nav__item:nth-of-type(1n+2){margin-left:1px}header .header-container__nav__item.active,header .header-container__nav__item:hover{background-color:#a4031f;color:#fff}header .header-container__burger{background-color:transparent;border:none;color:#1c1f21;padding:8px}header .header-container__burger svg{display:block}.mobile-menu{align-items:start;background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:start;left:-100%;position:fixed;top:0;transition:left .6s;width:100%;z-index:5}.mobile-menu.active{left:0}.mobile-menu__top{align-items:center;color:#000;display:flex;flex-direction:row;height:60px;justify-content:space-between}.mobile-menu__top h2{margin:0}.mobile-menu__top button{background-color:transparent;border:none;color:#383e42;padding:8px}.mobile-menu__top button svg{display:block}.mobile-menu__content{color:#383e42;flex-grow:1;overflow-y:auto;width:100%}.mobile-menu__content nav{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:1rem;text-align:center}.mobile-menu__content nav .mobile-menu__nav-item{color:inherit;display:block;font-size:24px;font-weight:700;margin-bottom:1rem;padding:8px 0;width:100%}.mobile-menu__content nav .mobile-menu__nav-item.active{background:#a4031f;color:#fff}.mobile-menu__content nav .languages__toggle{color:inherit}.mobile-menu__bottom{padding:1rem 0;text-align:center;width:100%}.mobile-menu__bottom__icons{grid-gap:4rem;align-items:center;display:flex;flex-direction:row;justify-content:center}.mobile-menu__bottom__icons svg{height:32px;width:32px}.mobile-menu__bottom__icons svg.icon_phone{color:#0094c6}.mobile-menu__bottom__icons svg.icon_whatsapp{color:#25d366}.mobile-menu__bottom__icons svg.icon_envelope{color:#ffc43d}.languages{position:relative}.languages svg.flag{border-radius:2px;box-shadow:0 0 3px rgba(0,0,0,.2);height:20px}.languages__toggle{align-items:center;background-color:transparent;border:none;display:flex;padding:4px 8px}.languages__toggle span{font-size:16px;margin-left:4px}.languages__toggle svg{height:8px;margin-left:4px}.languages__dropdown{background-color:#fff;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.2);display:none;overflow:hidden;position:absolute;right:0;top:100%}.languages__dropdown.open{display:block}.languages__dropdown .dropdown-item{align-items:center;color:#1c1f21;display:flex;padding:8px 16px;text-decoration:none;width:100%}.languages__dropdown .dropdown-item svg{margin-right:8px}.languages__dropdown .dropdown-item:hover{background-color:#ebecec}footer{background:#383e42}footer,footer a{color:#fff}footer a:hover{color:#ffc43d}footer .footer__top{padding-bottom:2rem;padding-top:2rem;text-align:center}@media (min-width:1200px){footer .footer__top{padding-bottom:4rem;padding-top:4rem;text-align:left}}footer .footer__top .logo svg{display:block;height:32px;margin:0 auto}@media (min-width:1200px){footer .footer__top .logo svg{margin:unset}}footer .footer__top h3{font-size:18px;margin-bottom:4px}footer .footer__top ul{list-style:none;margin:0;padding:0}footer .footer__top ul li{padding:4px 0}footer .footer__top__link{color:#ffc43d;text-decoration:underline}footer .footer__top__socials{grid-gap:1rem;align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:2rem}@media (min-width:1200px){footer .footer__top__socials{justify-content:flex-start}}footer .footer__top__socials svg{height:24px;width:24px}footer .footer__top__socials svg.icon_phone{color:#0094c6}footer .footer__top__socials svg.icon_whatsapp{color:#25d366}footer .footer__top__socials svg.icon_envelope{color:#ffc43d}footer .footer__bottom{border-top:1px solid #fff;display:block;font-size:14px;padding:1rem 0;text-align:center}.breadcrumbs{font-size:.875rem;overflow-x:auto}.breadcrumbs__list{list-style:none;margin:0;padding:0}.breadcrumbs__list,.breadcrumbs__list li{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.breadcrumbs__list li{white-space:nowrap}.breadcrumbs__list svg{height:12px;margin:0 12px}.breadcrumbs__list a{color:#fff}body.hidden-scroll{overflow:hidden}.sl-overlay{background:#000;bottom:0;display:none;opacity:.8;right:0;z-index:1035}.sl-overlay,.sl-wrapper{left:0;position:fixed;top:0}.sl-wrapper{height:100%;width:100%;z-index:1040}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{background:transparent;border:0;cursor:pointer;font-size:28px;padding:0}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{font-family:Arial,Baskerville,monospace;font-size:3rem;height:44px;line-height:44px;margin-right:-14px;margin-top:-14px;right:30px;width:44px;z-index:10060}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{color:#fff;display:none;position:fixed;top:30px}.sl-wrapper .sl-counter{font-size:1rem;left:30px;z-index:1060}.sl-wrapper .sl-navigation{display:none;width:100%}.sl-wrapper .sl-navigation button{color:#fff;display:block;font-family:Arial,Baskerville,monospace;height:44px;line-height:44px;margin-top:-22px;position:fixed;text-align:center;top:50%;width:22px;z-index:10060}.sl-wrapper .sl-navigation button.sl-next{font-size:2rem;right:5px}.sl-wrapper .sl-navigation button.sl-prev{font-size:2rem;left:5px}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{font-size:3rem;right:10px}.sl-wrapper .sl-navigation button.sl-prev{font-size:3rem;left:10px}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{font-size:3rem;right:20px}.sl-wrapper .sl-navigation button.sl-prev{font-size:3rem;left:20px}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{border:0;display:block;height:auto;margin:0;padding:0;width:100%}@media (min-width:35.5em){.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0}}@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0}}.sl-wrapper .sl-image .sl-caption{background:rgba(0,0,0,.8);bottom:0;color:#fff;display:none;font-size:1rem;left:0;padding:10px;position:absolute;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{bottom:5px;color:#fff;display:none;position:absolute;right:5px;z-index:1060}.sl-spinner{-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite;border:5px solid #333;border-radius:40px;display:none;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007}.sl-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.sl-transition{transition:-moz-transform .2s ease;transition:-ms-transform .2s ease;transition:-o-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease}@-webkit-keyframes pulsate{0%{opacity:0;transform:scale(.1)}50%{opacity:1}to{opacity:0;transform:scale(1.2)}}@keyframes pulsate{0%{opacity:0;transform:scale(.1)}50%{opacity:1}to{opacity:0;transform:scale(1.2)}}@-moz-keyframes pulsate{0%{opacity:0;transform:scale(.1)}50%{opacity:1}to{opacity:0;transform:scale(1.2)}}@-o-keyframes pulsate{0%{opacity:0;transform:scale(.1)}50%{opacity:1}to{opacity:0;transform:scale(1.2)}}@-ms-keyframes pulsate{0%{opacity:0;transform:scale(.1)}50%{opacity:1}to{opacity:0;transform:scale(1.2)}}.photoGallery figure{margin:0;position:relative}.photoGallery figure div.photo{height:100%;left:0;opacity:0;position:absolute;top:0;transition:.5s;width:100%}.photoGallery figure div.photo.active{opacity:1;z-index:1}.photoGallery figure div.photo iframe{display:block;height:100%;width:100%}.photoGallery figure a{cursor:zoom-in}.photoGallery figure img{display:block;width:100%}.photoGallery figure img.forSize{position:static}.photoGallery figure figcaption{background:#1c1f21;bottom:16px;color:#fff;font-size:1rem;font-weight:500;padding:8px 16px;position:absolute;right:16px;text-align:right;z-index:2}.photoGallery figure span{align-items:center;background:#fff;color:#1c1f21;cursor:pointer;display:none;height:40px;justify-content:center;opacity:.6;position:absolute;top:calc(50% - 30px);width:40px;z-index:2}@media (min-width:992px){.photoGallery figure span{display:flex}}.photoGallery figure span svg{display:block}.photoGallery figure span:hover{opacity:1}.photoGallery figure span.prev-photo{left:16px}.photoGallery figure span.next-photo{right:16px}.photoGallery nav{margin:1rem 0 0;overflow:hidden;position:relative}@media (min-width:992px){.photoGallery nav{margin:24px 0 0}}.photoGallery nav .hidebox{overflow:hidden}.photoGallery nav ul{display:flex;list-style:none;margin:0;padding:0;transition:margin .3s}.photoGallery nav ul li{flex-shrink:0;opacity:.5;padding:0 12px 0 0;position:relative;width:108px}.photoGallery nav ul li img{max-height:75px}@media (min-width:768px){.photoGallery nav ul li{padding:0 20px 0 0;width:138px}.photoGallery nav ul li img{max-height:98px}}@media (min-width:992px){.photoGallery nav ul li{padding:0 24px 0 0;width:180px}.photoGallery nav ul li img{max-height:unset}}.photoGallery nav ul li.active,.photoGallery nav ul li:hover{cursor:pointer;opacity:1}.photoGallery nav ul li img{display:block;max-height:117px;object-fit:cover;object-position:center;width:100%}.photoGallery nav ul li.video:before{background:hsla(0,0%,100%,.8);border-radius:50px;content:"\f04b";display:block;font:700 24px/24px Font Awesome\ 5 Pro;left:50%;padding:16px 14px 16px 18px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.photoGallery nav span{align-items:center;background:#fff;border-radius:4px;color:#1c1f21;cursor:pointer;display:flex;flex-direction:row;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:32px;z-index:1}@media (min-width:768px){.photoGallery nav span{width:40px}}.photoGallery nav span.scroll-left{left:8px}.photoGallery nav span.scroll-right{right:8px}.photoGallery .image-counter{font-size:14px;margin-top:16px;text-align:center}.axle-configuration{overflow:auto}.axle-configuration svg{height:inherit}.axle-configuration .vehicle-background{fill:#d4d4d4;stroke:#979797}.axle-configuration .vehicle-axis{fill:#fff;stroke:#262626;stroke-width:1}.axle-configuration .vehicle-axis.driven,.axle-configuration .vehicle-differential{fill:#262626}.axle-configuration .vehicle-differential-lock{stroke:#fff;stroke-width:2}.axle-configuration .vehicle-wheel{fill:#262626}.axle-configuration .vehicle-wheel.steering{transform:rotate(-10deg);transform-box:fill-box;transform-origin:center}.axle-configuration text{fill:#fff;font-size:.8125rem}.axle-configuration text.axis-specification{fill:#262626}.axle-configuration .extra-info-arrow{fill:#d8d8d8}.axle-configuration .backside{stroke:#979797;stroke-width:10}.axle-information__header{align-items:center;background:#ebecec;display:flex;flex-direction:row;flex-wrap:wrap;font-size:.875rem;font-weight:700;height:48px;justify-content:space-between;margin:0;padding:0 1rem}.axle-information__header__pos{font-weight:400}.axle-information__prop{grid-gap:1rem;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;font-size:.875rem;justify-content:space-between;min-height:48px;padding:.5rem 1rem}.axle-information__prop:nth-of-type(1n+2){border-top:1px solid #ebecec}.axle-information__prop__name{font-weight:700}@media (min-width:768px){.axle-information__prop{align-items:center;flex-direction:row}.axle-information__prop__value{text-align:right}}.contact-section{padding:4rem 0}@media (min-width:992px){.contact-section{padding:8rem 0}}.contact-section__content{background:#383e42;border-top:none;color:#fff;padding:2rem 1rem}@media (min-width:992px){.contact-section__content{padding:2rem}}.contact-section__content h3{margin:32px 0 4px}.contact-section__content__person{margin-top:1rem}.contact-section__content__person .name{font-weight:700}.contact-section__content__person .langs{grid-gap:.5rem;align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:.5rem}.contact-section__content__person .langs svg{height:16px}.contact-section__content__person .phone{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:.5rem}.contact-section__content__person .phone svg{height:20px;margin-right:.5rem}.contact-section__content__person .phone a{color:#fff;text-decoration:underline}.contact-section__links{list-style:none;margin:32px 0 0;padding:0}.contact-section__links li{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding:8px 0}.contact-section__links li a{color:#fff;text-decoration:underline}.contact-section__links li svg{height:24px;margin-right:8px}.contact-section__openinghours{list-style:none;margin:0;padding:0}.contact-section__openinghours li{padding:4px 0}.contact-form{position:relative}.contact-form .alert{border-radius:4px;color:#fff;display:none;margin-bottom:1rem;padding:8px 16px}.contact-form .alert--success{background:#00a65a;border:1px solid #008d4c}.contact-form .alert--warning{background:#f39c12;border:1px solid #e08e0b}.contact-form .alert--danger{background:#dd4b39;border:1px solid #d73925}.contact-form__loader{align-items:center;display:flex;display:none;flex-direction:row;height:48px;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px;z-index:10}.contact-form__loader svg{animation:rotating 1s linear infinite;color:#a4031f;height:48px;width:48px}.contact-form form,.contact-form form fieldset{border:none}.contact-form form fieldset:disabled{filter:blur(4px)}.contact-form form .form-group{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.contact-form form .form-group:nth-child(1n+2){margin-top:24px}.contact-form form .form-group label{font-size:14px;font-weight:400;line-height:24px}.contact-form form .form-group label.required:after{color:#d73925;content:"*";margin-left:4px}.contact-form form .form-group small{color:#d73925;display:none;margin:4px 0 0 8px}.contact-form form .form-group input,.contact-form form .form-group textarea{background:#ebecec;border:1px solid #ddd;display:block;font-size:16px;height:42px;padding:4px;width:100%}.contact-form form .form-group input[type=file],.contact-form form .form-group textarea[type=file]{color:#000;padding:8px}.contact-form form .form-group input.validate:valid,.contact-form form .form-group textarea.validate:valid{border-bottom:2px solid #008d4c}.contact-form form .form-group input.validate:invalid,.contact-form form .form-group textarea.validate:invalid{border-bottom:2px solid #d73925}.contact-form form .form-group input.validate:invalid+small,.contact-form form .form-group textarea.validate:invalid+small{display:block}.contact-form form .form-group input:focus,.contact-form form .form-group textarea:focus{border-bottom:2px solid #07c!important}.contact-form form .form-group textarea{height:120px;resize:none}.contact-form form .form-group .preview-files{grid-gap:4px;align-items:center;display:flex;flex-wrap:wrap;margin-top:4px}.contact-form form .form-group .preview-files img{display:block;opacity:.7;width:calc(25% - 3px)}.detail__top{background:#383e42;color:#fff;padding-bottom:1rem}@media (min-width:992px){.detail__top{padding-bottom:4rem}}.detail__top .breadcrumbs{padding:1rem 0}.detail__top__title{font-size:1.5rem;font-weight:700;margin:0}@media (min-width:992px){.detail__top__title{font-size:3rem}}.detail__top__price{align-items:center;background:#a4031f;color:#fff;display:flex;flex-direction:row;font-size:.875rem;font-weight:700;height:32px;justify-content:flex-start;margin-top:1rem;padding:0 1rem;position:relative;width:fit-content}.detail__top__price:after{border-bottom:16px solid transparent;border-left:16px solid #a4031f;border-top:16px solid transparent;content:"";display:block;height:100%;left:100%;position:absolute;top:0;width:1rem}.detail__top__general-info{margin-top:1rem}.detail__top__general-info ul{list-style:none;margin:0;padding:0}.detail__top__general-info ul li{align-items:center;border-bottom:1px solid #fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;min-height:56px}.detail__top__general-info ul li .key{font-weight:700}.detail__top__btns{grid-gap:1rem;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:2rem}.detail__top__btns .btn{flex-grow:1}@media (min-width:768px){.detail__top__btns .btn{width:40%}}.detail__top__btns__scrolltoformbtn.sticky{bottom:1rem;position:fixed;width:calc(100% - 2rem);z-index:1}.detail__top__sharing{margin-top:1rem}.detail__top__sharing h3{margin-bottom:.5rem}.detail__bottom{background:#fff;padding:2rem 0}@media (min-width:992px){.detail__bottom{padding:4rem 0}}.detail__bottom__h2{font-size:1.125rem;font-weight:700;margin:0}@media (min-width:992px){.detail__bottom__h2{font-size:1.5rem}}.detail__bottom__h2--description{margin:2rem 0 0}.detail__bottom__h2--axleconfig{margin:4rem 0 2rem}@media (min-width:992px){.detail__bottom__h2--axleconfig{text-align:center}}.detail__bottom__specs{font-size:.875rem;list-style:none;margin:1rem 0 0;overflow:hidden;padding:0}.detail__bottom__specs li{grid-gap:1rem;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;min-height:48px;padding:.5rem 1rem}.detail__bottom__specs li:nth-of-type(odd){background:#ebecec}.detail__bottom__specs li .key{color:#000;font-weight:700}.detail__bottom__accessories{grid-gap:1rem;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-size:.875rem;justify-content:flex-start;list-style:none;margin:1rem 0 0;overflow:hidden;padding:0;transition:.3s}.detail__bottom__accessories li{align-items:center;background:#ebecec;display:flex;flex-direction:row;justify-content:center;padding:.5rem 1rem}.detail__bottom__accessories li svg{color:#a4031f;margin-right:.5rem}.detail__bottom__vehicle-description{overflow:hidden}.detail__bottom__showmore{align-items:center;color:#0094c6;cursor:pointer;display:flex;flex-direction:row;font-size:.875rem;justify-content:flex-start;margin-top:.5rem}.detail__bottom__showmore svg{height:8px;margin-left:1rem}