Clarks Originals
After a near 200 year legacy, Clarks is still honouring their humble origins that first began when Cyrus and James Clark decided to create a slipper from spare sheepskin. Groundbreaking construction – now heritage craft, sees the label still working with footwear molds carved from a single block of hornbeam wood. Modern materials and contemporary techniques combine to advance their traditional process, that still produces footwear to compliment the contemporary wearer, generations and many iconic silhouettes later.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/clarks-original?' + 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/clarks-original?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter