$9.76

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

Orajel Extra Strength Dental Gel – 5.3g

$7.61

Contains 5.3g tube of Orajel Extra Strength Dental Gel
Provides rapid relief from toothache
Twice the strength of original Orajel

Anadin Extra – 12 Caplets

$3.33

What is Anadin Extra? Anadin Extra is a painkiller that gets to work fast to relieve pain and fever. Ideal for those who suffer from migraines and headaches but can also be used to ease many other different kinds of pain, making it a perfect all-round pain relief.   What kinds of pain can this […]

OraQuick HIV Self Test – 5 Pack

$139.81

Buy OraQuick HIV Self-Test  OraQuick HIV Self-Test is the most technically advanced HIV self-test available. It provides you with an incredibly accurate result within minutes.  The test is easy to do, simple, and pain-free. There are no blood tests, labs, or questions asked.  OraQuick HIV Self-Test can detect antibodies to both HIV-1 and HIV-2. The […]

Nuromol 200mg/500mg – 12 Tablets

$5.34

‘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’ […]

NATURAL FACTORS VITEX 80mg 90vcap

$12.05

NATURAL FACTORS VITEX 80mg 90vcap Natural Factors Vitex Standardized Extract helps balance female hormones to reduce the symptoms of PMS. This formula provides support for the female reproductive system, while effectively relieving the symptoms of PMS, including breast tenderness, bloating, fatigue, and irritability. Each vegetarian capsule contains vitex, standardized to 0.6% aucubin.  Reduces headaches Decreases […]