$22.74

Zirtek Allergy Solution – 200ml

Out of stock

Category: Brand:
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 “Zirtek Allergy Solution – 200ml”

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

More Products

CANPREV MENO CHILL FAST-ACTING FOR WOMEN 60vcaps

$33.61

Meno Chill 60 v-caps Menopause signals the end of menstruation and occurs when reproductive hormones like estrogen, progesterone, testosterone, follicle-stimulating hormone (FSH) and luteinizing hormone (LH) decline in production. If your daily activities and sleep are being interrupted by uncomfortable symptoms like hot flashes, night sweats, insomnia, fatigue and vaginal dryness, CanPrev’s Meno Chill might […]

Mobility Tape for Her Menthol Infused

$29.21

Mobility Tape gives muscles and joints the stability they need and gives you the comfort and confidence you want to take your game to the next level. Featuring unique tri-directional stretch, Mobility Tape is designed to provide strength and long-lasting support, through all environments and conditions, for up to 7 days. Why you’ll love it Natural ingredients Drug […]

Valupak Supplements Glucosamine & Chondroitin 400/100mg – 90 Capsules

$9.05

Buy Valupak Supplements Glucosamine & Chondroitin 400/100mg – 90 Capsules Valupak Supplements Glucosamine & Chondroitin 400/100mg – 90 Capsules are joint supplements that are commonly used by sufferers of arthritis and joint pain. The capsules are ideal for the elderly and anyone else suffering from joint issues.  They are designed to help repair your cartilage […]

Clearblue Easy Ovulation Test 10 Tests

$31.35

Find your best days to get pregnant. The simple urine tests are proven to be 99% accurate at detecting th LH surge. Easy: Simply hold the tip downwards in your urine stream for 5 seconds. Natural: Detects the surge in a fertility hormone (LH), which occurs just before ovulation. Make love at any time in […]

CANPREV D3 DROPS 2500IU (MCT BASE) 15ml

$11.30

Overview  Helps support immune function and builds strong bones and teeth. vitamin D deficiency is extremely common – studies show that 1 in 3 Canadians is deficient, and 2 in 3 have less than the recommended level. Vitamin D deficiency can manifest itself in symptoms like low immune function, fatigue, muscle weakness, mood imbalances and […]

CarePoint Ultra Pen Needles 32g 4mm – Pack of 100

$5.40

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