$9.05

Benylin Mucus Cough Max Menthol – 150ml

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 “Benylin Mucus Cough Max Menthol – 150ml”

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

More Products

Lube Life Water-Based Personal Lubricant, Lube for Men, Women and Couples, Non-Staining, 8 Fl Oz (240 mL)

$13.15

SILKY SMOOTH: #LubeLife Water-Based Lubricant is the perfect dressing for your salad. It is a personal lubricant for the adventurous and the thrill-seeking. This water-based lubricant complements the body s natural lubrication and enhances the pleasures of intimacy. Long-lasting, non-sticky, and smooth texture allows for a fantastic experience every time. TOY FRIENDLY, CONDOM COMPATIBLE: #LubeLife […]

EMLA Cream 5% – 30g

$22.98

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

Preparation H Ointment 25g

$10.59

Multi-Symptom Relief: Shrinks hemorrhoids, relieves itch, pain, swelling & irritation. Contains: Yeast as a live cell derivative (Bio-Dyne: Skin Respiratory Factor) 1.0%.Non-Medicinal Ingredients:  Beeswax, chlorhexidine gluconate, fragrance, lanolin, mineral oil, paraffin wax, petrolatum, water. Directions for adults: Apply freely morning and night and after each bowel movement. Lubricate applicator before each application and thoroughly cleanse […]

Option+ Antibacterial Throat Lozenges Cherry 16 Lozenges

$3.64

Uses: Temporarily relieves discomfort  of mouth and throat infections; temporarily relieves sore throat. Directions: Adults and children 6 years and older:  Dissolve 1 lozenge slowly in the mouth every 2 to 3 hours as needed; do not take more than 10 lozenges in 24 hours.  Warnings: Ask a doctor or pharmacist before use if you are pregnant […]

Loratadine 10mg – 180 Tablets

$6.91

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