Kostenloser Versand ab 50,- € (BeNeLux)

Rabatte werden im Warenkorb abgezogen.

Sprache

Duotone Shred 2027

€699,00
Verkäufer Duotone

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 Shred 2027 is a Kids Freeride and Freestyle Twintip designed to support easy progression and maximum fun on the water. Its grom-specific narrow outline improves control and maneuverability for lighter riders. A Soft Flex combined with Torsion Flex delivers a forgiving and comfortable ride, while Space Flex Technology enhances carving and responsiveness. The Double Concave Bottom provides smooth landings and absorbs chop, and Angled Rails improve grip and upwind performance. Built with a durable Biax Glass construction and equipped with Grab Rails, the Shred offers reliable performance and easy handling for young riders progressing their skills. The ultimate progression board for young riders :Progress faster with confidence thanks to a grom-optimized outline and forgiving performance characteristics that deliver early planing, smooth control, and reliable progression in all conditions. ;Grom-focused narrow outline :Stay in control and develop your riding skills more easily with a narrower outline specifically designed for young riders, improving edge control, handling, and overall maneuverability. ;Fluid, dynamic carving :Enjoy smooth, responsive turns with a playful feel underfoot, achieved through updated Space Flex Technology that enhances carving performance across all freeride conditions. ;Durable, reliable construction :Ride session after session with confidence thanks to a robust Biax Glass layup that delivers long-lasting durability and dependable performance. ;Enhanced upwind drive through Angled Rails :Track upwind more efficiently with less effort, as the angled rail geometry increases grip and improves overall riding efficiency. ;Superior dampening for a smooth ride :Stay comfortable and in control through chop and rough water, thanks to the Double Concave Bottom that absorbs impacts and delivers a smoother, more controlled ride. ;Female specific narrow outline :Benefit from improved edge control and smoother handling tailored to lighter riders, achieved through a refined narrower outline designed around female biomechanics.
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); }); }); })();