Brave Mushroom Tinctures
3 Results
{
const queryString = new URLSearchParams(new FormData($refs.active_filter_form)).toString();
let collUrl = location.search;
let newUrl = queryString;
if(pattern.test(collUrl)) {
const theString = window.location.search;
const urlParams = new URLSearchParams(theString);
}
loading = true;
fetch('/collections/tinctures?' + newUrl)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
const countElement = html_div.querySelector('.count');
if (countElement) {
document.querySelector('.count').innerHTML = countElement.innerHTML;
}
const activeFiltersElement = html_div.querySelector('.active-filters');
if (activeFiltersElement) {
document.querySelector('.active-filters').innerHTML = activeFiltersElement.innerHTML;
const htmlDom = html_div.querySelector('#dataMix');
if (htmlDom) {
document.querySelector('#dataMix').innerHTML = htmlDom.innerHTML;
}
history.replaceState(null, null, '?' + newUrl);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
}))">
-
Brave Clarity
A potent tincture of mushrooms, herbs & vitamins to sharpen focus and presence.From: £27.20 Add to basket -
Brave Glow
A tincture of skin-loving mushrooms, botanicals and vitamins to invite a deeper, radiant glowFrom: £27.20 Add to basket -
Brave Immunity
A powerful mushroom & botanical tincture crafted to support immune resilience and seasonal defenceFrom: £27.20 Add to basket