$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

Benylin Day & Night Cold & Flu Relief – 16 Tablets

$13.90

Treats cold and flu symptoms
Contains two different tablet types
Suitable for adults and children aged 12 and over

WITHIN US TRU MARINE COLLAGEN 280g

$56.84

WITHIN US TRU MARINE COLLAGEN 280 g Description Premium marine collagen powder designed to support skin elasticity, joint comfort, and overall vitality. Sourced from sustainably harvested fish for a clean, pure product with high bioavailability. Great tasting, unflavored formula blends effortlessly into water, smoothies, or coffee—perfect for daily wellness routines. Advice to use Mix 1 scoop […]

Sudafed Decongestant Non Drowsy – 12 Tablets

$6.14

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

NATRACARE ULTRA EXTRA PAD SUPER WITH WINGS 10ct

$6.57

NATRACARE ULTRA EXTRA PAD SUPER WITH WINGS 10ct Description Designed with extra cushioning and wings for medium to heavier menstrual flow. Made with certified organic cotton, free from plastic, perfume, chlorine, and synthetic materials. Soft, absorbent, breathable, and over 99% biodegradable and compostable. Advice to use Peel back the paper strip and fit the pad […]

DUREX Pleasure Mix Condoms, Assorted Sensation Pack with Sensi-Thin, Love, Intense Sensation, and Performax Mutual Climax for Extra Pleasure and Stimulation, 36 Count

$14.45

EXCITING VARIETY: Durex Pleasure Mix pack includes four different condom types – Sensi-Thin, Love, Intense Sensation, and Performax Mutual Climax – offering a mix of sensations and stimulation for mutual pleasure, comfort, and added adventure. SENSI-THIN: Extra lubricated, large fit, thinner latex condoms designed for heightened sensitivity, a natural feel, reliable protection, and maximum comfort […]