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

FINLANDIA LUGOLS IODINE SOLUTION 25ml

$9.49

Finlandia Lugol’s Iodine Solution is a high-quality supplement that contains a mixture of iodine and potassium iodide in distilled water. Iodine is an essential mineral that is required for the proper functioning of the thyroid gland, which is responsible for regulating metabolism and other important bodily processes. Lugol’s solution provides a highly bioavailable form of […]

Jamieson Vitamin C 500mg 100 Caplets

$13.87

Antioxidant support. Directions (Adults): Take 1-4 caplets daily. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin C (Ascorbic acid) – 500mgSupporting botanical blend – 3mgDerived from rutin (Dimorphandra mollis, pod), hesperidin (citrus sinensis, fruit), lemon bioflavonoids (citrus limon, rind), acerola cherry (4:1) extract (Malpighia glabra, fruit) equivalent to 2.62mg raw herb, rose hips (rosa canina, fruit). […]

Revlon Photoready Luminous Powder

$19.71

Wish you could look flawless? Wish granted. It helps stop shine, but this is no ordinary powder—leaving skin luminous and even-toned thanks to special light reflectors. Luminous, shine-free skin. No airbrushing required. Here’s how it works, part 1: Micro-refined powders reduce shine and perfect skin Here’s how it works, part 2: Photochromatic pigments bend and reflect light […]

Clear Care Plus HydraGlyde 360mL

$14.24

Cleaning and Disinfecting Solution 3% Hydrogen Peroxide For all Soft and RGP Contact Lenses With HydraGlyde Moisture Matrix, Ideal for Silicone Hydrogel lenses For Soft Lenses Deep Cleaning plus Comfort that lasts all day ALL DAY COMFORT TRIPPLE CLEANING ACTION PRESERVATIVE FREE Warning Failure to follow directions will result in burning and stinging. Use only […]

Aveeno Active Naturals Positively Radiant Toner 200mL

$12.78

Positively Radiant Toner, with moisture rich soy extract, helps to improve skin tone. It gently refreshes skin without leaving it feeling tight or dry.

Motrin Super Strength 400mg Tablets

$6.20

For fast and effective relief of headache pain (including mild to moderate migraine and tension headache), menstrual pain, dental pain, pain from inflammation associated with arthritis, muscles, bones and joints, sprains or strains, backache, pain from inflammation associated with physical or athletic overexertion, aches and pains due to the common cold, and for the reduction […]