${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
We tapped the archives to bring back the Speedgoat 2, the trail runner that became synonymous with the HOKA brand. Staying true to its deep trail roots with its original iconic geometry and OG colorways—plus new ones, as well—the performance standout is recontextualized for everyday styling.
Best for:
Lifestyle
Trail Running
Features:
Original Speedgoat silhouette
Engineered mesh upper
Protective overlay detail
Original throwback Speedgoat and HOKA logos
Vibram® Megagrip outsole
Reflective webbing
RN 88276
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 `