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

Nexcare Gentle Removal Eyepatch

$10.22

Holds Securely  14 Regular 57mm x 80mm (2.24 in/PO x 3.15 in/PO) How to apply: 1. follow directions per your eye care professional. 2. For best adhesion, first clean and dry skin around eye. 3. Remove paper liner from the eye patch. 4. Gently close both eyes, keeping facial muscles relaxed to avoid forming wrinkles. […]

NATURAL FACTORS ZYMACTIVE DOUBLE STRENGTH 90caps

$37.19

Natural Factors Double Strength Zymactive is a systemic enzyme formula with more than four times the potency of other proteolytic enzyme supplements. The unique combination of proteolytic enzymes breaks down proteins that cause inflammation and pain. The tablets are enteric coated to protect the enzymes from stomach acid during digestion     Aids in proper digestion […]

Garnier Ombrelle Face Cream SPF60 75mL

$19.72

Patented Broad Spectrum UVA-UVB protection with Mexoryl technology.Ombrelle’s patented filtering system with Mexoryl technology and other sunscreen filters provides effective broad-spectrum UVA/UVB protection. BenefitsOmbrelle Face Cream SPF60 contains revitalizing vitamin E antioxidant and is specifically formulated for the delicate skin of the face.Its light texture is developed for a comfortable application and a non-greasy finish. Ideal […]

Benylin Dry & Tickly Cough Syrup – 300ml

$12.57

Buy Benylin Dry & Tickly Cough Syrup Benylin Dry & Tickly Cough Syrup treats dry and tickly cough symptoms, making you feel like yourself in no time.   How Benylin Dry & Tickly Cough Syrup works Benylin Dry & Tickly Cough Syrup contains the active ingredients glycerol and sucrose. They work together to lubricate the […]

Neutrogena Norwegian Formula Hand Cream Fragrance Free 50ml

$8.39

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

A.VOGEL PMS VITEX SPM FEMININE 50ml

$17.90

A.VOGEL PMS VITEX SPM FEMININE 50 ml Description Herbal tincture formulated with fresh chaste tree (Vitex agnus-castus) extract to support hormonal balance. Traditionally used to ease symptoms associated with premenstrual syndrome (PMS) such as breast tenderness, irritability, and mood fluctuations. Alcohol-based formula ensures quick absorption and easy management. Advice to use Adults and adolescents (12 +): Take 10–15 […]