.about__error {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
}
.about__error .suggest-text-query {
    font-size: 1.5rem;
    color: var(--orange);
    text-decoration: underline;
}
.about__error-red-border {
    border: 2px solid #ce2e22;
    border-radius: 3px;
}
.category__container {
    padding: .1rem 0 0 0;
    margin-top: 1rem;
}
.category__back.desktop__hidden {
    display: none;
}
.category .category__item a {
    text-decoration: none;
    color: var(--black);
    cursor: pointer;
    font-size: 1rem;
    display: block;
    transition: .4s;
}
.category__container .helpful-content-button {
    margin-top: 1.5rem;
    gap: 1rem;
    border: 1px solid var(--black);
    font-weight: 400;
    text-transform: initial;
}
.category__container .helpful-content-button img {
    transition-delay: 0.15s;
}
.category__container .helpful-content-button.is-open img {
    transform: rotate(180deg);
}
.category__container .helpful-content-button:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}  
.category__container .helpful-content {
    border: 1px solid #000;
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-top: 1rem;
}
.category__container .helpful-content-motorcycle {
    padding: .2rem .4rem;
    font-size: .875rem;
    text-align: justify;
    font-weight: 200;
    line-height: 1.5rem;
    margin-top: 1rem;
}
.category__container .helpful-content-motorcycle strong {
    font-size: .875rem;
    font-weight: 500;
}
.category__container .helpful-content-hidden {
    overflow: hidden;
    max-height: 0;
    transition: 0.45s ease-in-out all;
}
.is-bold {
    font-weight: 500;
}
.mobile-main-category {
    white-space: nowrap;
    width: 100%;
    margin: 0;
    gap: .8rem;
    flex-direction: unset;
    height: auto;
    scrollbar-width: none;
    overflow: hidden;
    overflow-x: scroll;
    display: none;
}
.category .category__item a.active {
    color: var(--orange);
}
.category .category__item a:hover {
    color: var(--orange);
    transition: .4s;
}
.category__container .category__title {
    font-size: 1.7rem;
    margin: 1.5rem 0 .5rem 0;
    font-weight: 700;
}
.category__container .category__back {
    color: var(--orange);
    text-decoration: none;
}
.category__container .category__back::before {
    content: '\2039 \00A0';
    font-size: 1.2rem;
    position: relative;
}
.articles__section {
    margin-top: 4rem;
}
@media only screen and (max-width: 575px){
    .articles__section {
        margin-top: 2rem;
    } 
}
.manufacturer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
    margin: 1.5rem 0 1rem;
    gap: 0.25rem 4rem;
}
.manufacturer-header img {
    width: 5rem;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}
.manufacturer-header .h1__style {
    margin: unset;
}
.articles__description.is__toggled {
    position: relative;
}
.articles__description {
    color: #242424;
}
.articles__description :where(p, ul, ol) {
    margin-bottom: 1rem;
}
.articles__description :where(p, a) {
    font-size: 1rem;
    line-height: 150%;
}
.articles__description a {
    font-weight: 400;
    color: var(--orange);
}
.articles__description h2:not(.h2__style),
.articles__description li:has(h2)::marker {
    font-size: 1.75rem;
}
.articles__description h3,
.articles__description li:has(h3)::marker {
    font-size: 1.5rem;
}
.articles__description h4,
.articles__description li:has(h4)::marker {
    font-size: 1.25rem;
}
.articles__description h5,
.articles__description li:has(h5)::marker {
    font-size: 1.125rem;
}
.articles__description :where(h1, h2, h3, h4, h5, h6) {
    margin: 2.5rem 0 1rem;
    line-height: 115%;
    font-weight: 600;
    color: var(--black);
}
.articles__description > :where(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 0;
}
.articles__description strong {
    color: var(--black);
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
}
.articles__description :where(s, span) {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: currentColor;
}
.articles__description :where(ul, ol) {
    padding-left: 1.25rem;
}
.articles__description :where(ul, ol) li {
    line-height: 130%;
}
.articles__description :where(ul, ol) li p:last-of-type {
    margin: unset;
}
.articles__description :where(ul, ol) li:not(:last-of-type) {
    margin-bottom: 0.25rem;
}
.articles__description li:has(h2, h3, h4, h5, h6)::marker {
    font-weight: 600;
    line-height: 115%;
    color: var(--black);
}
.articles__description .photo {
    float: left;
    max-width: 250px;
    padding: 1rem;
    margin-top:0;
}
@media only screen and (max-width: 575px){
    .articles__description h2:not(.h2__style),
    .articles__description li:has(h2)::marker {
        font-size: 1.6rem;
    }
    .articles__description h3,
    .articles__description li:has(h3)::marker {
        font-size: 1.4rem;
    }
    .articles__description h4,
    .articles__description li:has(h4)::marker {
        font-size: 1.2rem;
    }
    .articles__description h5,
    .articles__description li:has(h5)::marker {
        font-size: 1.1rem;
    }
}
.articles__section .settings {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 1rem;
}
.settings__per__page {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: var(--border-radius);
}
.settings__per__page .page__item {
    background: var(--white);
    padding: .96rem .9rem;
    cursor: pointer;
    text-align: center;
    transition: .6s;
    font-size: .938rem;
}
.settings__per__page .page__item:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #E0E0E0;
}
.settings__per__page .page__item:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #E0E0E0;
}
.settings__per__page .page__item--active {
    color: var(--orange);
    border: 1px solid var(--orange)!important;
    background: var(--white);
    transition: .6s;
}
.total__count {
    display: flex;
    flex-direction: column;
}
.total__count__item {
    color: #9B9B9B;
    font-size: 1rem;
    display: flex;
    gap: .4rem;
}
.items .count-view--wrapper {
    margin: 2rem 0 1rem 0;
}
.count-view--wrapper img[data-change-my-svg] {
    font-size: 22px;
}
.total__count__item .count__number {
    font-size: 1rem;
}
.articles__content {
    margin: 0;
    display: grid;
    grid-template-columns: 25% calc(75% - 1rem);
    gap: 1rem;
    align-items: start;
}
.mobile__filter {
    display: none;
    gap: 1rem;
    margin: 1rem 0;
    flex-direction: column;
    justify-self: end;
    width: 100%;
}
.mobile__filter .mobile__filter__buttons {
    display: none;
    justify-content: space-between;
    gap: 2rem;
    justify-self: end;
}
.mobile__filter.is-open .mobile__filter__buttons {
    justify-self: unset;
}
.mobile__filter__buttons .close__button {
    background: white;
    padding: 0 1rem;
    border-bottom: 1px solid #E0E0E0;
    display: none;
    align-items: center;
    justify-content: center;
}
.mobile__filter__buttons .close__button img {
    width: 1rem;
    max-width: unset;
    aspect-ratio: 1/1;
    object-fit: contain;
    transform: rotate(90deg);
}
.mobile__filter .filter__button {
    background: #fff;
    color: black;
    padding: 1rem;
    /*transition: .6s;*/
    font-size: 1rem;
    /*border-right: 1px solid #E0E0E0;*/
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    font-weight: 400;

}
.mobile__filter .filter__button.is__orange--transparent {
    background: none;
    color: var(--black);
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.mobile__filter .control__clear--filters {
    display: none;
    background: white;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 1rem;
}
.mobile__filter .filter__button.is__orange--transparent:before {
    content: url("/assets/svg/filter-dark.svg");
    height: 20px;
}
.filter__button .filter__count__mobile {
    background: var(--orange);
    padding: 0.125rem 0.25rem;
    color: white;
}
.mobile__filter .mobile__title--back .button__clear {
    margin-left: auto;
}
.mobile__filter .filter__bottom .button__clear {
    display: none;
}
.mobile__filter .filter__button.has__border {
    border: 1px solid var(--orange);
    padding: .8rem .5rem;
    color: var(--orange);
}
.mobile__filter .filter__button.has__border::before{
    content: url("/assets/svg/filter.svg");
}
.mobile__filter .searching__title {
    text-align: center;
}
.filters--modifier {
    display: none;
}
.filters .item {
    margin-bottom: 2.5rem;
}
.filters .filters__title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.filters .search__container, .mobile__filter .search__container {
    position: relative;
    margin-top: .4rem;
}
.filter .find__producer, .mobile__filter .find__producer {
    border: 1px solid #000;
    width: 100%;
    padding: .5rem;
    font-size: 1rem;
    height: 40px;
}
.filter__box--grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.filter__wrapper .search__container {
    padding: .7rem;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.search__container .search__button {
    top: 49%;
    right: 7%;
}
.filter__box--grid .filter__checkbox {
    cursor: pointer;
}
.filters .--scroll,
.mobile__filter .--scroll {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    align-items: center;
    height: 55px;
}
.filters .filter__box::-webkit-scrollbar,
.mobile__filter .filter__box::-webkit-scrollbar {
    width: 6px;
    scrollbar-width: thin;
    -ms-overflow-style: scrollbar;
}
.mobile__filter .--scroll::-webkit-scrollbar,
.filters .--scroll::-webkit-scrollbar {
    width: 3px;
    scrollbar-width: thin;
    -ms-overflow-style: scrollbar;
}
.filters .filter__box::-webkit-scrollbar-track,
.mobile__filter .--scroll::-webkit-scrollbar-track,
.filters .--scroll::-webkit-scrollbar-track {
    background: #E0E0E0;
    scrollbar-width: thin;
    -ms-overflow-style: scrollbar;
}
.filters .filter__box::-webkit-scrollbar-thumb,
.mobile__filter .filter__box::-webkit-scrollbar-thumb,
.mobile__filter .--scroll::-webkit-scrollbar-thumb,
.filters .--scroll::-webkit-scrollbar-thumb {
    background-color: #BFBFBF;
    border-radius: 0;
    scrollbar-width: thin;
    -ms-overflow-style: scrollbar;
}
.filter__box .filter__checkbox, .mobile__filter .filter__checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
    margin: 1.2rem 0;
    cursor: pointer;
}
.filter__item .checkbox__input {
    -webkit-appearance: none;
    border: 2px solid black;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 3px;
    position: relative;
    pointer-events: none;
}
.filter__item .checkbox__input:checked {
    border: 2px solid var(--orange);
}
.filter__item .checkbox__input:checked:after {
    content: url("/assets/svg/check.svg");
    font-size: .7rem;
    position: absolute;
    top: -1px;
    left: -1px;
}
.filter__item .checkbox__title {
    pointer-events: none;
}
.current__filters {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: .8rem .6rem;
    flex-wrap: wrap;
    white-space: nowrap;
    top: 46px;
    z-index: 80;
}
.current__filters .filter__dropdown {
    border: 1px solid black;
    padding: .94rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    border-radius: var(--border-radius);
}
.current__filters .filter__dropdown--single-switch .single-switch-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem 1rem;
    max-height: 17px;
}
.mobile__filter--container .filter .filter__dropdown--single-switch .single-switch-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
    align-items: center;
    gap: 0.5rem .375rem;
}
.current__filters[data-filter-controller-promotion-value="1"] div[data-filter-ui-seo-name-value="p"],
.mobile__filter[data-filter-controller-promotion-value="1"] div[data-filter-ui-seo-name-value="p"] {
    pointer-events: none;
    cursor: initial;
}
.filter__dropdown--mobile-rangeblock {
    cursor: initial;
}
.current__filters .filter__dropdown img{
    width: .875rem;
    height: .5rem;
    object-fit: contain;
    object-position: center center;
}
.current__filters .filter__dropdown.is__open {
    border-bottom: none;
    background: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.filters-bottom-container {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem .6rem;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-top: .8rem;
}
.filter {
    position: relative;
}
.filter.is-open .filter__dropdown {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    position: relative;
    box-shadow: inset 0 0 0 1px var(--black);
}
.filter.is-open .filter__dropdown::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    left: 1px;
    z-index: 56;
    width: calc(100% - 2px);
    height: 5px;
    background: var(--white);
}
.filter.is-open .filter__dropdown img {
    transform: rotate(180deg);
}
.filter .filter__wrapper {
    max-height: 400px;
    height: auto;
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    z-index: 55;
    width: 100%;
    max-width: 340px;
    min-width: 340px;
    border: 1px solid black;
}
.filter.is-open .filter__wrapper {
    display: flex;
    border-width: 2px;
}
.current__filters .filter__dropdown.filter__clear-btn img {
    width: 1rem;
    height: 1rem;
}
.current__filters .filter__dropdown.filter__clear-btn.clear-all-filters-disabled img {
    opacity: 0.4;
}
.clear-all-filters-disabled {
    color: var(--text-muted-strong);
    pointer-events: none;
    cursor: initial;
    user-select: none;
}
.filter .filter__wrapper--color {
    max-width: 380px;
    min-width: 380px;
}
.filter .filter__scroll {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    max-height: max-content;
    height: max-content;
    width: 100%;
}
.filter__scroll .filter__item {
    display: inline-flex;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    transition: .5s;
    justify-content: space-between;
}
.filter__item .filter__item--title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.filter__item .color__block {
    width: 40px;
    height: 19px;
    border: 1px solid #e3e3e3;
}
.filter__scroll .filter__item:hover {
    background: rgba(0,0,0,.03);
    transition: .5s;
}
.filter__scroll .filter__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.filter__wrapper .filter__bottom {
    display: flex;
    border-top: 1px solid black;
}
.filter__bottom .button__clear {
}
.current__filters--has-margin {
    margin-bottom: 1rem;
}
.filter .filter__count {
    border: 1px solid black;
    padding: 0 .3rem;
    background: #000;
    color: white;
    font-size: .9rem;
}
.current__filters .button__filter {
    border-radius: var(--border-radius);
    background: #282828;
    color: white;
    padding: .4rem .6rem;
    line-height: 1.3rem;
    font-weight: 200;
    font-size: .95rem;
}
.button__filter .filter__remove {
    font-weight: 1000;
}
.is__products__list__visible {
    display: block;
}
.products__list .product {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E0E0E0;
}
.products__list .product .product__img {
    grid-row: 1/3;
}
.products__list .product .absolute-image-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    max-width: calc(100vw/2);
    max-height: 100vh;
    border: 1px solid var(--orange);
}
.product .product__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FAFAFA;
    padding: .8rem;
}
.product .product__img img {
    width: 100%;
    height: 100%;
}
.product .product__img--list img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: 16/11;
    background: white;
}
.product .product__img--list picture {
    width: 100%;
}
.product__top {
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.product__top .product__id {
    color: #9B9B9B;
    font-size: 0.7rem;
    margin: 0 0 .3rem 0;
}
.product__top .product__id--big {
    font-size: 0.625rem;
}
.product__top .product__rate {
    font-size: .7rem;
}
.product__content .product__price,
.product__content .product__price s {
    font-size: 0.875rem;
    font-weight: 600;
}
.product__content .product__price--big {
    font-size: 1rem;
}
.product__content .product__description {
    font-size: 0.95rem;
    line-height: 1.25rem;
    text-align: left;
    text-decoration: none;
    color: var(--black);
    display: flex;
    word-break: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 56px;
}
.product__bottom {
    display: flex;
    align-items: center;
    gap: .7rem;
}
.product__bottom .not__available,
.product__grid__bottom .not__available {
    text-align: left;
    width: 100%;
    color: #c00202;
    font-weight: 700;
    text-transform: uppercase;
}
.filter .numeric__filter {
    padding: 1rem 1rem 2rem 1rem;
}
.numeric__inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.numeric__filter .numeric__inputs input {
    border: 1px solid #E0E0E0;
    width: 5rem;
    padding: .5rem;
    text-align: center;
    border-radius: var(--border-radius);
}
.numeric__inputs--pause {
    color: #E0E0E0;
    margin: 0.375rem;
}
.item .range {
    margin: 0 .6rem 0 .6rem;
}
.desktop__filters .numeric__filter .range {
    width: 80%;
    margin: auto;
}
.mobile__filter .numeric__filter .range {
    width: 95%;
    margin: auto;
}
.products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6rem 1rem;
    margin-bottom: 6rem;
}
.listing-tile-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.articles__section .products__grid--modifier {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.hide__grid {
    display: none;
}
.select__article--mod {
    padding-left: 45px;
    padding-right: 50px;
}
.product__img {
    display: flex;
    object-fit: cover;
    object-position: center;
    text-decoration: none;
    color: var(--black);
}
.articles__section .searching__title {
    font-size: 1.8rem;
    width: 100%;
}
.articles__content .cart__select {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list__cart__button {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.star__container {
    margin-top: .1rem;
    display: flex;
    justify-content: start;
    align-items: start;
}
.star__container img {
    max-width: 80px;
}
.star__container .product__rate__value {
    font-size: .75rem;
}
.filters .flex__container {
    justify-content: space-between;
}
.filters .switch input, .mobile__filter .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider, .mobile__filter .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider:before, .mobile__filter .switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider, .mobile__filter input:checked + .slider {
    background-color: var(--orange);
}
input:focus + .slider, .mobile__filter input:focus + .slider {
    box-shadow: 0 0 1px var(--orange);
}
input:checked + .slider:before, .mobile__filter input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 2rem
    0 3rem 0;
}
.pagination .first--page, .pagination .last--page {
    text-decoration: none;
    /*padding: .7rem 1rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .prev--page, .pagination .next--page {
    color: black;
    text-decoration: none;
}
.pagination .first--page img, .pagination .last--page img {

}
.be__fixed {
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.mobile__filter--container {
    display: none;
    background: white;
    height: 100%;
    overflow-x: hidden;
}
.mobile__filter.mobile__filter--pinned {
    background: white;
}
.is__bordered {
    border-bottom: 1px solid #f2f2f2;
}
.product__labels-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: .25rem;
    z-index: 2;
}
.product__grid .percent-promotion, .product__grid .percent-promotion, .product__grid .has-free-product, .product__grid .has-video,
.product .percent-promotion, .product .percent-promotion, .product .has-free-product, .product .has-video {
    font-size: .875rem;
    padding: .4rem .55rem;
    display: flex;
    border: none;
    color: white;
    font-weight: 600;
    background: var(--black);
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.product .new, .product__grid .new {
    background: #333;
    color: white;
    font-weight: 600;
    padding: .4rem .5rem;
    font-size: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.product__grid .has-free-product img,
.product .has-free-product img,
.product__grid .has-video img,
.product .has-video img {
    width: 1.125rem;
    height: 1.125rem;
    aspect-ratio: 1/1 !important;
    background: unset !important;
}
.product .free-delivery, .product__grid .free-delivery {
    color: var(--orange);
    font-weight: 400;
    padding: 0;
}
.product .percent.small__percent, .product__grid .percent.small__percent {
    font-size: .75rem;
    padding: .3rem .3rem;
}
.sorter__mobile--container, .mobile__view--container {
    display: flex;
    flex-direction: column;
}
.sorter__mobile--container .mobile--sorter,
.mobile__view--container .mobile--view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .95rem 1rem;
}
.sorter__mobile--container .mobile--sorter.active--sorter {
    background: #000;
    color: white;
}
.mobile__filter .control__wrapper {
    display: none;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0;
    z-index: 60;
    background: white;
}
.mobile__filter.is-open .mobile__filter__buttons {
    gap: 0;
}
.mobile__filter.is-open .filter__button  {
    width: 100%;
    cursor: initial;
}
.mobile__filter.is-open .be__fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 150;
}
.mobile__filter.is-open .mobile__filter__buttons .close__button,
.mobile__filter.is-open .control__wrapper {
    display: flex;
}
.mobile__filter.is-open .mobile__filter--container,
.mobile__filter.is-open .control__clear--filters {
    display: block;
}
.control__wrapper .control {
    border-radius: 0;
    font-size: .8rem;
    text-transform: uppercase;
}
.control__wrapper .control__show--filters {
    min-width: 260px;
}
.control__wrapper .control__show--filters .count__number {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.control__wrapper .control__disabled {
   border: 1px solid #ACACAC;
   color: #ACACAC;
}
.filters .searched__text {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.desktop__filters.sticky__filter {
    background: white;
    flex-wrap: nowrap;
    height: auto;
    width: 100%;
    left: 0;
    justify-content: start;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    position: fixed;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    padding: .4rem 1rem;
}
.sticky__filter .filter .filter__dropdown {
    padding: .6rem 1rem;
}
.range__item .range__img {
    width: 100%;
    display: flex;
    object-fit: fill;
    aspect-ratio: 16/9;
    object-position: center;
    background: white;
    height: 180px;
}
.range__item .range__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}
.range__item .range__link {
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    display: inline;
    cursor: pointer;
    transition: .6s;
    text-decoration: none;
    align-self: start;
    padding-bottom: .1rem;
    font-size: .9rem;
}
.range__item .range__link:hover {
    color: var(--orange);
    transition: .6s;
}
.range__item.--active {

}
/*fix for your motorcycle component*/
.items .your__motorcycle {
    margin: 0 0 1rem 0;
}

.filter__wrapper .mobile__title--back {
    display: none;
}
.articles__section .motorcycle__pieces .pieces__container {
    gap: 3rem 1rem;
}
.articles__section .motorcycle__pieces .pieces__container .container__item {
    height: min-content;
}
.filters {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.category {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.category .category__item {
    margin-bottom: 1.5rem;
}
.filters .tree__item {
    color: var(--black);
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
}
.filters .tree__item span {
    display: none;
    font-size: 0.875rem;
    color: var(--text-dark);
}
.filters .tree__item:hover {
    color: var(--orange);
}
span.past-content-span::after{
    content: attr(data-content-after);
}
@media only screen and (min-width: 801px) {    
    .category > .tree__item {
        font-size: 1.125rem;
        border-bottom: 1px solid var(--black);
        padding-bottom: 0.25rem;
    }
    .category .tree__item:not(:last-of-type) {
        margin-bottom: 0.75rem;
    }
    .category > .parent__tree .tree__item:last-of-type + .parent__tree{
        margin-top: 0.75rem;
        margin-bottom: unset;
    }
    .category > .parent__tree {
        margin-bottom: 1.125rem;
    }
    .category > .parent__tree > .tree__item {
        font-weight: 500;
    }
    .category > .parent__tree .parent__tree {
        margin-bottom: 0.875rem;
    }
    .filters .category > .parent__tree .parent__tree {
        margin-left: 1rem;
    }
    .clear-all-filters-disabled {
        border-color: var(--text-muted-strong) !important;
    }
}
.filters .tree__item.disabled {
    opacity: .4;
}
.filters .parent__tree {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
    .filters .category > .parent__tree .parent__tree {
        margin-left: 1.5rem;
    }
}
.filters .tree__item.item__active {
    color: var(--orange);
}
.category-is--hidden {
    display: none;
}
.top-sell-manufacturers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 1rem;
}
@media only screen and (max-width: 575px) {
    .top-sell-manufacturers {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
.top-sell-manufacturers .top-sell-manufacturer-item {
    border: 2px solid var(--black);
    padding: 1.4rem .5rem;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    cursor: pointer;
    color: var(--black);
    font-size: 1rem;
    transition: var(--btn-hover-duration) var(--btn-hover-ease) background,
        var(--btn-hover-duration) var(--btn-hover-ease) color;
}
.top-sell-manufacturers .top-sell-manufacturer-item:hover {
    background: var(--black);
    color: var(--white);
}
.show__more--text.show-more-text--js {
    display: flex;
    justify-content: center;
    color: var(--orange);
    cursor: pointer;
    text-transform: uppercase;
    align-items: start;
    align-self: flex-end;
    font-size: .9rem;
    margin-top: 1rem;
}
.toggle-switch {
    background: #ccc;
    border-radius: 16px;
    width: 50px;
    height: 24px;
    position: relative;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 4px;
    transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
    background: var(--orange);
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.products__list {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.products__list .product .product__id {
    color: #9B9B9B;
    font-size: 0.7rem;
    margin: 0 0 .3rem 0;
    display: flex;
}
.products__list .product .product__price {
    font-size: 1.2rem;
    font-weight: 600;
}
.products__list .product__price s {
    font-size: .9rem;
}
.products__list .product__description {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    line-height: 1.55rem;
}
.products__list .product .product__bottom--container {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.products__list .product [data-controller="basket"] {
    margin-right: auto;
}
.products__list .product .basket-button-wrapper {
    margin-top: 1rem;
    width: 100%;
}
.products__list .product .basket-button-wrapper .add-to-basket {
    width: auto;
}
.products__list .product .product__img img {
    width: 100%;
    display: flex;
    object-fit: contain;
    aspect-ratio: 16/13;
    object-position: center;
    background: white;
}
.motorcycle-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    list-style-position: inside;
}
@media screen and (min-width: 768px) {
    .motorcycle-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (min-width: 1024px) {
    .motorcycle-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .75rem 2rem;
    }
}
@media screen and (min-width: 1520px) {
    .motorcycle-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.motorcycle-list-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.motorcycle-list-item::marker {
    color: var(--orange);
}
.motorcycle-list-link {
    font-size: 1rem;
    line-height: 130%;
    font-weight: 400;
    color: var(--black);
    transition: .3s ease-in-out all;
}
.motorcycle-list-link:hover {
    color: var(--orange);
}
.motorcycle-list .motorcycle-list-item::marker {
    color: var(--orange);
    list-style-type: square;
}
.motorcycle-grid-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: .75rem 1rem;
    list-style-position: inside;
}
@media screen and (min-width: 576px) {
    .motorcycle-grid-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 768px) {
    .motorcycle-grid-list {
        grid-template-columns: repeat(3, 1fr);
        gap: .75rem 2rem;
    }
}
@media screen and (min-width: 1200px) {
    .motorcycle-grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
.motorcycle-grid-list__item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.motorcycle-grid-list__item::marker {
    color: var(--orange);
}
.motorcycle-grid-list__link {
    font-size: 1rem;
    line-height: 130%;
    font-weight: 400;
    color: var(--black);
    transition: .3s ease-in-out all;
}
.motorcycle-grid-list__link:hover {
    color: var(--orange);
}
.check-motorcycle-match {
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #333;
    color: white;
    flex-direction: column;
    width: 30%;
}
.check-motorcycle-match .left-side {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: start;
    align-items: center;
}
.check-motorcycle-match .check-match {
    border-radius: var(--border-radius);
    background: white;
    padding: .6rem .5rem;
    display: flex;
    cursor: pointer;
    color: black;
    width: 50%;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.check-motorcycle-match .left-side img {
    width: 40px;
    filter: invert(100%);
}
.category.category-hidden {
    overflow: hidden;
    max-height: 150px;
}
.toggle-category-list {
    margin: 1rem 0;
    text-align: center;
    width: 100%;
    color: var(--orange);
    cursor: pointer;
}
.list__articles .group-container {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.list__articles .groups {
    display: flex;
    flex-wrap: nowrap;
    gap: .3rem;
    overflow: hidden;
    position: relative;
}
.list__articles .groups .group-item {
    color: #000;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    padding: .2rem;
}
.list__articles .groups .group-item.is-text {
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: .5rem;
}
.list__articles .groups .group-item .item-img {
    width: 31px;
    object-position: center;
    object-fit: cover;
    aspect-ratio: 1;
}
.list__articles .groups .group-item.first-item {
    opacity: .6;
}
.product__more-options-btn {
    position: absolute;
    bottom: 0.25rem;
    left: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .25rem;
    background: #fff;
    color: var(--black, #000);
    padding: .4rem .5rem;
    font-size: .875rem;
    line-height: 100%;
    font-weight: 500;
    text-transform: lowercase;
    z-index: 2;
}
.product__grid .product__more-options-btn .product__more-options-btn-icon {
    width: 1rem;
    height: 1rem;
    aspect-ratio: 1 / 1;
    background: transparent;
}
.list__articles .groups .group-item.group-image-item {
    max-width: 40px;
    min-width: 40px;
}
.basket-button-wrapper {
    margin-top: auto;
}
.filter .filter__scroll--box .filter__item .checkbox__input {
    display: none;
}
.filter .filter__scroll--box {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    overflow: unset;
    overflow-x: hidden;
    height: auto !important;
    padding: 0 1rem;
}
.filter .filter__scroll--box .filter__item--title {
    line-height: 150%;
}
.filter .filter__scroll--box .filter__item {
    border: 1px solid #ddd;
    transition: .3s ease-in-out all;
}
.filter .filter__scroll--box .filter__item:has(.checkbox__input:checked) {
    background: var(--grey);
    border-color: var(--bg-medium-grey);
}
.filter .filter__scroll--box .filter__item:hover {
    background: #c7c7c7 !important;
    border-color: var(--bg-medium-grey) !important;
}
.filter .filter__scroll--color-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem 0.5rem;
}
.filter .filter__scroll--color-box .filter__item {
    padding: unset;
    padding-right: 0.25rem;
    min-height: 3rem;
    border: unset;
}
.filter .filter__scroll--color-box .filter__item .color__block {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
}
.filter .filter__scroll--color-box .filter__item .filter__item--title {
    font-size: 0.875rem;
    text-transform: capitalize;
    justify-content: unset;
    overflow: hidden;
    width: 100%;
}
@media only screen and (min-width: 1500px) {
    .articles__content {
        grid-template-columns: 20% calc(80% - 1rem);
    }
    .products__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1500px) {
    .check-motorcycle-match {
        width: 50%;
    }
}
@media only screen and (max-width: 1023px) {
    button[data-view-change] {
        display: none;
    }
    .products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem 1rem;
    }
    main#main__container {
        margin-top: 0;
    }
    .category__container {
        margin-top: 0;
    }
    .category__back.desktop__hidden {
        display: flex;
        margin-top: .5rem;
    }
    .container .breadcrumb {
        display: none;
    }
    .items .count-view--wrapper {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr);
    }
}
@media only screen and (max-width: 449px) {
    .product .product__img img {
        aspect-ratio: 16/12;
    }
}
@media only screen and (max-width:1023px) {
    .products__list .product {
        grid-template-columns: 3fr 7fr;
    }
}
@media only screen and (max-width: 800px) {
    .mobile-main-category {
        display: flex;
        margin-top: 1rem;
    }
    .numeric__filter .rangeable-container {
        width: 90%;
        margin: 0 auto;
    }
    .filters .category {
        white-space: nowrap;
        width: 100%;
        margin: 0;
        gap: .8rem;
        flex-direction: unset;
    }
    .filters .category .parent__tree {
        margin: 0;
        gap: .8rem;
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .filters .category .has__child:not(.is__child) {
        display: none;
    }
    .category .category__item a::before, .category .tree__item {
        content: '';
    }
    .category .category__item a, .category .tree__item, .mobile-main-category .category__item a {
        border: 1px solid black;
        width: auto;
        overflow: visible;
        display: inline-flex;
        align-items: center;
        gap: .25rem;
        height: auto;
        max-height: none;
        padding: .5rem;
        margin: 0;
        text-decoration: none;
        color: black;
    }
    .filters .category .tree__item b {
        font-weight: normal;
    }
    .category {
        white-space: nowrap;
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
    }
    [data-is-last="1"] {
        display: none;
    }
    div[data-select-moto] {
        width: 100%;
    }
    .articles__content {
        display: block;
    }
    .filters, .articles__section .settings {
        justify-content: center;
    }
    .mobile__filter {
        display: flex;
    }
    .mobile__filter .mobile__filter__buttons {
        display: flex;
    }
    .articles__section .settings {
        grid-row: 3;
    }
    .total__count .toggle__filters {
        display: none;
    }
    .products__list {
        margin-bottom: 6rem;
    }
    .product .product__content {
        gap: .6rem;
    }
    .list__articles .list__cart__button--small,
    .product__grid .product__grid__bottom .product__basket__card {
        display: none;
    }
    .mobile__filter--container .filter {
        display: flex;
        flex-direction: column;
    }
    .mobile__filter--container .filter .filter__dropdown {
        padding: 1.5rem 1rem;
        width: 100%;
        border-bottom: 1px solid #E0E0E0;
        text-align: left;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-auto-rows: auto;
        align-items: center;
        gap: 0.5rem .375rem;
    }
    .mobile__filter--container .filter .filter__dropdown.filter__mobile__display__items {
        padding: 1rem 1rem 1.4rem;
    }
    .mobile__filter--container .filter .filter__dropdown .filter__name,
    .mobile__filter--container .filter .filter__dropdown--single-switch .filter__item--title {
        font-size: 1rem;
        font-weight: 600;
    }
    .mobile__filter--container .filter .filter__dropdown img.no__events {
        width: 1rem;
        aspect-ratio: 1/1;
        object-fit: contain;
        transform: rotate(270deg);
    }
    .mobile__filter--container .filter .search__container {
        border: none;
        padding: 0 1rem;
        margin-top: 1rem;
    }
    .mobile__filter--container .filter .filter__wrapper {
        border: none;
        position: fixed;
        max-width: 100%;
        z-index: 100;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        max-height: 100%;
    }
    .mobile__filter--container .filter__scroll .filter__item {
        border: none;
        padding: .75rem 1rem;
    }
    .filter .filter__scroll--color-box {
        padding: 0 1rem;
    }
    .filter .filter__scroll--color-box .filter__item {
        padding: unset;
        padding-right: 0.25rem;
    }
    .filter .filter__scroll--box:not(.filter__scroll--color-box) .filter__item {
        border: 1px solid #ddd;
    }
    .mobile__filter--container .search__container .search__button {
        right: 40px;
    }
    .mobile__filter--container .filter .filter__scroll {
        margin-top: 1rem;
        max-height: unset;
        height: 100%;
    }
    .mobile__filter--container .filter .numeric__filter {
        height: 350px;
        max-height: 350px;
    }
    .mobile__filter--container .filter__wrapper .filter__bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: none;
        padding: 1rem 0;
        margin-top: auto;
    }
    .mobile__filter--container .filter__bottom .button__save {
        max-width: 260px;
        width: 100%;
    }
    .mobile__filter--container .mobile__title--back {
        display: flex;
        align-items: center;
        padding: 1rem;
        gap: 2rem;
        border-bottom: 1px solid #ddd;
    }
    .mobile__filter--container .mobile__title--back .back__button {
        width: 1rem;
        aspect-ratio: 1/1;
        object-fit: contain;
        transform: rotate(90deg);
        cursor: pointer;
    }
    .mobile__filter--container .mobile__title--back .title {
        font-weight: 400;
        font-size: 1rem;
    }
    .mobile__filter--container .filter .filter__count {
        font-size: 1rem;
        color: var(--text-dark);
        background: var(--white);
        border: none;
        padding: unset;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
        grid-row: 2;
    }
    .category-is--hidden {
        display: flex;
    }
    .mobile__filter--container .filter--mobile-price-range .filter__dropdown {
        border-bottom: unset;
    }
    .mobile__filter--container .filter--mobile-price-range .filter__wrapper {
        position: static;
        display: flex;
        border-bottom: 1px solid #E0E0E0;
        z-index: 0;
    }
    .mobile__filter--container .filter--mobile-price-range .numeric__filter{
        height: auto;
        max-height: unset;
    }
}
@media only screen and (width: 767px) {
    .items .your__motorcycle {
        margin: 0 -8px;
    }
    .product__bottom--container .grid__container--price {
        margin-top: 1rem;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .category__container .helpful-content {
        padding: 1rem;
    }
    .category__container .helpful-content-button {
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .items .your__motorcycle {
        margin: 0 -16px;
    }
    .check-motorcycle-match {
        flex-direction: column;
        width: 100%;
    }
    .product__bottom--container .grid__container--price {
        flex-direction: column-reverse;
        align-items: start;
    }
}
@media only screen and (max-width: 575px) {
    .items .your__motorcycle {
        margin: 0 -15px;
    }
    .range__item .range__img, .range__item .range__link {
        display: none;
    }
    .range__item .range__title {
        border: 1px solid black;
        white-space: nowrap;
        padding: 1rem 1.8rem;
        font-size: 1rem;
        font-weight: 300;
    }
    .items .your__motorcycle {
        margin: 0 -15px;
    }
}
@media only screen and (min-width: 601px) {
    .filter__bottom button {
        padding: 1rem;
        width: 100%;
        cursor: pointer;
    }
    .filter__bottom .button__save {
        background: var(--orange);
        color: white;
        border: 1px solid var(--orange);
    }
}
@media only screen and (max-width: 600px) {
    .desktop__filters {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .list__articles .groups .group-item {
        display: none;
    }
    .product__grid .product__grid__bottom {
        gap: 0;
    }
    .filters, .articles__section .settings * {
        width: 100%;
    }
    .category {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .category::-webkit-scrollbar {
        display: none;
    }
    .category .category__item a::before {
        content: '';
    }
    .category__back.mobile__hidden {
        display: none;
    }
    .total__count .total__count__item {
        display: none;
    }
}
.special__product--item {
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 1.2rem;
    padding: 3rem 0;
}
.is__rotated {
    transform: rotate(180deg);
}
.retry-search {
    background: var(--orange);
    border-radius: var(--border-radius);
    color: white;
    text-transform: uppercase;
    padding: .6rem 1rem;
    font-weight: var(--button-orange-weight);
    display: inline-flex;
    margin-top: 1rem;
}
.browse-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 2rem;
}
.browse-options__tile {
    padding: 1rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.375rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 4rem;
    background: var(--white);
}
.browse-options__tile-text {
    font-size: 1rem;
    line-height: 115%;
    font-weight: 500;
    color: var(--black);
    text-align: center;
    z-index: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.browse-options__icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.browse-options__icons-wrapper img {
    width: 0.875rem;
    height: 0.875rem;
}
@media only screen and (max-width: 575px) {
    .browse-options {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .browse-options__tile-text {
        font-size: 0.875rem;
    }
}
.filter .is-disabled {
    pointer-events: none;
    cursor: initial;
}
.filter .button__clear.is-disabled {
    color: var(--text-muted-strong);
}
.filter .button__save.is-disabled {
    background: var(--text-muted-strong);
    border-color: var(--text-muted-strong);
}
.top-categories {
    margin-bottom: 2rem;
}
.suggested-manufacturers {
    padding-bottom: 2rem;
}
.suggested-manufacturers__title {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--black);
}
.top-categories__list {
    list-style: unset;
    display: flex;
    flex-wrap: wrap;
}
.top-categories__list {
    gap: .8rem .6rem;
}
.suggested-manufacturers .swiper-slide {
    width: auto;
}
.suggested-manufacturers .swiper-scrollbar-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out all;
    margin-top: 0.375rem;
}
.suggested-manufacturers .swiper-scrollbar {
    background: #e0e0e0;
    position: static !important;
    cursor: pointer;
}
.suggested-manufacturers .swiper-scrollbar .swiper-scrollbar-drag {
    background: #a9a9a9;
}
.top-categories__item,
.suggested-manufacturers__link {
    display: flex;
}
.suggested-manufacturers__img {
    height: 5rem;
    object-fit: contain;
    object-position: center;
    user-select: none;
}
.suggested-manufacturers:hover .swiper-scrollbar-wrapper {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out all;
}
.contain-buttons-wrapper {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.contain-buttons-wrapper .moto__add-to-garage,
.contain-buttons-wrapper .helpful-content-button {
    margin-top: unset;
}
@media only screen and ( max-width: 575px ) {
    .contain-buttons-wrapper:not(.contain-buttons-wrapper--has-ranked) {
        flex-wrap: unset;
        align-items: unset;
        gap: 0.5rem;
    }
    .contain-buttons-wrapper:not(.contain-buttons-wrapper--has-ranked) > button, 
    .contain-buttons-wrapper:not(.contain-buttons-wrapper--has-ranked) > a {
        width: 100%;
        padding: 1.25rem 0.75rem;
    }
    .contain-buttons-wrapper.contain-buttons-wrapper--has-ranked > button, 
    .contain-buttons-wrapper.contain-buttons-wrapper--has-ranked > a {
        flex: 1;
    }
    .article-ranked-btn {
        width: 100%;
        flex: auto !important;
    }
}
@media only screen and ( max-width: 767px ) {
    .suggested-manufacturers .swiper-scrollbar-wrapper {
        display: none;
    }
}
.moto-params {
    display: flex;
    flex-direction: column;
    background: var(--background);
    border-radius: var(--border-radius);
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.articles__section .moto-params {
    margin-top: unset;
}
.moto-params__toggle-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 125%;
    text-align: start;
}
.moto-params__toggle-button img {
    width: 0.75rem;
    height: 0.75rem;
    user-select: none;
}
.moto-params__toggle-button.is-open img {
    transform: rotate(180deg);
}
.moto-params__list-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease-in-out all;
}
.moto-params__list-wrapper.is-open {
    max-height: unset;
}
.moto-params__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
    padding: 0.5rem 1rem 1rem;
}
.moto-params__item {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 130%;
}
.moto-params__link {
    color: var(--orange);
    line-height: inherit;
    font-size: inherit;
    font-weight: 400;
}
.moto-params__no-link {
    color: var(--black);
    font-size: inherit;
    font-weight: 300;
    line-height: inherit;
}
@media only screen and (min-width: 410px) {
    .moto-params__toggle-button  {
        font-size: 1rem;
    }
    .moto-params__toggle-button img {
        width: 0.875rem;
        height: 0.875rem;
    }
}
@media only screen and (min-width: 500px) {
    .moto-params__toggle-button {
        font-size: 1rem;
        padding: 1.5rem;
    }
    .moto-params__toggle-button img {
        width: 1rem;
        height: 1rem;
    }
    .moto-params__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));     
        gap: 1rem;
        padding: 0.5rem 1.5rem 1.5rem;
    }
    .moto-params__item {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        font-size: 1rem;
    }
    .moto-params__link {
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
    }
}
@media only screen and (min-width: 1024px) {
    .moto-params__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem 1rem;
    }
    .moto-params__toggle-button {
        font-size: 1.125rem;
    }
    .moto-params__list-wrapper {
        transition: 0.2s ease-in-out all;
    }
    .contain-buttons-wrapper .helpful-content-button--right-align {
        margin-left: auto;
    }
}
@media only screen and (min-width: 1500px) {
    .moto-params__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1760px) {
    .moto-params__list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .desktop__filters .filter__clear-btn {
        margin-left: auto;
    }
}
.list__articles .products__list .product .product__img .product__image--additional,
.list__articles .products__list .group-container {
    display: none;
}
.list__articles .products__list .product__bottom--container {
    justify-content: flex-end;
}
.list__articles .products__list .product__more-options-btn {
    white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
    .list__articles .products__list .product__labels-wrapper,
    .list__articles .products__list .product__more-options-btn {
        display: none;
    }
}
@media only screen and (max-width: 399px) {
    .product__labels-wrapper {
        display: none;
    }
}
.ranked-categories-btn-wrapper {
    display: flex;
    margin-top: 1.5rem;
}