Kostenloser Versand ab 50,- € (BeNeLux)

Rabatte werden im Warenkorb abgezogen.

Sprache

Duotone Blur D/LAB 2027

€1.399,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 Blur D/LAB is a high-performance all-round wave Surfboard featuring the premium D/LAB construction. Designed by Sky Solbach and ridden by big wave specialist James Carew, it offers a balanced combination of speed, control, and versatility. A lean rocker line provides fast acceleration and stable tracking, while the round tail shape enhances grip and drive through turns. Innegra reinforcement improves durability and reduces vibration for a smoother ride in choppy conditions. The RMF (Reflex Memory Foam) Shock Absorber 3.0 increases comfort, and the lightweight Carbon construction ensures a stiff, responsive feel with direct feedback. The Blur D/LAB is ideal for riders seeking a versatile, high-performance board for a wide range of wave conditions. The High-Performance All-rounder for versatile Wave Riding :The Blur D/LAB is designed to deliver balanced performance across a wide range of wave conditions, combining speed, control, and smooth flow through advanced shaping and premium D/LAB construction. ;Fast acceleration and stable speed in all conditions :Generate speed quickly while maintaining directional stability, achieved through a lean rocker line that keeps the board lively and predictable. ;Powerful drive and confident control through turns :Ride with strong forward drive and reliable grip, enabled by the refined round tail shape that supports smooth, controlled rail-to-rail transitions. ;Smooth, stable ride in choppy conditions :Reduce vibration and maintain control in rough water, thanks to Innegra reinforcement that enhances damping and durability. ;High comfort and connection on the wave :Stay connected and confident in all conditions, supported by the RMF (Reflex Memory Foam) Shock Absorber 3.0 that cushions impacts and smooths out chatter. ;Ultra-fast, precise response under your feet :Benefit from immediate feedback and maximum control, delivered by the lightweight Carbon construction of the premium D/LAB build.
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); }); }); })();