${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
A pinnacle product for technical trail, the Mafate 5 goes the extra mile with more cushioning and protection than ever before. Built tough for mileage chasers, this tenacious trail runner helps maintain control during long haul efforts with our Rocker Integrity Technology and protects from trail debris with an optional ankle gaiter. Finished with a soft, springy foam just underfoot and impact-absorbing foam near the sole, the Mafate 5 is grounded in aggressive Vibram® Megagrip traction lugs. In a word: gnarly.
Item No. 1168722
Best for:
Trail Running
Features:
Rocker Integrity Technology
Dual-density midsole with a super critical foam top layer
Stretchy, patent-pending Dynamic Vamp
Vibram® Megagrip with Traction Lug technology
Warp knit upper with anti-fray treatment
TPU cage
Gaiter attachment points
Premium sockliner
5mm lugs
Reflective details
Mafate 5 Key Features
Dual-density Foam
Heel-focused Active Foot Frameâ„¢
Warp Knit with Anti-fray Treatment
Smooth Metarockerâ„¢
Plush cushioning for tough terrain
A pinnacle product for technical trail, the Mafate 5 goes the extra mile with more cushioning and protection than ever before.
Dual-Density Foams
Provide a uniquely dampened ride.
Reinforced Metarocker
Ensures long-lasting stability.
Vibram Megagrip® with Traction Lugs
Creates superior traction on rugged surfaces.
Gaiter compatibility
Optional gaiter integration to give added protection against the elements.
You may also like
Subscribe to our newsletter
Subscribe to receive special offers, free gifts and unique deals.
${data.errors && data.errors[0]}
Thanks for subscribing
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `