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 “Airomir Inhaler 100mcg – 200 Doses”

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

More Products

Sleep-eze Eze-Melts 16 Dissolving Tablets

$8.76

Sleep well tonight… Feel alert tomorrow. Directions: Adults and children 12 years of age and older: Take 1 or 2 tablets at bedtime if needed. In some persons, persisting drowsiness may be experienced with 50mg dose (two tablets), in which case the medication should be subsequently reduced to 25mg (one tablet). Caution: For occasional use only. Do not […]

Durex Invisible Ultimate Thin Condoms, 16ct

$12.03$16.80

DUREX INVISIBLE: Our thinnest condoms that are designed to maximize sensitivity while providing a high level of protection. LUBRICATED: For a smoother sexual experience TRANSPARENT: Ultimate thin condoms made with transparent material DUREX QUALITY: 100% of our condoms are electronically tested. Five more quality tests are carried out on every batch WORLD’S #1 CONDOM BRAND: […]

Gaviscon Double Action Liquid Peppermint – 12 Sachets

$8.64

What are Gaviscon Double Action sachets? Gaviscon Double Action sachets are liquid medicine that can help to ease indigestion, heartburn, and acid reflux. If you suffer from indigestion and heartburn after you eat or drink, just one or two of these sachets will be all you need to ease your symptoms after a meal and […]

BOIRON CARBO VEGETABILIS 30CH 4g

$7.30

Homeopathic relief that is targeted to your symptoms.
The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children.
 
Non-Medicinal Ingredients: sucrose and lactose

Jamieson Milk Thistle 60 + 30 Caplets

$19.71

Promotes healthy liver function. Directions: Adults: Take 3 caplets daily. Use for a minimum of 3 weeks to see beneficial effects. Store between 15°C and 25°C, away from children. Each capsule contains:Milk thistle – 150mg(silybum marianum, fruit), standardized to 53% silymarin Also contains: Dicalcium phosphate, cellulose, vegetable stearic acid, vegetable magnesium stearate, silica, hydroxypropyl cellulose, water-soluble cellulose. Warning: […]

BOIRON THUJA OCCIDENTALIS 200CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]