Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

Duotone Neo SLS 2027

€1.869,00
By Duotone

Color
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
The Duotone Neo SLS is the high-performance version of the legendary Neo, designed for advanced wave and Strapless Freestyle riders seeking faster steering, more direct feedback, and a sportier riding character. Featuring Duotone’s Strong Light Superior construction and a one-piece center strut design, the Neo SLS delivers increased torsional compliance for faster turning and exceptional drift performance in committed down-the-line surfing. The refined and stiffer structure creates immediate Bar feedback and highly precise control in demanding wave conditions. With its massive wind range, direct handling, and dynamic feel, the Neo SLS is built for riders demanding maximum performance and responsiveness for the demands of modern wave riding. The high-performance Wave Kite for committed riders :A more direct, precise, and performance-focused Neo designed for riders pushing hard in demanding wave conditions. ;Exceptional wave performance with fast, controlled steering :The one-piece center strut increases torsional compliance for faster turning and precise positioning during down-the-line surfing. ;Outstanding drift for aggressive down-the-line surfing :Excellent drift performance keeps the Kite stable with slack lines for natural and aggressive wave riding. ;Instant Bar feedback for precise, sporty control :The refined and stiffer structure delivers immediate steering feedback and highly reactive canopy response. ;Massive wind range for high-performance riding :The rigid and balanced airframe remains stable and predictable across a wide range of wind conditions. ;Direct, lively feel for dynamic Wave riding :Optimized structural stiffness combined with controlled flex creates a highly responsive and sporty riding sensation.
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); }); }); })();