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

CANPREV MAGNESIUM BISGLYCINATE 200 GENTLE POWDER 120G

$16.77

A factor in the maintenance of good health, Magnesium is one of those hard working minerals that simply doesn’t get the attention it deserves. It plays a key role in over 800 different chemical reactions in the body and is involved in everything from DNA synthesis, energy production and metabolism, to muscle strength, nerve function, heart […]

Nexcare Sensitive Skin Adhesive Pads 4

$10.95

Pain-Free removal, yet holds securely.Hypoallergenic adhesive. Directions for Use:1. Clean and dry wound and surrounding skin thoroughly.2. Apply adhesive pad over wound. Do not stretch adhesive pad when applying.3. Firmly smooth adhesive border to skin. Directions for Removal: Gently lift the edge of adhesive pad and slowly peel from the skin in the direction of […]

Master Formulae Botanicals Vitex | Hormonal Balance & Cycle Support | 100mL Herbal Tincture

$27.03

Supports Hormonal Balance: Chaste Tree Berry is a powerful herb that helps promote hormonal balance by supporting the body’s natural rhythm. It aids in regulating menstrual cycles, helping women maintain overall wellness during hormonal transitions. Encourages Cycle Regularity: Traditionally used to help regulate the menstrual cycle, Chaste Tree Berry supports hormonal balance and promotes a […]

Seven Seas Original Cod Liver Oil – 150ml

$7.69

Buy Seven Seas Original Cod Liver Oil  Seven Seas Original Cod Liver Oil is a traditional remedy that is typically used to relieve joint pain and stiffness.  The vitamin supplement also has a unique combination of health-promoting properties, making it a versatile choice.  Seven Seas Original Cod Liver Oil helps to support your overall health.  […]

NATURAL FACTORS COCONUT OIL 1000mg 120sg

$12.93

Feature summary Coconut oil is derived from the fruit of the palm tree (Cocos nucifera) and is a traditional staple food in Asia, Africa, and the Pacific Islands. It has been used in India for thousands of years in traditional Ayurvedic medicine for its natural antifungal and antiviral qualities, as well as its ability to […]

THORNE MAGNESIUM CITRAMATE 90caps

$21.43

THORNE MAGNESIUM CITRAMATE 90caps Description Provides 135 mg of highly absorbable magnesium from citrate and dimagnesium malate to support muscle, nerve, and cardiovascular health Promotes relaxation, energy production, blood pressure balance, and healthy blood sugar metabolism Citrate aids kidney health while malate is ideal for fatigue and muscle support Advice to use Take 1 capsule […]