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

Option+ Tea Tree Oil 100% Pure 50mL

$9.49

Indications: Traditional herbal antiseptic/germicide for the relief of minor skin ailments and abrasions. Dosage: Adults: Dilute by adding 1mL of product to 19mL of warm water. Apply once daily to affected areas or as recommended by a physician. Ingredients:Each 1mL (20 drops) contains: Tea Tree Oil (Melaleuca alternifolia) – 1mL100% pure. Caution: Keep out of the reach of children. […]

SMART SOLUTIONS LOVE PERSONAL LUBRICANT 250ml

$14.61

Love Lube is a safe, water-based, latex-friendly lubricant. Love Lube is petroleum and paraben-free, and works quickly to reduce dryness and restore comfort where you need it most. Vaginal dryness can occur at various stages of a woman’s life causing itching, burning and pain. Women may experience more dryness immediately before or after the menstrual […]

OMEGA NUTRITION PUMPKIN SEED PROTEIN 600g

$30.08

Our single ingredient, Plant-Based Protein Powder is a powerhouse in nutrition. Made from just pumpkin seeds, this easy-to-use powder offers 60% of plant-based protein by weight. Our premium quality, nutrient-rich protein powder, is easy to digest and can be used to make more than just protein shakes. This Plant–Based Protein Powder provides health-minded consumers with […]

NATURAL FACTORS CELADRIN 350mg 120sg

$37.19

NATURAL FACTORS CELADRIN PAINRELIEF 350MG SG 120 Description: Contains Celadrin®, a proprietary blend of esterified fatty acids for joint comfort Helps reduce joint pain and stiffness, supporting flexibility and mobility Ideal for individuals with joint discomfort due to aging, activity, or overuse Advice to Use: Adults: Take 1 softgel 3 times daily with food, or […]

Nexcare Skin Crack Care 7mL

$12.41

Seals painful skin cracks.
Promotes healing of dry cracked skin on hands and feet.

Waterproof.

Jamieson Zinc Lozenges 30 Lozenges Wild Cherry

$9.49

Helps to maintain immune function Directions: Adults: Take at first sign of cold, flu, and dry or sore throat, to a maximum of 5 lozenges daily. Dissolve lozenges slowly in the mouth, after a meal. Take a few hours before or after taking other medications.Store between 15°C and 25°C, away from children. Each lozenge contains:Zinc (Gluconate) […]