${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Comfort that works overtime. The Bondi SR takes the most cushioned shoe in the HOKA road-shoe lineup and reworks the silhouette to handle the demands of daily life. Updated with water-resistant leather, a slip-resistant outsole and EVA midsole to ensure all-day cushion, this workplace warrior features an ultra-grippy, full ground contact rubber that stands up to the demands of the service industry and medical field alike.
Item No. 1110520
Features:
Water-resistant leather
Memory foam collar
EVA midsole
Early stageMetaRockerâ„¢
Slip-resistant rubber and tread
Tongue lining wrap
Why you’ll love it
Memory foam collar
Cradles ankle in plush comfort
Early stage MetaRockerâ„¢
Designed for a smooth ride through each step
Water resistant leather upper
Protects against moisture
Slip-resistant rubber and tread
Ultra-grippy, full ground contact rubber outsole provides traction and confidence
Compression molded EVA midsole
Designed for signature HOKA cushioning
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 `