Saint Michael
Saint Michael is the brainchild of Yuta Hosokawa (READYMADE) and renowned visual artist Cali Thornhill Dewitt. The brand brings together both creatives' flair and artistry, utilizing Yuta's love for vintage garments and Cali's stunning art style. The result are highly charismatic garments that are dense with the essence of the venerable history of vintage culture.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/saint-michael?' + 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/saint-michael?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter