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 “Liberize Tablets 50mg – 8 Pack”

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

More Products

CANPREV B9 FOLATE DROPS 15ml

$19.36

B9 Folate Drops Helps to prevent folate (vitamin B9) deficiency and to form red blood cells. Helps to maintain a healthy metabolism and normal function of the immune system. Helps to reduce the risk of neural tube defects when taken daily at least three months prior to becoming pregnant and during early pregnancy. Helps maintain […]

Vicks Nyquil Cold & Flu Nighttime Relief Liquid 236mL (Cherry)

$12.41

Important Message Every medication or natural health product may cause serious adverse reactions or interactions with other medications. Read the label, warnings and inserts provided by the manufacturer and consult your pharmacist when purchasing such medications or natural health products. Always keep medications and natural health products out of the reach of children. Description Temporarily […]

ST FRANCIS HERB FARM Chastetree (250ml) Certified Organic, GMO-Free, Vegan, Vegetarian, Made in Canada (1 Bottle) Hormone Normalizer and Menstrual Cycle Stabilizer

$12.00

HORMONE NORMALIZER: Helps stabilize menstrual cycle irregularities. For relief of premenstrual symptoms (PMS). Helps relieve symptoms associated with menopause such as hot flashes CERTIFIED ORGANIC: GMO-Free, Vegan, Vegetarian. Made from pure and potent ingredients in Canada’s largest GMP regulated, dedicated herbal plant medicine facility. MADE IN CANADA: Made in our Ontario-based GMP regulated facility. LICENSED […]

Live Clean Argan Oil Restorative Shampoo 350mL

$7.66

Live Simple. Live Beautiful. Live Clean  Replenishes with Argan Oil Live Clean Restorative Argan Oil Shampoo is made with Moroccan argan oil, grape seed oil and olive oil to gently cleanse hair while restoring natural luster. Rich in essential fatty acids and antioxidants, argan oil is famed for its high concentrations of vitamin E. An […]

Option+ Sleep Aid Extra Strength 20 Caplets

$6.57

Relieves occasional sleeplessness. Helps reduce difficulty falling asleep. Directions: Adults and children 12 years and older: take half to 1 caplet at bedtime if needed or as directed by a doctor; if you experience persisting drowsiness after 1 caplet, reduce dose to half a caplet. Warnings: Dosage Warning: occasional use only; do not exceed recommended dose […]

PASCOE PASCOFLAIR 90tabs

$44.20

Pascoflair® from Pascoe is made with 425 mg dry extract of passiflora incarnata (passionflower) per tablet. This is the highest dose of passionflower extract available on the market today. It naturally calms the mind and helps to stop racing thoughts, helping you fall asleep and stay sound asleep throughout the night. Pascoflair® is traditionally used in herbal […]