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 “Benylin 4 Flu – 24 Tablets”

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

More Products

BOIRON ARNICA MONTANA 200CH x 3pack

$13.88

OVERVIEW Homeopathic medicine for the whole family. Pain relief. Single homeopathic medicines are known and registered by their Latin name, resulting in a common international nomenclature. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on the patient’s specific symptoms. They are generally recommended by […]

CANPREV HEALTHY HORMONES 60vcaps

$32.88

Healthy Hormones™ is an all natural formula designed to help promote healthy detoxification of estrogen and to improve symptoms related to PMS. Healthy Hormones™ contains traditional herbs like chasteberry and black cohosh, which have been used to provide relief from symptoms associated with PMS. This formula will help relieve PMS symptoms such as painful menstruation […]

Optilast Eye Drops

$13.30

Treats hay fever and allergy symptoms in the eyes
Contains the active ingredient azelastine hydrochloride, an antihistamine
Use one drop in each eye in the morning and in the evening

REALEASY WHEY MEAL REPLACEMENT STRAWBERRY 885g

$55.42

REALEASY WHEY MEAL REPLACEMENT STRAWBERRY 885 g Description Refreshing strawberry-flavored whey protein meal replacement powder, ideal for blended shakes or smoothies. Delivers high-quality whey protein, complex carbohydrates, healthy fats, vitamins, and minerals in a single scoop. Perfect for post-workout recovery, meal-on-the-go scenarios, or weight management plans. Advice to use Mix 1 scoop (approx. 50 g) with 250–300 mL […]

Live Clean Fresh Water Body Wash 500ml

$7.67

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

Option+ Extra Moisturizing Nasal Decongestant Spray

$5.84

Fast acting relief of symptoms. Decongestant. 12 hour relief.  Metered pump for a controlled dose every time. Won’t Drip from nose or down throat. Uses: temporarily relieves cold or allergy symptoms, nasal congestion, sinus congestion and pressure, clears nasal passages, shrinks swollen membranes. Oxymetazoline Hydrochloride Nasal Solution 0.05% Directions: Adults and 12 years of age […]