Blood tests.

For those who want to check your blood values ​​in a specific health area.
top

Search for something

All

function setActiveCategoryLink() { const currentPath = window.location.pathname; const links = document.querySelectorAll('.collection-list a'); links.forEach(link => { const linkPath = new URL(link.href).pathname; // Extract pathname from absolute URL if (linkPath === currentPath) { link.classList.add('active'); } }); } document.addEventListener("DOMContentLoaded", setActiveCategoryLink);