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”

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

More Products

NEW ROOTS PEA PAIN RELIEF 600mg 60caps

$39.64

New Roots Pea Pain Relief 600mg 60caps Botanically sourced palmitoylethanolamide (PEA) acts as a comprehensive pain relief for numerous kinds of chronic pains. Each capsule of New Roots Herbal’s PEA Pain Relief delivers the anti-inflammatory action of 600 mg of PEA, micronized to enhance its bioavailability. Palmitoylethanolamide (PEA) is a form of fatty acid known […]

BOIRON RUTA GRAVEOLENS 6CH 4g

$7.30

OVERVIEW 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. Natural health product For the whole Family Quick dissolving pellets Each tube contains 4 g (approximately 80 pellets) Suggested Use Adults, children […]

Bodycology Bath Fizzies Cherry Blossom 8x60g

$7.66

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

Listerine Cool Mint Antiseptic Mouthwash 95mL

$2.55

Kills up to 99.9% of germs that cause Plaque, Gingivitis and Bad Breath. Directions: Adults and children 12 years and older: Rinse full strength with 20mL for 30 seconds twice a day. Gargle to relieve sore throats due to colds. Do not swallow. Medicinal Ingredients: Eucalyptol 0.091%, Thymol 0.063%.Non-Medicinal Ingredients: Alcohol, Aroma, Benzoic Acid, Green […]

Caprina Fresh Goat’s Milk Body Wash 500ml

$6.92

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

NAKA PLATINUM ELECTROLYTES + ENERGY 250g

$26.25

NAKA PLATINUM ELECTROLYTES + ENERGY 250g Description: Enhances physical performance during workouts Supports energy metabolism and tissue formation Aids in the formation of red blood cells for improved oxygen transport Maintains proper muscle function, including the heart muscle Advice to Use: Adults: Take 1 heaping scoop once daily. Dissolve 1 heaping scoop (4.3g) in 500ml […]