Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

Duotone TS Freestyle SLS 2027

€1.199,00
By Duotone

Color
Size

Pickup currently unavailable at Kitesurfshop Haarlem

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
Description
The TS Freestyle SLS 2027 is a competition Freestyle Twintip designed for powered unhooked riding and wakestyle performance. Developed with top-level riders, it delivers explosive pop and maximum control. The Biax Carbon and Textreme Innegra construction creates a highly reactive Flex Pattern for instant energy release. The Suspension Flex Cap reduces Reverse Flex and improves stability during load and landings. A Single Diffusor Bottom ensures softer, more controlled touchdowns. Deep tip channels provide strong grip for aggressive edging, while Inline Sliders offer a durable, boot-optimized mounting system. Combined with a Hard Flex, the TS Freestyle SLS delivers precision and control for advanced Freestyle riding. Maximum power for modern Freestyle progression :Ride with uncompromising control, explosive performance, and a boot-optimized stance for advanced Freestyle, achieved through a competition-tuned shape and construction built for powered tricks and Wakestyle riding. ;Explosive, instant pop for unhooked tricks :Generate crisp, aggressive pop for technical maneuvers, enabled by a highly reactive Flex Pattern from the Biax Carbon and Textreme Innegra construction that loads and releases energy instantly. ;Controlled landings with pure power transfer :Maintain stability and precision during heavy landings and load-ups, achieved through the Suspension Flex Cap that minimizes Reverse Flex and maximizes direct power transfer. ;Softer, more confident touchdowns :Land powered tricks with more control and reduced impact, thanks to the Single Diffusor Bottom that absorbs shock and smoothens hard landings. ;Locked-In Grip for hard edging :Build maximum tension and edge control before takeoff, achieved through deep tip channels that deliver strong traction and stability under load. ;Perfect stance & board control in boots or straps :Ride with maximum leverage, precision, and durability in boots, enabled by Inline Sliders that provide a secure mounting system and optimized stance geometry.
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); }); }); })();