Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

Duotone Monobloc-Tail S D/LAB

€449,00
By Duotone

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
The Monobloc Tail S D/LAB marks a new era in our foil program, delivering minimal drag, high efficiency, and optimized performance for swell-powered riding. This one-piece carbon tail and stabilizer is engineered to reduce drag to an absolute minimum, increasing speed and glide for exceptional wave-riding performance. Ideal for riders who demand the best, the Monobloc S D/LAB is purpose-built for fluid transitions and seamless control.With its optimized "sweet spot" fuselage length, the Monobloc S suits a wide range of riders and provides a balanced, reactive ride. Its fluid turning response makes it a top choice for prone and downwind foilers chasing clean lines on swell.Perfectly paired with the Crest D/LAB and Glide D/LAB front wings, the Monobloc S unlocks the full potential of swell-powered foiling.Constructed with a computer-simulated D/LAB layup, the tail integrates a carefully tuned blend of HM and IM carbon fibers, delivering exceptional flex characteristics, strength, and durability.Available in size 40 cm / S160 (resulting in a 63 cm total fuselage length), the Monobloc S D/LAB is designed to deliver the perfect balance of agility and control.Experience precision, flow, and innovation with the Monobloc Tail S D/LAB – the ultimate tail for swell-focused foiling. Swell Performance:Built for swell-powered riding: ideal for Prone and Downwind Foiling, as well as FreeFly Wing Foiling in a strapless setup.;Optimized Length:40cm tail (63cm total fuselage) strikes the ideal balance between agility and control.;Integrated Design:One-piece Carbon tail and stabilizer with integrated connection to D/LAB front wings ensures clean compatibility and optimal stiffness.;Fluid Turning:Offers smooth, responsive turning - ideal for downwind runs and wave transitions;Efficiency:Superior performance per size delivers maximum performance across all conditions.;Drag Reduction:Designed for minimal drag, maximizing glide, speed, and efficiency;Advanced Layup:Computer-simulated D/LAB-specific carbon construction uses a strategic blend of HM and IM fibers for tuned flex, responsiveness, and durability.
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); }); }); })();