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

NOURISH by Intimate- Stress Relief + Increased Energy | Hormone Balance Supplement | With Shatavari, Maca and Cordyceps | Enhances Mood | Reduces Cortisol | Menopause Support |…

$21.91$31.41

EXTRA STRENGTH INGREDIENTS – Made with adaptogenic Maca and Cordyceps to help imptove mental clarity, boost energy and support hormone health. Our 100% Natural ingredients are known for improving cellular energy production, increasing blood flow, reducing stress and supporting your mood + mind. MAINTAIN PEAK WELLNESS – Rediscover your body’s prime with Nourish. Our unique […]

NATRACARE ORGANIC COTTON TAMPONS SUPER PLUS 20pcs

$8.22

Tampons for heavy flow days at the beginning of your period. This regular organic tampons are made with a rolled wadding of long-fibre organic cotton – designed to gently absorb menstrual flow and expand widthways. Cotton is soft, absorbent and does not dry out the protective mucous membrane. Ingredients/INCI: Tampons made of 100% organic cotton. […]

Clearasil Ultra Deep Pore Cleansing Pads 90 Pads

$9.49

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

Dove Style + Care Extra Hold Hairspray 198g

$7.30

Extra Strong Hairspray Extra Hold 5  Protect your hairstyle and care for your hair with a long-lasting hairspray that strengthens and adds shine. Provides long-lasting shape control With Nutri-Style Complex Enhances natural shine Fights static and flyaways Protects hair against humidity and damp weather Extra-strong hold, fast-drying formula Formulated with Nutri-Style Complex, it leaves each […]

MANITOBA HARVEST HEMP HEART 454g

$14.94

Shelling the hemp seed produces the most nutritious and tender part of the seed, the heart. Hemp Hearts taste great, are easy to use, and nutritious too! There’s no need to grind or cook Hemp Hearts, they’re ready to eat straight from the bag and are simple to incorporate into your diet. Try sprinkling them […]

Benylin Infant Cough Syrup – 125ml

$6.07

Buy Benylin Infant Cough Syrup   When your little one is struggling with a dry, tickly cough, Benylin Infant Cough Syrup provides gentle, soothing relief to help them feel better.  This specially formulated syrup contains glycerol, a gentle ingredient that coats and soothes your child’s irritated throat. By creating a protective layer, it calms the tickly […]