Space Available
Multidisciplinary creative Daniel Mitchell has taken our waste and transformed it into shirts, incense holders, turntable cases, and even furniture. He designs with a circular approach, which means creating products that have no beginning, no middle, and no end. Founded in 2020, this freshly born brand has collaborated with the likes of renowned DJ Peggy Gou and professional skateboarder turned multi-faceted creative Alex Olson. Daniel and his team seek to create not just products but experiences, education, and dialogue. Opening a conversation about the complex problems we face all around the globe.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/space-available?' + 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/space-available?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter