$6.14

Sudafed Decongestant Non Drowsy – 12 Tablets

Category:
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 “Sudafed Decongestant Non Drowsy – 12 Tablets”

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

More Products

NATURE’S WAY HORNY GOAT WEED 60caps

$27.03

NATURE’S WAY HORNY GOAT WEED 60caps Description Traditionally used in Chinese medicine to support vitality and sexual health. Formulated with horny goat weed and additional botanicals for synergistic effects. Provides natural support for energy, stamina, and overall well-being. Advice to use Adults: Take 1 capsule 3 times per day with food or water. Consult a […]

PRAIRIE NATURALS ORGANIC HEMP PROTEIN NATURAL 400g

$29.17

Made with pure, organic & raw, Canadian-grown Hemp Seeds Naturally occurring proteins, carbohydrates, fibre, Omega fats Complete protein source with all essential amino acids Reduces inflammation Promotes resilient skin Supports flexible joints Enhances immunity Strengthens hearts Tested gluten-free Non-GMO Prairie Naturals HempProtein is more than a protein powder. It’s a more balanced way of living […]

NATRACARE REGULAR PADS WITHOUT WINGS 14pcs

$7.27

NATRACARE REGULAR PADS WITHOUT WINGS 14 pcs Description Soft and comfortably padded maxi pads made from 100% organic cotton and totally chlorine-free pulp. Free from plastic, synthetic materials, fragrances, dyes, and chemical additives like binders or surfactants. Biodegradable and compostable — ideal for light to medium menstrual flow with breathable, natural protection. Advice to use Use […]

Herbal Essences Hello Hydration Conditioner 346ml

$5.83

Deep Moisture For Hair  Hi there. Meet your hair’s new BFF – Herbal Essences Hello Hydration. It’s like a moisturizing spa treatment for your hair. Our hydrating moisture rich conditioner will leave your hair feeling pampered. And while you shower, it’s oh-so-yummy coconut scent will transport you straight to the tropics. The creamy formula will […]

Dexcom ONE 30 Day Starter Kit

$133.19

What is Dexcom ONE – 30 Day Starter Kit?  If you’re looking to give Dexcom ONE a go, why not try the 30 day starter kit first? In this kit you’ll find everything you need to trial Dexcom ONE for 30 days, including the Dexcom ONE Transmitter and the Dexcom ONE Sensor. This product is […]

Sudafed Plus Blocked Nose Spray – 10ml

$8.68

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