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 “Piriton Tablets 500 – Allergy Relief”

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

More Products

A.VOGEL ABSOLUT ARNICA GEL 50ml

$14.24

A.VOGEL ABSOLUT ARNICA GEL 50 ml Description Herbal gel formulated with arnica montana to help soothe bruises, muscle soreness, and minor aches. Lightweight, non-greasy texture absorbs quickly to provide targeted relief. Ideal for use after physical activity or during recovery to support comfort and mobility. Advice to use Apply a thin layer to the affected area […]

SURO ORGANIC ELDERBERRY SYRUP 236ml

$20.82

Fight colds, flu, cough and sore throat with SURO® syrup. Physician-formulated, each dose of adult syrup contains over 3,000mg of elderberry, has zero water and is fructose-free. Traditionally used in herbal medicine to help fight colds, SORE throat, cough and fever. Consult a health practitioner if symptoms persist. Features:  Organic, vegan, kosher capsule, easy to […]

Poise Pads Long Length Maximum 39 Pads

$21.14

Trusted 3-in-1 Protection COMFORT – ContourFIT design softly curved to prevent bunching. Wider front and back to keep you comfortably protected. DRYNESS – dry-touch layer for added protection. ODOR CONTROL – absorb-loc core quickly locks away wetness and odor. Caution: To avoid risk of suffocation, please keep plastic bags away from infants and children. Bladder […]

Tinactin Aerosol Powder 100g

$10.95

Tolnaftate Topical Aerosol USP 1% Antifungal Triple Action 1 Cure and prevents athlete’s foot 2 Controls odour 3 Keeps feet dry Directions: Adults and children over 2 years. Shake well before using. If the dispenser becomes clogged, clean the spray hole with a pin. Cleanse skin with soap and water and dry thoroughly. When applying, […]

U by Kotex LightDays Liners 40 Liners

$6.20

Whether you need something for light flow or just want to feel fresh every day, our  U by Kotex Lightdays Liners  are the perfect solution. With a thin design and a breathable cover with a soft and silky touch, they’re so comfy, they feel just like your undies.

KT TAPE BLISTER PRENVENTION BEIGE 20 Pack

$7.65

KT Performance+® Blister Prevention Tape, in beige is expertly engineered to forestall blisters, chafing, and hot spots. Crafted from a premium synthetic non-woven fabric, it provides durability, flexibility, and breathability. The robust adhesive ensures the tape stays in place, while its extreme thinness minimizes friction. The tape adheres to the skin even in the presence […]