RETROSUPERFUTURE
Founded in Milan, Italy in 2007 by Daniel Beckerman, the eyewear brand was and remains a pioneer of the now prevalent acetate frames. Pairs continue to be made by hand in Italy, each fitted with ZEISS lenses to match the high-quality finishings of the frames. The brand is also recognized for its eclectic range of styles from the classic to the avant-garde, they boast experimentative production techniques and ongoing collaborations with the likes of Diesel, Marni, and many more.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/retrosuperfuture?' + 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/retrosuperfuture?' + queryString + '&sort_by=best-selling');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter