$6.75

Ibuprofen 200mg – 84 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 “Ibuprofen 200mg – 84 Tablets”

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

More Products

Polysporin Eye & Ear Drops 15mL

$18.26

Sterile antibiotic treatment for external infections of the eye/ear, such as conjunctivitis, or “pink eye” #1 Doctor and Pharmacists Recommended Anti-infective Eye & Ear brand.† Now available in a new easy-squeeze 15mL bottle.   As eye drops, appropriate for all ages. As ear drops, appropriate for adults and children 6 years and older (consult doctor before […]

Nuromol 200mg/500mg – 12 Tablets

$5.40

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

Webber Vitamin E Ointment Tube 50g

$10.22

Odourless soothing ointment that forms a protective barrier on affected areas, formulated to moisturize and help the healing of scars associated with minor cuts, itching, skin irritations, light skin burns, tattoo aftercare and minimizes the appearance of stretch marks on the skin. Vitamin Eis a powerful anti-oxidant that soothes naturally. Directions: For external use only. […]

TRESemmé Extra Firm Control TRES Mousse Extra Hold 298g

$8.38

TRESemmé Mousse Delivers Maximum Hold And Control Without Stiffness Tresemme Extra Firm Control Mousse offers superb hold and control without all of the stiffness and stickiness you might find with some professional hair products. Provide a hold that won’t let your hair fall flat and tames strays.  All day humidity resistance Professional Quality Extra Hold […]

Tylenol Extra Strength Caplets

$6.20

Tylenol acetaminophen acts quickly to provide effective relief of headache, tension headache, mild to moderate migraine pain; pain of mild to moderate arthritis, minor muscle sprains and strains, menstrual cramps; aches and pains due to cold and flu, and is unlike to cause stomach upset. Dosage: Adult use only (12 years and older): Take 1 […]

LivRelief Extra Strength Nerve Pain Relief Cream 50g

$17.50

Relieves cutaneous pain associated with conditions such as post-herpetic neuralgia and Diabetic Neuropathy. Directions for use (Adult): Apply a small amount to affected area 4 times daily. For maximum benefits, use daily as directed for a minimum of 3-4 days. Caution: Avoid applying to injured or broken skin. Consult a health care practitioner if symptoms persist […]