Fear of God Essentials
In 2015, Jerry Lorenzo launched “Fear of God Essentials,” a collection of daily staples with PacSun, in an effort to make his brand accessible for a wider audience. After three years of purposed development, an official distillation line, called ESSENTIALS was launched from Fear of God to worldwide acclaim. Collections take a practical approach to basics with wearable earth-toned palettes, relaxed for comfort and minimally detailed for everyday use. Focused on accessibility and quality construction, ESSENTIALS pieces are interchangeable and meant to outlast fleeting trends with a complete offering of timeless silhouettes.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/fear-of-god-essentials?' + queryString + '&sort_by=created-descending')
.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/fear-of-god-essentials?' + queryString + '&sort_by=created-descending');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter