$3.10

Numark Mentholated Bronchial Balsam – 200ml

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 “Numark Mentholated Bronchial Balsam – 200ml”

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

More Products

Clarityn Allergy 10mg – 60 Tablets

$20.06

What are Clarityn tablets? Clarityn tablets are a remedy for symptoms of hayfever and allergies. Take just one tablet a day to ease symptoms such as sneezing, runny nose, coughing, and itchy or watery eyes. These tablets are perfect for those who suffer with allergies and are looking for an easy way to keep their […]

METAGENICS ULTRAINFLAMX PLUS 360 MANGO 616g

$89.70

Non-Medicinal Ingredients: Isomaltooligosaccharides, rice bran, sugarcane juice, sunflower oil, medium-chain triglycerides, natural flavour, silicon dioxide, xanthan gum, monk fruit extract, guar gum, and rosemary extract. Recommended Dose: Adults blend (for no longer than 15 seconds), shake, or briskly stir 2 level scoops (44 grams) of UltraInflamX Plus 360° with 237 mL (8 fl. oz.) of […]

Clean & Clear Daily Pore Cleanser 148ml

$9.13

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

Cetirizine 10mg – 30 Tablets

$1.05

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

PRAIRIE NATURALS ORGANIC RICE PROTEIN FRENCH VANILLA 360g

$28.14

ReThink Protein! Think Green! Prairie Naturals is the first in Canada to introduce this 100% Vegan Protein Powder made entirely from organic, sprouted brown rice. RiceProtein is a balanced, complete protein containing all the essential amino acids. It has a Protein Digestibility Corrected Amino Acid Score (PDCAAS) of 1, which is the same protein quality […]

Numark Cold Sore Patches – 15 Patches

$4.45

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