The Tech:
- Featuring a full outline with plenty of foam under the chest for increased paddle power and wave catching ability.
- Low rocker to maximise paddle speed but with a slight flip in the nose making the board more forgiving in a steeper section.
- Relatively straight rail line, designed to enhance speed and provide stability.
- Single to Double concave “the engine” of the board, channelling water through the fins to maximise speed and thrust through turns.
- Refined rail sweeping into a pulled in squash tail to allow for ease of rail engagement and turning ability.
If you’re looking to catch more waves and have the ultimate summer fun, then this is for you!
3 Fin FCS2 set up
Colour way: Orange Spray
Fins not included, but you can buy a thruster set for '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"2785528",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'2785528',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'2785528'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});