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 “Fenbid Gel 5% – 50g”

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

More Products

HOMEOCAN No 4 FERRUM PHOSPHORICUM 6X 500tabs

$10.96

OVERVIEW No.4 Ferrum Phosphoricum, Tissue Salt of first aid Biochemical Mineral Salts of Dr. Schüssler Ferrum Phosphoricum is useful in cases of fever related to an ear, nose and throat problem, or for diarrhea. It is also useful in cases of fever and pain resulting from diseases such as arthritis. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral […]

Sudafed Blocked Nose & Sinus – 16 Capsules

$6.48

‘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 LYCOPENE 10mg 60sg

$20.96

NATURAL FACTORS LYCOPENE 10mg 60sg Description • Provides lycopene, a naturally occurring carotenoid found in tomatoes and other red fruits• Lycopene functions as an antioxidant that helps protect cells from oxidative stress• Commonly used to support prostate, cardiovascular, and overall cellular health• Helps maintain healthy aging and cellular integrity as part of a balanced lifestyle• […]

Cortoderm Hydrocortisone Ointment 15g

$4.01

Indications: For the temporary relief of minor skin irritations, itching, redness and scaling due to eczema, dermatitis, insect bites, poison ivy, poison oak, poison sumac, soaps, detergents, cosmetics, jewelry and for itchy genital and anal areas. Dosage: Appy a small amount to the affected area not more than 3 or 4 times daily. Warnings: Avoid […]

BOIRON COLUBRINA (NUX VOMICA) 6CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

NEW ROOTS GRAPEFRUIT SEED EXTRACT 30ml

$9.86

Our liquid extract of grapefruit seed is made from a high-proanthocyanadin content extract. Quality assured.   Grapefruit seed extract (GSE) contains mainly polyphenolic compounds, including quercetin, hesperidin, campherol glycoside, neohesperidin, naringin, apigenin, rutinoside, poncirin, etc. The polyphenols themselves are unstable, but are chemically converted into more stable substances that belong to a diverse class of […]