endurrad.it Open in urlscan Pro
23.227.38.73  Public Scan

Submitted URL: http://endurrad.lt/
Effective URL: https://endurrad.it/en?tcl=en&shpxid=d63c8831-e48b-4fd5-b91f-e943e0cf2ede
Submission: On August 14 via api from US — Scanned from CA

Form analysis 32 forms found in the DOM

POST /en/localization

<form method="post" action="/en/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/en?tcl=en&amp;shpxid=d63c8831-e48b-4fd5-b91f-e943e0cf2ede">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="IT">
      <country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
            <span class="text-start">Italy (EUR&nbsp;€)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="IT" aria-selected="true">
              <span class="pointer-events-none">Italy (EUR&nbsp;€)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select id="nav-localization-language"><label class="label visually-hidden no-js-hidden" for="nav-localization-language-button">Tongue</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-language-button"
            style="--custom-select-button-width: -32px;">
            <span class="text-start">English</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-language-opt-1">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-0" role="option" data-value="it">
              <span class="pointer-events-none">Italiano</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-1" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-2" role="option" data-value="tr">
              <span class="pointer-events-none">Türkçe</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-3" role="option" data-value="hu">
              <span class="pointer-events-none">Magyar</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error retrieving countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /en/search

<form class="search relative search--speech" role="search" action="/en/search" method="get">
  <label class="label visually-hidden" for="header-search">Near</label>
  <script src="//endurrad.it/cdn/shop/t/32/assets/search-form.js?v=43677551656194261111718169786" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for Electronics" data-placeholder-one="Search Bags and Backpacks" data-placeholder-two="Search for Electronics"
      data-placeholder-three="Search for Protections" data-placeholder-prompts-mob="true" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false"><button
      class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Near</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
        </path>
      </svg>
    </button>
    <button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Restore</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Search by item" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//endurrad.it/cdn/shop/t/32/assets/speech-search.css?v=47207760375520952331718169786" rel="stylesheet" type="text/css" media="all">
    <script src="//endurrad.it/cdn/shop/t/32/assets/speech-search.js?v=106462966657620737681718169786" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194698072" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48063698567512"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/shockproof-bags-for-crash-bars" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194698072"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9209746587992" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48305204035928"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/bottle-cage-for-motorcycle-travels" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9209746587992"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-7980961300719" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="43728067363055"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/bracket-spotlights-bmw-gs" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="7980961300719"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194468696" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48063698305368"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/spotlights-for-enduro-motorcycles" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194468696"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9217346404696" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48323283616088"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/clutch-lever-with-integrated-light-switch-for-bmw-motorcycles" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id"
    value="9217346404696"><input type="hidden" name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194599768" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48307357679960"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/semi-rigid-cases-cfmoto-800mt" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194599768"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194796376" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48063698665816"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/tank-bag-for-bmw-gs" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194796376"><input type="hidden" name="section-id"
    value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194960216" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48496554180952"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/motorcycle-crash-bar-protection" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194960216"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9264341287256" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48412957475160"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/riser-for-bmw-r1250-gs" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9264341287256"><input type="hidden" name="section-id"
    value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9229397098840" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48344312643928"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/semi-rigid-suitcases-for-bmw-r-1200-1250-gs" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9229397098840"><input
    type="hidden" name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9289194176856" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48483575955800"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/motorcycle-lights-l16" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9289194176856"><input type="hidden" name="section-id"
    value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194927448" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48126731911512"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/rear-view-mirrors-for-honda-africa-twin-crf1100l" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194927448"><input
    type="hidden" name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9111194763608" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48269262618968"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/shockproof-suitcases-for-maxienduro-alps" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9111194763608"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9294615773528" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48497312039256"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/pike-tracker-aluminium-suitcases" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9294615773528"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9293800276312" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48495202271576"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/semi-rigid-suitcases-for-bmw-f750-850-gs" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9293800276312"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9264336470360" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48412949086552"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/riser-for-bmw-r1200-gs" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9264336470360"><input type="hidden" name="section-id"
    value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9229714063704" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48344859836760"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/semi-rigid-suitcases-for-triumph-tiger-900-rally-pro" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9229714063704"><input
    type="hidden" name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9229602816344" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48344636522840"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/semi-rigid-suitcases-for-ktm-1290-adv" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="9229602816344"><input type="hidden"
    name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-9229485408600" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="48344427495768"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/loboo-motorcycle-accessories/products/semi-rigid-suitcases-for-honda-africa-twin-crf-1100l-adv" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id"
    value="9229485408600"><input type="hidden" name="section-id" value="template--22568825258328__featured_collection_gfUYtN">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-8614899220824" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="46913943535960"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/enduro-motorcycle-protections/products/heat-shrink-grip-covers-for-motorcycles" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="8614899220824"><input type="hidden"
    name="section-id" value="template--22568825258328__featured-collection">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-7469832962287" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42139310260463"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/enduro-motorcycle-protections/products/anti-glare-visor-for-tft-display-bmw-gs-1200-1250" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="7469832962287"><input
    type="hidden" name="section-id" value="template--22568825258328__featured-collection">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-7963083276527" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="47171628826968"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/enduro-motorcycle-protections/products/cylinder-protection-for-bmw-gs-1250" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="7963083276527"><input type="hidden"
    name="section-id" value="template--22568825258328__featured-collection">
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="quick-add-7472131834095" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42148826513647"><button class="btn btn--primary w-full" data-add-to-cart-text="ADD TO CART" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon" translate="no">
      <span class="visually-hidden">ADD TO CART</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">ADD TO CART</span>
  </button>
  <a href="/en/collections/enduro-motorcycle-protections/products/cardano-protection-bmw-gs-1" class="btn btn--secondary quick-add-view-btn">Show details</a><input type="hidden" name="product-id" value="7472131834095"><input type="hidden"
    name="section-id" value="template--22568825258328__featured-collection">
</form>

POST /en/cart

<form class="form" id="cart-drawer-form" action="/en/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="21" height="19" viewBox="0 0 21 19" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M10 6.25V.5h1.5v5.75H21l-3.818 12H3.818L0 6.25h10Zm-7.949 1.5 2.864 9h11.17l2.864-9H2.05h.001Z"></path>
      </svg>
      <p>Your shopping cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:<span class="transcy-money" translate="no">€0,00 EUR</span>
    </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="related-product8614899220824" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="46913943535960"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="ADD TO CART">ADD TO CART</button><input type="hidden"
    name="product-id" value="8614899220824"><input type="hidden" name="section-id" value="sections--22568825979224__cart-drawer"></form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="related-product7469832962287" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="42139310260463"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="ADD TO CART">ADD TO CART</button><input type="hidden"
    name="product-id" value="7469832962287"><input type="hidden" name="section-id" value="sections--22568825979224__cart-drawer"></form>

POST /en/cart/add

<form method="post" action="/en/cart/add" id="related-product7844034838767" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="43348186202351"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="ADD TO CART">ADD TO CART</button><input type="hidden"
    name="product-id" value="7844034838767"><input type="hidden" name="section-id" value="sections--22568825979224__cart-drawer"></form>

POST /en/contact#footer-signup_form

<form method="post" action="/en/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, newsletter">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">E-mail</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /en/localization

<form method="post" action="/en/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/en?tcl=en&amp;shpxid=d63c8831-e48b-4fd5-b91f-e943e0cf2ede">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="IT">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">Italy (EUR&nbsp;€)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="IT" aria-selected="true">
              <span class="pointer-events-none">Italy (EUR&nbsp;€)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select id="footer-localization-language"><label class="label visually-hidden no-js-hidden" for="footer-localization-language-button">Tongue</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-language-button"
            style="--custom-select-button-width: 20px;">
            <span class="text-start">English</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-language-opt-1">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-0" role="option" data-value="it">
              <span class="pointer-events-none">Italiano</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-1" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-2" role="option" data-value="tr">
              <span class="pointer-events-none">Türkçe</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-3" role="option" data-value="hu">
              <span class="pointer-events-none">Magyar</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error retrieving countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Skip to content

🚚 FREE EUROPE ORDERS > €200

TOP ACCESSORIES FOR YOUR MOTORCYCLE

🚚 FREE ITALY ORDERS > €100

ContactsFAQ
Country/Region
Italy (EUR €)
 * Italy (EUR €)

Tongue
English
 * Italiano
 * English
 * Türkçe
 * Magyar

Near Near Restore


Log in Basket

Menu
 * MOTORCYCLE
    * Backwards
    * MOTORCYCLE
    * 
      APRILIA
       * 
         TUAREG 660
       * Go to APRILIA
   
    * 
      BENELLI
       * 
         TRK 702
       * Go to BENELLI
   
    * 
      BMW
       * 
         G310 GS
       * 
         F650 GS
       * 
         F700 GS
       * 
         F750 GS
       * 
         F800 GS
       * 
         F850 GS
       * 
         F850 GS ADV
       * 
         F900 GS
       * 
         F900 GS ADV
       * 
         F900 XR
       * 
         R1200 GS
       * 
         R1200 GS ADV
       * 
         R1250 GS
       * 
         R1250 GS ADV
       * 
         R1300 GS
       * 
         R1300 GS Adventure
       * 
         S1000XR
       * 
         R nine T
       * 
         R1200 RT
       * 
         R1250 RT
       * 
         R1200 RS
       * 
         R1250 RS
       * 
         R1200 R
       * 
         R1250 R
       * 
         K1600
       * Go to BMW
   
    * 
      CFMOTO
       * 
         800MT
       * Go to CFMOTO
   
    * 
      DUCATI
       * 
         DESERT
       * 
         MTS 1260 ENDURO
       * 
         MULTISTRADA V4S
       * Go to DUCATI
   
    * 
      HARLEY DAVIDSON
       * 
         PAN AMERICA 1250
       * Go to HARLEY DAVIDSON
   
    * 
      HONDA
       * 
         X-ADV 750
       * 
         CB400X
       * 
         CB500X
       * 
         NC750X
       * 
         CRF1000L
       * 
         CRF1000L ADVENTURE
       * 
         CRF1100L
       * 
         CRF1100L ADVENTURE
       * Go to HONDA
   
    * 
      HUSQVARNA
       * 
         NORDEN 901
       * Go to HUSQVARNA
   
    * 
      KTM
       * 
         390 ADVENTURES
       * 
         790 ADVENTURES
       * 
         890 ADVENTURE R
       * 
         1290 SUPER ADVENTURE R
       * 
         1290 SUPER ADVENTURE S
       * Go to KTM
   
    * 
      SUZUKI
       * 
         GW250
       * 
         DL250
       * 
         DL650
       * 
         DL1050
       * Go to SUZUKI
   
    * 
      TRIUMPH
       * 
         TIGER 850 SPORT
       * 
         TIGER 900
       * 
         TIGER 900 RALLY PRO
       * 
         TIGER 1200 GT PRO
       * Go to TRIUMPH
   
    * 
      VOGE
       * 
         DS525X
       * Go to VOGE
   
    * 
      YAMAHA
       * 
         HOLD 700
       * Go to YAMAHA
   
    * 
      ZONTES

 * ACCESSORIES
    * Backwards
    * ACCESSORIES
    * 
      SUITCASES
       * MOTORCYCLE FRONT BAGS
       * REAR MOTORCYCLE CASES
       * MOTORCYCLE FRAMES
       * Go to SUITCASES
   
    * 
      ELECTRONICS
       * DISPLAY
       * Go to ELECTRONICS
   
    * 
      COMFORT
    * 
      WINDSCREEN
    * 
      PROTECTIONS

 * HOME
 * BMW GS OUTLET
 * DOWNLOAD THE APP
 * LOBOO



DISCOUNT HOLIDAYS AT CHECKOUT 10% from 10th to 19th August

HOLIDAYS2024 Copy code
Copied


ACCESSORIES FOR YOUR MOTORBIKE

Choose the best accessories for your motorbike

GO

Backwards After you

 * Free Delivery
   
   Free shipping and delivery throughout Italy

 * Promotions and Offers
   
   Always stay informed about Endurrad

 * Free returns
   
   Free returns within 15 days

 * Ask Us
   
   Do you have questions? Contact us!


LOBOO ITALIA ACCESSORIES

View all


LOBOO ITALIA ACCESSORIES

The two founders of the brand in 2013, officially established the LOBOO brand,
committed to providing more professional, safe, comfortable, practical and
reliable motorcycle equipment for motorcycle enthusiasts around the world.

LOBOO
 * Worn out
   - 1%
   
   Shockproof Bags for Crash Bars
   
   €189,99 €192,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 9%
   
   Waterproof motorcycle rear case
   
   Black Yellow Green
   €69,90 €76,59
   Unit price /
   Not available
   Choose options Choose options Show details
 * Worn out
   - 10%
   
   Bottle cage for motorcycle travel
   
   €59,90 €66,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 13%
   
   BMW GS Spotlight Bracket
   
   €89,90 €103,87
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 8%
   
   Top Case for BMW GS
   
   Grey Black Black top case + rack BMW R 1200/1250 GS Silver top case + rack
   BMW R 1200/1250 GS Black top case + rack BMW R 1200/1250 GS ADV Silver top
   case + rack BMW R 1200/1250 GS ADV
   From €359,90 €390,80
   Unit price /
   Not available
   Choose options Choose options Show details
 * - 13%
   
   BMW R1200/1250 GS stand extension plate
   
   €59,90 €68,60
   Unit price /
   Not available
   Choose options Choose options Show details
 * Worn out
   - 8%
   
   Spotlights for enduro motorcycles
   
   €259,99 €282,87
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 5%
   
   Clutch lever with integrated light switch for BMW motorcycles
   
   €129,90 €136,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 6%
   
   CFMOTO 800MT Semi-Rigid Suitcases
   
   €899,90 €960,80
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 8%
   
   PH02 wireless motorcycle smartphone holder
   
   €89,99 €97,80
   Unit price /
   Not available
   Choose options Choose options Show details

 * Tank bag for BMW GS
   
   €99,90
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 17%
   
   Motorcycle crash bar protection
   
   €39,90 €48,00
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 8%
   
   Risers for BMW R1250 GS
   
   €84,90 €92,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 17%
   
   Semi-rigid suitcases for BMW R 1200/1250 GS
   
   €1.050,90 €1.269,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * Worn out
   - 5%
   
   L16 motorcycle spotlights
   
   €589,90 €620,00
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 3%
   
   Rearview mirrors for Honda Africa Twin CRF1100L
   
   €249,99 €256,80
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 3%
   
   Wireless charging motorcycle smartphone holder
   
   €169,99 €175,80
   Unit price /
   Not available
   Choose options Choose options Show details
 * - 10%
   
   Shockproof cases for ALPS maxienduro
   
   €524,90 €580,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 8%
   
   PIKE TRACKER Aluminum Suitcases
   
   €790,90 €860,00
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 17%
   
   Semi-rigid suitcases for BMW F750/850 GS
   
   €1.050,90 €1.269,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 8%
   
   Risers for BMW R1200 GS
   
   €84,90 €92,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * Worn out
   - 17%
   
   Semi-rigid suitcases for Triumph Tiger 900 / Rally Pro
   
   €1.050,90 €1.269,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * Worn out
   - 17%
   
   Semi-Rigid Cases for KTM 1290 Adv
   
   €1.050,90 €1.269,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * Worn out
   - 17%
   
   Semi-Rigid Cases for Honda Africa Twin CRF 1100L Adv
   
   €1.050,90 €1.269,50
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details






ACCESSORIES FOR BMW GS

All

 * Accessories for BMW G 310 GS
   
   View collection

 * Accessories for BMW F 650 GS motorcycles
   
   View collection

 * Accessories for BMW F 700 GS motorcycles
   
   View collection

 * Accessories for BMW F 750 GS
   
   View collection

 * Accessories for BMW F 800 GS
   
   View collection

 * Accessories for BMW F 850 GS
   
   View collection

 * Accessories for BMW F 900 GS
   
   View collection

 * Accessories for BMW R 1200 GS
   
   View collection

 * Accessories for BMW R 1200 GS ADVENTURE
   
   View collection

 * Accessories for BMW R 1250 GS
   
   View collection

 * Accessories for BMW R 1250 GS ADVENTURE
   
   View collection

 * Accessories for BMW R 1300 GS
   
   View collection


TOP TRAVEL SUITCASES

See all Suitcases


WANDERER SEMI-RIGID SUITCASES

Look at the Semi-Rigid Suitcases




ALPS SHOCKPROOF SUITCASES

Look at the ALPS shockproof suitcases




SHOCKPROOF BAGS FOR CRASH BAR

See the Shockproof Bags for Crash Bar




FOLDABLE AND WATERPROOF SUITCASE

Look at the Foldable and Waterproof Suitcase


CLUTCH LEVER WITH INTEGRATED LIGHT SWITCH FOR BMW MOTORCYCLES

Discover our innovative clutch lever with integrated light switch, designed to
improve the driving experience and offer additional functionality without
compromise.

Buy


HIGHLIGHTED BMW GS ACCESSORIES

View all


PROTECT YOUR BMW GS WITH OUR HIGH QUALITY PRODUCTS

If you are looking for high quality products to protect your BMW GS motorcycle,
you are in the right place. Our wide range of high quality protectors will help
you protect your BMW GS from any type of damage. From scratches to drops, our
products will give you the peace of mind you're looking for.

Look at the Protections for BMW GS
 * - 24%
   
   Heat shrinkable grip covers for motorcycles
   
   ★★★★★
   (136)
   €12,90 €16,90
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 63%
   
   Anti-glare visor for BMW GS TFT display
   
   ★★★★★
   (55)
   €14,90 €39,80
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 43%
   
   BMW GS headlight grille with colored plexiglass
   
   ★★★★★
   (81)
   Black orange Black red Black blue Black yellow
   €39,90 €69,99
   Unit price /
   Not available
   Choose options Choose options Show details
 * - 12%
   
   BMW GS Ignition Button Protection
   
   ★★★★★
   (110)
   Black blue
   €14,99 €16,99
   Unit price /
   Not available
   Choose options Choose options Show details
 * - 39%
   
   Cylinder protection for BMW GS 1250
   
   ★★★★★
   (14)
   €69,99 €113,99
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 26%
   
   BMW GS cardan protection
   
   ★★★★★
   (70)
   €19,90 €26,99
   Unit price /
   Not available
   ADD TO CART ADD TO CART Show details
 * - 43%
   
   Spotlight grills for BMW GS
   
   ★★★★★
   (18)
   €39,99 €69,99
   Unit price /
   Not available
   Choose options Choose options Show details
 * Worn out
   - 39%
   
   BMW GS Colored Handguards
   
   ★★★★★
   (6)
   BMW GS Handguard Set White-Black Plexi Black BMW GS handguards Plexi Gray BMW
   GS handguards
   From €59,99 €89,70
   Unit price /
   Not available
   Choose options Choose options Show details

Welcome to Endurrad – Your Trusted Store. Here you will find Premium Accessories
for BMW GS


ENDURRAD

Discover our wide assortment of Premium Accessories for BMW GS on Endurrad, your
point of reference for everything related to the world of two wheels. Whether
you are an experienced motorcyclist or a novice enthusiast, you will find
everything you need to enhance your experience on the road.


PREMIUM ACCESSORIES FOR BMW GS

We offer a wide range of accessories for your BMW GS, from bags to supports,
from helmets to protectors. Each product is carefully chosen to guarantee
safety, comfort and style.


ENDURRAD

Navigate our Premium Accessories for BMW GS shop to discover the latest news and
special offers. Here you will find accessories from the best brands at
competitive prices.


ACCESSORIES FOR MOTORCYCLISTS

It doesn't matter if you are a solo traveler or a member of a club, our
selection of motorcycle equipment and motorbike equipment it is designed to
satisfy every need. You will find technical clothing, gloves, boots and much
more.


SALE OF PREMIUM ACCESSORIES FOR BMW GS

Our mission is to offer you the best in the sale of Premium Accessories for BMW
GS online. Each item in our catalog has been tested and approved by our experts
to guarantee maximum quality and reliability.


MOTORCYCLE EQUIPMENT

Be best equipped with our motorcycle equipment. Whether it's a long journey or a
simple Sunday outing, we have everything you need to make every journey safe and
pleasant.


MOTORCYCLE ACCESSORIES

For us, the comfort and safety of every motorcyclist are essential. Explore our
range of Premium Accessories for BMW GS and find the accessories that best suit
your style and needs.


EVERYTHING FOR MOTORCYCLES

Up Endurrad, you find everything for motorbikes. Our passion for two wheels is
reflected in the quality of our products and the satisfaction of our customers.
Visit our website and discover a world of accessories dedicated to your
motorbike.





MOTORCYCLE ACCESSORIES

Search for accessories for your motorbike

 * Accessories for Aprilia motorcycles
   
   View collection

 * Benelli motorcycle accessories
   
   View collection

 * BMW motorcycle accessories
   
   View collection

 * CFMOTO motorcycle accessories
   
   View collection

 * DUCATI motorcycle accessories
   
   View collection

 * HARLEY DAVIDSON motorcycle accessories
   
   View collection

 * HONDA motorcycle accessories
   
   View collection

 * Accessories for HUSQVARNA motorcycles
   
   View collection

 * Accessories for KTM
   
   View collection

 * SUZUKI motorcycle accessories
   
   View collection

 * Triumph motorcycle accessories
   
   View collection

 * VOGE motorcycle accessories
   
   View collection

 * Accessories for Yamaha motorcycles
   
   View collection

 * ZONTES motorcycle accessories
   
   View collection


YOUR CART

Close

Your shopping cart is empty

Start shopping

Subtotal:€0,00 EUR

Loading...




PRODUCTS ON PROMOTION

Backwards After you

 * Heat shrinkable grip covers for motorcycles
   
   €12,90 €16,90
   Unit price /
   Not available
   
   ADD TO CART

 * Anti-glare visor for BMW GS TFT display
   
   €14,90 €39,80
   Unit price /
   Not available
   
   ADD TO CART

 * BMW GS Ignition Button Protection
   
   €14,99 €16,99
   Unit price /
   Not available
   Choose options

 * BMW GS headlight grille with colored plexiglass
   
   €39,90 €69,99
   Unit price /
   Not available
   Choose options

 * Toolbox for BMW GS
   
   €69,99 €72,50
   Unit price /
   Not available
   
   ADD TO CART




Close


CLOSED FOR HOLIDAY DISCOUNT

From 10th to 19th August 10% discount.
Discount code: HOLIDAY2024
All orders received from 10th to 19th August will be processed on 19th August .

4
Days
11
Hours
33
Minutes
29
Seconds
Ends on August 19, 2024 at 12:00 am
Backwards After you

 * Support and assistance
   
   Ask us if you have any doubts or questions

 * Check Your Order
   
   Updates and shipment tracking

 * Returns
   
   Free returns within 14 days

 * Look at the reviews on Endurrad
   
   Quality products! Word of our customers.

Go back to the beginning


MOTORCYCLE ACCESSORIES

We select the best accessories
for your motorbike.

Endurrad by Migliori Service S.R.L.  – Registered office: Via Catira Savoca, 1,
95037 San Giovanni La Punta CT – Operational headquarters: Via Catira Savoca, 1,
95037 San Giovanni La Punta (CT) – Italy – endurrad.com – info@endurrad.com –
Tel. [+39] 346-6189015 Tax code and no. registration in the Catania Company
Register: IT04658810876 – VAT number: IT04658810876 – REA – CT – 310770 – Share
Capital €40,000.00

ENDURRAD APP

 * Facebook
 * YouTube
 * Instagram
 * TikTok
 * Pinterest


TERMS AND CONDITIONS

 * TERMS AND CONDITIONS
 * SHIPPING AND RETURNS
 * PRIVACY POLICY
 * REFUNDS POLICY
 * HELP


INFORMATION

 * WHO WE ARE
 * NEAR
 * FAQ
 * CONTACTS
 * BMW MOTORCYCLE NEWS
 * MOTORCYCLE ACCESSORIES CATALOGUE
 * TRACK SHIPMENT
 * CUSTOMER REVIEW
 * RECOMMENDED STORES


NEWSLETTER

Sign up to receive exclusive offers, original stories, events and more.

E-mail
subscribe

Payment methods accepted
 * American Express
 * Apple Pay
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa

Country/Region
Italy (EUR €)
 * Italy (EUR €)

Tongue
English
 * Italiano
 * English
 * Türkçe
 * Magyar

--------------------------------------------------------------------------------

© 2024 Endurrad.
 * Austria
 * Belgium
 * Croatia
 * Denmark
 * Finland
 * France
 * Germany
 * Greece
 * Italy
 * Latvia
 * Lithuania
 * Netherlands
 * Poland
 * Portugal
 * Romania
 * Slovenia
 * Spain
 * Sweden

Backwards


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart



Original text

Rate this translation
Your feedback will be used to help improve Google Translate