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 “Sytron Elixir (Sugar Free) – 500ml”

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

More Products

L’Oréal Paris Hair Expertise Total Repair 5 Shampoo 89mL

$1.82

From daily brushing or styling, hair can become fine, fragile, dull, or rough with split ends. Total Repair 5 helps repair 5 signs of damaged hair. Travel Size.

    Lip Smacker Pink Lemonade Lip Balm

    $2.18

    Sweet and tart just like your favorite beverage! This refreshing Pink Lemonade Lip Smacker Lip Balm is as good for your lips as it tastes.   

    FINLANDIA NITRO BOOST 500g

    $43.75

      Product info: Newly flavoured Nitro Boost is a high quality formulation that enhances blood flow throughout the body by increasing the production of nitric oxide levels. Nitric oxide is one of the body’s most essential molecules. Because it has such a short life span, it can be difficult to keep nitric oxide at optimum […]

    JACKSON’S NATURALS MINERAL SALTS #3 CALCIUM SULFATE 500pellets

    $21.92

    JACKSON’S NATURALS MINERAL SALTS #3 CALCIUM SULFATE – 500 pellets Description High-purity calcium sulfate mineral salt pellets formulated to support bone health, dental strength, and overall mineral balance. Free from artificial fillers or additives—provides naturally sourced calcium in a convenient pellet form. Ideal for individuals seeking a simple and natural mineral supplement to support daily wellness. Advice […]

    Women Sex Toys Vibrator Bullet, Lipstick Vibrator for Women’s Precision G Spot Clitoral Nipple Anal Sex Stimulation, Mini Vibrators with LED Display & 9 Powerful Vibrations,…

    $13.15$13.88

    【Mini Vibrator with 9 Powerful Modes】 This mini vibrator Size of lipsticks. However, build-in powerful motor with 9 intense modes. The angled tip precisely hits on your sensitive points of body. Perfect size and discreet design make the bullet vibrator to be the best choice for travel. You can put it in your pocket enjoy […]

    NATRACARE MATERNITY PADS 10pads

    $6.93

    NATRACARE MATERNITY PADS 10pads Description Extra long, wide, and padded maternity pads made with a soft, certified organic cotton cover. Designed to support sensitive postpartum skin with natural, breathable materials. Free from synthetic materials, helping to reduce irritation during post-birth recovery. Advice to use Use as needed for postpartum bleeding. Dispose of responsibly after use. […]