Nanamica
Nanamica, Japanese for "the house of seven seas", focuses on the keywords “utility” and “sports” as the starting point in the design process. The result is products that consistently represent the highest quality in both materials and user functionality. By combining traditional silhouettes with modern performance fabrics and a meticulous approach to fabrication, creator Eiichiro Hooma ensures that each season features highly practical and stylish pieces that push the limits of how hard our clothing can work for us.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/nanamica?' + 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/nanamica?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter