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 “Treathay Fexofenadine 120mg – 30 Tablets”

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

More Products

Option+ Bronchophan Expectorant Syrup 250ml

$9.13

Relief of wet cough or chest congestion due to common colds Helps loosen phlegm or mucus and thin lung secretions. Helps expectoration of bronchial secretion.  *Sugar Free / Alcohol Free ACTIVE INGREDIENT: Guaifenesin USP 100 mg/5 mL (Cough expectorant) INACTIVE INGREDIENTS : Amaranth, benzoic acid, citric acid, flavor, glycerin, purified water, sodium citrate, sodium saccharin*, […]

Bausch & Lomb Muro 128 Solution 15mL

$16.80

For temporary relief of corneal edema. Directions: Instill 1 or 2 drops in affected eye(s) every 3 or 4 hours, or as directed by a physician.  Medicinal Ingredient: Sodium Chloride 5% (w/v).Preservatives: Methylparaben 0.023% (w/v), Propylparaben 0.01% (w/v). Non-Medicinal Ingredients: Propylene glycol, sodium borate, boric acid, hypromellose, purified water, may contain sodium hydroxide or hydrochloric acid.  Warnings: Do not […]

THORNE CREATINE 450g

$46.01

THORNE CREATINE 450g Description Enhances cellular energy production to support strength, endurance, and exercise capacity Promotes lean body mass, muscle recovery, and physical performance in active individuals Supports brain health, cognition, and overall body composition, especially in aging populations Advice to use Adults: Mix 1 scoop with at least 8 oz of water or preferred […]

Almus Erectile Dysfunction Relief Tablets 50mg (Sildenafil) – 4 Tablets

$12.16

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

Nexcare Sensitive Skin Adhesive Pads 4

$10.93

Pain-Free removal, yet holds securely.Hypoallergenic adhesive. Directions for Use:1. Clean and dry wound and surrounding skin thoroughly.2. Apply adhesive pad over wound. Do not stretch adhesive pad when applying.3. Firmly smooth adhesive border to skin. Directions for Removal: Gently lift the edge of adhesive pad and slowly peel from the skin in the direction of […]

Biotène OralBalance Moisturizing Gel 34mL

$13.51

Immediate Dry Mouth Relief. Soothing Moisturization. Helps soothe oral tissues.pH balanced. Biotène OralBalance gel contains a mouth moisturizing system to help protect the oral environment and helps soothes & protects oral tissues. Directions: Place 1-2cm of gel directly on the tongue and spread thoroughly inside the mouth. Use as required. Warnings: Keep out of reach […]