$8.95

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

EPSOMGEL PAIN RELIEF PRO 240ml

$36.89

100% Natural – Pain Relief Solution Traditionally used in herbal medicine to help relieve pain and inflammation in muscles and joints. Epsomgel pain relief solution effectively relieves pain and inflammation to keep you active. A unique water based solution that absorbs quickly and is non irritating for everyday use.  Back Pain Strains Bruises Sports Injuries […]

Rub-A535 Regular Strength Heating Cream 50g

$5.46

This fast acting, medicated cream provides deep penetrating, temporary soothing relief of stiff sore muscles, joint, back and arthritic pain. For effective pain relief where it hurts the most.  Directions: Adults and children over 2 years: Apply thinly and evenly to cover the affected area and gently massage until completely absorbed, up to 3 or […]

SISU ENERGY BOOST ORANGE 30 x 8g

$16.40

SISU ENERGY BOOST ORANGE 30 x 8g Description Convenient drink mix with 1,000 mg of Ester-C®, a highly absorbable and gentle form of vitamin C to support immune health and collagen production Enhanced with B vitamins and electrolytes for daily energy, hydration, and nervous system support Contains added minerals including calcium and magnesium to help […]

VCF Vaginal Contraceptive Film – Pharmacy 24

$15.99$18.99

VCF Vaginal Contraceptive Film is Non-hormonal, Kills Sperm On Contact, and Begins To Dissolve Instantly! 9 Films

Phenergan 10mg (Promethazine Hydrochloride) – 56 Tablets

$13.37

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

Covonia Menthol Throat Spray – 30ml

$10.69

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