$43.86

FlexiSEQ Max Strength for Osteoarthritis – 50g – 2 Pack

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 “FlexiSEQ Max Strength for Osteoarthritis – 50g – 2 Pack”

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

More Products

Jamieson Vitamin C 100+20 Chewable Tablets Mixed 3 Flavours

$10.24

Supports a healthy immune system. Directions (Adults): Chew 1-4 tablets daily. Store between 15°C and 25°C, away from children. Each tablet contains:Vitamin C (Ascorbic acid) – 500mgSupporting botanical blend – 7mgDerived from rutin (Dimorphandra mollis, pod), hesperidin (citrus sinensis, fruit), citrus bioflavonoids (citrus limon, rind), acerola cherry (4:1) extract (Malpighia glabra, fruit) equivalent to 5.76mg raw […]

Motusol 2.32% Diclofenac Gel Max – 50g

$10.68

What is Motusol Max? Motusol Max 2.32% is a topical pain relief gel containing the active ingredient diclofenac, a type of medicine called a non-steroidal anti-inflammatory drug (NSAID). This gel is designed to relieve mild to moderate pain caused by acute sprains, strains and contusions (bruises) following blunt trauma.   How to use Motusol Max […]

BOIRON DAPIS GEL 40g

$10.44

Homeopathic medicine used to alleviate pain, to relieve itching, hives and to promote healing of insect bites. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Direction Adults and children: Apply on affected area, as soon as possible and as often as needed. Gently massage the skin. Caution: Do […]

Aerius Kids Allergy Syrup 100mL

$10.24

Fast and effective relief of 15 symptoms:Eyes: itchy, burning, watery, swollen, red eyes.Nose: congestion/stuffiness, sneezing, runny, itchy nose.Throat and Ears: allergic cough, itchy throat, itchy ears.Palate: Itchy palate.Skin: Skin itch, hives. Dosage: (Once Daily Single Oral Dose)Age 2 to 5 years: 1/2 teaspoon (2.5mL)Age 6 to 11 years: 1 teaspoon (5mL)Once a day formula, lasts […]

Magic Bag (Neck & Back)

$25.99

1 Compress 19″x12″

Soothing Relief of Aches and Pains 

Heats for 30 minutes 

Hot/Cold

100% Natural

For Neck and Back Pain

Canadian made filled with Canadian grain

LMX4 Lidocaine 4% Cream – 30g – 6 Pack

$207.72

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