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

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, […]

Live Clean Fresh Water Liquid Hand Soap 500ml

$5.84

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

HONIBE HONEY LOZENGES LEMON 10loz

$5.59

HONIBE HONEY LOZENGES LEMON 10 loz Description Naturally soothing lozenges made from real New Zealand manuka honey and Canadian honey. Enhanced with lemon essence and soothing plant extracts to ease throat discomfort and cough. Gluten-free, non-GMO, and free from artificial colours and flavours—gentle on the throat. Suggested Use Dissolve one lozenge slowly in the mouth as […]

Softsoap Juicy Pomegranate & Mango Moisturizing Body Wash 591ml

$6.93

Make life more bubbly with Softsoap® Moisturizing Body Wash, Juicy Pomegranate & Mango. This uplifting formula is infused with pomegranate extract, contains moisture beads, and will leave your skin feeling fresh and your senses happy. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your skin and […]

Vaseline Petroleum Jelly Baby 375g

$6.93

Locks in moisture to soothe and heal dry skin. Keeps your baby’s skin feeling soft, smooth and protected from dryness Locks in moisture and keeps out wetness Gentle on skin, hypoallergenic and non-comedogenic (won’t clog pores) Made with triple purified 100% pure petroleum jelly. Purity guaranteed

DR. RECKEWEG #41 50ml

$23.74

DR. RECKEWEG #41 50 ml Description Homeopathic organotherapy remedy traditionally used to support male reproductive health and vitality. May assist in relieving symptoms related to hormonal imbalance, fatigue, or diminished sexual function. To be used on the advice of a healthcare practitioner. Ingredients Medicinal Ingredients (per 50 ml):Acidum phosphoricum D12, Agnus castus D8, China D12, Conium […]