$9.45

Benylin Chesty Coughs Original – 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 Chesty Coughs Original – 150ml”

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

More Products

Aussie Miracle Moist Conditioner 360mL

$6.57

Flat hair in need of a miraculous boost? We’ve got you covered! Our miracle Volume Shampoo gives big body volume to your hair while setting it up for more va-va-voom style. To Experience our little miracle: work this product into wet hair,  and rinse out  Yay! Avocado & Australian Jojoba Oil Yay! AUSSome Hair Days […]

Treathay Fexofenadine 120mg – 30 Tablets

$6.51

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

BOIRON ARNICARE GEL 75g

$16.43

Arnicare Gel relieves muscle and joint pain, and eases resorption of bruises and inflammatory oedema caused by falls, blows, blunt injuries or surgery. Features and benefits: Partly Made from the Whole and Freshly Harvested Arnica Plant 100% naturally-sourced medicinal ingredients Without Nonsteroidal Anti-inflammatory Drugs Claims based on traditional homeopathic practice, not accepted medical evidence. Not […]

LifeStyles Natural Feeling Condoms – 36 Count – Lubricated Natural Rubber Latex Condoms, Paraben-Free, Packaging May Vary

$8.47

Thin condoms for a natural feel: LifeStyles Natural Feeling condoms are super thin to provide a close, sensitive feel for you and your partner Shape and texture: Flared shape with a reservoir tip, smooth texture, natural colour and low scent Strong and reliable protection: Our condoms are rigorously tested to meet the highest in safety […]

Option+ Magnesium 250mg 200 Caplets

$13.12

Helps to maintain the body’s ability to metabolize nutrients. Helps in the developmentand maintenance of bones and teeth. Helps to maintain proper muscle function. Directions for use: Adults 19 years and older: 1 caplet, 2 times daily or as recommended by a physician.  Each caplet contains:Elemental Magnesium (magnesium oxide, magnesium malate, magnesium glycerophosphate) 250 mg […]