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 “Oral-B iO4 Black Electric Toothbrush”

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

More Products

Live Clean Baby Lotion 227ml

$8.03

Certified organic botanicals of Chamomile and Lavender with natural emollients and aloe to gently moisturize delicate skin. This non-greasy, moisturizing lotion formula absorbs quickly, leaving skin soft and smooth with a gentle scent to soothe baby. 97% Planet Derived With certified Organic Botanicals Petrolatum Free Paraben Free Phthalate Free Dry Free Pure Vegan Never Tested […]

NUUN SPORT WILD BERRY WITH CAFFEINE 10ct

$10.20

A tasty & hydrating blend of electrolytes, minerals, and 40mg of naturally derived caffeine for exercise and on-the-go. 10 tablets per tube. Dissolve in 475 mL of water. VEGAN Certified Vegan by the American Vegetarian Association KOSHER Certified Kosher by the Orthodox Union GLUTEN FREE Certified Gluten-Free by the Gluten-Free Certification Organization NON-GMO Non-GMO Project […]

HERBION COUGH LOZENGE LEMON 18loz

$2.77

HERBION COUGH LOZENGE LEMON 18loz Herbion Sugar-Free Cough Lozenges are made with a combination of medicinal herbs’ extracts that help relieve cough, sore throat and nasal congestion. Our candy-like sugar-free cough lozenges are available in a variety of good-tasting natural flavours.   Herbal Formula  Sugar-Free  Relieves Cough and Sore Throat  Clears Nasal Passages  Directions and dosage:   Adults and children over 12 […]

BOIRON HEPAR SULFURIS CAL 200CH 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 […]

AOR BONE BASICS 240caps

$39.38

Bone Basics is more than just a calcium supplement for bone health. It is a complete bone-building formulation that includes nutrients which are fundamental for maintaining mineral balance in the bone matrix and for supporting healthy joints. Bone Basics is unique because it serves not only to reduce bone loss but to maintain or even […]

Benadryl Total Allergy & Sinus 30 Tablets

$14.61

Fast, effective symptom relief:Allergies: Sneezing; Runny Nose; Itchy, Watery Eyes.Sinus & Pain: Nasal Congestion; Sinus Congestion; Sinus Pain; Sinus Headache. Dosage:Adult Use Only (12 years and older): 2 caplets every 6 hours while symptoms persist. Do not exceed 8 caplets in 24 hours. Caution: Keep out of reach of children. This package contains enough drug […]