${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 hyper cushy hiker with advanced rescue technology.
A long-haul hiker that fuses the featherweight feel of your favorite running shoe with the rugged dependability of a classic hiker, the Mafate X Hike is geared to go the distance. Offering the same hyper cushy ride and snappy carbon fiber plate as the original Mafate X, we’ve integrated a neoprene collar for extra ankle support, adjustable speed hooks, and areas of zonal durability. Bonus? This cutting-edge update features a built-in RECCO® reflector for improved searchability.
Item No.1174230
Best For:
Hiking
Features:
Haptic material
RECCO® technology
Neoprene mid collar
PEBA core
Carbon fiber plate
Super critically foamed EVA carrier
Vibram® Megagrip
FEATURES | ITEM NO 1174230 | RN 88276
Why you’ll love it
All GenderMafate X Hike
RECCO® technology
For increased searchability by rescue professionals
Neoprene mid collar
Provides lightweight support and protection
Dual-density foam chassis
For supreme plushness for long-haul efforts
Forked carbon fiber plate
Delivers a pop of propulsion
Vibram® Megagrip outsole
For traction and grip on varied terrain
Light and propulsive for all-out efforts
Crafted with cutting edge technologies and materials, the Mafate X Hike is designed for speed in unpredictable terrain.
Rescue Technology
A built in RECCO® reflector makes you more searchable for rescuers.
Plated Propulsion
Designed to push the pace with a carbon-fiber plate for a speedy, efficient ride on the trail.
Big Mile Comfort
A plush dual-density midsole and lightweight materials mean comfort for big efforts.
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 `