Wall-Mounted Bike Rack for 6 Bikes with Anti-Theft Rings

Disassemblable wall-mounted bike rack for 6 bicycles. Made of steel with tropical gold galvanization and black PVC caps. The support consists of two mounting brackets and a front tube that holds the bicycles by the wheel. Each hook is equipped with a welded ring (2.5 cm diameter) that allows a lock to pass through for additional anti-theft security. The tube is easily mounted to the brackets with a single screw. Packaging options include bag, explanatory leaflet with photos, single box, or bulk. A version with barcode is also available.

Dimensions
Lunghezza
125cm
Larghezza
37cm
Altezza
28cm
Peso
7kg
Caratteristiche:
Number of spaces:
6 seats
Material:
Steel
Load capacity:
Up to 18 kg per hook
Other features:
Disassemblable
Made in Italy
With caps
With galvanized screws
With hooks
With rings
Identification codes
SKU
3006 A
Available

Free shipping.

113,00 

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; }; })();