$25.14

Ovesse 1mg/g Vaginal Cream – 15g Tube + Applicator

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 “Ovesse 1mg/g Vaginal Cream – 15g Tube + Applicator”

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

More Products

BOIRON CONIUM MACULATUM 30CH

$7.30

Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children. Natural health product For the whole Family Quick dissolving pellets Each tube contains 4 g (approximately 80 pellets) Non-Medicinal ingredients: Sucrose and lactose […]

Softsoap Soothing Clean Liquid Hand Soap 221ml

$2.91

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Lenzetto Transdermal Spray

$29.74

Hormone replacement therapy (HRT)
Used by postmenopausal women 
For more information, please refer to the patient information leaflet 

Bounce Outdoor Fresh Dryer Sheets 80 Sheets

$5.46

Toss away wrinkles & static. Usage: Add a new sheet on top of clothes at start of drying. Discard after each dryer cycle. For best results: For large loads, use an extra sheet. Use low heat setting for synthetics. If spotting occurs at high heat setting, rub spot with a bar soap and rewash in […]

IDEAL PROTEIN BUTTER POPCORN FLAVOURED POPPED CAKES – 1 BOX

$25.53

IDEAL PROTEIN BUTTER POPCORN FLAVOURED POPPED CAKES – 1 BOX Crispy, Savory. Popped to perfection! Enjoy a classic, butter popcorn flavored snack with only a fraction of the carbs. Ingredients  Popped cake (pea protein isolate, soy protein concentrate, lentil flour, potato starch, rice flour, tapioca starch, soy fiber, salt), Sunflower oil, Seasoning [whey, dehydrated butter, […]

Almus Hay Fever 2% Eye Drops – 10ml

$4.94

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