Jil Sander
JIL SANDER is the epitome of modernity and sophistication. Its unconditional dedication to design combines elegance and purity with innovative materials and exceptional quality. The refinement of cuts, the play on contrasts, and the perfection of details give form to an approach to fashion defined by deliberation, rigor, and artistry.
Under the Creative Direction of Lucie and Luke Meier since 2017, the Milan-based brand pioneers a modern conception of luxury, building on a legacy of minimalism with sensuality and craft.
{
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