Gratis verzending vanaf €50,- (Benelux)

Kortingen worden toegepast in de winkelwagen.

Taal

Duotone Provoke 2027

€1.299,00
Verkoper Duotone

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 Provoke is a high-performance Strapless Freestyle Surfboard designed by Sky Solbach, offering explosive pop, stable takeoffs, and fast, reliable landings. A parallel outline and medium rocker ensure fast, controlled approaches, while the wide tail provides strong pop for advanced tricks. Aggressive Bottom Channels enhance grip and stability on landings. The Carbon Innegra construction delivers a lightweight and durable feel with high responsiveness. The Vacuum Epoxy Assembly creates a stiff and precise flex pattern for efficient energy transfer. A full PVC high-impact core increases durability, making the Provoke ideal for demanding Strapless Freestyle riding. The Ultimate Strapless Freestyle Machine :The Provoke is designed for explosive Strapless Freestyle performance, combining stability, pop, and control through advanced shaping and high-performance construction. ;Fast, stable approaches for technical tricks :Build speed and maintain control on approach, achieved through a parallel outline and medium rocker that enhance stability and consistency. ;Explosive pop with controlled, reliable landings :Generate powerful pop and land with confidence, enabled by a wide tail for energy release and aggressive bottom channels for grip and stability. ;Strong, lightweight, and highly responsive board feel :Experience maximum responsiveness and durability, delivered by the Carbon Innegra construction that balances strength and weight. ;Precise flex and efficient energy transfer :Ride with a direct and connected feel, supported by Vacuum Epoxy Assembly that ensures a stiff, consistent flex pattern. ;Maximum durability for demanding Strapless Freestyle :Push harder with full confidence, thanks to the full PVC high-impact core that withstands heavy landings and repeated impacts.
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); }); }); })();