$9.86

Strefen Eucalyptus & Manuka Honey Flavour 8.75mg – 16 Lozenges

Category:
Description

Description

‘use strict’;
function initMiniSearch() {
return {
minSearchLength: 2,
isLiveSearchEnabled: 1,
suggestions: [],
validated: true,
suggest() {
const search = this.$refs.searchInput;
this.validated = true;
if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) {
this.fetchSuggestions(search.value);
} else {
this.suggestions = [];
}
},
fetchSuggestions(term) {
fetch(
window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}),
{
headers: {
‘X-Requested-With’: ‘XMLHttpRequest’
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result);
},
search(term) {
const search = this.$refs.searchInput;
term = term || search.value;
if (term.length < this.minSearchLength) {
this.validated = false;
} else {
this.validated = true;
search.value = term;
this.$refs.form.submit();
}
},
focusElement(element) {
if (element && element.nodeName === "DIV") {
element.focus();
return true;
} else {
return false;
}
}
}
}

path]:stroke-[1px] max-lgmd:text-white lgmd:[&>path]:stroke-[1.5px]” width=”23″ height=”23″ role=”img”>

search
Search

Minimum search query length is 2

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Strefen Eucalyptus & Manuka Honey Flavour 8.75mg – 16 Lozenges”

Your email address will not be published. Required fields are marked *

More Products

BOIRON HOMEOVOX 60tabs

$13.51

Homeopathic medicine used for the relief of hoarseness, loss of voice, laryngitis and strained vocal cords. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Directions Adults and children from 2 years of age and older: Between meals, take 2 tablets every 2 hours, up to 6 times per […]

Syndol – 10 Tablets

$6.95

‘use strict’; function initMiniSearch() { return { minSearchLength: 2, isLiveSearchEnabled: 1, suggestions: [], validated: true, suggest() { const search = this.$refs.searchInput; this.validated = true; if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) { this.fetchSuggestions(search.value); } else { this.suggestions = []; } }, fetchSuggestions(term) { fetch( window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}), { headers: { ‘X-Requested-With’: ‘XMLHttpRequest’ […]

Coconut Oil 454g

$16.06

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

POLYSPORIN® ECZEMA ESSENTIALS® 1% HYDROCORTISONE ANTI-ITCH CREAM

$11.30

GET RELIEF FROM DRYNESS, FLAKING AND REDNESS ASSOCIATED WITH ECZEMA FLARE-UPS. Provides relief of itch due to eczema flare-ups Moisturizes to restore visibly healthier skin Helps improve dryness, flaking and redness associated with eczema Fragrance-free Does not contain antibiotics Available in a 28g tube Product Description: Provides relief of itch due to eczema flare-ups Moisturizes […]

DOCTOR’S CHOICE THYRODINE 60caps

$39.01

Whole raw desiccated Thyroid Gland (hormone free) concentrate to achieve optimal thyroid balance. Helps in the function of the thyroid gland. Organic, New Zealand raw desiccated bovine (beef) Helps maintain immune function 100% UPS Pharmaceutical grade A factor in the maintenance of good health Helps in connective tissue formation Helps to maintain healthy skin Helps […]

FreeStyle Libre 2 Sensor – Pack of 2

$132.11

‘use strict’; function initMiniSearch() { return { minSearchLength: 2, isLiveSearchEnabled: 1, suggestions: [], validated: true, suggest() { const search = this.$refs.searchInput; this.validated = true; if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) { this.fetchSuggestions(search.value); } else { this.suggestions = []; } }, fetchSuggestions(term) { fetch( window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}), { headers: { ‘X-Requested-With’: ‘XMLHttpRequest’ […]