Dries Van Noten
Hailing from Antwerp, Belgium, Dries Van Noten began his fashion career as part of the storied "Antwerp Six"; a collective of six designers who graduated from the Antwerp Royal Academy of Fine Arts between 1980 and 1981. Known for his masterful blending of prints and patterns, each season Dries creates a stunning feast for the eyes. Winter collection staples include decadent knits and timeless outerwear, while the summer sees vibrant artist collaborations and effortless shirting.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/dries-van-noten?' + 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/dries-van-noten?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter