Kostenloser Versand ab 50,- € (BeNeLux)

Rabatte werden im Warenkorb abgezogen.

Sprache

Duotone Select SLS 2027

€1.199,00
Verkäufer Duotone

Color
Size

Abholung bei Kitesurfshop Haarlem derzeit nicht verfügbar

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
Beschreibung
The Select SLS 2027 is a high-end Performance Freeride Twintip designed for riders seeking maximum comfort, efficiency, and smooth handling. Featuring a completely new outline, the board offers earlier planing, improved low-end performance, and softer landings thanks to the increased planing surface. The Double Concave Bottom enhances comfort by absorbing chop and stabilizing the ride. A lightweight construction combining Textreme Innegra and Biax Carbon delivers a lively yet forgiving Flex Pattern. Space Flex Technology improves carving response and board feel, while Angled Rails enhance grip and upwind efficiency. Together with Soft Flex and Absorption Flex Tips, the Select SLS delivers a smooth, controlled ride ideal for Freeride sessions in a wide range of conditions. Smoother, more controlled ride in chop :Experience a noticeably smoother and more stable ride in rough water, thanks to the Double Concave Bottom that absorbs hard landings and softens impacts. ;Lightweight, lively response with smooth comfort :Ride with responsive yet forgiving feedback that reduces fatigue, made possible by the lightweight Textreme Innegra and Biax Carbon construction. ;Easier & more efficient upwind riding :Point higher upwind with less effort and maintain strong grip, achieved through Angled Rails that improve grip and efficiency. ;Fluid carving with playful board feel :Enjoy smooth, responsive turns and a playful freeride character, enabled by Space Flex Technology that allows the board to flex dynamically while carving.
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); }); }); })();