Kostenloser Versand ab 50,- € (BeNeLux)

Rabatte werden im Warenkorb abgezogen.

Sprache

F-one Frigate 2

€949,00
Verkäufer F-ONE

Color
Size

Get notified when this product is back in stock.

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 FRIGATE 2 is F-ONE’s second-generation parawing, built around a refined profile with a higher aspect ratio. That translates into better upwind efficiency and noticeably faster acceleration, across a wider wind range than the original.

It generates smooth, efficient power in lighter winds and stays stable and predictable once the breeze builds — made for intermediate to experienced riders who want something compact, efficient and genuinely fast.

What is new

  • Double Dynamic Bridle System with fewer connection points
  • D-Ribs for optimal canopy control and tension
  • Pack Assist system for rapid power reduction
  • Vertical carbon bar with improved ergonomics
  • Ultra Light Ribs Technology — less weight without losing stiffness
  • New softer fabric that packs down smaller
  • Hybrid fabric on the trailing section of the 5.5 and 6.5 — 20% lighter

Specifications

Size Wind range (knots) Bar size
2.0 m² 28+ 21 cm
2.5 m² 24-40 21 cm
3.0 m² 20-38 25 cm
3.5 m² 18-36 25 cm
4.0 m² 16-32 25 cm
4.5 m² 14-25 35 cm
5.5 m² 12-22 35 cm
6.5 m² 10-20 35 cm

Available in two colourways: A - LAVA and B - LILAC.

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