${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
If you’re going to pack just one pair on your next adventure, this is it. Known as the Swiss army knife of shoes – thanks to its road-to-trail agility – the Stinson 7 cues up the perfect blend of plush cushioning and versatile traction. Made to conquer any terrain, you’ll find pavement, trail, and gravel are no match for the Stinson’s stabilizing H-Frame™, rubber toe cap, and multi-directional lugs.
Item No. 1141530
The American Podiatric Medical Association (APMA) Seal of Acceptance recognizes products that have been found beneficial to foot health. To earn the Seal, each product is reviewed by a group of APMA podiatrists to ensure it promotes foot health.
Best For:
Trail Running
All Terrain Running
Features:
Durable toe cap
Engineered jacquard mesh
Stabilizing H-Frameâ„¢
Deep Active Foot Frameâ„¢
Multi-directional lugs
RN 88276
WHAT'S NEW
Adventure seekers will love the Stinson’s softer foams, new H-frame™, deeper Active Foot Frame™, taller stack height, and increased traction.
Why you’ll love it
Durable toe cap
Engineered for enhanced protection
Engineered Jacquard mesh
Delivers breathable comfort
H-frameâ„¢ technology
Designed to help stabilize your stride on uneven terrain
Deep Active Foot Frameâ„¢
Enhanced with wrap-around side walls
Multi-directional lugs
Designed for versatile traction on limitless terrain
Recycled Materials
All Terrain
Vegan
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 `