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 D3 & K2 Drops – 60ml”

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

More Products

Oral Minoxidil 2.5mg Tablets

$54.30

Oral hair loss treatment
Take one tablet daily
Many users see improvement in hair growth between 3 and 6 months
Alternative to topical minoxidil and finasteride
Only available for men

NATURE’S WAY ZINC WITH ECHINACEA & VITAMIN C 60lozs

$9.02$10.61

Nature’s Way Zinc with Echinacea and Vitamin C is a combination formula for immune support. Zinc helps to maintain immune function. Vitamin C is an antioxidant for the maintenance of good health. Nature’s Way Zinc is Vegetarian. These delicious lozenges have a pleasing natural wild berry flavour. Refer to the product label for dosing, ingredients, […]

NEWCO BROCCOGEN10 500mg 60vcap

$32.40

The BroccoGen 10 helps reduce the risk of cardiovascular disease. As it helps provide a total body detox, Newco BroccoGen 10 protects from oxidative stress & inflammation, in addition to radiation, free radicals, electrophiles, chemicals and viruses. May be helpful at treating: Arthritis Total Body Detox Macular Degeneration Immune System Support Protects the Brain Hormone […]

Option+ Sleep Aid Liquid Fastgels 20 Capsules

$6.95

Relieves occasional sleeplessness. Directions: Adults and children 12 years and older: take 1 capsule at bedtime if needed or as directed by a doctor; if you feel drowsy in the morning, consult a doctor or pharmacist as you may require a lower dosage (25mg); do not take more than directed. Warnings: Dosage Warning: occasional use […]

AOR CURCUMIN 95 400mg 90vcaps

$33.14

A Concentrated Extract of an Ancient Spice 95% curcumin from turmeric Traditionally used in Ayurveda Natural antioxidant and joint protector Turmeric root, a revered East Indian spice, contains several types of curcuminoids, of which curcumin is the most potent and clinically studied. Curcumin-95 is a curcuminoid extract standardized to 95% pure curcumin. Curcumin is a […]