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

CANPREV SYNERGY C 90caps

$21.42

Synergy C is a premium quality vitamin C formula with a combination of ingredients that together ensure maximum absorbability. It provides 1,000 mg of pH-neutral vitamin C using buffered mineral delivery systems. By binding ascorbic acid to minerals, Synergy C promotes maximum absorption of vitamin C. To further enhance absorption and bioavailability, therapeutic dosages of […]

BOIRON NATRUM MURIATICUM 30CH 80pellets

$7.32

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Good Clean Love Almost Naked Personal Lubricant, Organic Water-Based Lube with Aloe Vera, Safe for Toys & Condoms, Intimate Wellness Gel for Men & Women, 118 mL (4 fl oz)

$13.17

95% CERTIFIED ORGANIC: Almost Naked is our certified organic, water-based lubricant made with aloe vera to soothe and nourish, making it an ideal base for a lubricant that mimics natural feminine moisture. Our gynecologist-recommended formula provides long-lasting glide without irritating chemicals or sticky cleanup. ECO-FRIENDLY LUBRICANT: We are paving a path towards more responsible packaging […]

NATURAL FACTORS MIXED VITAMIN E 200IU 90sg

$9.51

OVERVIEW Mixed Vitamin E 200 IU from Natural factors offers naturally sourced vitamin E (d-alpha-tocopherol) with mixed tocopherols beta, delta, and gamma for greater benefits. Vitamin E is a powerful antioxidant that offers protection from free radicals and helps in the maintenance of good health. May protect against cardiovascular disease Excellent antioxidant Protects cell membranes […]

SISU EVENING PRIMROSE OIL 1000mg 180vcap

$34.09

SISU EVENING PRIMROSE OIL 1000mg 180vcap Description Cold-pressed evening primrose oil standardized to deliver 90 mg GLA per capsule for women’s hormonal and skin health Helps maintain hormonal balance and may reduce symptoms of PMS such as mood changes and breast tenderness Provides essential fatty acids that support skin hydration and overall wellness Advice to […]

Nexcare Gentle Removal Eyepatch

$10.24

Holds Securely  14 Regular 57mm x 80mm (2.24 in/PO x 3.15 in/PO) How to apply: 1. follow directions per your eye care professional. 2. For best adhesion, first clean and dry skin around eye. 3. Remove paper liner from the eye patch. 4. Gently close both eyes, keeping facial muscles relaxed to avoid forming wrinkles. […]