Intermittent Fasting
It’s often the last few hours of your fasting window, typically the first few hours of your day, which are likely to be the most challenging. Adding dietary fibre, prebiotic fibre, nourishing proteins and ketogenic MCT’s offers effective sustenance to see you through.
7 Results
{
const queryString = new URLSearchParams(new FormData($refs.active_filter_form)).toString();
let pattern = /[?&]sort_by=/;
let collUrl = location.search;
let newUrl = queryString;
if(pattern.test(collUrl)) {
const theString = window.location.search;
const urlParams = new URLSearchParams(theString);
const sorty = urlParams.get('sort_by')
newUrl = queryString + '&sort_by=' + sorty;
console.log(sorty);
}
console.log(queryString);
console.log(newUrl);
loading = true;
fetch('/collections/intermittent-fasting?' + newUrl)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#dataMix').innerHTML;
document.querySelector('#dataMix').innerHTML = html_dom;
// update url without refreshing the page
history.replaceState(null, null, '?' + newUrl);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})"
>
-
From: £19.20 Add to basket
-
From: £19.20 Add to basket
-
From: £29.60 Add to basket
-
From: £25.60 Add to basket
-
From: £25.60 Add to basket
-
From: £23.20 Add to basket
-
From: £25.60 Add to basket