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

NATRACARE ULTRA LONG PADS WITH WINGS 10ct

$6.76

NATRACARE ULTRA LONG PADS WITH WINGS 10count Description Ultra-thin, ultra-absorbent pads with wings designed for heavy or overnight menstrual flow. Made with certified organic cotton, totally chlorine-free, and free from plastic, perfumes, and dyes. Biodegradable, compostable, and individually wrapped for convenience on the go. Advice to use Use as needed during your menstrual cycle, especially […]

PROVITA NATTOKINASE 2000FU 60caps

$23.16

Nattokinase (NK) is a potent blood-clot dissolving protein produced by the bacterium Bacillus subtilis during the fermentation of soybeans to produce Natto. Extensively used in Japan, Korea and China to treat cardiovascular disease, it has been recently recognized by Western medicine for its potent fibrinolytic (anti-clotting/antithrombotic) capacity. Nattokinase can dissolve formed thrombi and also prevent […]

Dexcom ONE 30 Day Starter Kit

$133.19

What is Dexcom ONE – 30 Day Starter Kit?  If you’re looking to give Dexcom ONE a go, why not try the 30 day starter kit first? In this kit you’ll find everything you need to trial Dexcom ONE for 30 days, including the Dexcom ONE Transmitter and the Dexcom ONE Sensor. This product is […]

PEKANA FLAMYAR 100g

$25.57

In conjunction with internal systemic therapy using homeopathic-spagyric medications, INFLAMYAR ointment treats rheumatic, arthritic and inflammatory conditions topically to greatly ease pain and bring quick relief to afflicted patients – all without the side-effects of chemical drugs. In addition to providing support for chronic conditions effectively, INFLAMYAR ointment is invaluable for the benefit of traumatic […]

Difflam Spray – 30ml

$9.89

Difflam Spray is an oral pain-relief product which targets the pain of a sore throat at the source. For the treatment of painful and sore mouth and throat conditions. The spray contains a non-steroidal anti-inflammatory drug called benzydamine hydrochloride which reduces swelling and relieves pain.

FINLANDIA L-ARGININE HCL 300g

$22.28

Arginine, or L-Arginine HCL, is one of the 20 amino acids we get from proteins. It is typically considered a semi-essential amino acid, which means the body gets enough of it if you eat a healthy diet. It is the main precursor in the body in the synthesis of nitric oxide (NO). L-Arginine HCL is […]