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

NATURAL FACTORS VITAMIN D3 2500IU 500sg

$27.09

Everyone needs vitamin D. But not everyone needs the same amount. That’s why we offer the benefits of vitamin D3 in strengths from 1000 IU to 2,500 IU. Why choose Natural Factors vitamin D3? First, our product features vitamin D3, which is better at raising your 25(OH)D levels than vitamin D2 and lasts longer in […]

Tylenol Complete Cold, Cough & Flu Plus Mucus Relief Extra Strength Nighttime

$14.27

Nasal Congestion; Aches, Pains & Chills; Fever; Sore Throat Pain; Dry Cough; Headache; Thins & Loosens Mucus; Relieves Cough with Phlegm; Runny Nose & Sneezing Dosage: Adult Use Only (12 Years and Over): Shake well before use. 2 tbsp. (30mL) every 6 hours. Maximum of 8 tbsp. (120mL) per day. Caution: Keep out of reach […]

EMLA Cream 5% – 5 x 5g Cream – with 12 Dressings

$27.14

Emla Surgical Cream 5% – 30g
Used to numb the skin before minor surgical procedures
Can be used before injections and small skin surgeries
Dressings included

Benylin Mucus & Phlegm Extra Strength Plus Cold Relief 180mL

$14.27

Fast, effective relief of: mucus & phlegm, chest congestion, sore throat pain, plus dry cough, nasal congestion and aches & pains. Dosage: Adults (12 years and over): 2 tbsp. (30mL) every 6 hours. Maximum 8tbsp. (120mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Keep out of reach of children. This […]

Schick Hydro Silk Disposables 3 Razors

$12.08

The Schick Hydro Silk Disposable Razor features water-activated Hydra-Boost serum formulated with shea butter. Its 5-curve sensing blades give you incredible closeness, while following the natural shape of your body. The cartridge is just the right size for accessing hard-to-reach areas, and each blade includes unique skin guards to smooth skin and help prevent irritation.

TRESemmé Moisture Rich Conditioner 828mL

$10.24

TRESemmé’s Moisture Conditioner Restores Dry, Damaged Hair Today Banish Brittleness And Get Softer, Healthier Hair With Moisture Rich Professional Quality 7x more luxurious moisture with Vitamin E. Advanced moisture-locking system optimizes hydration by delivering moisture to hair where it’s needed most. Formulated with Vitamin E, and infuses moisture for soft, shiny, salon-healthy hair. How to Use: Apply TRESemmé conditioner from […]