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

Systane Lid Wipes 32 Wipes

$11.71

Gently removes oily residue and debris around the eyelid and lash area to maintain eyelid hygiene. Systane Lid Wipes are convenient, hypoallergenic, non-irritating and can be used by contact lens wearesr, Systane Lid Wipes are also effective for the removal of cosmetics. Easy to Use: Rub closed pounch with clean, dry hands to develop lather. […]

JASON CREAMY COCONUT BODY WASH 887ml

$15.74

Nourish your skin with botanical cleansers, unrefined Coconut Oil, rich in vitamin E and antioxidant polyphenols, plus Shea Butter for a gentle, healthful cleanse. This lusciously hydrating blend leaves your body feeling soft, smooth and deliciously renewed.   An earth-friendly, biodegradable formula. DIRECTIONS: Use on damp skin in the bath or shower. Massage into a […]

METAGENICS ULTRA FLORA CONTROL 30caps (F)

$49.42

Metagenics UltraFlora Control  is designed to help support body weight regulation by delivering targeted probiotic support as Bifidobacterium lactis B-420™ which has been shown to help control body fat and body weight. Why UltraFlora Control? Clinical Research ln a six-month clinical study of overweight individuals, those taking Bifidobacterium lactis 8-420′” showed reduced food intake of about […]

Jamieson Stressease 90 Caplets

$15.74

Stress relief formula Directions (Adults): Take 1 caplet daily with a meal. Take a few hours before or after taking other medications. Store between 15°C and 25°C, away from children. Each caplet contains: Vitamins:Vitamin B1 (thiamine mononitrate) – 35mgVitamin B2 (Riboflavin) – 35mgVitamin B6 (Pyridoxine HCl) – 15mgVitamin B12 (Cyanocobalamin) – 30mcgVitamin C (Ascorbic acid) – 500mgVitamin E […]

FINLANDIA NAC 600mg 100caps

$21.23

FINLANDIA NAC 600mg 100caps Acetylcysteine, also known as N-acetyl-L-cysteine (NAC), is a nutritional supplement used primarily as a mucolytic agent and in the management of paracetamol (acetaminophen) overdose. The familiar symptoms of cold and flu including head and body aches, sinus and chest congestion, and coughing and sneezing, are all indications that the cold or […]

Gaviscon Double Action Chewable Tablets Mixed Berries – 12 Tablets

$5.27

What are Gaviscon Double Action Tablets? Gaviscon Double Action Tablets are a soothing treatment for heartburn, acid reflux, and indigestion. These tablets can be chewed and swallowed without needing a glass of water, so you can take them whenever and wherever you suffer with heartburn. If you’re looking for a treatment for heartburn and indigestion […]