$37.85

Beclometasone Hay Fever Relief Nasal Spray – 180 Dose – 3 Pack

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 “Beclometasone Hay Fever Relief Nasal Spray – 180 Dose – 3 Pack”

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

More Products

EARTH MAMA HERBAL PERINEAL SPRAY 120ml

$19.91

Naturally Cooling Perineal Mist for Pregnancy and Postpartum. Ingredients: Water, Witch Hazel (Hamamelis Virginiana) Leaf Extract, Kosher Vegetable Glycerin, Cucumber (Cucumis Sativus) Fruit Extract, Organic Lavender (Lavandula Angustifolia) Flower Oil, Organic Peppermint (Mentha Piperita) Leaf Oil.

TIGER BALM WHITE REGULAR 18g

$11.30

TIGER BALM WHITE REGULAR 18g Tiger Balm White is effective for headaches, stuffy nose, stomach flatulence, insect bites, itchiness and muscle and joint aches. Just rub the Tiger Balm White ointment onto your skin, and its pain relieving properties will work quickly to reduce aches, swelling and other discomfort that irritates the body. Tiger Balm […]

Revlon Frost & Glow Highlights

$14.97

Natural-looking highlighting kit that moisturizes and protects. Revlon Color Effect Frost & Glow highlighting kit gives you natural -looking, salon-quality highlights in the convenience of your own home. The unique formula with Keratin Moisture Complex penetrates to nourish, protect and moisturizing giving you silky, healthy-looking hair from the inside out. The Lightzones Cap and create-a-look […]

Adcal-D3 1500mg/400IU – 56 Chewable Lemon Tablets

$11.48

Adcal-D3 Lemon Effervescent Tablets 
Calcium and Vitamin D3 supplement
Dissolvable tablets that contain 600mg of calcium and 10 micrograms of Vitamin D3

Xylocaine 10mg Anaesthetic Spray – 50ml

$20.41

Xylocaine 10mg Anaesthetic Spray contains an active ingredient called lidocaine which is a local anaesthetic used to numb chosen areas – to relieve pain or discomfort. It can be used to numb your mouth during dental treatments and for other medical examinations and operations. The pain relief starts to take effect after 1-5 minutes of […]

Strefen Intensive Sugar Free Orange – 16 Lozenges

$9.32

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