Gratis verzending vanaf €50,- (Benelux)

Kortingen worden toegepast in de winkelwagen.

Taal

Duotone Volt SLS 2027

€1.149,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 SLS is a high-performance Small-Wave Surfboard designed by Sky Solbach, offering fast acceleration, tight turning, and efficient speed generation. A low-entry rocker with increased front-foot volume ensures early planing and strong drive in weaker, mushy waves. The Double Concave Bottom enhances grip and control for precise, tight turns. The SLS construction delivers a lightweight and responsive feel with increased strength. The Innegra Shield improves durability and reduces vibration, while the Cork Shock Absorber 2.0 increases comfort in choppy conditions. The Volt SLS is ideal for riders looking for a fast, reactive, and precise Surfboard for small to medium Wave conditions. The high-performance Small to Medium Wave Surfboard built for speed and agility :The Volt SLS is designed for fast, flowing Wave riding, combining speed, control, and agility through advanced shaping and SLS construction. ;Fast acceleration and effortless speed in all conditions :Generate speed instantly and maintain momentum even in weak 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. ;Strong, lightweight, and responsive board feel :Experience a reactive and durable ride, delivered by the SLS construction that combines strength with reduced weight. ;Smooth, controlled ride in choppy conditions:Stay stable and composed in rough water, thanks to the Innegra Shield that reduces vibration and improves durability.;High comfort and reduced fatigue on the wave:Enjoy longer sessions with less impact and more comfort, supported by the Cork Shock Absorber 2.0 that softens landings and smooths out chatter.
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); }); }); })();