$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

Band-Aid Sheer Strips Assorted Sizes

$6.19

Stretchable protection to move with your body.Unique Quilt-Aid Pad wicks fluid away from the wound. Hurt free pad wont’ stick to the pad. Not made with natural rubber latex. Sterile unless individual wrapper is opened or damaged. Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change […]

NATRACARE ULTRA PADSWITH WINGS 12count

$6.50

Natracare Ultra pads are made from only certified organic 100-Percent cotton and renewable and sustainable plant cellulose. They are totally plastic-free, and like all of Natracare products, are totally chlorine-free because we never use chlorine bleach in any of our production processes. The absorbent core of the pad is made from Forest Stewardship Council certified […]

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 PC

$4.56

IDEAL PROTEIN PEANUT BUTTER PROTEIN BARS – 1 PC Nutty, Rich. Sweet & salty. This protein bar packs a punch with the delicious taste of peanut butter. Ingredients  Protein blend (soy protein isolate, whey protein concentrate, milk protein concentrate, milk protein isolate, reduced mineral whey powder), invert sugar syrup, peanuts, glycerin, inulin, peanut butter, maltitol […]

GlucoRX Allpresan Diabetic Foam Cream Intense – 125ml

$10.80

Buy Allpresan Diabetic Foam Cream Intense Allpresan Diabetic Foam Cream Intense treats dry skin on the feet and cracked heels. It is suitable for people with diabetes mellitus. The foam dries quickly and does not leave a greasy film, so you can go about your day without worrying about painful, dry skin.   How Allpresan […]

Tylenol Extra Strength Flu 24 Hour Convenience Pack 20 EZTabs (10 Daytime + 10 Nighttime)

$9.11

Daytime: Nasal Congestion; Dry Cough; Fever; Aches & PainNighttime: Nasal Congestion; Dry Cough; Fever; Aches & Pain; Runny Nose/Sneezing Dosage: Adult Use Only (12 Years and Over): Take 1-2 Daytime or Nighttime tablets every 4 hours as needed. Do not exceed a combined total of 8 tablets per day.  Warnings: Liver warning: Acetaminophen may cause severe or possibly […]

Sytron Elixir (Sugar Free) – 500ml

$35.15

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