.catalog{align-items:center;display:flex;flex-direction:column}.catalog__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;height:100%;justify-content:center;row-gap:2em;width:100%}.subcategories a>span{text-wrap:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;width:15em}.subcategories button:active,.subcategories button:focus,.subcategories button:hover{border:1px solid transparent;outline:0}.subcategories>li>div{display:flex;justify-content:space-between}.subcategories>li ul{list-style:bullet;margin-left:1em;max-height:0;overflow:hidden;padding:initial;transition:max-height .3s ease-in-out}.subcategories>li i{transform:rotate(180deg);transition:.3s ease-in-out}.subcategories>li.open ul{max-height:40em}.subcategories>li.open i{transform:rotate(0deg)}.brand{padding-left:.5em;padding-right:.5em}.brand ul{list-style:none;padding:0}.brand a{color:var(--fg-color);-webkit-text-decoration:none;text-decoration:none}.brand__main{grid-column-gap:1em;display:grid;grid-template:100%/1fr 4fr;grid-template-areas:"a b b b";justify-content:space-between}.brand__main.flex{display:flex}.brand__main__products{display:flex;flex:1;flex-direction:column;gap:1em;grid-area:b}.brand__main__products header{display:flex;flex-direction:column;text-align:center}.brand__main__products__image{display:flex;justify-content:flex-end}.brand__main__products__show-filter-menu{display:none}.brand__main__products__filter-row{display:flex;justify-content:space-between}.brand__main__products__filter-row>*{width:100%}.brand__main__products__sort{display:flex;justify-content:flex-end}.brand__main__products__sort select{border:1px solid #d34600;font-size:.9em;padding:.5em}.brand__main__products__sort select:focus{outline:none}.brand__main__products__view{grid-gap:4em 1em;display:grid;gap:4em 1em;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));justify-content:center;width:100%}.brand__main__list{border-bottom:1px solid var(--border-color);padding:1em 0}.brand__main__list__child h2{font-size:1em}.brand__main__list a{white-space:nowrap}.brand__main__list__child{padding-left:1em}.brand__main__left-column{grid-area:a}@media(max-width:800px){.brand__main{display:flex}.brand__main__left-column{display:none}.brand__main__products__show-filter-menu{display:block}}.catalog-header{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}.catalog-header h1,.catalog-header h2,.catalog-header h3,.catalog-header p{margin:0}.catalog-header__info{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;justify-content:center}.catalog-header__title{align-items:baseline;display:flex;font-size:.9rem;font-weight:700;gap:.5em}.catalog-header__title i{color:gray;font-size:2em}.catalog-header__product-count{color:var(--brand-color)}.catalog-header__description{grid-column:1/-1}.catalog-header__actions{display:flex;gap:.5rem;justify-content:flex-end}.catalog-header__actions button{outline:none;padding:.25em}.catalog-header__filter{align-items:center;background:none;border:none;color:var(--color-primary);display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;outline:none}.catalog-header__filter>.icon{height:20px;width:20px}@media(min-width:800px){.catalog-header__filter{display:none}}.orderby{align-items:flex-start;display:flex;justify-content:flex-end}.orderby>button{background:none;border:none;color:var(--color-primary);display:flex;flex-direction:column;gap:.5rem;outline:none}.orderby>button>.icon{height:20px;width:20px}.orderby>select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-position-x:100%;background-position-y:50%;background-repeat:no-repeat;background-size:2rem;border:none;color:var(--brand-color);display:none;font-weight:700;padding-right:2rem}@media(min-width:800px){.orderby>button{display:none}.orderby>select{display:block}}.drawer--orderby .drawer__content{display:flex;flex-direction:column;gap:.5rem}.drawer--orderby h2,.drawer--orderby p{margin:0}.drawer--orderby p{font-size:.9rem;opacity:.75}.drawer--orderby__radios{display:flex;flex-direction:column;gap:.25rem}.drawer--orderby__radios label{align-items:center;display:flex}.drawer--orderby__radios label input{margin-right:.5rem}.drawer-enter-active,.drawer-enter-active .drawer__content,.drawer-leave-active,.drawer-leave-active .drawer__content{transition:all .3s ease}.drawer-enter,.drawer-leave-to{opacity:0}.drawer-enter .drawer__content,.drawer-leave-to .drawer__content{transform:translateY(100%)}.drawer{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(0,0,0,.5);left:0;top:0;z-index:7}.drawer,.drawer__content{bottom:0;position:fixed;right:0}.drawer__content{background-color:#fff;border-radius:.75rem .75rem 0 0;box-sizing:border-box;padding:1.5rem 3rem 1rem;width:100%;z-index:8}.drawer__actions{display:flex;gap:1rem;margin-top:.5rem}.drawer__actions button{background-color:var(--brand-color);border-radius:2em;color:var(--brand-color-invert);flex:1;padding:.75em 2em}.chips__wrapper{overflow-x:auto}.chips__list{display:flex;gap:.5em}.chips__list svg{height:10px;width:10px}.chips__list .chip{background-color:transparent;border:1px solid #000;border-radius:4px;color:#737373;cursor:pointer;display:flex;font-size:12px;gap:.5em;min-width:-moz-fit-content;min-width:fit-content;padding:.5em;text-align:center}.chips button{padding:0}.scroll-pagination{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.scroll-pagination__top{width:100%}.scroll-pagination__top button{margin:auto}.scroll-pagination__bottom{width:100%}.scroll-pagination__bottom button{margin:auto}.menu-filters-wrapper{background-color:rgba(0,0,0,.5);border:none;bottom:0;height:100%;left:0;padding:0;position:fixed;right:0;top:0;width:100%;z-index:7}.menu-filters-wrapper .menu-filters{background-color:var(--bg-color);border:1px solid #d1d5db;box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin-left:auto;max-width:300px;overflow-y:auto;padding:1em;position:relative;width:100%}.menu-filters-wrapper .menu-filters__title div{font-size:24px;margin:0;padding:0}.menu-filters-wrapper .menu-filters__close{cursor:pointer;position:absolute;right:1em;top:1em}.top{bottom:0;display:flex;font-size:18px;justify-content:flex-end;padding:1em;position:fixed;right:20px;z-index:3}.top button{background-color:var(--brand-logo-color);border-radius:1px;height:55px;opacity:.5;outline:none;width:55px}.top button:hover{opacity:.8}.top .icon{height:35px;width:35px}.product-page{display:flex;flex-direction:column;gap:100px;padding-bottom:2em;padding-top:0}.product-page h1{font-weight:700;margin:0;padding:0}.product-page h2{font-size:1.2em;font-weight:700;margin:0 0 10px}.product-page__breadcrumbs{margin-bottom:1em;width:100%}@media screen and (max-width:1050px){.product-page{padding-top:0}.product-page__breadcrumbs{margin-bottom:0}}.product-page__main{display:flex;gap:2em}.product-page__main__image{display:flex;flex-direction:column;gap:24px;max-width:500px;width:100%}.product-page__main__info{display:flex;flex-direction:column;gap:2rem}.product-page__main__aside{display:flex;flex-direction:column;gap:1em;width:100%}.product-page__main__aside__title{display:flex;flex-direction:column;gap:.5rem}.product-page__main__aside__title__top-seller{align-items:center;display:flex;gap:.625rem}.product-page__main__aside__title__top-seller span:first-child{color:var(--brand-color)}.product-page__main__aside__title__top-seller span:nth-child(3){color:var(--brand-color);font-size:10px}.product-page__main__extra{align-items:center;border-bottom:2px solid #f3f3f3;border-top:2px solid #f3f3f3;display:flex;justify-content:space-between;width:100%}.product-page__main__extra__icons{align-items:center;display:flex;justify-content:center}.product-page__main__short-description__note{color:red;font-size:.9em;font-weight:700}.product-page__main__buy{display:flex;flex-direction:column;gap:20px}.product-page__main__buy__button{font-weight:700;text-transform:uppercase}.product-page__main__buy__conditions{display:flex;flex-wrap:wrap;font-size:.7em;gap:2em;grid-area:main-conditions;justify-content:center;opacity:.6;text-transform:uppercase}.product-page__main__buy__conditions>div{display:flex;gap:6px}@media(max-width:868px){.product-page__main{flex-direction:column}.product-page__main__aside{padding:0}.product-page__main__image{max-width:390px}.product-page__main__image__single{height:auto;width:100%}}@media(max-width:690px){.product-page__main{flex-direction:column}.product-page__main__aside{padding:0}.product-page__main__title{margin-top:1em}.product-page__main__image{margin:0}.product-page__main__image__single{height:auto;width:max(150px,min(33vw,500px))}}@media(max-width:600px){.product-page__main__image{max-width:calc(100vw - 2em)}}.product-page__details{border:2px solid #f3f3f3;border-radius:6px;display:flex;flex-direction:column;gap:10px;padding:1.5em}.product-page__details__row{display:flex}.product-page__details__row span{width:100%}.product-page__details__row .link{-webkit-text-decoration:none;text-decoration:none}.product-page__details__row .link:hover{-webkit-text-decoration:underline;text-decoration:underline}.product-page__details__row .is-blue{color:var(--brand-color)}.product-page__details__bold{font-weight:700}.product-page__details p{display:flex;gap:.5em}.product-page__details p span:first-child{font-weight:700}.product-page__details p i{height:1.2em;width:1.2em}.product-page__details p i svg{fill:currentColor;height:20px;width:20px}.product-page__details p:not(:last-child){align-items:center}.product-page__details dl{margin:0}.product-page__details dl div{align-items:center;display:flex;gap:.5em;margin:1em 0}.product-page__details dl dt{font-weight:700}.product-page__details dl dd{margin:0}.product-page__details dl i{height:1.2em;width:1.2em}.product-page__details dl i svg{fill:currentColor;height:20px;width:20px}.product-page__details__documents{display:flex;flex-direction:column;gap:.5em}.product-page__details__documents>div{align-items:center;display:flex;gap:.5em}.product-page__details__documents .icon{height:20px;width:20px}.product-page__items-category{max-width:var(--container-width);width:100%}.product-page__items-category__header{margin-bottom:1em;text-align:center}.product-page__items-category__header div{align-items:center;justify-content:center}.product-page__items-category__header h2{font-size:2em;font-weight:700;position:relative}.product-page__items-category__header h2:after{background-color:var(--fg-color);border:none;content:"";display:block;height:3px;margin:.3em auto;position:relative;width:50px}.product-page__items-category__header__show-more{-webkit-text-decoration:none;text-decoration:none}.product-page .product-history .title{font-size:2em}@media screen and (max-width:500px){.product-page__main{flex-direction:column}}.product-page__buttons{display:flex;gap:1em}.product-page__buttons__wishlist{align-items:center;display:flex}.product-page__buttons__wishlist .icon{height:32px;width:32px}.product-page__buttons__wishlist .button--icon:active{outline:none}.product-page__buttons__buy{display:flex;flex-direction:column;gap:1em}.product-page__buttons__buy .icon{height:32px;margin-right:5px;width:32px}.product-page__buttons__buy .icon svg{fill:#fff}.product-page__video{display:flex;flex-direction:column;justify-content:center;margin-top:1em}.product-page__video__wrapper{margin:auto;max-width:750px}.product-page__video__wrapper,.product-page__video__wrapper iframe{aspect-ratio:16/9;height:auto;width:100%}.product-page__video__unavailable{align-items:center;background-color:#606060;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1em;width:100%}.product-page__video__unavailable .title,.product-page__video__unavailable button,.product-page__video__unavailable p{color:var(--bg-color)}.product-page__description{position:relative}.product-page__description:before{background-color:#f3f3f3;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:-1}.product-page__stock{font-style:italic;opacity:.6}.product-page__price{color:var(--brand-color);font-size:2em;font-weight:700;position:relative}.product-page__price--with-discount{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;margin-bottom:.5em}.product-page__price--with-discount .prices .price{color:#717171;font-weight:bolder}.product-page__price--with-discount .prices .price-old{font-size:.6em;font-weight:400;opacity:.6;-webkit-text-decoration:line-through;text-decoration:line-through}.product-page__price--with-discount .discount{background-color:var(--danger-color);border-radius:1em;color:var(--bg-color);font-size:.6em;font-weight:lighter;padding:.5em}.product-page__gallery{display:flex;flex-direction:column}.product-page__gallery__images{display:flex;flex-wrap:wrap;gap:1em;justify-content:center}.product-page__modal-gallery .modal{background-color:rgba(0,0,0,.7)!important;border:initial!important;border-radius:0!important;border-radius:initial!important;height:100vh!important;max-width:none!important;width:100vw!important}.product-page__modal-gallery .modal .modal__content{align-content:center;display:grid;height:100%;justify-content:center;padding:0;place-content:center;width:100%}.product-page__modal-gallery .modal .modal__content img{height:auto;width:100%}.product-page__modal-gallery .button--icon.modal__close i{height:32px;width:32px}.product-page__modal-gallery .button--icon.modal__close i svg{fill:#fff}.product-page__shipments{margin-top:2em}.product-page .stars_rating{text-align:left;text-align:initial}.product-page__reference{color:#717171}.product-page__reference__title{color:var(--brand-color);font-weight:600}.product-page__brand{border:1px solid var(--brand-color);border-radius:1em;color:var(--brand-color);display:inline-block;font-size:.8em;font-weight:700;padding:.3em .5em;text-transform:uppercase}.product-page__brand a{-webkit-text-decoration:none;text-decoration:none}.product-page__brand a,.product-page__brand a:hover{color:var(--brand-color)}.trust-banner[data-v-1813dd7c]{align-items:flex-start;background-color:#f0faf0;border:1px solid #28a745;border-radius:6px;display:flex;font-size:14px;gap:1rem;padding:1.25rem}.trust-banner__icon[data-v-1813dd7c]{height:40px;width:40px}.trust-banner__text[data-v-1813dd7c]{color:#166534;display:flex;flex-direction:column}.trust-banner__text a[data-v-1813dd7c]{color:#166534;font-weight:700}.is-copied svg{fill:var(--success-color)!important}.vehicle-gallery__grid{display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.vehicle-gallery__grid{flex-direction:row}}.vehicle-gallery__item{border-radius:8px;cursor:pointer;flex:1;height:120px;overflow:hidden;position:relative;width:100%}@media(min-width:768px){.vehicle-gallery__item{max-width:200px}}.vehicle-gallery__item img{border-radius:8px;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.vehicle-gallery__item.has-more:after{background:rgba(0,0,0,.25) var(--add-icon) center/55px 55px no-repeat;border-radius:8px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vehicle-gallery__item--more{align-items:center;align-self:center;border:1px solid;border-radius:8px;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:.875rem;font-weight:500;justify-content:center;padding:8px 16px;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap}.vehicle-gallery__lightbox{align-items:center;background:rgba(0,0,0,.9);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.vehicle-gallery__lightbox img{border-radius:4px}.lightbox__close{font-size:1.8rem;right:20px;top:16px}.lightbox__close,.lightbox__next,.lightbox__prev{background:none;border:none;color:#fff;cursor:pointer;position:fixed}.lightbox__next,.lightbox__prev{font-size:4rem;padding:0 16px;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.lightbox__prev{left:0}.lightbox__next{right:0}.lightbox__counter{bottom:20px;color:#fff;font-size:.9rem;left:50%;opacity:.7;position:fixed;transform:translateX(-50%)}