Yume Yume
Yume Yume was launched in 2018 by Eva Korsten and Dave Hendriks, the name translating to the Japanese word for dream; a title appropriate of their futuristic and imaginative offerings.
Silhouettes sit at the intersections of art, technology, and architecture, each pair fused with a distinct inspiration. Though eccentric and diverse in design, comfort, sustainability remain key players, utilizing recycled materials, faux leathers and EVA footbeds maximizing both comfort and style.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/yume-yume-1?' + queryString + '&sort_by=best-selling')
.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/yume-yume-1?' + queryString + '&sort_by=best-selling');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter