Universal Motoparker Matte Gray

€89.95
people are viewing this right now
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Shipping

Description

Width: 720 mm
Length: 2090–2260 mm (adjustable)
Load Capacity: 450 kg (up to 650 kg with optional expansion module)
Color: Matte Gray | Optional: Fiery Orange (for bold styles)

A revolutionary motorcycle parking solution: effortlessly move your bike in any direction while keeping it upright—perfect for tight garages, winter storage, or daily maneuvering.


Key Advantages
Universal Compatibility: Adjustable wheel lock fits tire widths 80–160 mm, tire diameters 14–21 inches, and wheelbases up to 1750 mm—works with most motorcycle types.
360° Maneuverability: Swivel side wheels with bumpers protect walls from scratches; lockable rear wheels for easy steering via the front handle.
Effortless Use: Minimal force required to move heavy bikes (up to 450 kg) in small spaces; expansion module available for extra-heavy models (up to 650 kg).


Compatible with Most Motorcycle Types (Examples Included)
Designed to fit most motorcycles weighing ≤450 kg (≤650 kg with expansion module), including but not limited to:
Cruisers & Tourers: Harley-Davidson Fat Boy/CVO Road King, Moto Guzzi California 1400, Honda CTX 1300
Adventure & Off-Road: BMW R 1250 GS, KTM 890 Adventure R, Honda Africa Twin, Triumph Tiger 1200
Naked & Sport Bikes: Yamaha MT-01, Ducati Diavel Strada, Aprilia RS 660, KTM 1290 Super Duke R
Retro & Classics: Triumph Bonneville Bobber/Thruxton, Royal Enfield Classic 350, Moto Guzzi Nevada 750
Scooters & Maxi-Scooters: Suzuki Burgman 400, Kymco Xciting R 500i

Compatibility Note: Works with 95% of mainstream motorcycle models (cruisers, adventure bikes, street bikes, retros, scooters, etc.) as long as tire specs and weight fall within the stated limits.