Corpus Naturals
High standards, no compromise, natural chemistry. Corpus is made for people who don't want to sacrifice quality for the sake of going natural. Corpus was founded in the United States in 2018 and carries out every step of manufacturing in its homeland. Each deodorant is made with elevated scent profiles comprised of vegan formula containing plant and mineral based ingredients.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/corpus-naturals?' + 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/corpus-naturals?' + queryString + '&sort_by=manual');
})
.catch(error => console.error('Error:', error));
});">
Sort