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 “Minadex MinaKIDS Ironbaby Drops – 60ml”

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

More Products

Option+ Melatonin Extra Strength Quick-Dissolve 5mg 100 Tablets

$6.93

Helps increase total sleep time (aspect of sleep quality) in people suffering from sleep restriction or altered sleep schedule (e.g. shift work and jet lag). Helps reduce the time it takes to fall asleep in people with delayed sleep phase disorder and reset the body’s sleep-wake cycle. Dosage: Adults: All uses except jet lag: At […]

K-Y® Naturals® Sensitive Gel | Water Based Personal Lubricant

$10.49

Water-based personal lubricant 100% of ingredients are sourced from natural origins. Dermatologically tested and free from artificial fragrances, colourants and parabens Suitable for use with latex and polyisoprene condoms Formula is non-sticky

Pepto-Bismol Liquid Extra Strength 350mL

$14.97

Bismuth Subsalicylate Liquid 5 Symptom ReliefHeartburn, Indigestion, Nausea, Upset Stomach, Diarrhea Directions: Shake well before using. For convenient dosing, use pre-measured dose cup. Adults: 30mL (2 tablespoons). Children: 10-14 years: 15mL (3 teaspoons), 5 to 9 years: 7.5mL (1.5 teaspoons), 3-4 years: 5mL (1 teaspoon). For children under 3, consult a physician. Repeat above dosage […]

BOIRON STAPHYSAGRIA 30CH

$7.30

Homeopathic Single Medicines by Boiron: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 health care practitioners.Label Information:Each tube […]

Centrum Select Essentials Women 50+ Multivitamin 90 Tablets

$17.16

With more Lutein, Vitamin D and calciumImmune function, eye health, dental health, bone health, healthy skin. Adult Dosage: One tablet daily with food. Take a few hours before or after taking other medications or natural health products.  Store at room temperature (15-30°C). Protect from moisture.  Caution: Do not exceed the recommended daily dose. If taking […]

Option+ Multivitamin for Women – 120 Gummies

$13.85

This multivitamin supplement helps maintain healthy hair, skin and nails. Also, maintains healthy metabolism, and provides adequate calcium and antioxidants. Supports the following body functions: eyesight, immune function, collagen formation, connective tissue, energy metabolism, and overall good health.  Cherry, Berry, and Orange flavors.  Directions for use: Adults: Chew 2 gummies daily. Zinc supplementation can cause […]