$206.89

LMX4 Lidocaine 4% Cream – 30g – 6 Pack

Category:
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 “LMX4 Lidocaine 4% Cream – 30g – 6 Pack”

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

More Products

Phillips’ Milk of Magnesia

$8.02

Antacid: Fast effective relief of heartburn, upset stomach & acid indigestionLaxative: Gentle effective relief of occasional constipation Each mL contains: 80mg of magnesium hydroxide. DirectionsAntacid: Adults: 1 to 3 teaspoonfuls (5-15mL) with a little water up to 4 times a day or as directed by a doctor.Laxative: Take the recommended dosage, preferably at bedtime. Follow […]

NATURAL FACTORS MIND RETREAT 60vcaps

$21.70

NATURAL FACTORS MIND RETREAT 60vcaps Description Botanical and nutrient formula designed to support stress relief and mental calmness Helps promote mental clarity, relaxation, and focus Supports a balanced stress response and healthy emotional well-being Can be used during periods of high stress or mental fatigue Suitable for adults seeking natural cognitive and mood support Advice […]

Braun ThermoScan 7 Ear Thermometer

$76.72

#1 Brand used by pediatricians Age-adjustable fever guidance for the entire family. Professional technology ensure accuracy every time.  For infants, children and adults.  Memory function recalls the last 9 temperature readings. Always replace disposable filters to maintain accuracy and hygiene.

Stericlens Sterile Saline Solution Aerosol – 240ml

$9.05

Buy Stericlens Sterile Saline Solution Aerosol  Stericlens Sterile Saline Solution Aerosol is used to clean minor cuts and wounds.  The gentle, sterile cleaning solution contains sodium chloride. It removes dirt and debris from the area, helping to prevent infection and promote healing.  Stericlens Sterile Saline Solution Aerosol is convenient and easy to use. It is […]

Codasolve 8mg/500mg/30mg Effervescent Tablets – 32 Tablets

$9.49

‘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’ […]

Avarante 10mg Tadalafil Tablets – 4 Pack

$28.79

‘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’ […]