Freeshipping from €50,- (BeNeLux)

Discounts are applied in the shopping cart.

Language

Loft PRO wing

€1.679,00
By North

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 Loft Pro has the raw power to unlock borderline light wind sessions, lift you up instantly & keep you on the foil for longer. Its deep profile & ultra-stiff frame provide the most efficient power delivery per m2, carrying you through the lulls & converting the slightest puff into powerful forward momentum. Engineered to feel as light as possible, the 2026 Loft Pro provides positive lift for easier gybes, tacks & low-speed transitions. Featuring a fast-response N-Weave45 airframe with anti-deflection UDi Carbon inside the LE. The ergonomic strut has an integrated ShiftLock Track: choose from a ShiftLock carbon boom or handles. Just one Loft Pro size will complete your quiver.

Features

  • Deep profile & stiff reactive air frame for instant lift onto foil
  • Positive nose lift for easier manoeuvres
  • Lower aspect ratio & wingtip curvature reduce tip strike
  • Fast response strategic Carbon UDi deflection-control inside LE
  • Radial Panel Layout & Load diffusers for optimal canopy tension
  • Ergonomic Strut reduces chance of elbow strain
  • ShiftLock Modular Track System (Handles or boom sold separately)
  • Thin LE for light agile handling & upwind efficiency
  • Stable neutral position when trailering
  • Span width tailored for rider height - only one size needed
  • Independent Dual HyperFlow Inflation
  • Includes SS316 Swivel Wrist Leash

Material

  • Ultra-stiff N-Weave45 Airframe
  • Lightweight N-HTRS Canopy
  • Lightweight Bladders
  • Carbon ShiftLock Handles or Boom Sold Separately
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); }); }); })();