Canopy for Bikes and Motorcycles 7 Spaces

Protective canopy for bikes and motorcycles, made with a hot-dip galvanized iron structure and fully disassemblable. Equipped with Alucobest panels, it is easy to transport and assemble. Includes stainless steel hardware and base plates for ground fixing. Offers the possibility to customize the side panels with text, images, etc. Suitable for outdoor use.

Dimensions
Lunghezza
300cm
Larghezza
214cm
Altezza
205cm
Peso
150kg
Caratteristiche:
Number of spaces:
7 seats
Material:
Steel
Other features:
Disassemblable
Made in Italy
With caps
With stainless steel screws
Identification codes
SKU
GARAGE BIKE G5
Request for quotation

Free shipping.

VAT included

jQuery(function($){ $('form.variations_form').on('found_variation', function(event, variation) { if (variation.sku) { $('#sku-row .value').text(variation.sku); } }); });
Do you need to purchase large quantities for your business?
Custom production
Request a personalized quote
(function() { var origXMLHttpRequest = XMLHttpRequest; XMLHttpRequest = function() { var requestURL; var requestMethod; var requestBody; var xhr = new origXMLHttpRequest(); var origOpen = xhr.open; var origSend = xhr.send; // Override the open function. xhr.open = function(method, url) { requestURL = url; requestMethod = method; return origOpen.apply(this, arguments); }; xhr.send = function(data) { // Only proceed if the request URL matches what we're looking for. if (/.+\/admin-ajax\.php/.test(requestURL)) { xhr.addEventListener('load', function() { if (xhr.readyState === 4) { if (xhr.status === 200) { try { var response = JSON.parse(xhr.responseText); if (response.success && (data instanceof FormData)) { requestBody = {}; data.forEach(function(value, key) { requestBody[key] = value; }); if(requestBody.action === "elementor_pro_forms_send_form") { window.dataLayer = window.dataLayer || []; dataLayer.push({ event: 'elementor_form_submit', inputs: requestBody }); } } } catch (e) { console.error("Errore parsing JSON risposta:", e); } } } }); } return origSend.apply(this, arguments); }; return xhr; }; })();