ERL
ERL is the brainchild of multifaceted creative Eli Russell Linnetz. Eli’s work has been embraced by millions whether they are aware of it or not, whether that be his polaroids of Kanye West and the Kardashian family or his co-producing credits for Kid Cudi. Through ERL, Eli tells a colorful story of Los Angeles youth culture often with vibrant colors. Each collection has a strong sense of nostalgia with vintage-inspired cuts and reference points.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/erl?' + 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/erl?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter