Kostenloser Versand ab 50,- € (BeNeLux)

Rabatte werden im Warenkorb abgezogen.

Sprache

Duotone Whip SLS 2027

€1.149,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 Whip SLS is a high-performance Small Wave and Strapless Freestyle surfboard, shaped by Sky Solbach. It features a compact outline with a hip-squash tail and increased rocker for tight, controlled turns. Thinner rails improve grip and precision, while a fast rocker line and channelled bottom shape ensure strong acceleration and speed in weaker waves. The SLS construction delivers a lightweight and responsive board feel with increased strength. The Innegra Shield enhances durability and reduces vibration, providing smoother control in choppy conditions. The Cork Shock Absorber 2.0 increases comfort by absorbing impacts. The Whip SLS is designed for riders looking for a reactive, fast, and precise board for small to medium wave conditions and Freestyle performance. The Performance Small Wave and Freestyle Board :The Whip SLS is designed for tight, dynamic surfing and strapless freestyle, delivering fast response, control, and efficiency through advanced shaping and SLS construction. ;Snappy, controlled turns in every section :Turn tighter and with more precision in the pocket, achieved through a hip-squash tail, increased rocker, and thinner rails for enhanced grip and control. ;Fast acceleration and strong speed in weak waves :Maintain speed and generate drive even in softer conditions, enabled by a fast rocker line combined with a channelled bottom shape. ;Strong, lightweight, and responsive board feel :Experience a highly reactive and durable ride, delivered by the SLS construction that combines strength with reduced weight. ;Smooth, controlled ride in choppy conditions :Ride with more stability and less vibration in rough water, thanks to the Innegra Shield that improves damping and durability. ;High comfort and reduced fatigue on the wave :Enjoy longer sessions with increased comfort and less impact, 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); }); }); })();