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 “Allevia Hives 180mg – 15 Tablets x 3”

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

More Products

NEW ROOTS CLOVES 500mg 100vcaps

$13.88

Used in traditional herbal medicine as a carminative for the relief of digestive complaints such as flatulence or abdominal distention.   Cloves are the rich, brown, dried, unopened flower buds of Syzygium aromaticum, an evergreen tree in the myrtle family. The name comes from the French “clou” meaning nail. They have been used in China for […]

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 […]

Ibuprofen Gel 5% – 50g

$4.85

What is Ibuprofen Gel 5%? Ibuprofen Gel 5% is a pain relief gel that can help to ease muscular aches and pains as well as pain in your joints. It uses the popular pain relief medication ibuprofen to reduce pain and swelling, making it ideal for minor injuries such as sprains and strains where the […]

Überlube Silicone Lubricant | Latex-Safe Silicone Lube Personal Lubrication | Unscented Sex Lube for Couples, Flavorless, Zero Residue, Works Underwater – 112ml (3.8 Fl Oz)

$35.07

Pure, Premium Lubricant – Uniquely designed to transfer sensation while reducing friction. Single hand use measured pump for the perfect amount every time, even in the dark. Unscented & Water-Friendly – Great for fun in pools, lakes, and tubs, while leaving no traces of scent, and being completely flavorless. No Sticky Residue = More Pleasure, […]

PRAIRIE NATURALS ORGANIC HEMP PROTEIN NATURAL 400g

$29.17

Made with pure, organic & raw, Canadian-grown Hemp Seeds Naturally occurring proteins, carbohydrates, fibre, Omega fats Complete protein source with all essential amino acids Reduces inflammation Promotes resilient skin Supports flexible joints Enhances immunity Strengthens hearts Tested gluten-free Non-GMO Prairie Naturals HempProtein is more than a protein powder. It’s a more balanced way of living […]