Skip to content
Ramadan Offer - Flat 15% Off
Home
Weight Management
Men's Health
Feminine Care
Liver and Stomach
Joint and Muscle Care
Hair Care
Natural Oils
About Us
Log in
Search
Home
Weight Management
Men's Health
Feminine Care
Liver and Stomach
Joint and Muscle Care
Hair Care
Natural Oils
About Us
Search
Log in
Cart
Item added to your cart
View cart
Check out
Continue shopping
Collection:
Feminine Care
Leucorrhea Safoof® | For Women
Sale
Leucorrhea Safoof® | For Women
Regular price
Rs.2,199.00
Regular price
Rs.3,299.00
Sale price
Rs.2,199.00
Unit price
/
per
Sale
Choosing a selection results in a full page refresh.
Opens in a new window.
document.addEventListener("DOMContentLoaded", function () { var productForm = document.querySelector("form[action='/cart/add']"); if (productForm) { productForm.addEventListener("change", function () { var selectedVariant = productForm.querySelector("select, input[type=radio]:checked"); if (selectedVariant) { var variantId = selectedVariant.value; fetch(`/products/.js`) .then(response => response.json()) .then(product => { var variant = product.variants.find(v => v.id == variantId); if (variant && variant.compare_at_price > variant.price) { var discount = Math.round(((variant.compare_at_price - variant.price) / variant.compare_at_price) * 100); document.getElementById("discount-badge").innerText = discount + "% Off"; } else { document.getElementById("discount-badge").innerText = ""; } }); } }); } });