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

TRESemmé Moisture Rich Conditioner 828mL

$10.22

TRESemmé’s Moisture Conditioner Restores Dry, Damaged Hair Today Banish Brittleness And Get Softer, Healthier Hair With Moisture Rich Professional Quality 7x more luxurious moisture with Vitamin E. Advanced moisture-locking system optimizes hydration by delivering moisture to hair where it’s needed most. Formulated with Vitamin E, and infuses moisture for soft, shiny, salon-healthy hair. How to Use: Apply TRESemmé conditioner from […]

BOIRON THUYA OCCIDENTALIS 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Similisan Pink Eye Relief Eye Drops 10mL

$12.76

Relieves symptoms associated with conjunctivitis: Inflammation Watering Redness Suitable for all ages.Homeopathic Drug According to homeopathic principles, the medicinal ingredients in this medication temporarily relieve minor symptoms associated  with viral and environmental conjunctivitis, such as: inflammation and redness of the whites of the eyes and inner eyelids; excessive watery (clear) discharge; sensation of grittiness; and […]

BELL GOUT RELIEF #89 60caps

$26.27

Bell Gout Relief Gout is a complex form of arthritis that can affect anyone, but men are more likely to get gout. Gout causes sudden and severe pain, redness, and tenderness in the joints. Often this occurs in the joint at the base of the big toe. An attack can happen at any time and […]

BACH HOLLY 20ml

$13.15

BACH HOLLY 20ml Description A flower essence remedy for feelings of jealousy, envy, suspicion, or the desire for revenge Promotes emotional openness, generosity of spirit, and inner harmony Helps transform negative emotions into goodwill, compassion, and trust in others Advice to use Single remedy use: Add 2 drops to water and sip at intervals, or […]

OPTION+ Water Based Lubricant Personal Gel 60ML

$3.64

Water Based Fragrance-Free Alcohol-Free PH Balanced Option+ Lubricating Gel helps makes intimae exchanges more enjoyable. Water Based. Fragrance-Free. Alcohol-Free. PH Balanced. Directions: Apply the Option+ water based personal lubricating gel to the intimate areas before intimacy to facilitate vaginal or anal penetration.  It is mess-free and gently absorbed by the skin. Re-apply as needed. Contains glycerin […]