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 “EMLA Cream 5% – 5g – With 2 Dressings”

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

More Products

HydraSense Congestion Relief 100mL Spray

$12.78

HydraSense Congestion Relief is an effective clinically proven spray that relieves nasal and sinus congestion and reduces sinus pressure caused by colds, allergies or sinus infections. Helps reduce the use of nasal allergy medications. Dosage: Apply 1 to 2 sprays per nostril, 1-3 times daily followed by blowing for desired relief. Consult doctor if cold […]

Canesten Oral Combi-Pack Oral Capsule + External Cream 1% 10g

$20.82

For the treatment of vaginal yeast infections. CanesOral is easy to use because one capsule provides a full course of therapy and most women get symptom relief within 24 hours. Relieves itching, burning, and irritations associated with vaginal yeast infections. Canesten External Cream relieves external itching, burning and irritations associated with vaginal yeast infections. Directions: […]

NEW ROOTS VITAMIN D3 2,500IU 360sg

$9.91$11.66

Each easy swallow softgel of Extra Strength Vitamin D3 (cholecalciferol) contains 2,500 IU of this critical vitamin for good health. This is the current maximum dosage recommended by Health Canada without a prescription to help prevent vitamin D3 deficiency.   Vitamin D3 is the biologically active form of vitamin D. When combined with sufficient calcium, a healthy diet, and an […]

Lambert Syrup Genuine Formula 150mL

$8.03

Relieves Cough Due to Colds, Bronchitis, Croup, Catarrh, the Flu Directions:5 or 6 times per dayAdults: 1 tablespoonful (15mL)Children:1 to 12 months: 5 drops (0.125mL) in double quantity of water1 to 2 years: 5 to 10 drops (0.125mL to 0.25mL) in double quantity of water3 to 5 years: 10 to 30 drops (0.25mL to 0.75mL) in […]

Bisodol Indigestion Relief – 60 Tablets

$5.05

Buy Bisodol Indigestion Relief Tablets Bisodol is a peppermint-flavoured chewable tablet containing three active ingredients that work together to treat heartburn, trapped wind and indigestion. It’s great for on the go as it can easily be placed in your bag or pocket, so you never have to let indigestion slow you down! How does Bisodol […]

THORNE FERRASORB 60caps

$25.52

THORNE FERRASORB 60caps Description Comprehensive blood-building formula combining well-absorbed iron bisglycinate with active B vitamins and vitamin C Supports red blood cell formation, oxygen transport, and energy levels without the typical gastrointestinal side effects of iron supplementation Ideal for individuals prone to iron or B vitamin deficiency, such as menstruating women, vegetarians, older adults, or […]