Vault by Vans
Since 1966, Vans has been at the forefront of youth and skate culture, epitomizing the Southern California style of living and spreading it throughout the globe. For 50 years, Vans has been the brand of choice for contemporary active lifestyles, and their influence continues with Vans Vault, an eclectic collection inspired by street fashion, art, and music. With a nod to their own rich heritage, Vans Vault introduces new colourways and materials to the original builds and size runs from decades ago.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/vans?' + 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/vans?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter