Rick Owens DRKSHDW
Rick Owens’ namesake line debuted in 1994, showcasing an unprecedented ability to marry a gothic, distressed sensibility with couture-like sophistication earning him a fiercely dedicated following that has only grown exponentially.
The brand has also since relocated manufacturing and headquarters to Italy for garments with superior fabrics and construction but still informed by Owens’ luxury grunge sensibilities and conceptual mix of classical, brutalist, and ascetic influences.
His diffusion line, DRKSHDW was introduced in 2005, offering gender-neutral staples with architectural form; ancient yet avant-garde. Wearable, but unmistakably Rick Owens.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/rick-owens-drkshdw?' + 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/rick-owens-drkshdw?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter