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

Option+ Vitamin C 500mg 120 Tablets

$7.30

Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps with immune function and in wound healing. Dosage: Adults: 1-4 tablets daily or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Vitamin C (ascorbic acid) – 500mg Non-Medicinal Ingredients (in descending order): Microcrystalline cellulose, magnesium stearate. Caution: Keep out of the reach of […]

Lip Smacker Lippy Pal Lip Balm Kitten

$4.00

Every member of the Lippy Pal Collection keeps your lips moisturized all day with authentic tasting flavors from Lip Smacker®. Unique packaging designs feature the adorable character in each lip balm, making it near impossible to resist a smile on your face when you apply it. Collect them all to keep your lips moisturized and […]

Mitchum Men Clinical Soft Solid Anti-Perspirant & Deodorant Unscented 45g

$10.95

Mitchum’s most advanced formula for wetness and odor protection Clinical Performance formula for 48 hour wetness and odor protection Specially formulated to help combat heavy perspiration Contains skin conditioning ingredients Dermatologist tested. Ingredients: Cyclopentasiloxane, Aluminum Zirconium Tetrachlorohydrex Gly, Tribehenin, Dimethicone, Petrolatum, Trisiloxane, C-18-36 Acid Triglyceride, Aloe Barbadensis Leaf Extract, Tocopheryl Acetate, Sodium Starch Octenylsuccinate, Isopropyl Myristate, […]

Caprina Fresh Goat’s Milk Original Formula 1 Bar

$2.18

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

Pantene Nutrient Blends Rosemary Sulfate Free Shampoo 285 mL

$8.76

About This Product REJUVINATING ROSEMARY Crafted with no sulfated cleansers, parabens, dyes, or mineral oil, Pantene Nutrient Blends Renew, Rebalance and Refresh Sulfate-Free Rosemary Shampoo cleanses strands for healthy hair from scalp to tip. Enjoy the cooling fragrance and the rich lather of this nutrient-infused, sulfate-free shampoo made with a blend of pro-vitamin B5, antioxidants […]