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 “Covonia Night Time Formula – 150ml”

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

More Products

WISE WOMAN HERBALS WOMEN’S MENOCAPS 408mg 120caps

$40.18

Promotes normal healthy female glandular system function and soothes temporary nervous tension. Ingredients:  Angelica sinensis (dong quai), Arctium lappa (burdock), Vitex agnus-castus (chaste tree), Cimicifuga racemosa (black cohosh), Leonurus cardiaca (motherwort), and Glycyrrhiza glabra (licorice). (100% vegetarian capsules.) Suggested Use:  Take 2 capsules, 2-3 times a day. Precautions:  This formula is not recommended during pregnancy. […]

Benadryl Allergy Nighttime 24 Caplets

$14.58

Tough Allergy Symptom Relief to let you sleep: Sneezing; Runny Nose; Itchy Eyes; Watery Eyes; Hives; Insect Bites; Poison Ivy; Rashes Dosage:Children under the age of 12 years: Not recommended for use. Use Children’s Benadryl products.Adults and children 12 years of age and older: 1 caplet at bedtime if needed or as directed by a doctor. […]

Option+ Vitamin C Chewable Tropical Flavour 500mg 120 Tablets

$7.30

Indications: Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps in wound healing. Helps to support immune function. Dosage: Adults: 1-3 tablets daily with a meal or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Vitamin C (sodium ascorbate/ascorbic acid) – 500mg Non-Medicinal Ingredients (in descending order): Sorbitol, hydroxypropylcellulose, natural orange flavour, annatto, […]

TEE2 Blood Glucose Test Strips 50 Strips

$17.97

Buy TEE2 Blood Glucose Testing Strips – 50 Strips TEE2 Blood Glucose Testing Strips are designed to test the level of glucose in your blood in the convenience of your own home. These blood glucose strips are simple, quick and pain-free.  The strips only require a small amount of blood for testing. You can apply […]

TRESemmé Moisture Rich Shampoo 828mL

$10.22

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é shampoo liberally to fully coat strands. Massage into scalp and […]

Polysporin Itch Relief Lotion 177mL

$10.95

Fast-acting & soothing relief of pain & itching due to: mosquito & other insect bites; sunburn; poison ivy; chicken pox rashes; and allergic itches. Directions: Shake well.Before application, wash and dry affected area of skin. Adults and children over 2 years: apply to affected area not more than 3 to 4 times daily. Children under […]