Comme des Garçons Homme Plus
Founded in 1984, Comme des Garçons Homme Plus was the first distillation line to branch out from the CDG umbrella label and continues to be led by prolific Japanese designer, Rei Kawakubo. The label’s modern reinterpretation of traditional menswear silhouettes have resulted in vibrant collections that challenge entrenched gender distinctions. Integrations of masculinity and femininity are deliberately expressed through fabric proportions, androgynous tailoring and couture-esque garment details. Still infused with Kawakubo’s playful spirit, Homme Plus continues to reshape the formal menswear blueprint season after season.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/comme-des-garcons-homme-plus?' + 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/comme-des-garcons-homme-plus?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter