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 “HistaHive 180mg – 30 Tablets”

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

More Products

DESIGNS FOR HEALTH DIM-EVAIL 60sg

$43.47

An antioxidant for the maintenance of good health.  Research tells us that a low level of 2-hydroxyestrone, and a high level of 16 alpha-hydroxyestrone is not desired. DIM works by helping to increase 2-hydroxyestrone and therefore improves the 2/16 hydroxyestrone ratio. DIM supplementation improves the estrogen ratio in a favourable direction that protects both men […]

Aussie Miracle Moist Shampoo 360mL

$6.57

Flat hair in need of a miraculous boost? We’ve got you covered! Our miracle Volume Shampoo gives big body volume to your hair while setting it up for more va-va-voom style. To Experience our little miracle: work this product into wet hair, indulge the yummy fragrance and rinse out thoroughly  Yay! Avocado & Australian Jojoba […]

WOMENSENSE ESTROSENSE 60vcaps

$25.57

EstroSense is an exclusive formula containing all-natural ingredients to help maintain healthy hormone balance by promoting liver detoxification and healthy estrogen metabolism.  Symptoms of hormonal imbalance include heavy or painful periods, hormonal acne, PMS, ovarian cysts, fibrocystic breasts, endometriosis, and more. EstroSense is the ideal hormonal health partner for women using oral contraceptives and those […]

Neilmed NasaMist Saline Nasal Spray – 75ml

$8.42

Buy Neilmed NasaMist Saline Nasal Spray  Neilmed NasaMist Saline Nasal Spray is a sterile and natural soothing saline spray. Applying Neilmed NasaMist is a brilliant way to keep moisture within the nasal passage. NasaMist saline spray is ideal to combat congestion from the common cold and flu and can also be used for: Nasal allergies […]

Real Technologies Miracle Powder Sponge Beauty Blender

$9.84

The Real Techniques Miracle Powder Sponge seamlessly blends and sets for a soft-focus finish that lasts. Our powder makeup sponge offers buildable coverage and is made with velvet fibers that help give you a soft, blurred finish on the skin. Real Technique’s MPS works best with powder foundations, blushes, and bronzers. This makeup sponge has […]

CANPREV LIPOSOMAL COENZYME Q10 (CITRUS) 225ml

$41.28

CANPREV LIPOSOMAL COENZYME Q10 (CITRUS) 225ml CoQ10, or coenzyme Q10, is an essential nutrient found naturally in our cells’ mitochondria. It helps our cells generate adenosine triphosphate (ATP), their main source of energy. The heart is one of the most metabolically active organs in the body, making CoQ10 an important nutrient for heart health. Our […]