$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

Witch Hazel – 200ml – 3 Pack

$13.51

What is Care Witch Hazel? Care Witch Hazel is a soothing solution which helps to ease irritated skin. It’s the perfect addition to a first aid kit, soothing bruises and other minor irritation with ease. It can also be used to cleanse and tone the skin and can be used as a makeup remover, being […]

Option+ Extra Large 2x Daily Pill and Vitamin Planner

$6.19

Option+ Extra Large 2x Daily Pill and Vitamin Planner

color may not be as shown

NATURE’S WAY NUTRASEA OMEGA-3 LEMON 500ml

$43.08$50.68

You’ll enjoy the clean, light taste of NutraSea premium quality liquid omega-3, in a delicious lemon flavour, with no fishy burp-back. With its balanced ratio of 750 mg EPA and 500 mg DHA per dose, NutraSea is an easy way to get your omega-3 and is a great choice for anyone looking for a pure […]

Adult Sex Toys Women Sex Toy – 3IN1 Wearable Vibrator Adult Toys with 9 Vibrating Rabbit Ears & 9 Thrusting Dildo Clitoral Dildos G Spot Vibrators Couples Sex Machine

$28.93

Do you want to try a different wearable vibrator in 2023? After took opinions & recommendations from experienced adult sex toys & games users/experts, we made improvements in terms of Material, Size, Fit, Comfort, Versatility, Sound Level, Battery Life, Waterproof etc, and develop an innovattive wearable vibrator sex toy that combined a thrusting vibrator/thrusting dildo […]

Seven Seas Trying For A Baby Tablets – 28 Tablets

$17.57

What are Seven Seas Trying For A Baby Tablets?  Seven Seas Trying For A Baby Tablets contain a wide selection of vitamins and minerals that are essential if you’re trying for a baby, such as: vitamin D, vitamin B6, vitamin B12, folic acid, biotin, iron, zinc and selenium. These tablets contain the exact level of […]

Paracetamol 250mg – 10 Suppositories (Brand May Vary)

$33.12

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