Gratis verzending vanaf €50,- (Benelux)

Kortingen worden toegepast in de winkelwagen.

Taal

Duotone Select Concept Blue 2027

€789,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 Select Concept Blue 2027 is a Freeride Twintip combining natural materials with smooth and efficient performance. Built using Concept Blue Construction with Flax and Basalt fibers, it delivers a natural and responsive Flex Pattern with added comfort. The new outline improves early planing, low-end performance, and landing stability. A Double Concave Bottom enhances ride comfort by absorbing chop and stabilizing the board. Space Flex Technology improves carving and board feel, while angled rails increase grip and upwind efficiency. Together with Soft Flex and Absorption Flex Tips, the Select Concept Blue offers a smooth, controlled ride for a wide range of Freeride conditions. The Freeride Twintip built for comfort & control :Enjoy smooth, efficient Freeriding with a perfect balance of comfort and control, achieved through Concept Blue construction using more eco focused materials combined with a refined freeride outline. ;Smoother and more composed in chop :Experience a noticeably smoother and more stable ride in rough water, thanks to the Double Concave Bottom that absorbs shock and softens impacts. ;Smooth, natural Flex with responsive Fiber Construction :Flax and Basalt fibers create a naturally adaptive Flex pattern, adapting to all conditions with a cushioned yet lively feel. ;Easier & more efficient upwind riding :Point higher upwind with less effort and maintain strong edge control, achieved through angled rails that improve grip and efficiency. ;Fluid carves, playful feel :Space Flex Technology allows the board to flex dynamically through every carve, translating into smooth, responsive turns and a naturally playful Freeride feel.
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); }); }); })();