Gratis verzending vanaf €50,- (Benelux)

Kortingen worden toegepast in de winkelwagen.

Taal

Duotone Volt D/LAB 2027

€1.399,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 Volt D/LAB is a high-performance surfboard for small to medium waves featuring the premium D/LAB construction. Designed by Sky Solbach in collaboration with Duotone team riders Matchu Lopes, Pedro Matos, James Carew and Sebastian Ribeiro, it delivers fast acceleration, tight turns, and efficient speed generation, even when the surf is mushy. A low-entry rocker with increased front-foot volume provides early planing and strong drive-in weaker waves. The Double Concave Bottom enhances grip and control for precise, tight turns. Innegra reinforcement improves durability and reduces vibration, while the RMF (Reflex Memory Foam) Shock Absorber 3.0 increases comfort in choppy conditions. The lightweight Carbon construction ensures a stiff, responsive feel with immediate feedback, making the Volt D/LAB ideal for high-performance riding in small to medium surf. The ultimate High-Performance small to medium Wave Surfboard. :The Volt D/LAB is designed for maximum speed, flow, and precision in small to medium waves, combining advanced shaping with premium D/LAB construction for high-performance riding. ;Fast acceleration and effortless speed in all conditions. :Generate speed instantly and maintain momentum even in weak powered waves, achieved through a low-entry rocker and increased front-foot volume for efficient drive. ;Tight, controlled turns with confident grip. :Ride with precision and control through every turn, enabled by the refined Double Concave Bottom shape that enhances grip and stability. ;Smooth, stable ride in choppy conditions. :Stay in control through the chop with reduced vibration and improved durability, thanks to Innegra reinforcement integrated into the construction. ;High comfort and connection on the wave. :Experience a smoother, more connected ride with reduced impact and chatter, supported by the RMF Shock Absorber 3.0. ;Ultra-fast, precise response under your feet. :Benefit from immediate feedback and maximum sensitivity, 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); }); }); })();