Homme Plissé Issey Miyake
With the Development of Issey Miyake's unique pleating technique, Homme Plissé Issey Miyake began in 2013 as the contemporary menswear alternative to the 'pleats please' collection launched back in 1993 with three commitments: pleats, product and present. All garments are made with textiles that are wrinkle-proof, quick drying, and given pleats with a uniform width that will not cling to the skin. These clothes are light and easy to move in, low-maintenance, and perfect for travel. Homme Plissé products occupy the space between form and functionality, with an aestheticized look at organic shapes.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/homme-plisse-issey-miyake?' + 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/homme-plisse-issey-miyake?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter