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 “Adcal-D3 750mg/200IU – 112 Caplets”

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

More Products

NATURAL FACTORS GLUTATHIONE LIPOMICEL 60s

$21.96

NATURAL FACTORS GLUTATHIONE LIPOMICEL 60s Description Advanced glutathione supplement providing L-glutathione in a “LipoMicel” liquid-micelle delivery system. Designed to deliver a highly bioavailable antioxidant: because glutathione is rapidly oxidized (and degraded) in the gastrointestinal tract, the micelle matrix helps protect it — increasing absorption compared with standard glutathione supplements.  Intended to support antioxidant defense, detoxification, healthy […]

THORNE B COMPLEX 60caps

$28.19

THORNE B COMPLEX 60caps Description Comprehensive blend of tissue-ready B vitamins to support energy production, nervous system function, and red blood cell formation Contains active, bioavailable forms to ensure optimal absorption and effectiveness, especially important for individuals with conversion challenges Promotes the metabolism of carbohydrates, fats, and proteins into cellular energy without using yeast-derived ingredients […]

Difflam Spray – 30ml

$10.01

Difflam Spray is an oral pain-relief product which targets the pain of a sore throat at the source. For the treatment of painful and sore mouth and throat conditions. The spray contains a non-steroidal anti-inflammatory drug called benzydamine hydrochloride which reduces swelling and relieves pain.

NATURAL FACTORS UBIQUINOL QH ACTIVE COQ10 100mg 60sg

$36.61

Description: Provides antioxidant support for cardiovascular health and protection against free radical damage. Promotes sustained, natural energy by supporting mitochondrial function and ATP production. Supports mental acuity and vital organ function, contributing to overall well-being.  Advice for Use: Take 1 softgel 1–3 times per day, preferably with meals, or as directed by a healthcare professional. […]

Movelat Relief Gel – 80g

$11.63

Movelat Relief Gel is a colourless and transparent gel used for the relief of mild to moderate pain from inflammation caused by muscular and rheumatic pain, stiffness, strains, sprains and mild arthritic conditions. Movelat Gel contains the active substances mucopolysaccharide polysulfate (MPS) and salicylic acid.

NATURAL FACTORS CHROMIUM PICOLINATE 500mcg 90tabs

$10.98

Feature summary Chromium is an essential mineral for enhancing the action of insulin, metabolizing sugar (glucose), and maintaining healthy blood sugar levels. Although it is naturally present in food in trace amounts, the majority of North Americans do not get enough chromium in their diet and are at risk of gradually developing a deficiency. Elevated […]