Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

When you purchase a new kite from us, you receive 1 year of free repair assistance*! This complimentary service covers accidental damage like fabric tears or bladder leaks (excluding shipping costs).

Coverage includes:

✔ Brand-new kites
✔ Used kites purchased from us (after inspection)
✔ Older kites (with conditions)

*Exclusions:
Total loss cases
Factory defects on boards (covered separately under 2-year manufacturer warranty)

Pro Tips to Extend Your Gear’s Lifespan
Kitesurfing equipment is durable yet delicate. Follow these maintenance guidelines:

☀️ Sun Protection:
Avoid prolonged UV exposure – it fades colors and weakens fabric.
Never leave inflated kites unattended in wind/sun (flapping causes damage).
💦 Post-Session Care:
Rinse gear with fresh water.
Dry thoroughly before storage.
Remove sand/shells to prevent abrasions.
🚫 Transport Warning:
Never vacuum-pack kites! Pressure damages valves.
Roll tightly instead.
🔍 Regular Inspections:
Repair minor damages immediately to prevent worsening.
Board dents/cracks? We fix them before water absorption occurs.

🛠️ Professional Tune-Ups:
Unsure what to check? Book a kite servicing with us – like a car maintenance check, but for your gear!

⚠️ Insurance Note:
Kitesurfing is an extreme sport. Most insurers don’t cover gear/damage by default. Contact us for recommended providers.

Kitesurfshop Test Center
Try Before You Buy – For Free!
Not sure which kite/board suits you? Test any product for 48 hours at no cost.
✅ Available in multiple sizes
✅ €10 deposit (refunded as a shop voucher)
✅ Beach test days announced on our website

How to Test:
Fill out the form
Bring your ID copy + contact number
Collect at our Haarlem shop

Contact:
📧 info@kitesurfshop.nl
📞 +31 6 3048 7126

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); }); }); })();