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

Replens Long-Lasting Vaginal Moisturizer and Lubricant, Replenish internal vaginal moisture, Immediate relief, Paraben free, Estrogen Free, Fragrance Free, 14 Applications, 35 g

$15.74

IMMEDIATE RELIEF – Replens Long-Lasting Vaginal Moisturizer provides immediate relief of dryness symptoms ENHANCES INTIMACY – Soft & silky feeling for continous pleasure CONTINUOUS MOISTURE – Unique bioadhesive delivers continuous moisture LONG LASTING – Each application lasts for 3 days, giving you freedom to be spontaneous ESTROGEN-FREE – Estrogen-free alternative to hormone treatment for vaginal […]

Airomir Inhaler 100mcg – 200 Doses

$22.00

‘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’ […]

Jext 300 Solution

$101.55

Intended for emergency treatment of life-threatening allergic reactions
Jext contains adrenaline, a hormone that the body naturally releases in response to stress
Always read the patient information leaflet before use.

Option+ Kids Vitamin C 125mg Gummies 250 Count

$14.64

Helps with immune function.Contributes to maintaining general health.Source of vitamin to support biological functions which play a key role in the maintenance of good health.Vitamin supplement Directions for use: Children, Adolescents and Adults, 3 years and older: Take 1 gummy per day. Each gummy contains:Vitamin C (ascorbic acid, sodium ascorbate) 125 mg Non-medicinal ingredients (alphabetical):Annatto, carnauba […]

MEDIHERB GYMNEMA 60tabs

$31.48

MEDIHERB GYMNEMA 60tabs Description Helps support healthy blood glucose levels Standardized to contain 25% gymnemic acids Traditionally used in Ayurvedic medicine for metabolic support Advice to use Adults: Take 1 tablet once daily or as directed by your healthcare practitioner. Ingredients Medicinal Ingredients (per tablet): Gymnema leaf extract 10:1 (Gymnema sylvestre) – 400 mg(Standardized to […]

CeraVe Facial Moisturizing Lotion AM. SPF 30. 89 ml

$19.03

For Normal to Dry Skin.  Oil Free. Non-comedogenic moisturizer with SPF Moisturizes throughout the day and helps restore the protective skin barrier. A hydrating face lotion is a key morning skincare step—and a moisturizer with SPF is critical for helping to protect the skin from damaging UV rays. CeraVe AM Facial Moisturizer Lotion is an ideal […]