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

Nexcare Bandages Comfort 50 Assorted

$5.12

Stretchy thin material that moves and bends with you.

Sterility guaranteed unless individual wrapper is opened or damaged.

Mucinex Multi-Action Cold, Flu & Sore Throat Caplets

$15.74

Relieves Nasal & Chest Congestion, Fever & Minor Aches, Sore Throat Pain & Controls Cough. Directions for use:– Do not crush, chew or break tablet.– Take with full glass of water.– Adults and children 12 years and over: 2 caplets every 6 hours. Do not take more than 8 caplets in 24 hours.– Do not […]

Contragel Green Gel – [60 Grams] CE 0124 Certified

$19.99$29.99

Contragel Green Gel is completely hormone free with instantly reversible contraception. CE 0124 Certified and Health Canada Approved.

WHOLE EARTH AND SEA VITAMIN D3 1000IU VEGAN BIOENHANCED 90vcaps

$13.83

WHOLE EARTH & SEA VITAMIN D₃ 1,000 IU – 90 Vcaps Description Vegan-friendly vitamin D₃ derived from lichen, delivering 1,000 IU per convenient capsule. Supports bone strength, immune system resilience, and overall well-being—especially in low-sunlight areas. Bioenhanced formulation with added vitamin K₂ for improved calcium absorption and vascular health. Advice to use Adults: Take 1 vcapsule daily with food […]

FINLANDIA D-MANNOSE 100g

$38.80

Canadian women make over half a million visits to doctors per year due to urinary tract infections (UTIs). Half of all women over the age of 65 experience at least one infection per year.

THORNE IRON BISGLYCINATE 60vcaps

$15.37

THORNE IRON BISGLYCINATE 60vcaps Description Well-absorbed iron bisglycinate supplement that supports red blood cell formation and proper function Helps increase iron levels without the common gastrointestinal side effects of traditional iron supplements Essential for energy production, oxygen transport, and the maintenance of overall good health Advice to use Adults: Take 1 capsule daily with food […]