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

CANPREV D3 & K2 120sg

$24.06

Liquid sunshine in a bottle, enhanced with vitamin K to help support bone health Tropical vacations are something we might manage once a year, but what about the other 50 weeks? Vitamin D helps with the absorption of calcium and phosphorus to keep your bones and teeth strong and protect against disease. Supplements are made […]

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 MIND RETREAT 60vcaps

$21.70

NATURAL FACTORS MIND RETREAT 60vcaps Description Botanical and nutrient formula designed to support stress relief and mental calmness Helps promote mental clarity, relaxation, and focus Supports a balanced stress response and healthy emotional well-being Can be used during periods of high stress or mental fatigue Suitable for adults seeking natural cognitive and mood support Advice […]

Option+ Men Multivitamins & Minerals 90 Tablets

$12.41

Indications: Helps to maintain eyesight, skin, immune function, and proper muscle function. Helps to maintain the body’s ability to metabolize nutrients. Dosage: Adults: 1 tablet daily with meals, a few hours before or after taking other medications or natural health products, or as recommended by a physician. Each tablet contains:Vitamins:Vitamin A (vitamin A acetate) – […]

Nourkrin Woman For Hair Growth 3 Month Supply – 180 Tablets

$129.81

Buy Nourkrin Woman For Hair Growth Nourkrin Woman For Hair Growth is your companion for stronger, healthier and more vibrant hair. They are a safe, drug-free solution for women to promote hair growth. The tablets are backed by extensive clinical research with a track record in promoting hair growth and reducing hair loss in women. […]

AOR C+ BIOFLAVONOIDS 925mg 100vcaps

$27.61

AOR C+ BIOFLAVONOIDS 925mg 100vcaps C + Bioflavonoids contains pure vitamin C with citrus bioflavonoids including narirutin, didymin, hesperidin, and hesperetin among other flavonols, flavanones, flavones and their glycosides. Bioflavonoids and vitamin C function as phenolic antioxidants for the maintenance of good health. Benefits: Vitamin C enhanced with natural bioflavonoids Superior antioxidant support Clinically researched […]