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 “Acnecide 5% Gel Benzoyl Peroxide – 30g”

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

More Products

BOIRON NATRUM MURIATICUM 200CH

$7.30

BOIRON NATRUM MURIATICUM 200CH Description Homeopathic pellets for adults, children, and infants—easy to take and quick dissolving Hygienic dispenser cap avoids touching pellets and ensures precise dosage every time Portable tube contains approximately 80 pellets (4 g), ideal for on-the-go use Advice to use Adults, children, and infants: Take 5 pellets, 3 times per day […]

Multistix GP Reagent Strips – Pack Of 25

$26.63

Buy Multistix GP Reagent Strips   The Multistix GP Reagent Strips are a reliable frontline test for a variety of conditions. The strips can accurately gain a broader insight into your health.   The Reagent Strips provide tests for:   Specific gravity  Glucose  Protein  Ketones  P.H Blood  Leukocytes Nitrite  Glucose semi-quantitative  Microalbumin and creatinine    How […]

Hair Loss Bundle (Minoxidil 5% Spray & Finasteride 1mg Tablet)

$36.50

Includes topical minoxidil spray and finasteride tablets
Hair loss treatment for men 
Can increase hair growth

Movelat Relief Gel – 80g

$11.50

Movelat Relief Gel is a colourless and transparent gel used for the relief of mild to moderate pain from inflammation caused by muscular and rheumatic pain, stiffness, strains, sprains and mild arthritic conditions. Movelat Gel contains the active substances mucopolysaccharide polysulfate (MPS) and salicylic acid.

THORNE ZINC CITRATE 30mg 60vcaps

$11.22

THORNE ZINC CITRATE 30mg 60vcaps Description Highly absorbable zinc citrate form designed to support immune health, skin integrity, and enzyme function Citrate helps enhance zinc absorption, even in the presence of dietary inhibitors like phytic acid from grains Essential trace mineral that plays a role in wound healing, cellular repair, and overall metabolic function Advice […]

IDEAL PROTEIN CHOCOLATE SHAKE- 12OZ

$5.11

IDEAL PROTEIN CHOCOLATE SHAKE- 12OZ Experience the intense, decadence of Ideal Protein’s ready-to-go Chocolate Drink. A chocolate lover’s delight! Ingredients  Water, Milk protein isolate, Cream, Cocoa powder, Inulin, Sea salt, Cellulose gel, Cellulose gum, Gellan gum, Carrageenan, Dipotassium phosphate, Sodium phosphate, Natural and artificial flavour, Sucralose. Warnings   If you are allergic to any ingredients, discontinue […]