Descente Allterrain
Descente Allterrain has continued to find advanced solutions for those who are passionate about active living since the Osaka-based brand’s debut in 1935. Function followed by form is an important design language the Japanese label aims to deliver year after year, with a range of versatile garments perfectly suited for the city or trail. With award-winning designs like the “Anchor” from the Mizusawa Down line, Descente firmly establishes its legacy as one of the industry’s most innovative contenders.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/descente-allterrain?' + queryString + '&sort_by=manual')
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#product-grid-container').innerHTML;
document.querySelector('#product-grid-container').innerHTML = html_dom;
// update url without reloading page
history.replaceState(null, null, '/collections/descente-allterrain?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter