Jil Sander
Founded in 1968 and starting commercially in 1973, the storied house is renown for the purity of design found in its collections. Helmed by Jil Sander at the outset, the brand has since featured a handful of creative directors including the likes of Raf Simons between 2005 and 2012. Now, the brand is headed by Luke Meier (of OAMC) and his wife Lucie (previously of Louis Vuitton, Balenciaga, and Dior). Together they bring a re-invigorated mix of tradition and innovation to Sander’s minimalist aesthetic.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/jil-sander?' + 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/jil-sander?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter