Gratis verzending vanaf €50,- (Benelux)

Kortingen worden toegepast in de winkelwagen.

Taal

Duotone TS Big Air SLS 2027

€1.199,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 TS Big Air SLS 2027 is a competition-focused Big Air Twintip designed for maximum height, explosive take-offs, and superior control under load. The Double Rocker Line Concept provides exceptional edge grip for powerful loading and clean release. A high-end construction using Biax Carbon and Textreme Innegra delivers a reactive Flex Pattern with reduced Reverse Flex for direct power transfer and consistent pop. The Suspension Flex Cap enhances stability during heavy edging and hard landings. Angled fins improve grip and control during takeoff, while the Double Diffusor Bottom ensures softer, more stable landings. Built with a Hard Flex and reinforced construction, the TS Big Air SLS is engineered for riders pushing performance limits in demanding conditions. Maximum height, power & control for Big Air progression :Experience radical height, from the explosive take-off power and pop. Unwavering control at the highest level, achieved through a competition-tuned shape designed for maximum load, release, and stability. ;Explosive take-off grip for higher, more controlled boosts :Boost higher with full confidence thanks to exceptional edge hold, created by the refined Double Rocker Line Concept that allows harder loading and cleaner release. ;Crisp, reliable pop for aggressive Big Air moves :Execute powerful, predictable take-offs for loops and vertical tricks, enabled by a reactive flex pattern from the Biax Carbon and Textreme Innegra construction. ;Stronger grip when you need it most :Stay fully locked in during extreme edging for committed take-offs, achieved through angled fins that enhance directional control under load. ;Soft, stable landings after massive jumps :Land bigger tricks with more control and less impact, thanks to the Double Diffusor Bottom that absorbs shock and stabilizes touchdowns. ;Maximum control under heavy load :Maintain precision and stability during hard edging and landings, achieved through the Suspension Flex Cap that minimizes Reverse Flex and maximizes power transfer.
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); }); }); })();