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 “Chlorphenamine 4mg – 168 Tablets”

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

More Products

Schick Hydro Silk Disposables 3 Razors

$12.04

The Schick Hydro Silk Disposable Razor features water-activated Hydra-Boost serum formulated with shea butter. Its 5-curve sensing blades give you incredible closeness, while following the natural shape of your body. The cartridge is just the right size for accessing hard-to-reach areas, and each blade includes unique skin guards to smooth skin and help prevent irritation.

Trojan Ultra Thin Condoms, Lubricated Latex Condoms, 25% Thinner for Natural Skin-to-Skin Feel, Enhanced Sensitivity, Closeness and Trusted Protection, 34 Count (Pack of 1)

$15.69

MAXIMUM SENSITIVITY, NATURAL FEEL: 25% thinner than standard Trojans, these ultra-thin condoms heighten every sensation and deliver a natural skin-to-skin feel — so you can experience the intimacy you crave with the reliable protection you expect INTIMACY WITHOUT COMPROMISE: Premium lubrication ensures smooth, natural comfort for both partners, letting you enjoy passion the way it […]

CeraVe Moisturizing Lotion 355 ml

$18.95

For Normal to Dry Skin Oil-free moisturizer with hyaluronic acid Finding the right products for your skincare routine should come down to a few easy steps. Besides cleansing, a daily moisturizer is essential. We recommend looking for ingredients like Ceramides and Hyaluronic Acid to help maintain skin’s protective barrier. CeraVe Daily Moisturizing Lotion is a […]

Nurofen Joint & Muscular Pain Relief 4 Medicated Plasters – 200mg – Pack of 2

$37.46

Medicated pain relief patches to help ease pain in joints and muscles.
Ideal for use on knees, elbows and other joints.
Helps to reduce swelling in sore joints.

Otrivin Medicated Cold & Allergy Relief Measured Dose Mist 20mL

$9.86

Unblocks your nose within minutesLasts for up to 10 hours For long-lasting, temporary relief of nasal and sinus congestion due to colds, allergies and hayfever. Also relieves runny nose. Directions: Adults & children 2 years and older: Blow the nose prior to administering. Hold bottle upright with thumb under base and nozzle between first and second […]

PASCOE NEURAPAS BALANCE 60tabs

$35.80

Although stress is a natural part of life, it can be a major problem if it is prolonged or severe. In our frantic society, stress affects people of all ages, gender, and circumstances. Stress can lead to both physical and psychological health issues. Pascoe is here to help with Neurapas Balance: for a healthy, balanced […]