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

Option+ Cold Medication Extra Strength, 12 Day Caplets, & 12 Night Caplets

$8.02

Contains Acetaminophen. 12 Day Caplets and 12 Night Caplets. Relieves: Headache, Fever, Minor Aches & Pains, Dry Cough, Nasal Congestion, Runny Nose, Sneezing. Directions: Adults & Children 12 years and older: Day: Take 1 yellow caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Night: Take 1 or 2 blue […]

Sex Toys Vibrators Adult Toy – Remote Vibrator with App Control Vibradores, G Spot Vibrator with 9 Powerful Vibrations, Waterproof Clitoral Stimulator Couples Sex Toy for Women

$18.25$19.29

【Smart App Control & Remote Control】This wearable vibrator toy is controlled by App, allowing you to interact with your partner no matter where you are. He/she can control this couple vibrator toy through the APP, adjust the vibrations and modes to enjoy the happy moment together. This wearable panty vibrator also can be controlled by […]

Nizoral Anti-Dandruff Shampoo 2% Ketoconazole 120ml

$15.70

Once a week Dandruff prevention. Kills the fungus that can cause Dandruff and Seborrhea. 2% Ketoconazole Nizoral Shampoo Kills the Fungus at the Root of the Problem! Scientists confirm that dandruff, seborrhea and associated dry scalp can be caused by a microscopic fungus that occurs naturally on on everyone’s skin, called Pityrosporum Ovale. Give the […]

OLAY Regenerist Micro-Sculpting Cream 15mL

$10.93

Directions: Smooth evenly over cleansed face and neck, morning and night. Caution: Avoid contact with eyes. If contact occurs, rinse well with water. If skin irritation develops, reduce the frequency or discontinue use. Ingredients: Water/Eau, Glycerin, Isohexadecane, Niacinamide, Isopropyl isostearate, Aluminum Starch, Octenylsuccinate, Nylon-12, Dimethicone, Panthenol**, Caprylic/Capric Triglyceride, Tocopheryl Acetate, Palmitoyl Pentapeptide-4*** Ceratonia Siliqua (carob) […]

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*, […]