Adhere To
Founded by Alexandra Dean, Adhere To is a Vancouver-based, female-owned brand specializing in outerwear. Their garments simultaneously adapt three problems; functionality, sustainability, and style.
Each piece is all-encompassing and modular, equipped with a plethora of functional detail whilst boasting a thoroughly ethical manufacturing process, a low-carbon supply chain, and 100% recycled materials like their 700FP down. The silhouettes that emerge are strikingly contemporary, often cropped and designed to be genderless.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/adhere-to?' + queryString + '&sort_by=title-ascending')
.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/adhere-to?' + queryString + '&sort_by=title-ascending');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter