Bianca Chandôn
Inspired by 70's subcultures, Alex Olson launched Bianca Chandôn in 2014. The brand derives its name from Bianca Jagger and Moet and Chandôn heir, Olivier Chandon de Brailles. The pro-skater has claimed traction with bold, stand-out graphics in 'anti-fashion' streetwear pieces. This exclusive drop features the classic LOVER text in contrast colours and even, red sequins. The mix of sequins and skatewear is just another reason Bianca Chandôn's aesthetic is not something you can predict.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/bianca-chandon?' + 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/bianca-chandon?' + queryString + '&sort_by=created-descending');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter