$7.29

Benylin Cold & Flu Max Strength – 16 Capsules

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 “Benylin Cold & Flu Max Strength – 16 Capsules”

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

More Products

SUKU COMPLETE WOMEN’S MULTI 60gummies

$22.64

SUKU COMPLETE WOMEN’S MULTI 60gummies Designed exclusively for women, The Complete Women’s Multi is your daily sidekick that delivers 21 essential micro-nutrients including CoQ10 and Vitamin K2 to keep you healthy, energized, and up for whatever life throws your way. We’ve managed to pack all this goodness into two delicious, sugar-free gummies, and every serving […]

Gaviscon Advance Chewable Mint – 24 Tablets

$10.64

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

NATURAL FACTORS N-ACETYL-L-CYSTEINE 500mg 90vcaps

$12.03

NATURAL FACTORS N-ACETYL-L-CYSTEINE 500mg 90vcaps Description Provides NAC, a stable form of cysteine and precursor to glutathione, the body’s master antioxidant Supports detoxification, immune function, and respiratory health, especially for active individuals or those in polluted environments Acts as a free radical scavenger to enhance cellular health and longevity Advice to use Adults: Take 1 […]

NATURAL FACTORS VITAMIN K2 100mcg 180vcaps

$20.78

NATURAL FACTORS VITAMIN K2 100mcg 180vcaps Natural Factors Vitamin K2 contains MK-7, the most bioavailable form of vitamin K derived naturally from natto beans. Each dose provides 24-hour protection by guiding calcium toward the bones and teeth where it is needed most, and away from the arteries where it causes damage.* Features: Helps in the […]

Accu-Chek Guide Test Strips

$36.53

For the determination of blood glucose
Suitable for self-testing

For: Accu-Chek Guide

Store between 4°C – 30°C.

Nurofen Plus (12.8mg/200mg) – 32 Tablets

$14.71

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