${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Built at the intersection of road and trail, the Challenger 8 delivers all the smooth cushioning and confidence-inspiring traction you’ll need to tackle a variety of terrain. A gravel-grinding workhorse loved for its hyper cushy ride, we’ve added even more foam underfoot and improved the fit since our last iteration. Finished with a minimal mesh upper, plush collar, and durable rubber toe cap, we’ve reimagined the orientation of our multi-directional lugs to ensure the best all-terrain ride yet.
Item No.1168716
Features:
100% rPET engineered mesh
3D screen printed toe cap
Compression molded EVA
Multi-directional 4mm lugs
Reflective details
Challenger 8 Key Features
Improved Fit
Recycled Mesh Upper
8mm Heel-to-toe Drop
Smooth Metarocker™
Street approved. Trail tested.
Built at the intersection of road and trail, the Challenger 8 delivers all the smooth cushioning and confidence-inspiring traction you’ll need to tackle a variety of terrain.
Revitalised underfoot experience
Increased heel-to-toe drop to 8mm and additional heel cushioning for better comfort.
Multi-directional 4mm Lugs
Updated lug design for confidence-inspiring traction.
Compression Molded EVA Foam
Provides smooth cushioned ride.
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 `