$849.00
.product-top-main product_v3 { display: none !important; }
This set of webbing includes both the red and blue replacement upper webbing lines. Please see the FlightLine Operations Manual for full instructions.
Note: Worn or damaged webbing should be replaced immediately. Damage includes, but is not limited to, excess wear, fluffing, sun bleaching, cuts, knicks, loose stitching, or shininess caused by friction.
require([‘jquery’, ‘productPage’],
function ($, productPage) {
$(function() {
/** pre-load product reviews */
window.reviewUrl = ‘https://headrushtech.com/review/product/listAjax/id/335’;
var tabsLayout = ‘accordion’;
if (tabsLayout === ‘list’) {
productPage.preLoadProductReviews(function() {});
/** have to wait until all the images are loaded */
$(‘[data-gallery-role=gallery-placeholder]’).on(‘gallery:loaded’, function () {
$(this).on(‘fotorama:ready’, function(){
productPage.scrollToUrlHash(window.location.href);
});
});
$(‘.reviews-actions a.action’).on(‘click’, function() {
productPage.scrollToUrlHash($(this).attr(‘href’));
});
}
});
});


