$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

Vagisil Regular Strength Anti-Itch Creme 30g

$6.57

Works on contact to relieve everyday itch.Last relief with Odour Control TechnologySkin soothing formula infused with Vitamins A, D, E & Aloe Vagisil medication has been formulated to give fast, temporary relief from the discomforts of minor itching and burning of the external vaginal area. With Aloe plus A, D & E. Indications: For the […]

Poise Pads Regular Length Maximum 48 Pads

$21.14

Trusted 3-in-1 Protection COMFORT – ContourFIT design softly curved to prevent bunching. Wider front and back to keep you comfortably protected. DRYNESS – dry-touch layer for added protection. ODOR CONTROL – absorb-loc core quickly locks away wetness and odor. Caution: To avoid risk of suffocation, please keep plastic bags away from infants and children. Bladder […]

TRESemmé Ultra Firm Control Hair Gel 255mL

$10.22

Texture definition for Short or Layered Hair Maximum Hold 5  All day Hold in High Humidity  Ultra Firm Control  Professional Quality  Discover A Hair Gel That Keeps Your Favorite Looks Set In Their Ways For our strongest all day hold and humidity resistance, utilize TRESemmé Ultra Firm Control Texture Gel. With this product, TRESemmé offers […]

Sudafed Sinus Max Strength – 16 Capsules

$6.41

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

Ibuprofen 200mg – 32 Tablets

$5.34

Ibuprofen 200mg – 32 Tablets (Brand May Vary)
Painkiller for everyday mild to moderate aches and pains, inflammation and fever
Targets the source of pain to provide quick relief

Biofreeze Pain Relief Spray – 118ml

$14.04

What is Biofreeze Spray? Biofreeze Spray is a pain-relieving spray that gets to work wherever you need it on the body. It uses cryotherapy to soothe sore muscles and joints, easing your pain so you can get back to doing the things that matter most. It’s ideal for those suffering with pain caused by exercise […]