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 “Napralief 250mg – 9 Tablets”

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

More Products

DOCTOR’S CHOICE DMSO GEL 113g

$37.89

Helps to reduce pain associated with Reflex Sympathetic dystrophy (RSD). Used in Herbal Medicine to help relieve minor burns including sunburn. Assists healing of minor wounds such as cuts and burns, and minor skin irritations. Helps temporarily reduce pain of large joints such as post traumatic soft tissue injuries, acute bursitis, strains and sprains Alleviates […]

ENEREX SERRAPEPTASE 120,000 SU 60vcap

$22.28

Proteolytic enzyme used to combat inflammatory disorders. Protein and fibrin dissolving properties provide multifaceted therapeutic benefits that are useful in the management of pain and inflammation. Undisturbed whole cell culture, sustainably delivered in a vegan and phthalate-free delayed-release capsule for long-lasting results. Benefits• Expedite natural process of healing• Supports breakdown of inflammatory molecules• Helps with the […]

CeraVe Moisturizing Lotion 355 ml

$18.95

For Normal to Dry Skin Oil-free moisturizer with hyaluronic acid Finding the right products for your skincare routine should come down to a few easy steps. Besides cleansing, a daily moisturizer is essential. We recommend looking for ingredients like Ceramides and Hyaluronic Acid to help maintain skin’s protective barrier. CeraVe Daily Moisturizing Lotion is a […]

Garnier Whole Blends Repairing Shampoo 370mL

$5.84

Honey Treasures Heals & Protects  Our Creamy, Lush formula blooms with a delicious fragrance of Royal Jelly, Honey & Proplis, bringing to life our wholesome care that strengthens hair & helps prevent split ends & breakage The Result: with every wash, reveal stronger hair that’s rejuvenated with healthy, rich shine Whole Blends Promises to provide […]

Anusol Plus Hemorrhoidal Ointment with Anesthetic 30g

$10.95

Fast, long-lasting relief. Helps reduce swelling, relieves itch, burning & irritation. Extra pain relief. Directions: Apply freely to the affected area every 4 hours, or as needed and after each bowel movement.  Keep out of reach of children. Store between 15°C and 30°C. Includes plastic applicator. Medicinal Ingredients: 1.0% Pramoxine Hydrochloride and 0.5% Zinc Sulfate […]

Odan Bioderm First Aid Antibiotic Ointment

$7.30

Helps prevent infection and aids healing of minor cuts, scrapes and burns.  Active Ingredients: ( First Aid Antibiotic Purpose) Polymyxin B (sulfate) 10, 000 I.U. Bacitracin 500 I.U. Inactive Ingredients: White Petrolatum Light Mineral Oil  Uses: Help prevent/reduce infection in minor cuts scrapes and burns. Helps healing of minor cuts scrape and burns.  Warning: Do not use in […]