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 Wash 5% w/w Gel – 100g”

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

More Products

Tena Night Super Absorbent Pads 24 Pads

$24.84

Fully breathable absorbent pads. Leakage Control Dray Fast Core Odor Control Dry Fast Core – Quickly locks away liquid from skin for daytime protection Odor Control Technology – Locks away liquid to help reduce odor Oval – Shaped elastics and contoured core Scan-able Bar Code – For state-of-the-art inventory control Fully Breathable Technology – Helps […]

TRUE HOPE NASCENT IODINE 30ml

$37.62

Nascent Iodine is an essential element for healthy thyroid hormone production and an efficient metabolism. Sufficient levels of iodine increase cell absorption of nutrients which includes vitamins and minerals. Nascent Iodine Advances is created using only the most bioavailable, non ocean sourced, high grade iodine and then goes through a patented process to make a […]

NATURAL FACTORS REGENERLIFE MITOCHONDRIAL ENERGY 120vcaps

$43.75

You probably learned in middle school that mitochondria are the powerhouse of the cell. Their most important job is to help energy production, or ATP. RegenerLife is formulated to optimize mitochondrial function with powerful, targeted nutritional compounds. Helps reduce symptoms of fatigue Helps support cardiovascular, cognitive, and brain health Helps increase energy production (ATP) at […]

CLEARBLUE DIGITAL PREGNANCY TEST 1pl

$13.15

The Clearblue Advanced Digital Pregnancy Test is the first and only test that is as accurate as an ultrasound scan at dating pregnancy. Its Smart Dual Sensor â„¢ not only tells you in words if you’re ‘Pregnant’ or ‘Not Pregnant’, also tells you how far along you are.  

Revlon Colorstay Longwear Demi Matte Foundation for Combination/Oily Skin SPF 15

$16.43

Life-tested matte makeup. Up to 24-hour wear. This oil-free foundation delivers a flawless matte finish for oily and combination skin, and wears for up to 24 hours.  Our cult-favorite liquid foundation wears for up to 24 hours, no matter what life throws at you—that’s why we call it “life-tested” The formula delivers a flawless matte […]

Option+ Zinc Lozenges 5mg with Vitamin C & Echinacea 60 Lozenges

$4.38

Helps in the development and maintenance of bones, cartilage, teeth, and gums. Directions for use: Adults: 2 – 8 lozenges daily with meals, a few hours before or after taking other medications or natural health products, or as recommended by a physician. Each lozenge contains:Zinc (zinc citrate dihydrate/zinc citrate gluconate)………………………………………………..5 mgVitamin C (sodium ascorbate)……………………………………………………………………..50 mgEchinacea […]