$14.71

Nurofen Plus (12.8mg/200mg) – 32 Tablets

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 “Nurofen Plus (12.8mg/200mg) – 32 Tablets”

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

More Products

CANPREV MAGNESIUM THREONATE 120vcap

$24.06

CANPREV MAGNESIUM THREONATE 120vcap Magnesium is essential in over 800 different enzymatic functions in our body. It’s found throughout the body in our bones, hearts, muscles, and nerves, and works away inside every one of our cells. Its responsibilities include synthesizing DNA, RNA, and proteins, maintaining muscle function, creating cellular energy, and ensuring proper nerve […]

Nexium Control For Heartburn & Acid Reflux 20mg – 14 Tablets

$17.30

What are Nexium Control tablets? Nexium Control tablets contain esomeprazole to tackle the symptoms of heartburn and acid reflux, also known as indigestion. Esomeprazole is a type of medicine known as a proton pump inhibitor.  How should I take Nexium Control? The recommended dosage for Nexium Control is one tablet per day. Even if you […]

LivRelief Pain Relief Cream 50g

$14.24

Used to treat joint pain due to inflammation.Non-greasy and odour-free. Directions for use (Adult): Apply a small amount to affected area 2 times daily. Caution: Consult a health care practitioner if symptoms persist or worsen. Consult a health care practitioner prior to use if you are pregnant or breastfeeding. Medicinal Ingredient: Rutin 0.4%.Non-Medicinal Ingredients: Water, […]

Ibuprofen 400mg – 84 Tablets

$9.35

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

HOMEOCAN No 6 KALI PHOS 6X 500tabs

$10.96

HOMEOCAN No 6 KALI PHOS 6X 500tabs Biochemical Mineral Salts of Dr. Schüssler Kali Phosphoricum is a homeopathic remedy indicated in all cases of organic exhaustion and organic nervous (heavy stress). More specifically, it may improve the physical and mental strength of people weakened by illness or mental exhaustion. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral […]

Advil Extra Strength Liqui-Gels 400mg

$8.40

Relieves Migraines, Headaches, Fever, Muscle and Joint Pain Indications: For temporary relief of mild to moderate migraine headaches including associated symptoms of nausea, and sensitivity to light and sound. Advil Liqui-Gels provide fast and effective relief of non-migraine headaches, minor aches and pain associated with muscles, joints and backache, pain from inflammation associated with arthritis or physical […]