${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Amping up the energy return with a new SCF midsole, the GOAT is more responsive than ever. This meticulously considered update keeps the same trusted fit and traction while refining the heel collar for comfort and adding a gaiter integration to help fend off debris. Injected with new tech, the Speedgoat franchise cements its status as the cult-favorite all-day trail crusher.
Item No. 1171929
Best For:Trail Running
Features:
Super-critically foamed EVA
Gaiter integration
Vibram® Megagrip with Traction Lug
Stretchy, patent-pending dynamic vamp
Lightweight RPET woven textile
Lay-flat tongue with dual gusset
Heel pull tab
Reflective details
Updated lug orientation for mixed terrain
5mm lugs
Why you’ll love it
Lightweight RPET woven textile upper
Delivers breathable, foot-hugging comfort
Vibram® Megagrip outsole with 5mm Traction Lug
Sticks to rock and bites into loose terrain
Dynamic vamp and dual-gusset lay-flat tongue
Enhances comfort for long miles
Supercritical EVA midsole
Provides responsive cushioning for extra energy return
Gaiter integration
Pairs with the Trail Footwear Gaiter to fend off trail debris
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 `