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 “Almus Hay Fever 2% Eye Drops – 10ml”

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

More Products

Numark Cushioned Plasters – 20 Pack

$1.47

Buy Numark Cushioned Plasters Numark Cushioned Plasters are perfect for minor wounds, cuts or grazes. The plasters are durable to protect the wound. Numark Cushioned Plasters are breathable to help with the healing process of the injury.  The padding provides extra cushioning and protects wounds against dirt.    Directions Wash and gently dry the wound […]

Option+ Vitamin D3 Drops 1000 IU 25ml

$12.76

Helps in the development and maintenance of bones and teeth, and in the absorption and use of calcium and phosphorous. Directions for use: 1 drop (0.25 mL) daily or as recommended by a physician. Shake well before use Each drop 0.25 mL (1 drop) contains:Vitamin D3 (cholecalciferol) 1000 IU (25 mcg) Non-medicinal ingredients (in descending […]

Ban Roll-On Antiperspirant Deodorant 100mL

$5.11

Invisible Protection Start your day by gliding on Ban Roll-On Antiperspirants and be confident that you’ll stay protected from underarm odor and wetness for 24 hours. With odor-fighting ingredients and Kihada extract, the formula eliminates odor caused by bacteria breaking down sweat on your skin’s surface, plus helps to significantly reduce perspiration, so you’ll feel […]

NovoFine 30G 8mm 100 Count

$38.71

Disposable Needles. For Single use only. NovoFine  03.x8mm is designed with universal compatibility to fit insulin GLP-1 Devices.  Directions: NovoFine 30G 8mm is a STERILE 0.3mm injection needle. Sterility is guaranteed if the paper tab is unbroken. Use the needles as instructed by your healthcare professional or as described in the instruction for use that […]

Ovesse 1mg/g Vaginal Cream – 15g Tube + Applicator

$25.14

‘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’ […]

HYALOGIC HA BIOTIN HAIR & SCALP SPRAY 118ml

$23.71

HYALOGIC HA BIOTIN HAIR & SCALP SPRAY 118ml Hydration and nourishment for your hair and scalp. Beautiful hair requires a healthy scalp. Hyalogic® HA Biotin Hair & Scalp Spray contains Hyaluronic Acid and Biotin to maintain healthy hair and scalp tissue. It helps against dryness while moisturizing and nourishing your scalp. Simply spray hair and scalp and […]