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 “Chlorphenamine 4mg – 168 Tablets”

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

More Products

Trojan Premium Lubricated 3 Latex Condoms

$3.64

Trojan Lubricated Condoms feature our classic design with a reservoir tip.Silky smooth lubricant – for enhanced comfort and sensitivityMade from premium quality latex – to help reduce the riskSpecial reservoir end – for extra safetyEach condom is electronically tested – to help ensure reliability For Contraception Plus STI ProtectionLatex condoms are intended to prevent pregnancy, HIV/AIDS, […]

Tena Stretch Super Brief 28 Count

$35.78

28 Fully Breathable Stretch Briefs  Super Absorbency  Stretch Side Extended Wear Odor Control Size:  Medium/Regular: 33″- 52″ 84cm-132cm Large/X-Large: 41″- 64″ 104cm-163cm Odor Control technology – Locks away liquid to help reduce odor.InstaDri Skin-Caring System – Blue target absorption zone quickly wicks away moisture for nighttime security.Fully Breathable Technology – Helps maintain skin’s natural moisture balance. Scannable Bar-code – For State-of-the-art […]

ORTHO MOLECULAR BERGAMOT BPF 60 CAP

$55.79

ORTHO MOLECULAR BERGAMOT BPF 60 CAP Description Supports healthy lipid metabolism by helping maintain total cholesterol, LDL‑C, triglycerides, and HDL‑C within normal ranges  Features cardio‑protective, cholesterol‑balancing polyphenolic flavonoids that work at the liver’s HMG‑CoA reductase enzyme to support metabolic and inflammatory balance  Promotes arterial health and elasticity while supporting natural CoQ‑10 levels  Advice for Use […]

Calprofen Oral Suspension Ibuprofen 3+ Months Strawberry – 100ml

$5.61

What is Calprofen? Calprofen is a liquid medicine which can help to ease pain and reduce fever in children. It’s ideal for little ones aged 3 months and older, helping to make them feel more comfortable if they’re suffering with teething pain, headaches, cold symptoms, and many other ailments.   What kinds of pain can […]

PEAK PROFESSIONAL CURCUMIN III 60vcaps

$57.00

Description CURCUMIN IIIâ„¢ should be considered as a core treatment for many medical conditions due to it’s broad spectrum applications. It is potent antioxidant, an inflammatory/immune modulator, an anti-microbial and in general is indicated in many condition-specific disorders listed in research section. Suggested Use Maintenance: 1-2 capsules all at once or divided dosage with food.Acute: […]

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX

$25.53

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX Oh SO Dreamy! A timeless treat with a pop of orange and sweet vanilla. Classic taste with a collagen boost (3g Collagen/bar) Ingredients  Protein blend (soy protein isolate, acid casein, milk protein concentrate, milk protein isolate, whey protein isolate), vegetable oil (palm kernel, palm, sunflower, corn), […]