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 “Zirtek Allergy Solution – 200ml”

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

More Products

Option+ Extra Strength Flu Relief Extra Strength Combo Day & Night

$8.02

Contains Acetaminophen.  10 Day Caplets and 10 Night Caplets. Relieves: Headache, fever, minor aches and pains, dry cough, nasal congestion, sneezing, runny nose. Directions: Adults & Children 12 years and older:  Day: take 1 pink caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose.  Night: take 1 or 2 blue caplets […]

BOIRON FERRUM PHOSPHORICUM 30CH

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Alka-Seltzer Original 20 Effervescent Tablets

$7.75

What are Alka-Seltzer Original Effervescent Tablets?  Alka-Seltzer Original tablets are a medicine containing aspirin, sodium hydrogen carbonate, and citric acid. Alka-Seltzer can treat a variety of aches and pains, as well as heartburn and indigestion. Effervescent tablets are types of tablets that dissolve in water and become fizzy.  What is the recommended dosage?  Adults and […]

NATURAL FACTORS DIURETIC FORMULA 90caps

$10.95

NATURAL FACTORS DIURETIC FORMULA 90caps Description • Botanical-based formula traditionally used to support healthy fluid balance• Helps promote natural elimination of excess water through urinary function• Contains herbs commonly used to support kidney and urinary tract health• May assist in reducing temporary water retention associated with diet or lifestyle factors• Supports overall detoxification pathways as […]

PRAIRIE NATURALS ANDRO FORCE ESTRO BLOCKER 60S

$27.34

Prairie Naturals Andro Force 60softgels Manopause is real! Also known as the “low-T phenomenon” when natural testosterone begins to drop and along with it muscle tone, strength and sexual stamina. “Low T” has also been linked to more serious health consequences, such as a higher risk for obesity, heart trouble, osteoporosis, obstructive sleep apnea, and […]

NATURAL FACTORS BALANCED C EXTRA 500mg PLUS BIOFLAVONOIDS 250mg 180caps

$20.12

Powerful antioxidant protection Fights free radicals Enhances immune system function Promotes strong bones and teeth Protects the cardiovascular system  Bioflavonoids enhance the absorption of vitamin C for better support of the immune system, and to aid wound healing and connective tissue formation. Medicinal Ingredients Each capsule contains:    Vitamin C (ascorbic acid) 500 mg Non-Medicinal […]