Gratis verzending vanaf €50,- (Benelux)

Kortingen worden toegepast in de winkelwagen.

Taal

Duotone Dice SLS 2027

€1.869,00
Verkoper Duotone

Color
Size

Afhaling is momenteel niet beschikbaar bij Kitesurfshop Haarlem

Op voorraad — nu bestellen, verzonden binnen 3 dagen
Klantbeoordeling 4,9/5 (gebaseerd op 312 reviews)
Gratis verzending vanaf €50,-
Retour binnen 14 dagen
50% korting op reparaties tot 6 maanden na koop, ook buiten garantie
Beschrijving
The Duotone Dice SLS is a High Performance Freestyle and Wave crossover Kite developed for seasoned riders seeking dynamic handling, explosive Freestyle performance, and versatile all-round capability. Featuring Duotone’s Strong Light Superior construction, the Dice SLS delivers powerful pop, crisp slack, direct steering response, and stable handling across a wide wind range. The refined strut layout and optimized canopy tension create balanced and intuitive control while maintaining excellent drift performance for Wave and Strapless riding. Fast, reactive, and highly versatile, the Dice SLS is the ideal choice for riders wanting one Kite capable of Freestyle, loops, Freeride, and Wave sessions with equal confidence. he performance driven Freestyle and Wave Allrounder for dynamic riding :A true crossover Kite combining Freestyle performance and Wave capability in one lively and versatile package. ;Powerful pop and crisp slack for Freestyle progression :The stiff SLS construction maintains shape under load for explosive pop and clean slack during unhooked tricks. ;Intuitive and direct control in every situation :The revised strut layout and increased stiffness create calm, balanced, and highly responsive handling. ;Stable drift performance for confidence in the Waves. :Improved load distribution and reduced canopy movement support reliable drift and precise positioning on the wave. ;Smooth, balanced power for controlled riding under load. :Optimized force transfer delivers consistent and predictable power during loops, transitions, and powered manoeuvres. ;Stable, predictable performance across a wide wind range :Refined canopy tension improves tracking, turning precision, and stability in gusty and changing conditions.
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); }); }); })();