Lite Year
Founded in 2016, Lite Year is a multi-city consulting agency, showroom, creative platform and now independent brand operating between coasts. With an international working rapport with high-profile clients like The News showroom, Common Projects, Calvin Klein, Alexander Wang, Adidas, Needles, Groveland and Adieu, Lite Year has gained an unprecedented understanding of the industry landscape which has been translated into this season’s headwear collection. Under the leadership of partners, Yuri Sin and Andrew Enness, Lite Year continues to operate as a collaborative umbrella and new solution to fashion’s larger players, by providing a platform for creatives working behind the scenes to showcase their talent.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/lite-year?' + 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/lite-year?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter