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

Cepacol Sensations Sore Throat & Blocked Nose 16 Lozenges

$5.47

Fast and effective temporary relief for sore throats.Antibacterial action.Helps clear nasal passages. Directions: Dissolve 1 lozenge slowly in the mouth every 2 to 3 hours. Maximum 10 daily. Cepacol Sensations Lozenges are suitable for adults and children. For children under 6, consult a doctor. Keep out of reach of children. Warning: If you are allergic […]

NUUN SPORT CHERRY LIMEADE 10tabs

$10.90

NUUN SPORT CHERRY LIMEADE 10tabs A tasty & hydrating blend of electrolytes for exercise and on-the-go. Ingredients: Each Effervescent Tablet Contains: Potassium (Potassium Bicarbonate) 105.9 mg, Magnesium (Magnesium Oxide) 25 mg, Calcium (Calcium Carbonate) 13 mg. How to enjoy: Before, During or after a workout. Add one tablet to 16oz of water. Wait a few […]

WHOLE EARTH AND SEA WOMEN’S 50+ MULTI & MINERAL 60tabs

$25.15$33.54

Bioenergetic Whole Earth & Sea formulas are the next generation of whole food supplements, delivering raw, whole food nutrition with real health benefits. Many of the vitamins and minerals in this nutrient-packed formula are sourced from plants such as amla, lichen, algae, kelp, natto, garlic, tomato, and sunflower, with food-source nutrients more easily absorbed and […]

Holista Tea Tree Oil Shampoo 250 ml

$7.67

Tea Tree Oil Shampoo is an effective antibacterial, antifungal, and antiseptic treatment for the scalp that may be used for the treatment and prevention of head lice, nits, and dandruff. Tea Tree Oil Shampoo contains 2% pure Tea Tree Oil, in a fragrance-free, hypo-allergenic conditioner base. Tea Tree Oil Shampoo contains 2% pure Tea Tree […]

BACH STAR OF BETHLEHEM 20ml

$14.72

BACH STAR OF BETHLEHEM 20ml Description Offers comfort after shock, grief, or emotional trauma Helps restore inner peace following sudden or distressing events Used in RESCUE Remedy; provides approximately 400 uses per bottle Advice to use Single remedy use: Add 2 drops in water and sip at intervals, or add to a 30ml mixing bottle […]

SISU CHROMIUM PICOLINATE 90tabs

$10.64

SISU CHROMIUM PICOLINATE 90tabs Description Supports healthy blood sugar levels and metabolic function Contains chromium picolinate to improve insulin sensitivity and vanadium to assist with glucose and fat metabolism Ideal for individuals with high-sugar diets, insulin resistance, or pre-diabetic concerns Advice to use Adults: Take 1 capsule daily or as directed by a health care […]