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

AOR P-5-P 50mg 60caps

$25.30

AOR P-5-P 50mg Pyridoxal-5′-phosphate (P-5-P) is the bio-active form of vitamin B6, and is a catalyst for at least 113 known essential enzymatic reactions in the body. Studies show that people with compromised liver function and those with autism have an impaired ability to absorb conventional B6. Therefore, supplementing with P-5-P is imperative for these […]

SISU ENERGY BOOST LEMON LIME 30pack

$19.49

SISU ENERGY BOOST LEMON LIME 30pack Description Rehydrating daily multivitamin and mineral drink mix with 1,000 mg Ester-C® for immune, energy, and collagen support Includes electrolytes and B vitamins to support hydration, energy metabolism, and nervous system function Naturally flavoured lemon-lime formula with no artificial sweeteners, colours, or dairy Advice to use Adults: Mix one […]

Lube Life Water-Based Strawberry Flavoured Lubricant, Personal Lube for Men, Women and Couples, Made Without Added Sugar, 8 Fl Oz (240 mL)

$12.41

SWEET AND SUCCULENT STRAWBERRY: A taste you won’t forget. Like a strawberry picked fresh from the vine, this lubricant is packed full of flavour, without any added sugar. TOY FRIENDLY, CONDOM COMPATIBLE: #LubeLife provides a safe experience and is compatible with most toy materials and natural rubber latex, polyisoprene, and polyurethane condoms. NON-STAINING, EASY TO […]

PRAIRIE NATURALS GRASS FEED ORGANIC BEEF BONE BROTH PROTEIN 300g

$39.01

Prairie Naturals is introducing 100% Organic Bone Broth Protein, available in both chicken and beef. The bones used in making our 100% Organic Beef/Chicken Bone Broth Protein are from grass-fed, grass finished cattle and free-range chickens. The Benefits of Bone Broth These curative components of bone broth play vital roles in gut health, immune system […]

OPTION+ SEA WATER SOLUTION NASAL SPRAY MEDIUM STREAM

$12.03

Econo Format Hydrating nasal care. Relieves, humidifies and hydrates the nasal cavities. Helps provide relief to the symptoms of congestion.  Natural-source sea water rich in oligo-elements and minerals Isotonic, sterile and hypoallergenic Does not contain preservatives Our sea water found in Medium Stream Nasal Spray Option+ is drawn from the cost of France, which is […]

AOR GLYCINE 500g

$28.63

AOR GLYCINE 500g AOR Glycine is the simplest of all amino acids involved in protein synthesis in the body. Research supports a role for glycine in supporting a wide range of healthy bodily functions, including normal cell growth and development. Benefits: An amino acid which provides multiple benefits for mind and body Enhances memory function, bone […]