Kiko Kostadinov
Central Saint Martins graduate Kiko Kostadinov debuted his namesake label for the Spring/Summer 2016 season with an already refined graduate collection of modernist workwear silhouettes informed by a fascination with Fordist uniforms and functional detail. The Bulgarian designer has since continued to develop a stark visual narrative with somber tones, asymmetric styling, and integrated utilitarian accents.
Though his work departs from deeply specific references– books, films, artworks, objects; each runway is bridged by an ability to effortlessly fuse the intrinsically functional with the ornamental in a cohesive assembly of meticulously patterned garments.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/kiko-kostadinov?' + 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/kiko-kostadinov?' + queryString + '&sort_by=created-descending');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter