Barbara Bologna
Founded in 2001, Barbara Bologna is a multi-disciplinary Italian creative with a background as a sculptress and body art performance. The eponymous label acts as a direct extension of her artistic freedom, each collection a piece of a larger personal vision where creative practices overlap. Dramatic sartorial silhouettes are reimagined with asymmetrical lines and dynamic prints. Altogether experimental, and offbeat, but gorgeous, her collections reflect the raw creative freedom of its creator.
“I have the desire to create because I have something to say. I’ll probably stop creating when I have nothing left to say.”
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/barbara-bologna?' + queryString + '&sort_by=best-selling')
.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/barbara-bologna?' + queryString + '&sort_by=best-selling');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter