- Skip to main content
- Skip to navigation
Teva has unveiled its Fall 2026 footwear collection, led by Trailpeak, the brand’s first shoe developed in collaboration with members of its athlete advisory group, the Teva Bureau of Adventure
The release, part of Teva’s “For Playground Earth” platform, also expands four existing franchises: Aventrail, Hurricane Trailsetter, ReEmber and the brand’s lifestyle range
Teva said Trailpeak was shaped by testing and feedback from Teva Bureau of Adventure athletes Erin Ton and Mike Wardian, who evaluated prototypes on technical terrain to help refine stability and responsiveness. The shoe features Teva’s Hyper Comf Plus midsole, as well as an internal support cage and Spider Rubber Endure outsole
With the co creation approach Teva, a division of Deckers Brands, shifts like other brands before toward athlete led product development
Source: Deckers Brands
Teva – Performance and Lifestyle Footwear – Fall 2026 Collection
Alongside Trailpeak, Teva is adding the Aventrail Road to Trail Shoe to a franchise that already includes an R2T sandal and shoe, plus the original Aventrail Sandal built on Teva’s W Strapping System
The Hurricane Trailsetter franchise is also expanding with two Gore-Tex versions, including a mid height option designed to provide additional ankle support for longer outings
In lifestyle, Teva is introducing the Ampsole GailaMary Jane, a closed toe update to the Hurricane Ampsole Gaila, and the NeoGamma Leather, which the company described as a reissue of an early 2000s climbing inspired silhouette. The ReEmber line rounds out the collection with recovery focused footwear aimed at travel and downtime between outdoor trips
Topics
” + details.subtitle + ”
- ” + wrapBullets(details.bullets) + “
” + details.buttonText + ”
” + details.text + “Sign In
“;
return html;
}
var isLoggedInOb = dataLayer.filter(getLoggedIn);
var isLoggedIn = isLoggedInOb[0].LoggedIn;
var promoDetails = {
title: “Get a taste of SGI Europe: register today”,
subtitle: “Get 4 free articles monthly + The Daily Digest – See what industry leaders read every day:”,
bullets: [
“Curated industry intelligence you won’t find anywhere else — selected from 500+ sources”,
“LExclusive interviews, case studies, and consumer insights on emerging markets and trends”,
“Expert analysis on corporate moves, financials, retail trends, regulation, and innovation”,
“The Daily Digest—essential sporting goods news delivered every morning”
],
buttonText: “Register for free”,
buttonLink: “https://account.sgieurope.com/register?surveycode=43”,
text: “If you have already registered or subscribed please ”
};
if(isLoggedIn == “True”){
console.log(“Logged In”, isLoggedIn);
//work out if they’re subscribed
var subscriptionIdOb = dataLayer.filter(getSubscriptionId);
var subscriptionId;
var subscriptionIds = [];
console.log(“subscriptionIdob”, subscriptionIdOb);
if(subscriptionIdOb.length !== 0){
subscriptionId = subscriptionIdOb[0].prodid;
subscriptionIds = subscriptionId.split(“|”);
//console.log(“subscriptionIds”, subscriptionIds);
}
if(subscriptionIds.includes(“3”) || subscriptionIds.includes(“13”) || subscriptionIds.includes(“19”)){
//promo details if someone is Registered and Subscribed
console.log(“Hide banner”);
return false;
} else {
//promo details if someone is Registered but not Subscribed
promoDetails.title = “Subscribe today”;
promoDetails.subtitle = “Subscribe today to get more access to award-wining content:”;
promoDetails.bullets = [
“Save time and money – We scan corporate and trend information from +500 sources”,
“Largest database of sports brand and retailer insights, data and analysis”,
“Highly trusted business information you can rely on to make important decisions”
];
promoDetails.buttonText = “Subscribe”;
promoDetails.buttonLink = “/subscribe”;
document.getElementById(“subscription-promo”).innerHTML = promoHTML(promoDetails);
}
} else {
//promo details if someone is not loggedin/Registered and not Subscribed
console.log(“Not Logged In”, isLoggedIn);
document.getElementById(“subscription-promo”).innerHTML = promoHTML(promoDetails);
}
});


