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 “Fenbid Gel 5% – 50g”

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

More Products

Lypsyl Sensitive Lip Balm 4.2g

$2.18

With over 100 years in Swedish Lip Care, Lypsyl combines the very best quality ingredients and years of experience to bring out your natural beauty.  Lypsyl Sensitive:– Made with beeswax, No Parabes or phthalates– Moisturized & Soothes to keep lips soft and smooth– Helps protect the drying effects of the environment – Glided on easily for […]

Sleep-eze Extra Strength Gelcaps 20 Soft Gel Capsules

$8.76

Sleep well tonight… Feel alert tomorrow. Adult Dosage: If needed, take 1 capsule before going to bed. Do not increase dosage unless recommended by a physician.  Caution: For occasional sleeplessness only. Not recommended for children under 12 years of age.  This package contains sufficient medication to seriously harm a child. Keep out of reach of […]

Numark Clear Plasters – 24 Pack

$1.34

What are Clear Plasters? High quality, clear plasters are ideal for protecting minor wounds and cuts. Their washproof and breathable properties ensure protection against dirt whilst aiding the healing process. How should clear plasters be used? Apply over minor wounds and cuts. Wash the wound and let air dry or gently pat dry before applying […]

NAKA PLATINUM ORGANIC BLACK SEED 300ml

$37.92

NAKA PLATINUM ORGANIC BLACK SEED 300ml Description • Provides cold-pressed organic black seed oil (Nigella sativa)• Traditionally used in herbal medicine to support immune system function• Rich in naturally occurring thymoquinone and antioxidant compounds• Helps protect cells against oxidative stress and free radical damage• Supports digestive health and overall gastrointestinal comfort• Commonly used to support […]

Nivea Men Instant Soothing Sensitive Shaving Foam 200ml

$5.11

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

Live Clean Argan Oil Restorative Conditioner 350mL

$7.65

Live Simple. Live Beautiful. Live Clean  Replenishes with Argan Oil Live Clean Restorative Argan Oil Conditioner is made with Moroccan argan oil, grapeseed oil and olive oil to hydrate and nourish hair without adding any excess weight. Rich in essential fatty acids and antioxidants, argan oil is famed for its high concentrations of vitamin E. […]