Readymade
Started in 2013 by Yuta Hosokawa, Osaka-based label READYMADE takes vintage military tent and duffle bag fabrics and re-works them into modern, one-of-a-kind outerwear and accessories. With an overarching theme of “world peace”, Hosokawa uses the original military material in a way that causes both the viewer and the wearer to think about the juxtaposition of violence and high fashion in times of peace. All military fabric is used vintage or deadstock cotton, often stenciled with the names and serial numbers of the original owner, ensuring that no two pieces are alike.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/readymade?' + 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/readymade?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter