Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

Duotone Mast AL 3BS QM (Mono)

€439,00
By Duotone

Size

Pickup currently unavailable at Kitesurfshop Haarlem

In stock — order now, ships within 3 days
Customer rating 4.9/5 (based on 312 reviews)
Free shipping from €50,-
Return within 14 days
50% discount on repairs up to 6 months after purchase, even outside warranty
Description
Revolutionize your foiling setup with the Mast AL QM 3BS. No tools, no hassle – attach and detach your foil with a simple tool-free one-screw solution, leaving your base plate in your preferred position for your next session.Equipped with the new AL 3BS+ connection, this mast maximizes compatibility across the Duotone foil range. Its Mono Claw design and standard foil mounting dimensions deliver the same force admission as our standard aluminum plate, ensuring top-tier performance.Available in 60cm, 75cm, 82cm, and 90cm lengths, it's compatible with Duotone Aero AL 3BS fuselages and D/LAB foils with fuselage tail.Built with durability in mind, the Helicoil threads ensure maximum strength connections. The Mast AL QM 3BS is your gateway to hassle-free, high-performance foiling across all disciplines. Compatibility:Seamlessly works with Duotone Aero AL 3BS and D/LAB fuselages, expanding setup options for various riding styles.;Connectivity:AL 3BS+ connection maximizes compatibility across the Duotone foil range.;Durability:Helicoil-threads ensure long-lasting and maximum strength connections, enhancing the overall lifespan of the mast.;Efficiency:Fast and easy foil mounting without tools allows for quick setup.;Mono Claw design:Mono Claw design with standard foil mounting dimensions ensures the same force admission as standard aluminum plates.;Versatility:Fast and easy foil mounting without tools allows for quick setup.
var taal = TEKSTEN[document.documentElement.lang] || TEKSTEN.en; function wachtOp(selector, klaar, maxPogingen) { var n = 0; var timer = setInterval(function () { var el = document.querySelector(selector); if (el) { clearInterval(timer); klaar(el); } else if (++n > (maxPogingen || 40)) { clearInterval(timer); } }, 500); } function pasAan(kop, actieveIds) { var vakjes = document.querySelectorAll('.spice-spa-addon-layouts input[type="checkbox"]'); if (!vakjes.length) return; var eenMetKorting = false; vakjes.forEach(function (cb) { var id = parseInt(cb.value, 10); if (actieveIds.indexOf(id) !== -1) { eenMetKorting = true; return; } var rij = cb.closest('.spice-spa-addon-product-item'); if (!rij || rij.querySelector('.ksh-geen-korting')) return; var titelEl = rij.querySelector('.spice-spa-addon-product-link'); if (!titelEl) return; var span = document.createElement('span'); span.className = 'ksh-geen-korting'; span.textContent = ' — ' + taal.label; span.style.cssText = 'font-size:.85em;color:#8a8f94;font-weight:400'; titelEl.appendChild(span); }); kop.textContent = eenMetKorting ? taal.normaal : taal.geen; } wachtOp('.spice-spa-addon-heading', function (kop) { kop.textContent = taal.normaal; fetch(COLLECTIE, { headers: { 'Accept': 'application/json' } }) .then(function (r) { return r.ok ? r.json() : Promise.reject(r.status); }) .then(function (data) { var ids = (data.products || []).map(function (p) { return p.id; }); pasAan(kop, ids); var main = document.querySelector('.section-main-product'); if (!main) return; var wacht = null; var opnieuw = function () { clearTimeout(wacht); wacht = setTimeout(function () { pasAan(kop, ids); }, 200); }; new MutationObserver(opnieuw).observe(main, { childList: true, subtree: true }); document.addEventListener('change', opnieuw, true); }) .catch(function (e) { console.warn('[bar-addon] collectie niet opgehaald:', e); }); }); })();