Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

North Navigator Control System

€375,00 €449,00
By North

Color
Size

Pickup available at Kitesurfshop Haarlem

Usually ready in 1 hour

View store information

In stock in store — ships today or pick up in Haarlem
Customer rating 4.9/5 (based on 312 reviews)
Order before 6 PM, delivered tomorrow
Free shipping from €50,-
Return within 14 days
50% discount on repairs up to 6 months after purchase, even outside warranty
Description
Switch effortlessly between disciplines with the Toolless Interloop, our no-tools required modular harness loop replacement system. The Navigator Control System connects you intuitively to your kite, using industry-leading SK99 Dyneema lines from Liros for precise performance. With faster, safer release and intuitive single-action reload in all conditions, the Connect Quick Release and leash now complies with ISO Standard 21853:2020. Available in three sizes, the Navigator's refined ergonomic design offers durability, comfort and tactile control. Knowing your kite's position just became second nature.

Features

  • Toolless Interloop System with LockGuard
  • Connect Quick Release with intuitive single-action reload
  • Industry-leading 100% Dyneema SK99 flying lines
  • Three adjustable bar length options
  • Omnidirectional grip with offset finger bar and colour-coded components
  • Spinning leash attachment ring
  • Soft EVA bar ends with retractable line winders
  • Protective PU covered leader lines
  • Adjustable cleated trim system
  • Lightweight over-molded trim handle with Dyneema lines
  • Durable covered mainline with customised TPU tubing
  • Custom low-friction spinning handle
  • Adjustable length flying lines 22m (12m + 10m)
  • Kook-proof flying line connectors
  • Premium Quick Release Leash
  • Dyneema depower and trim line
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); }); }); })();