mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-09-05 04:20:20 +02:00
[automated] update diyhrt.market
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,10 +21,21 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>About - DIYHRT.Market</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="DIYHRT.Market is a community-driven project to provide accurate and up-to-date information to the trans DIY community about sourcing of hormones. In our view DIY is an unfortunate but inevitable consequence of a transphobic medical system that does not trust trans people know who they are. We do not aim to give advice or opinions about how to use these medications, only the best possible information on sourcing while occassionally sign posting useful information or studies that may not be well circulated so that you can make well informed decisions about your own body.">
|
||||
|
||||
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -36,8 +49,10 @@
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -47,22 +62,36 @@
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
@@ -73,32 +102,43 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/js/bootstrap-table.min.js"></script>
|
||||
<script src="static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d70012eaa9e59',t:'MTcyOTQ3Mzc1Ny4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971f23a851c9af',t:'MTczMDA3ODYxOC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -4,27 +4,74 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>diyhrt.market API</title>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="../static/drf-yasg/swagger-ui-dist/favicon-32x32.png"/>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../static/drf-yasg/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../static/drf-yasg/swagger-ui-dist/swagger-ui.css">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="swagger-body">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="swagger-ui"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script id="swagger-settings" type="application/json">{"docExpansion": "list", "deepLinking": false, "showExtensions": true, "defaultModelRendering": "model", "defaultModelExpandDepth": 3, "defaultModelsExpandDepth": 3, "showCommonExtensions": true, "supportedSubmitMethods": ["get", "put", "post", "delete", "options", "head", "patch", "trace"], "displayOperationId": true, "persistAuth": false, "refetchWithAuth": false, "refetchOnLogout": false, "fetchSchemaWithQuery": true}</script>
|
||||
<script id="oauth2-config" type="application/json">{}</script>
|
||||
|
||||
|
||||
<script src="../static/drf-yasg/swagger-ui-dist/swagger-ui-bundle.js"></script>
|
||||
<script src="../static/drf-yasg/swagger-ui-dist/swagger-ui-standalone-preset.js"></script>
|
||||
<script src="../static/drf-yasg/insQ.min.js"></script>
|
||||
<script src="../static/drf-yasg/immutable.min.js"></script>
|
||||
<script src="../static/drf-yasg/swagger-ui-init.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="oauth2-redirect-url" href="../static/drf-yasg/swagger-ui-dist/oauth2-redirect.html" class="hidden"></a>
|
||||
|
||||
|
||||
<div id="django-session-auth" class="hidden">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="4YNyxteNlMIU98uIc4K3zELfzNJbH9GpbxcKxhSArwDKUneeTN5Kjg6l0B5mF4A4">
|
||||
<div class="btn authorize">
|
||||
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="kBTHGat4OoTicSsBItDvIH49bXY5VALS8k8KWAfGNF9y6DJrLNq3LhpOEkcrp9rt">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class='btn authorize'>
|
||||
<a id="auth" class="header__btn" href="../login%3Fnext=%252Fapi%252F.html" data-sw-translate>
|
||||
|
||||
Django Login
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f8c69ae9e59',t:'MTcyOTQ3MzczNy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971ec868b6c9af',t:'MTczMDA3ODYwNC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,10 +21,21 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Data Privacy - DIYHRT.Market</title>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="We live in a world where data about everything we do is constantly collected and sold, often as the primary business model for the services we use. Individually this data can seem benign and the companies collecting it often have no ill intent, but once sold and compiled by more nefarious actors it can provide the worst people in the world with concerningly large amounts of information about us. As such this website has been built to collect as little data as possible and uses the minimum possible amount of services so that your data is shared as little as possible.">
|
||||
|
||||
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -36,8 +49,10 @@
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -47,22 +62,36 @@
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
@@ -78,32 +107,43 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/js/bootstrap-table.min.js"></script>
|
||||
<script src="static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d70055ab09e59',t:'MTcyOTQ3Mzc1Ny4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971f26b867c9af',t:'MTczMDA3ODYxOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
+956
-350
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,9 +21,15 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Login - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -35,8 +43,10 @@
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -46,61 +56,90 @@
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 offset-md-3">
|
||||
<h2>Login</h2>
|
||||
|
||||
|
||||
|
||||
<form method="POST">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="PN3slYDSdPAlY4pKCCEI8YolASRxe9ayWmsElMhFjzvbJj9gjlZpSAJr1GdIc44d">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="eFQejpAaSnIyoqqlzkFCWaxSQQPy5mqn2o5hzPmMREYOibHbCEsaZKSxjd3UzV6Y">
|
||||
<div class="mb-3"><label class="visually-hidden" for="id_username">Username</label><input type="text" name="username" autofocus autocapitalize="none" autocomplete="username" maxlength="150" class="form-control" placeholder="Username" required id="id_username"></div><div class="mb-3"><label class="visually-hidden" for="id_password">Password</label><input type="password" name="password" autocomplete="current-password" class="form-control" placeholder="Password" required id="id_password"></div>
|
||||
|
||||
<button class="btn btn-primary w-100">Submit</button>
|
||||
<input type="hidden" name="next" value>
|
||||
<input type="hidden" name="next" value="">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/js/bootstrap-table.min.js"></script>
|
||||
<script src="static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f23cfe99e59',t:'MTcyOTQ3MzcyMS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971e76eaa2c9af',t:'MTczMDA3ODU5MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="static/css/style.css" rel="stylesheet" />
|
||||
<link href="static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,9 +21,15 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Login - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -35,8 +43,10 @@
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -46,62 +56,94 @@
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 offset-md-3">
|
||||
<h2>Login</h2>
|
||||
|
||||
|
||||
|
||||
<p>Please login to see this page.</p>
|
||||
|
||||
|
||||
|
||||
<form method="POST">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="o94v506J8wM58qcOOSVQyo51JFCZaCu8vItH5OKwegHVTFWkvBgxi0q7atYa8xoN">
|
||||
<input type="hidden" name="csrfmiddlewaretoken" value="NSvwCH9mTeosMSllVJa3Q6syF8RooSllBBKzS7VYSvEIGDCbY3XBTGNd8v5KSr1W">
|
||||
<div class="mb-3"><label class="visually-hidden" for="id_username">Username</label><input type="text" name="username" autofocus autocapitalize="none" autocomplete="username" maxlength="150" class="form-control" placeholder="Username" required id="id_username"></div><div class="mb-3"><label class="visually-hidden" for="id_password">Password</label><input type="password" name="password" autocomplete="current-password" class="form-control" placeholder="Password" required id="id_password"></div>
|
||||
|
||||
<button class="btn btn-primary w-100">Submit</button>
|
||||
<input type="hidden" name="next" value="/api/">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="static/js/bootstrap-table.min.js"></script>
|
||||
<script src="static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d7b220d049e59',t:'MTcyOTQ3NDIxMi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d9726836ec5c9af',t:'MTczMDA3ODkyMC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
Binary file not shown.
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,15 +21,28 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Bicalutamide - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Bicalutamide is Non-steroidal anti-androgen that works as androgen receptor antagonist by binding to the receptor with low activity and preventing other more potent Androgens such as Testosterone and DHT from binding. It's commonly used to treat androgen-receptive cancers and has a small side effect surface area. More recently it has seen use in clinical settings as an anti-androgen in transfeminine HRT. For this purpose it typically prescribed at a dose of 50mg/day.">
|
||||
<meta property="og:description" content="Bicalutamide is Non-steroidal anti-androgen that works as androgen receptor antagonist by binding to the receptor with low activity and preventing other more potent Androgens such as Testosterone and DHT from binding. It's commonly used to treat androgen-receptive cancers and has a small side effect surface area. More recently it has seen use in clinical settings as an anti-androgen in transfeminine HRT. For this purpose it typically prescribed at a dose of 50mg/day." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Bicalutamide" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -41,8 +56,10 @@
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -52,119 +69,205 @@
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Bicalutamide</h2>
|
||||
|
||||
<p>Bicalutamide is Non-steroidal anti-androgen that works as androgen receptor antagonist by binding to the receptor with low activity and preventing other more potent Androgens such as Testosterone and DHT from binding. It's commonly used to treat androgen-receptive cancers and has a small side effect surface area. More recently it has seen use in clinical settings as an anti-androgen in transfeminine HRT. For this purpose it typically prescribed at a dose of 50mg/day.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/bicalutamide-procalut-50mg-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-procalut-50mg-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -172,9 +275,13 @@ Bicalutamide (Procalut) 50mg<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£23.23<br />
|
||||
@@ -184,14 +291,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-procalut-50mg-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-procalut-50mg-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -199,9 +322,13 @@ Bicalutamide (Procalut) 50mg<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£24.48<br />
|
||||
@@ -211,14 +338,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/teahrt-bicalutamide-50mg-x100.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/teahrt-bicalutamide-50mg-x100.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -226,9 +369,13 @@ TeaHRT Bicalutamide 50mg<br/>
|
||||
<span style="color: #9F1A1A;">TeaHRT</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
100 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$100.00<br />
|
||||
@@ -238,14 +385,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
73 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
80 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-procalut-50mg-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-procalut-50mg-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -253,9 +416,13 @@ Bicalutamide (Procalut) 50mg<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$30.38<br />
|
||||
@@ -265,14 +432,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-castramid-50mg-x10.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #3D0670; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-castramid-50mg-x10.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #3D0670; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -280,9 +463,13 @@ Bicalutamide (Castramid) 50mg<br/>
|
||||
<span style="color: #3D0670;">DashPCT</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
10 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$11.00<br />
|
||||
@@ -292,14 +479,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-binarex-50mg-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-binarex-50mg-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -307,9 +504,13 @@ Bicalutamide (Binarex) 50mg<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$47.60<br />
|
||||
@@ -319,14 +520,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-calutide-50mg-x10.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-calutide-50mg-x10.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -334,9 +545,13 @@ Bicalutamide (Calutide) 50mg<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
10 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£17.61<br />
|
||||
@@ -346,14 +561,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-calutide-50mg-x10.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-calutide-50mg-x10.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -361,9 +586,13 @@ Bicalutamide (Calutide) 50mg<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
10 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£18.56<br />
|
||||
@@ -373,14 +602,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-calutide-50mg-x10.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #F17300; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-calutide-50mg-x10.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #F17300; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -388,9 +627,13 @@ Bicalutamide (Calutide) 50mg<br/>
|
||||
<span style="color: #F17300;">United Pharmacies NL</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
10 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
€19.39<br />
|
||||
@@ -400,14 +643,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
82 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
89 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-casodex-50mg-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #4E9911; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-casodex-50mg-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #4E9911; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -415,9 +674,13 @@ Bicalutamide (Casodex) 50mg<br/>
|
||||
<span style="color: #4E9911;">RxAisle</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$59.00<br />
|
||||
@@ -427,14 +690,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-calutide-50mg-x10.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-calutide-50mg-x10.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -442,9 +715,13 @@ Bicalutamide (Calutide) 50mg<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
10 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$22.50<br />
|
||||
@@ -454,14 +731,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-calutide-50mg-x10.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-calutide-50mg-x10.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -469,9 +756,13 @@ Bicalutamide (Calutide) 50mg<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
10 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$23.02<br />
|
||||
@@ -481,14 +772,24 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/bicalutamide-casodex-50mg-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/bicalutamide-casodex-50mg-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -496,9 +797,13 @@ Bicalutamide (Casodex) 50mg<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$99.90<br />
|
||||
@@ -508,43 +813,70 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f519ca39e59',t:'MTcyOTQ3MzcyOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971e9f0847c9af',t:'MTczMDA3ODU5Ny4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Combination Minoxidil - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.">
|
||||
<meta property="og:description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Combination Minoxidil" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,120 +71,206 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Combination Minoxidil</h2>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Minoxidil">Minoxidil</a> is a medication <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6691938/">commonly used to promote hair growth</a> and has been proven effective at treating Androgenic Alopecia in cis men and <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8511680/">promoting facial hair growth in transmasculine people</a>. <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9298335/">In combination with a 5-Alpha Reductase Inhibitor</a> and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.</p>
|
||||
<p>Applied as a topical solution it is regarded safe, though it has <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5667325/">known hypotensive properties</a> and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/combination-minoxidil-finasteride-brintop-f-solution-100ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/combination-minoxidil-finasteride-brintop-f-solution-100ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -175,9 +278,13 @@ Combination Minoxidil/Finasteride 2% Solution (Brintop F) 100mL<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
5000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$42.00<br />
|
||||
@@ -187,14 +294,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-danger">
|
||||
23 days ago
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/combination-minoxidil-finasteride-3-solution-morr-f-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/combination-minoxidil-finasteride-3-solution-morr-f-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -202,9 +319,13 @@ Combination Minoxidil/Finasteride 3% Solution (Morr-F) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1800mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£19.17<br />
|
||||
@@ -214,14 +335,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-danger">
|
||||
4 days ago
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/combination-minoxidil-finasteride-3-solution-morr-f-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-warning);">
|
||||
|
||||
<a
|
||||
href="../products/combination-minoxidil-finasteride-3-solution-morr-f-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -229,9 +360,13 @@ Combination Minoxidil/Finasteride 3% Solution (Morr-F) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1800mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£20.19<br />
|
||||
@@ -241,14 +376,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-warning">
|
||||
Preorders
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/combination-minoxidil-finasteride-3-solution-morr-f-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/combination-minoxidil-finasteride-3-solution-morr-f-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -256,9 +401,13 @@ Combination Minoxidil/Finasteride 3% Solution (Morr-F) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1800mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$25.06<br />
|
||||
@@ -268,43 +417,64 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f634e839e59',t:'MTcyOTQ3MzczMS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971eaf383ec9af',t:'MTczMDA3ODYwMC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Cyproterone - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Cyproterone is a synthetic progestin and strong anti-androgen typically used in the formulation of Cyproterone Acetate. Cyproterone is often used in palliative care to slow down androgen-receptive cancers and to reduce androgen levels in natal women with conditions such as Polycystic Ovary Syndrome and Congenital Adrenal Hyperplasia. Particularly within Europe it is also used as a frontline anti-androgen in transfeminine HRT. Historically it has been prescribed at doses of 50-100mg/day, however more recent studies have shown it is fully effective in that role at doses as low as 10mg/day.
|
||||
Cyproterone has a statistically associated risk of Meningiomas, prolactin levels should be monitored in blood tests when taking it.">
|
||||
<meta property="og:description" content="Cyproterone is a synthetic progestin and strong anti-androgen typically used in the formulation of Cyproterone Acetate. Cyproterone is often used in palliative care to slow down androgen-receptive cancers and to reduce androgen levels in natal women with conditions such as Polycystic Ovary Syndrome and Congenital Adrenal Hyperplasia. Particularly within Europe it is also used as a frontline anti-androgen in transfeminine HRT. Historically it has been prescribed at doses of 50-100mg/day, however more recent studies have shown it is fully effective in that role at doses as low as 10mg/day.
|
||||
Cyproterone has a statistically associated risk of Meningiomas, prolactin levels should be monitored in blood tests when taking it." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Cyproterone" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ Cyproterone has a statistically associated risk of Meningiomas, prolactin levels
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,121 +71,208 @@ Cyproterone has a statistically associated risk of Meningiomas, prolactin levels
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Cyproterone</h2>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Cyproterone_acetate">Cyproterone</a> is a synthetic progestin and strong anti-androgen typically used in the formulation of Cyproterone Acetate. Cyproterone is often used in palliative care to slow down androgen-receptive cancers and to reduce androgen levels in natal women with conditions such as Polycystic Ovary Syndrome and Congenital Adrenal Hyperplasia. Particularly within Europe it is also used as a frontline anti-androgen in transfeminine HRT. Historically it has been prescribed at doses of 50-100mg/day, however more recent studies have shown it is fully effective in that role <a href="https://pubmed.ncbi.nlm.nih.gov/34125226/">at doses as low as 10mg/day</a>.</p>
|
||||
<p>Cyproterone has a <a href="https://pubmed.ncbi.nlm.nih.gov/33392938/">statistically associated risk of Meningiomas</a>, prolactin levels should be monitored in blood tests when taking it.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h5 class="mt-3">12.5mg</h5>
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/teahrt-cyproterone-12-5mg-x100.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/teahrt-cyproterone-12-5mg-x100.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -176,9 +280,13 @@ TeaHRT Cyproterone 12.5mg<br/>
|
||||
<span style="color: #9F1A1A;">TeaHRT</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
100 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$85.00<br />
|
||||
@@ -188,17 +296,38 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
96 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
103 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h5 class="mt-3">50mg</h5>
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/cyproterone-procur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-procur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -206,9 +335,13 @@ Cyproterone (Procur) 50mg<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$24.96<br />
|
||||
@@ -218,14 +351,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-androcur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-androcur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -233,9 +382,13 @@ Cyproterone (Androcur) 50mg<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£28.98<br />
|
||||
@@ -245,14 +398,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-androcur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-androcur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -260,9 +429,13 @@ Cyproterone (Androcur) 50mg<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£30.12<br />
|
||||
@@ -272,14 +445,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-siterone-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #F17300; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-siterone-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #F17300; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -287,9 +476,13 @@ Cyproterone (Siterone) 50mg<br/>
|
||||
<span style="color: #F17300;">United Pharmacies NL</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
€32.90<br />
|
||||
@@ -299,14 +492,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
82 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
89 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-procur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-procur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -314,9 +523,13 @@ Cyproterone (Procur) 50mg<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£32.96<br />
|
||||
@@ -326,14 +539,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-procur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-procur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -341,9 +570,13 @@ Cyproterone (Procur) 50mg<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£32.96<br />
|
||||
@@ -353,14 +586,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-siterone-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-siterone-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -368,9 +617,13 @@ Cyproterone (Siterone) 50mg<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£34.76<br />
|
||||
@@ -380,14 +633,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
12 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
19 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-siterone-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-warning);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-siterone-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -395,9 +664,13 @@ Cyproterone (Siterone) 50mg<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£35.65<br />
|
||||
@@ -407,14 +680,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-warning">
|
||||
Preorders
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
19 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-androcur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-androcur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -422,9 +711,13 @@ Cyproterone (Androcur) 50mg<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$46.10<br />
|
||||
@@ -434,14 +727,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-siterone-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-siterone-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -449,9 +758,13 @@ Cyproterone (Siterone) 50mg<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$48.00<br />
|
||||
@@ -461,14 +774,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
6 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
13 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-siterone-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-siterone-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -476,9 +805,13 @@ Cyproterone (Siterone) 50mg<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$63.53<br />
|
||||
@@ -488,14 +821,30 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-success">
|
||||
In Stock
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
8 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/cyproterone-androcur-50mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #4E9911; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-androcur-50mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #4E9911; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -503,9 +852,13 @@ Cyproterone (Androcur) 50mg<br/>
|
||||
<span style="color: #4E9911;">RxAisle</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$96.00<br />
|
||||
@@ -515,17 +868,32 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h5 class="mt-3">100mg</h5>
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/cyproterone-siterone-100mg-x50.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/cyproterone-siterone-100mg-x50.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -533,9 +901,13 @@ Cyproterone (Siterone) 100mg<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50 pills
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$105.00<br />
|
||||
@@ -545,43 +917,66 @@ per pill
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f4c68a19e59',t:'MTcyOTQ3MzcyOC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971e9b6de3c9af',t:'MTczMDA3ODU5Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,15 +21,28 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Estradiol Droppers - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Estradiol Droppers can be used to provide a highly concentrated sublingual dose without the inconvenience of using oral pills. This method of delivery is quite uncommon but may be useful to those with a fear of needles and sensory or absorption issues with gels/sprays.">
|
||||
<meta property="og:description" content="Estradiol Droppers can be used to provide a highly concentrated sublingual dose without the inconvenience of using oral pills. This method of delivery is quite uncommon but may be useful to those with a fear of needles and sensory or absorption issues with gels/sprays." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Estradiol Droppers" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -41,8 +56,10 @@
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -52,119 +69,205 @@
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Estradiol Droppers</h2>
|
||||
|
||||
<p>Estradiol Droppers can be used to provide a highly concentrated sublingual dose without the inconvenience of using oral pills. This method of delivery is quite uncommon but may be useful to those with a fear of needles and sensory or absorption issues with gels/sprays.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/teahrt-estradiol-dropper.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/teahrt-estradiol-dropper.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -172,9 +275,13 @@ TeaHRT Estradiol Dropper<br/>
|
||||
<span style="color: #9F1A1A;">TeaHRT</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
600mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$95.00<br />
|
||||
@@ -184,43 +291,70 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
32 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
39 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f4388b59e59',t:'MTcyOTQ3MzcyNi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971e92fd78c9af',t:'MTczMDA3ODU5NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Estradiol Gels - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Transdermal gels work by rubbing them onto a small area of skin and allowing it to be absorbed in. It then makes its way into the blood stream and there is a depoting effect when applied near fatty tissue that allows it to be done as little as daily. Gels have similar efficacy to injections in terms of achieving higher levels and share the safety of transdermal patches.
|
||||
The main downsides of transdermal gel are that some users may have issues with absorption, and spending 10-15 mins every day applying it can be impractical.">
|
||||
<meta property="og:description" content="Transdermal gels work by rubbing them onto a small area of skin and allowing it to be absorbed in. It then makes its way into the blood stream and there is a depoting effect when applied near fatty tissue that allows it to be done as little as daily. Gels have similar efficacy to injections in terms of achieving higher levels and share the safety of transdermal patches.
|
||||
The main downsides of transdermal gel are that some users may have issues with absorption, and spending 10-15 mins every day applying it can be impractical." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Estradiol Gels" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ The main downsides of transdermal gel are that some users may have issues with a
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,120 +71,206 @@ The main downsides of transdermal gel are that some users may have issues with a
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Estradiol Gels</h2>
|
||||
|
||||
<p>Transdermal gels work by rubbing them onto a small area of skin and allowing it to be absorbed in. It then makes its way into the blood stream and there is a depoting effect when applied near fatty tissue that allows it to be done as little as daily. Gels have similar efficacy to injections in terms of achieving higher levels and share the safety of transdermal patches.</p>
|
||||
<p>The main downsides of transdermal gel are that some users may have issues with absorption, and spending 10-15 mins every day applying it can be impractical.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/vannapharma-estradiol-gel-110ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #F3C600; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/vannapharma-estradiol-gel-110ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #F3C600; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -175,9 +278,13 @@ VannaPharma Estradiol Gel (110ml)<br/>
|
||||
<span style="color: #F3C600;">Vanna Pharma</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1100mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$160.00<br />
|
||||
@@ -187,14 +294,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
161 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
168 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/vannapharma-estradiol-gel-55ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #F3C600; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/vannapharma-estradiol-gel-55ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #F3C600; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -202,9 +325,13 @@ VannaPharma Estradiol Gel (55ml)<br/>
|
||||
<span style="color: #F3C600;">Vanna Pharma</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
550mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$95.00<br />
|
||||
@@ -214,14 +341,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
174 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
181 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/otokonoko-estradiol-gel-55ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #FCA8FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/otokonoko-estradiol-gel-55ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #FCA8FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -229,9 +372,13 @@ Otokonoko Estradiol Gel (55ml)<br/>
|
||||
<span style="color: #FCA8FF;">Otokonoko Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
550mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$100.00<br />
|
||||
@@ -241,14 +388,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-success">
|
||||
In Stock
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
2 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/estreva-estradiol-0-1-gel.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/estreva-estradiol-0-1-gel.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -256,9 +419,13 @@ Estreva (Estradiol 0.1%) Gel<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
50mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$21.50<br />
|
||||
@@ -268,14 +435,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
121 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
128 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/gynokadin-dosiergel.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/gynokadin-dosiergel.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -283,9 +466,13 @@ Gynokadin Dosiergel<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
48mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£32.69<br />
|
||||
@@ -295,14 +482,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-danger">
|
||||
5 days ago
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/estogel-estradiol-0-06-gel.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/estogel-estradiol-0-06-gel.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -310,9 +507,13 @@ Estogel (Estradiol 0.06%) Gel<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
48mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$40.80<br />
|
||||
@@ -322,14 +523,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/sandrena-gel-sachets-x28.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/sandrena-gel-sachets-x28.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -337,9 +548,13 @@ Sandrena Gel Sachets x28<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
28mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$56.56<br />
|
||||
@@ -349,43 +564,64 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f3a68bb9e59',t:'MTcyOTQ3MzcyNS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971e89ca40c9af',t:'MTczMDA3ODU5NC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Estradiol Sprays - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Transdermal sprays work by spraying them onto a small area of skin and allowing it to be absorbed in. It then makes its way into the bloodstream and there is a depoting effect when applied near fatty tissue that allows it to be done as little as daily. Sprays have similar efficacy to injections in terms of achieving higher levels and share the safety of transdermal patches.
|
||||
The main downsides of transdermal sprays are that some users may have issues with absorption, and absorption tends to be lower than with transdermal gels therefore a higher dose is often required.">
|
||||
<meta property="og:description" content="Transdermal sprays work by spraying them onto a small area of skin and allowing it to be absorbed in. It then makes its way into the bloodstream and there is a depoting effect when applied near fatty tissue that allows it to be done as little as daily. Sprays have similar efficacy to injections in terms of achieving higher levels and share the safety of transdermal patches.
|
||||
The main downsides of transdermal sprays are that some users may have issues with absorption, and absorption tends to be lower than with transdermal gels therefore a higher dose is often required." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Estradiol Sprays" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ The main downsides of transdermal sprays are that some users may have issues wit
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,120 +71,206 @@ The main downsides of transdermal sprays are that some users may have issues wit
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Estradiol Sprays</h2>
|
||||
|
||||
<p>Transdermal sprays work by spraying them onto a small area of skin and allowing it to be absorbed in. It then makes its way into the bloodstream and there is a depoting effect when applied near fatty tissue that allows it to be done as little as daily. Sprays have similar efficacy to injections in terms of achieving higher levels and share the safety of transdermal patches.</p>
|
||||
<p>The main downsides of transdermal sprays are that some users may have issues with absorption, and absorption tends to be lower than with transdermal gels therefore a higher dose is often required.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/teahrt-estradiol-spray.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/teahrt-estradiol-spray.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #9F1A1A; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -175,9 +278,13 @@ TeaHRT Estradiol Spray<br/>
|
||||
<span style="color: #9F1A1A;">TeaHRT</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
600mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$75.00<br />
|
||||
@@ -187,43 +294,70 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
23 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
30 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f3edcc69e59',t:'MTcyOTQ3MzcyNS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971e8e78b7c9af',t:'MTczMDA3ODU5NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Minoxidil 10% - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.">
|
||||
<meta property="og:description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Minoxidil 10%" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,120 +71,206 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Minoxidil 10%</h2>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Minoxidil">Minoxidil</a> is a medication <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6691938/">commonly used to promote hair growth</a> and has been proven effective at treating Androgenic Alopecia in cis men and <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8511680/">promoting facial hair growth in transmasculine people</a>. <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9298335/">In combination with a 5-Alpha Reductase Inhibitor</a> and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.</p>
|
||||
<p>Applied as a topical solution it is regarded safe, though it has <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5667325/">known hypotensive properties</a> and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/minoxidil-10-solution-tugain-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-tugain-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -175,9 +278,13 @@ Minoxidil 10% Solution (Tugain 10) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£27.61<br />
|
||||
@@ -187,14 +294,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-hair4u-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-hair4u-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -202,9 +319,13 @@ Minoxidil 10% Solution (Hair4U 10%) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£27.90<br />
|
||||
@@ -214,14 +335,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-hair4u-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-hair4u-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -229,9 +360,13 @@ Minoxidil 10% Solution (Hair4U 10%) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£27.90<br />
|
||||
@@ -241,14 +376,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-tugain-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-tugain-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -256,9 +401,13 @@ Minoxidil 10% Solution (Tugain 10) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£29.10<br />
|
||||
@@ -268,14 +417,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-hair4u-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-hair4u-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -283,9 +442,13 @@ Minoxidil 10% Solution (Hair4U 10%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$34.90<br />
|
||||
@@ -295,14 +458,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-tugain-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-tugain-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -310,9 +483,13 @@ Minoxidil 10% Solution (Tugain 10) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$36.11<br />
|
||||
@@ -322,14 +499,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-tugain-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-tugain-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -337,9 +524,13 @@ Minoxidil 10% Solution (Tugain 10) 60mL<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$37.20<br />
|
||||
@@ -349,14 +540,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-10-solution-tugain-10-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-10-solution-tugain-10-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -364,9 +565,13 @@ Minoxidil 10% Solution (Tugain 10) 60mL<br/>
|
||||
<span style="color: #044E7F;">Aipctshop</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
6000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$46.89<br />
|
||||
@@ -376,43 +581,64 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f70e9f09e59',t:'MTcyOTQ3MzczMy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971ebaa9ebc9af',t:'MTczMDA3ODYwMS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Minoxidil 2% - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.">
|
||||
<meta property="og:description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Minoxidil 2%" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,120 +71,206 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Minoxidil 2%</h2>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Minoxidil">Minoxidil</a> is a medication <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6691938/">commonly used to promote hair growth</a> and has been proven effective at treating Androgenic Alopecia in cis men and <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8511680/">promoting facial hair growth in transmasculine people</a>. <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9298335/">In combination with a 5-Alpha Reductase Inhibitor</a> and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.</p>
|
||||
<p>Applied as a topical solution it is regarded safe, though it has <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5667325/">known hypotensive properties</a> and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/minoxidil-2-solution-hair4u-2-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-2-solution-hair4u-2-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -175,9 +278,13 @@ Minoxidil 2% Solution (Hair4U 2%) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1200mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£9.90<br />
|
||||
@@ -187,14 +294,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-2-solution-hair4u-2-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-2-solution-hair4u-2-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -202,9 +319,13 @@ Minoxidil 2% Solution (Hair4U 2%) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1200mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£9.90<br />
|
||||
@@ -214,14 +335,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-2-solution-hair4u-2-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-2-solution-hair4u-2-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -229,9 +360,13 @@ Minoxidil 2% Solution (Hair4U 2%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1200mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$22.90<br />
|
||||
@@ -241,14 +376,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-2-solution-regaine-2-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-2-solution-regaine-2-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -256,9 +401,13 @@ Minoxidil 2% Solution (Regaine 2%) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1200mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£30.34<br />
|
||||
@@ -268,14 +417,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-success">
|
||||
In Stock
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
6 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-2-solution-regaine-2-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-2-solution-regaine-2-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-warning);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -283,9 +448,13 @@ Minoxidil 2% Solution (Regaine 2%) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1200mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£31.97<br />
|
||||
@@ -295,14 +464,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
<span class="text-success">
|
||||
In Stock
|
||||
|
||||
|
||||
<span class="text-warning">
|
||||
|
||||
Preorders
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-2-solution-regaine-2-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-2-solution-regaine-2-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -310,9 +489,13 @@ Minoxidil 2% Solution (Regaine 2%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
1200mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$39.68<br />
|
||||
@@ -322,43 +505,64 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f67d9e09e59',t:'MTcyOTQ3MzczMi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971eb27a64c9af',t:'MTczMDA3ODYwMC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="../../static/css/style.css" rel="stylesheet" />
|
||||
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet" />
|
||||
<link href="../../static/flags/css/flag-icons.min.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../static/favicon/apple-touch-icon.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../static/favicon/favicon-32x32.png%3Fv=2">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../static/favicon/favicon-16x16.png%3Fv=2">
|
||||
@@ -19,17 +21,30 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml?v=2">
|
||||
<meta name="theme-color" content="#1a2023">
|
||||
|
||||
<title>Minoxidil 5% - DIYHRT.Market</title>
|
||||
|
||||
|
||||
<link href="../../static/meds/css/stockchart.css" rel="stylesheet" />
|
||||
|
||||
|
||||
|
||||
<meta name="description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.">
|
||||
<meta property="og:description" content="Minoxidil is a medication commonly used to promote hair growth and has been proven effective at treating Androgenic Alopecia in cis men and promoting facial hair growth in transmasculine people. In combination with a 5-Alpha Reductase Inhibitor and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.
|
||||
Applied as a topical solution it is regarded safe, though it has known hypotensive properties and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness." />
|
||||
|
||||
|
||||
<meta property="og:title" content="Minoxidil 5%" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<meta property="og:site_name" content="DIYHRT.Market" />
|
||||
|
||||
|
||||
<!-- Matomo is used for basic analytics tracking. All data stays on the same
|
||||
server that the rest of the site is stored on. -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
@@ -43,8 +58,10 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<header class="p-3 mb-4 text-bg-dark">
|
||||
@@ -54,120 +71,206 @@ Applied as a topical solution it is regarded safe, though it has known hypotensi
|
||||
<img class="bi me-2 d-block d-lg-none" style="height: 5rem;" src="../../static/img/diymarket_logo3.png" />
|
||||
<img class="bi me-2 d-none d-lg-block" height="76px" style="margin-top: -34px; margin-bottom: -35px;" src="../../static/img/diymarket_logo3.png" />
|
||||
</a>
|
||||
|
||||
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
|
||||
<li><a href="../../resources.html" class="nav-link px-2 text-white">Resources</a></li>
|
||||
<li><a href="../../transfem-hrt-guide.html" class="nav-link px-2 text-white">Guide</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<form method="GET" action="https://diyhrt.market/meds/products/" class="col-12 col-lg-auto mb-3 mb-lg-0" role="search">
|
||||
<input type="search" class="form-control" name="q" placeholder="Search..." aria-label="Search">
|
||||
</form>
|
||||
|
||||
<div class="col-12 col-lg-auto mb-3 mb-lg-0 d-flex justify-content-center px-2">
|
||||
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../login.html">Login</a>
|
||||
<a class="btn btn-outline-danger mx-1" role="button" href="../../register.html">Register</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-4 col-lg-3">
|
||||
|
||||
<div class="list-group mb-3">
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Estradiol</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="estradiol-pills.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Estradiol Pills
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-patches.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-note-sticky"></i> Estradiol Patches
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-injections.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-syringe"></i> Estradiol Injections
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-gels.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can-sparkles"></i> Estradiol Gels
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-sprays.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-spray-can"></i> Estradiol Sprays
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="estradiol-droppers.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Estradiol Droppers
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Anti-Androgens</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="spironolactone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Spironolactone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="cyproterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Cyproterone
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="bicalutamide.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Bicalutamide
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>5-Alpha Reductase Inhibitors</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="finasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Finasteride
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="dutasteride.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Dutasteride
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
active">
|
||||
<strong>Hair Regrowth</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="combination-minoxidil.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Combination Minoxidil
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-2.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 2%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-5.html" class="list-group-item list-group-item-action
|
||||
active">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 5%
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href="minoxidil-10.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-eye-dropper"></i> Minoxidil 10%
|
||||
</a>
|
||||
|
||||
|
||||
<a class="list-group-item
|
||||
">
|
||||
<strong>Miscellaneous</strong>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="progesterone.html" class="list-group-item list-group-item-action
|
||||
">
|
||||
<i class="fa-solid fa-pills"></i> Progesterone
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 col-lg-9">
|
||||
<hr class="d-md-none" />
|
||||
|
||||
<h2>Minoxidil 5%</h2>
|
||||
|
||||
<p><a href="https://en.wikipedia.org/wiki/Minoxidil">Minoxidil</a> is a medication <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6691938/">commonly used to promote hair growth</a> and has been proven effective at treating Androgenic Alopecia in cis men and <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8511680/">promoting facial hair growth in transmasculine people</a>. <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9298335/">In combination with a 5-Alpha Reductase Inhibitor</a> and a standard transfeminine HRT regimen, it can be highly effective in reversing hair lost prior to medical transition.</p>
|
||||
<p>Applied as a topical solution it is regarded safe, though it has <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5667325/">known hypotensive properties</a> and can aggravate skin conditions such as Eczema, Dandruff and Scalp dryness.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="list-group list-group-striped mb-3">
|
||||
<a href="../products/minoxidil-5-solution-hair4u-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-hair4u-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -175,9 +278,13 @@ Minoxidil 5% Solution (Hair4U 5%) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£18.90<br />
|
||||
@@ -187,14 +294,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-hair4u-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-hair4u-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -202,9 +319,13 @@ Minoxidil 5% Solution (Hair4U 5%) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£18.90<br />
|
||||
@@ -214,14 +335,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -229,9 +360,13 @@ Minoxidil 5% Solution (Mintop Forte 5%) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£19.36<br />
|
||||
@@ -241,14 +376,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-tugain-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-tugain-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -256,9 +401,13 @@ Minoxidil 5% Solution (Tugain 5) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£19.90<br />
|
||||
@@ -268,14 +417,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-tugain-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-tugain-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -283,9 +442,13 @@ Minoxidil 5% Solution (Tugain 5) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£20.90<br />
|
||||
@@ -295,14 +458,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -310,9 +483,13 @@ Minoxidil 5% Solution (Mintop Forte 5%) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£21.08<br />
|
||||
@@ -322,14 +499,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #F17300; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #F17300; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -337,9 +524,13 @@ Minoxidil 5% Solution (Mintop Forte 5%) 60mL<br/>
|
||||
<span style="color: #F17300;">United Pharmacies NL</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
€21.32<br />
|
||||
@@ -349,14 +540,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
82 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
89 days ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-hair4u-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-hair4u-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -364,9 +571,13 @@ Minoxidil 5% Solution (Hair4U 5%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$22.90<br />
|
||||
@@ -376,14 +587,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-mintop-forte-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -391,9 +612,13 @@ Minoxidil 5% Solution (Mintop Forte 5%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$26.16<br />
|
||||
@@ -403,14 +628,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-tugain-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-tugain-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -418,9 +653,13 @@ Minoxidil 5% Solution (Tugain 5) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$28.50<br />
|
||||
@@ -430,14 +669,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-tugain-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-tugain-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -445,9 +694,13 @@ Minoxidil 5% Solution (Tugain 5) 60mL<br/>
|
||||
<span style="color: #EC008B;">Inhouse Pharmacy</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$29.40<br />
|
||||
@@ -457,14 +710,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-tugain-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-tugain-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -472,9 +735,13 @@ Minoxidil 5% Solution (Tugain 5) 60mL<br/>
|
||||
<span style="color: #044E7F;">Aipctshop</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$35.87<br />
|
||||
@@ -484,14 +751,24 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-success">
|
||||
|
||||
In Stock
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-regaine-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-regaine-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -499,9 +776,13 @@ Minoxidil 5% Solution (Regaine 5%) 60mL<br/>
|
||||
<span style="color: #18B2CB;">United Pharmacies UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£55.65<br />
|
||||
@@ -511,14 +792,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-regaine-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-regaine-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -526,9 +823,13 @@ Minoxidil 5% Solution (Regaine 5%) 60mL<br/>
|
||||
<span style="color: #31D4FF;">4NRX Pharmacy UK</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
£58.64<br />
|
||||
@@ -538,14 +839,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-regaine-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-regaine-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -553,9 +870,13 @@ Minoxidil 5% Solution (Regaine 5%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$72.78<br />
|
||||
@@ -565,14 +886,30 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../products/minoxidil-5-solution-regaine-5-60ml.html" class="list-group-item list-group-item-action px-2 px-sm-3 py-1" style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
|
||||
<a
|
||||
href="../products/minoxidil-5-solution-regaine-5-60ml.html"
|
||||
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
|
||||
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
|
||||
<div class="row">
|
||||
<div class="col-7 col-sm-4 d-flex align-items-center">
|
||||
<span>
|
||||
@@ -580,9 +917,13 @@ Minoxidil 5% Solution (Regaine 5%) 60mL<br/>
|
||||
<span style="color: #0D7581;">United Pharmacies US</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-sm d-none d-sm-flex align-items-center text-secondary">
|
||||
|
||||
3000mg
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-5 col-sm d-flex align-items-center justify-content-end justify-content-sm-start text-end text-sm-start">
|
||||
<span>
|
||||
$83.90<br />
|
||||
@@ -592,43 +933,70 @@ per mg
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm d-flex justify-content-end text-end align-items-center">
|
||||
|
||||
|
||||
<span class="text-danger">
|
||||
|
||||
|
||||
|
||||
|
||||
Over a year ago
|
||||
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<div class="container">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted align-items-center">
|
||||
DIYHRT.Market 2022-2024
|
||||
</p>
|
||||
|
||||
<a href="../../index.html" class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none">
|
||||
<img style="height: 2rem;" src="../../static/img/logograyscale.png">
|
||||
</a>
|
||||
|
||||
<ul class="nav col-md-4 d-flex justify-content-end">
|
||||
<li class="nav-item"><a href="../../about.html" class="nav-link px-2 text-muted">About</a></li>
|
||||
<li class="nav-item"><a href="../../resources.html" class="nav-link px-2 text-muted">Resources</a></li>
|
||||
<li class="nav-item"><a href="../../data-privacy.html" class="nav-link px-2 text-muted">Data Privacy</a></li>
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="https://twitter.com/diyhrtDOTmarket" class="nav-link px-2 text-muted">Twitter</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="../../static/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../static/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="../../static/js/bootstrap-table.min.js"></script>
|
||||
<script src="../../static/fontawesomefree/js/all.min.js"></script>
|
||||
|
||||
<script>
|
||||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
||||
</script>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d5d6f6c4e119e59',t:'MTcyOTQ3MzczMy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8d971eb5ec92c9af',t:'MTczMDA3ODYwMS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2804
-744
File diff suppressed because it is too large
Load Diff
+1037
-251
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user