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

Robitussin Cough Control Plus Mucus & Phlegm Relief

$15.70

Relieves:Dry Coughs due to ColdsChest CongestionSoothes Throat Dosage: Adults (12 years & over): 2 teaspoons (10mL). Children under 12 years: Do not use. Take every 6 hours or as directed by a doctor. Maximum 4 doses/day. Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Do not […]

Olay Gentle Clean Foaming Cleanser 200ml

$9.12

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

FINLANDIA LUGOLS IODINE SOLUTION 25ml

$9.49

Finlandia Lugol’s Iodine Solution is a high-quality supplement that contains a mixture of iodine and potassium iodide in distilled water. Iodine is an essential mineral that is required for the proper functioning of the thyroid gland, which is responsible for regulating metabolism and other important bodily processes. Lugol’s solution provides a highly bioavailable form of […]

St. Ives Renewing Collagen & Elastin Moisturizer 150ml

$6.20

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Neutrogena SheerZinc Mineral Sunscreen 88mL

$14.97

Neutrogena Sheer Zinc is a mineral sunscreen powered by Purescreen 100% zinc oxide technology so it provides effective broad-spectrum protection and helps prevent sunburn. If used as directed with other sun protection measures, decreases the risk of skin cancer and early skin aging caused by the sun. This oil-free, non-comedogenic sunscreen lotion is lightweight so […]

FIRST RESPONSE PRENATAL GUMMIES 90 COUNT

$13.49

Helps prevent neural tube defects* Provides calcium for nursing moms Naturally sourced lemon-orange flavour *Helps to reduce the risk of neural tube defects when taken daily at least three months prior to becoming pregnant and during early pregnancy. Nutrient Highlight Pregnancy can place different demands on a woman’s body. During this exciting time, it’s important […]