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 “Cetirizine 10mg – 30 Tablets”

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

More Products

HOMEOCAN SINUS 4g

$6.57

HOMEOCAN SINUS 4 g Description Homeopathic combination remedy formulated to help relieve symptoms of sinusitis, such as nasal and sinus congestion. Convenient pellet format in a portable tube for use anytime, anywhere. Designed for both adults and children (2+ years) to support natural sinus relief. Advice to use Adults and children (2 years and older): Let […]

HOMEOCAN HEADACHE & MIGRAINE 4g

$7.30

Headache & Migraine combination pellets is a homeopathic medicine. It is specially and naturally formulated to relieve the symptoms associated with it. These granules will act in depth to find the causes of your headache or migraine. They will also help reduce the pain associated with it. Easy to carry everywhere, this tube of granules […]

AOR UTI CLEANSE WITH CRANBERRY 55g

$33.61

Details The majority of urinary tract infections (UTIs) are caused by E. coli bacteria, which attach themselves to the residues of D-mannose that are found on the receptors of urinary tract cells. Supplemental D-mannose, a sugar residue, provides an alternate binding site for the bacteria, which can then be flushed out. D-Mannose has earned the enviable reputation […]

JACKSON’S NATURALS MINERAL SALTS #6 KAIL PHOS 6X 500pellets

$21.92

JACKSON’S NATURALS MINERAL SALTS #6 KALI PHOS 6X – 500 pellets Description Pure Kali Phosphoricum (potassium phosphate) mineral salt pellets designed to support nervous system health, cellular energy, and general mineral balance. Manufactured without artificial fillers or additives—delivers naturally sourced Kali Phos in a traditional pellet form. Ideal for those seeking a simple, natural supplement to maintain mental clarity, […]

Option+ Vitamin B12 2500mcg 60 Tablets Cherry

$8.38

Helps form red blood cells. Helps in the normal function of the immune system and inenergy metabolism in the body. Helps maintain the body’s ability to metabolize nutrients. Directions for use: Adults: Dissolve 1 sublingual tablet under the tongue daily or as recommended by a physician. Consult a physician for use beyond 4 months. Each […]

PURE ENCAPSULATIONS CURCUMIN 500 W/ BIOPERINE 60vc

$39.45

PURE ENCAPSULATIONS CURCUMIN 500 W/ BIOPERINE 60vc Benefits & Features Supports the body’s natural detoxification system and helps maintain healthy cell cycle function Support antioxidant defenses Contains Curcumin C3 Complex, a patented composition of three curcuminoids Includes BioPerine for enhanced absorption Made with high-quality vegan ingredients backed by verifiable science Indications Ages 18 and up […]