Item information
var clickElement = document.getElementById(“ratingsPopup”);
clickElement.addEventListener(“click”, function(event) {
event.stopPropagation();
if (ratingsModal.style.display == “none”) {
ratingsModal.style.display = “block”;
}
return false;
});
document.body.addEventListener(“click”, function(event) {
var el = $(“#ratingsPopup”);
var ratingsModal = document.getElementById(“ratingsModal”);
if (ratingsModal.style.display == “block”) {
ratingsModal.style.display = “none”;
}
});
Wormwood has been associated with many benefits, such as alleviating pain and inflammation and fighting oxidative stress and gut parasitic infections. It is also punted for its aphrodisiac properties. Also effective against cold and flu. There is also anecdotal evidence of its prophylactic effect against Covid-19.







Reviews
There are no reviews yet.