Kostenloser Versand ab 50,- € (BeNeLux)

Rabatte werden im Warenkorb abgezogen.

Sprache

Duotone Vario Combo 2027

€139,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 Duotone Vario is a comfortable and user-friendly Freeride binding designed for effortless everyday performance. Featuring an ergonomic Footpad, Stepless Strap Adjustment System, and Anti-Slip Surface, the Vario delivers excellent comfort, secure grip, and easy adjustability for riders of all levels. The ergonomically shaped Footpad cushions impacts while maintaining direct board feedback, and the Stepless Strap Adjustment System allows fast and precise fit customization. Available in two sizes, the Vario offers a balanced combination of comfort, control, and support for a wide range of riders. Comfort and simplicity for effortless riding performance :Enjoy smooth and comfortable kiteboarding sessions thanks to the ergonomic Footpad, designed for cushioning, support, and precise board feedback. ;Perfectly tuned fit for every rider :Customize your fit with ease using the Stepless Strap Adjustment System, allowing precise micro-adjustments for optimal comfort and support. ;Optimized sizing for ideal support :Find the right balance of comfort and control with two optimized sizes designed to suit a wide range of riders. ;Secure grip in all conditions :Stay confidently connected to the board with the Anti-Slip Surface, improving traction and foot stability during edging and landings. ;Quick and intuitive everyday handling :Get on the water faster with the easy-to-use design, offering quick setup and effortless strap adjustments. ;Comfort-focused performance for longer sessions :Ride longer with reduced fatigue thanks to the comfort-oriented construction and supportive overall design.
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); }); }); })();