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

SKYN Original Condoms – 24 Count – Lubricated Latex-Free Condoms – Natural Feeling for Skin-to-Skin Sensation

$11.50$13.86

Our original condom: These lubricated, non-latex condoms help reduce the risk of pregnancy and the transmission of sexually transmitted infections (STIs); provides a natural feeling softer than latex condoms The next generation of condoms: This latex-free condom is made from SKYNFEEL technology, a revolutionary polyisoprene material that’s so soft and comfortable, it almost feels like […]

WISE WOMAN HERBALS WOMEN’S MENOCAPS 408mg 120caps

$40.18

Promotes normal healthy female glandular system function and soothes temporary nervous tension. Ingredients:  Angelica sinensis (dong quai), Arctium lappa (burdock), Vitex agnus-castus (chaste tree), Cimicifuga racemosa (black cohosh), Leonurus cardiaca (motherwort), and Glycyrrhiza glabra (licorice). (100% vegetarian capsules.) Suggested Use:  Take 2 capsules, 2-3 times a day. Precautions:  This formula is not recommended during pregnancy. […]

NATURAL FACTORS PS PHOSPHATIDYLSERINE NON-GMO SOY FREE100mg 120sg

$64.30

Main selling features Contains Sharp-PS® GREEN, a highly absorbable and stable form of PS Suitable for people with soy allergies and sensitivities Derived from non-GMO sunflower oil How it works Phosphatidylserine helps maintain the cell membranes in our brains and is responsible for functions such as moving nutrients in and out of cells, assisting with […]

Advil Junior Strength Grape Chewable Tablets No Dye

$14.61

Junior Strength Advil provides up to 8 hours of relief of children’s fever and also relieves pain due to colds, sore throat, immunization and earache. Directions: If possible, use weight to dose; otherwise use age.  Caution: Keep out of reach of children. Talk to a doctor if the pain or fever persists for more than […]

Allevia Hives 180mg – 15 Tablets x 3

$30.10

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

Salonpas 40 Patches

$7.29

For temporary relief of pain associated with: simple strains, tired aching muscle, stiff shoulder, simple backache, bruises, sprains, arthritic pain. Directions: Adults and children 12 years of age and older: Apply 1 patch to affected area not more than 3-4 times daily for a period of 1-2 hours. If condition worsens or if symptoms persist […]