2023-10-02 01:05:51 +00:00
<!doctype html>
< html lang = "en" >
2024-10-28 01:30:13 +00:00
< 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" >
< link rel = "manifest" href = "../../static/favicon/site.webmanifest%3Fv=2" >
< link rel = "mask-icon" href = "../../static/favicon/safari-pinned-tab.svg%3Fv=2" color = "#5bbad5" >
< link rel = "shortcut icon" href = "../../static/favicon/favicon.ico%3Fv=2" >
< meta name = "apple-mobile-web-app-title" content = "DIYHRT.Market" >
< meta name = "application-name" content = "DIYHRT.Market" >
< meta name = "msapplication-TileColor" content = "#da532c" >
< meta name = "msapplication-config" content = "/static/favicon/browserconfig.xml?v=2" >
< meta name = "theme-color" content = "#1a2023" >
< title > Dutasteride - DIYHRT.Market< / title >
< link href = "../../static/meds/css/stockchart.css" rel = "stylesheet" / >
< meta name = "description" content = "Dutasteride is a 5-Alpha Reductase Inhibitor , by inhibiting this process it lowers the rate of conversion of Testosterone into DHT , which is widely believed to be a primary contributor to Androgenic Alopecia . Dutasteride is not a complete anti-androgen , it does not reduce Testosterone and will infact increase it , it merely reduces DHT . When compared to Finasteride , Dutasteride offers similar efficacy while showing an equal or lower rate of adverse events .
2023-10-02 01:05:51 +00:00
Though the exact mechanism is unknown 5-Alpha Reductase Inhibitors as a class are associated with significant rates of depression and should be taken with great care.">
2024-10-28 01:30:13 +00:00
< meta property = "og:description" content = "Dutasteride is a 5-Alpha Reductase Inhibitor , by inhibiting this process it lowers the rate of conversion of Testosterone into DHT , which is widely believed to be a primary contributor to Androgenic Alopecia . Dutasteride is not a complete anti-androgen , it does not reduce Testosterone and will infact increase it , it merely reduces DHT . When compared to Finasteride , Dutasteride offers similar efficacy while showing an equal or lower rate of adverse events .
2023-10-02 01:05:51 +00:00
Though the exact mechanism is unknown 5-Alpha Reductase Inhibitors as a class are associated with significant rates of depression and should be taken with great care." />
2024-10-28 01:30:13 +00:00
< meta property = "og:title" content = "Dutasteride" / >
< meta property = "og:type" content = "website" / >
< meta name = "twitter:card" content = "summary_large_image" >
< meta property = "og:site_name" content = "DIYHRT.Market" / >
2023-10-02 01:05:51 +00:00
2024-10-28 01:30:13 +00:00
<!-- Matomo is used for basic analytics tracking. All data stays on the same
server that the rest of the site is stored on. -->
< script >
2024-03-11 01:10:05 +00:00
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//a.diyhrt.market/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
< / script >
2024-10-28 01:30:13 +00:00
<!-- End Matomo Code -->
< / head >
2023-10-02 01:05:51 +00:00
2024-10-28 01:30:13 +00:00
< body >
< main >
< header class = "p-3 mb-4 text-bg-dark" >
< div class = "container" >
< div class = "d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start" >
< a href = "../../index.html" class = "d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none" >
< 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 >
2025-02-03 01:26:52 +00:00
< li > < a href = "../../qr-codes.html" class = "nav-link px-2 text-white" > QR Codes< / a > < / li >
2024-10-28 01:30:13 +00:00
< / 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 >
2023-10-02 01:05:51 +00:00
< div class = "container" >
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-md-4 col-lg-3" >
< div class = "list-group mb-3" >
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< strong > Estradiol< / strong >
< / a >
< a href = "estradiol-pills.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Estradiol Pills
< / a >
< a href = "estradiol-patches.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-note-sticky" > < / i > Estradiol Patches
< / a >
< a href = "estradiol-injections.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-syringe" > < / i > Estradiol Injections
< / a >
< a href = "estradiol-gels.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< 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
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-spray-can" > < / i > Estradiol Sprays
< / a >
< a href = "estradiol-droppers.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-eye-dropper" > < / i > Estradiol Droppers
< / a >
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< strong > Anti-Androgens< / strong >
< / a >
< a href = "spironolactone.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Spironolactone
< / a >
< a href = "cyproterone.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Cyproterone
< / a >
< a href = "bicalutamide.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Bicalutamide
< / a >
2025-03-03 01:36:05 +00:00
< a href = "gnrh-agonists.html" class = "list-group-item list-group-item-action
">
< i class = "fa-solid fa-pills" > < / i > GnRH Agonists
< / a >
2024-10-28 01:30:13 +00:00
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
active">
2024-10-28 01:30:13 +00:00
< strong > 5-Alpha Reductase Inhibitors< / strong >
< / a >
< a href = "finasteride.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Finasteride
< / a >
< a href = "dutasteride.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
active">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Dutasteride
< / a >
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< strong > Hair Regrowth< / strong >
< / a >
< a href = "combination-minoxidil.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-eye-dropper" > < / i > Combination Minoxidil
< / a >
< a href = "minoxidil-2.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-eye-dropper" > < / i > Minoxidil 2%
< / a >
< a href = "minoxidil-5.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-eye-dropper" > < / i > Minoxidil 5%
< / a >
< a href = "minoxidil-10.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-eye-dropper" > < / i > Minoxidil 10%
< / a >
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< strong > Miscellaneous< / strong >
< / a >
< a href = "progesterone.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-10-28 01:30:13 +00:00
< i class = "fa-solid fa-pills" > < / i > Progesterone
< / a >
2023-10-02 01:05:51 +00:00
< / div >
2024-10-28 01:30:13 +00:00
< / div >
< div class = "col-md-8 col-lg-9" >
< hr class = "d-md-none" / >
< h2 > Dutasteride< / h2 >
< p > Dutasteride is a 5-Alpha Reductase Inhibitor, by inhibiting this process it lowers the rate of conversion of Testosterone into DHT, which is widely believed to be a primary contributor to < a href = "https://en.wikipedia.org/wiki/Pattern_hair_loss" > Androgenic Alopecia< / a > . < a href = "https://pubmed.ncbi.nlm.nih.gov/28975673/" > < strong > Dutasteride is not a complete anti-androgen, it does not reduce Testosterone and will infact increase it< / strong > < / a > , it merely reduces DHT. When compared to Finasteride, Dutasteride offers similar efficacy while showing an < a href = "https://pubmed.ncbi.nlm.nih.gov/36198626/" > equal or lower rate of adverse events< / a > .< / p >
2023-10-02 01:05:51 +00:00
< p > Though the exact mechanism is unknown 5-Alpha Reductase Inhibitors as a class are < a href = "https://pubmed.ncbi.nlm.nih.gov/28319231/" > associated with significant rates of depression< / a > and should be taken with great care.< / p >
2024-10-28 01:30:13 +00:00
< hr / >
2024-03-04 01:09:09 +00:00
< div class = "list-group list-group-striped mb-3" >
2024-10-28 01:30:13 +00:00
< a
href="../products/dutasteride-dutaheal-0-5mg-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: #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 >
Dutasteride (Dutaheal) 0.5mg< br / >
< span style = "color: #044E7F;" > Aipctshop< / 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 >
$3.03< br / >
< span class = "text-secondary" >
$0.30
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-03-11 01:10:05 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutanol-0-5mg-x5.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 >
Dutasteride (Dutanol) 0.5mg< br / >
< span style = "color: #3D0670;" > DashPCT< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
5 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 >
$2.75< br / >
< span class = "text-secondary" >
$0.55
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-03-11 01:10:05 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-veltride-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-02-24 01:32:52 +00:00
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Veltride) 0.5mg< 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 >
£7.07< br / >
< span class = "text-secondary" >
£0.71
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-02-24 01:32:52 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-02-24 01:32:52 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-04 01:09:09 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutagen-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-05-05 01:50:09 +00:00
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutagen) 0.5mg< 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 >
£7.62< br / >
< span class = "text-secondary" >
£0.76
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-05-05 01:50:09 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-05-05 01:50:09 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutas-0-5mg-x30.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-02-10 01:27:38 +00:00
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutas) 0.5mg< 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" >
30 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.96< br / >
< span class = "text-secondary" >
£0.77
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-02-10 01:27:38 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-02-10 01:27:38 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2023-10-02 01:05:51 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-veltride-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-02-24 01:32:52 +00:00
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Veltride) 0.5mg< 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 >
£7.70< br / >
< span class = "text-secondary" >
£0.77
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-02-24 01:32:52 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-02-24 01:32:52 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-veltride-0-5mg-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 >
Dutasteride (Veltride) 0.5mg< 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 >
€7.79< br / >
< span class = "text-secondary" >
€0.78
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-29 01:20:14 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-07-14 02:00:32 +00:00
348 days ago
2024-10-28 01:30:13 +00:00
2024-03-04 01:09:09 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-duprost-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-04-28 01:51:47 +00:00
style="border-left-width: 0.2rem; border-left-color: #18B2CB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Duprost) 0.5mg< 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 >
£7.89< br / >
< span class = "text-secondary" >
£0.79
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-04-28 01:51:47 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-04-28 01:51:47 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-07-08 01:17:54 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutagen-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-05-05 01:50:09 +00:00
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutagen) 0.5mg< 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 >
£8.30< br / >
< span class = "text-secondary" >
£0.83
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-05-05 01:50:09 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-05-05 01:50:09 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2023-10-02 01:05:51 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutas-0-5mg-x30.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-02-10 01:27:38 +00:00
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutas) 0.5mg< 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" >
30 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 >
£25.00< br / >
< span class = "text-secondary" >
£0.83
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-02-10 01:27:38 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-02-10 01:27:38 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutagen-0-5mg-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 >
Dutasteride (Dutagen) 0.5mg< 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 >
€8.40< br / >
< span class = "text-secondary" >
€0.84
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-08-05 01:24:14 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-07-14 02:00:32 +00:00
348 days ago
2024-10-28 01:30:13 +00:00
2024-03-04 01:09:09 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-duprost-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-04-28 01:51:47 +00:00
style="border-left-width: 0.2rem; border-left-color: #31D4FF; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Duprost) 0.5mg< 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 >
£8.59< br / >
< span class = "text-secondary" >
£0.86
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-04-28 01:51:47 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-04-28 01:51:47 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-duprost-0-5mg-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 >
Dutasteride (Duprost) 0.5mg< 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 >
€8.69< br / >
< span class = "text-secondary" >
€0.87
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-29 01:20:14 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-07-14 02:00:32 +00:00
348 days ago
2024-10-28 01:30:13 +00:00
2024-03-04 01:09:09 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-avodart-0-5mg-x30.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 >
Dutasteride (Avodart) 0.5mg< 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" >
30 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 >
£27.82< br / >
< span class = "text-secondary" >
£0.93
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-03-11 01:10:05 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
Over a year ago
2024-03-04 01:09:09 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-avodart-0-5mg-x30.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-04-21 01:48:42 +00:00
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Avodart) 0.5mg< br / >
< span style = "color: #EC008B;" > Inhouse Pharmacy< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
30 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 >
$27.90< br / >
< span class = "text-secondary" >
$0.93
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-04-21 01:48:42 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-04-21 01:48:42 +00:00
2025-07-14 02:00:32 +00:00
190 days ago
2025-04-21 01:48:42 +00:00
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-veltride-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-06-16 01:59:12 +00:00
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Veltride) 0.5mg< 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 >
$9.56< br / >
< span class = "text-secondary" >
$0.96
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-06-16 01:59:12 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-06-16 01:59:12 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-04 01:09:09 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-avodart-0-5mg-x30.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 >
Dutasteride (Avodart) 0.5mg< 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" >
30 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 >
£29.90< br / >
< span class = "text-secondary" >
£1.00
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-03-11 01:10:05 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
Over a year ago
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutagen-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-06-16 01:59:12 +00:00
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutagen) 0.5mg< 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 >
$10.30< br / >
< span class = "text-secondary" >
$1.03
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-06-16 01:59:12 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-06-16 01:59:12 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutas-0-5mg-x30.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-06-16 01:59:12 +00:00
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutas) 0.5mg< 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" >
30 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 >
$31.02< br / >
< span class = "text-secondary" >
$1.03
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-06-16 01:59:12 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-06-16 01:59:12 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-duprost-0-5mg-x10.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-06-16 01:59:12 +00:00
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Duprost) 0.5mg< 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 >
$10.66< br / >
< span class = "text-secondary" >
$1.07
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-06-16 01:59:12 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-06-16 01:59:12 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-duprost-0-5mg-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: #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 >
Dutasteride (Duprost) 0.5mg< br / >
< span style = "color: #044E7F;" > Aipctshop< / 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 >
$10.75< br / >
< span class = "text-secondary" >
$1.08
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-03-11 01:10:05 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutagen-0-5mg-x30.html"
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-03-10 01:18:33 +00:00
style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Dutasteride (Dutagen) 0.5mg< br / >
< span style = "color: #044E7F;" > Aipctshop< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
30 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 >
$36.82< br / >
< span class = "text-secondary" >
$1.23
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-03-10 01:18:33 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-03-10 01:18:33 +00:00
2025-07-14 02:00:32 +00:00
134 days ago
2025-03-10 01:18:33 +00:00
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
2025-05-05 01:50:09 +00:00
href="../products/dutasteride-dutas-0-5mg-x300.html"
2024-10-28 01:30:13 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-05-05 01:50:09 +00:00
style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2025-05-05 01:50:09 +00:00
Dutasteride (Dutas) 0.5mg< br / >
< span style = "color: #044E7F;" > Aipctshop< / span >
2024-10-28 01:30:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2025-05-05 01:50:09 +00:00
300 pills
2024-10-28 01:30:13 +00:00
< / 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 >
2025-05-05 01:50:09 +00:00
$454.07< br / >
2024-10-28 01:30:13 +00:00
< span class = "text-secondary" >
2025-05-05 01:50:09 +00:00
$1.51
2024-10-28 01:30:13 +00:00
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-05-05 01:50:09 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-05-05 01:50:09 +00:00
2025-07-14 02:00:32 +00:00
134 days ago
2025-05-05 01:50:09 +00:00
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
2025-05-05 01:50:09 +00:00
href="../products/dutasteride-duprost-0-5mg-x10.html"
2024-10-28 01:30:13 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-06-30 01:57:31 +00:00
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2025-05-05 01:50:09 +00:00
Dutasteride (Duprost) 0.5mg< br / >
< span style = "color: #EC008B;" > Inhouse Pharmacy< / span >
2024-10-28 01:30:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2025-05-05 01:50:09 +00:00
10 pills
2024-10-28 01:30:13 +00:00
< / 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 >
2025-05-05 01:50:09 +00:00
$15.80< br / >
2024-10-28 01:30:13 +00:00
< span class = "text-secondary" >
2025-05-05 01:50:09 +00:00
$1.58
2024-10-28 01:30:13 +00:00
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-06-30 01:57:31 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-06-30 01:57:31 +00:00
2025-07-14 02:00:32 +00:00
2 days ago
2025-06-30 01:57:31 +00:00
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
2025-03-10 01:18:33 +00:00
href="../products/dutasteride-avodart-0-5mg-x30.html"
2024-10-28 01:30:13 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-03-10 01:18:33 +00:00
style="border-left-width: 0.2rem; border-left-color: #0D7581; border-right-width: 0.2rem; border-right-color: var(--bs-danger);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2025-03-10 01:18:33 +00:00
Dutasteride (Avodart) 0.5mg< br / >
< span style = "color: #0D7581;" > United Pharmacies US< / span >
2024-10-28 01:30:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2025-03-10 01:18:33 +00:00
30 pills
2024-10-28 01:30:13 +00:00
< / 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 >
2025-03-10 01:18:33 +00:00
$48.20< br / >
2024-10-28 01:30:13 +00:00
< span class = "text-secondary" >
2025-03-10 01:18:33 +00:00
$1.61
2024-10-28 01:30:13 +00:00
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-03-10 01:18:33 +00:00
< span class = "text-danger" >
2024-10-28 01:30:13 +00:00
2025-05-12 01:51:53 +00:00
Over a year ago
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
2025-03-10 01:18:33 +00:00
href="../products/dutasteride-dutagen-0-5mg-x10.html"
2024-10-28 01:30:13 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-07-14 02:00:32 +00:00
style="border-left-width: 0.2rem; border-left-color: #EC008B; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2025-03-10 01:18:33 +00:00
Dutasteride (Dutagen) 0.5mg< br / >
< span style = "color: #EC008B;" > Inhouse Pharmacy< / span >
2024-10-28 01:30:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2025-03-10 01:18:33 +00:00
10 pills
2024-10-28 01:30:13 +00:00
< / 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 >
2025-03-10 01:18:33 +00:00
$16.40< br / >
2024-10-28 01:30:13 +00:00
< span class = "text-secondary" >
2025-03-10 01:18:33 +00:00
$1.64
2024-10-28 01:30:13 +00:00
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-07-14 02:00:32 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
2025-07-14 02:00:32 +00:00
In Stock
2024-10-28 01:30:13 +00:00
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
2025-03-10 01:18:33 +00:00
href="../products/dutasteride-dutas-0-5mg-x30.html"
2024-10-28 01:30:13 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-03-10 01:18:33 +00:00
style="border-left-width: 0.2rem; border-left-color: #044E7F; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2024-10-28 01:30:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2025-03-10 01:18:33 +00:00
Dutasteride (Dutas) 0.5mg< br / >
< span style = "color: #044E7F;" > Aipctshop< / span >
2024-10-28 01:30:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2025-03-10 01:18:33 +00:00
30 pills
2024-10-28 01:30:13 +00:00
< / 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 >
2025-03-10 01:18:33 +00:00
$51.25< br / >
2024-10-28 01:30:13 +00:00
< span class = "text-secondary" >
2025-03-10 01:18:33 +00:00
$1.71
2024-10-28 01:30:13 +00:00
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-10-07 01:29:38 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
In Stock
2024-08-05 01:24:14 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
< a
href="../products/dutasteride-dutas-0-5mg-x30.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 >
Dutasteride (Dutas) 0.5mg< br / >
< span style = "color: #EC008B;" > Inhouse Pharmacy< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
30 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.40< br / >
< span class = "text-secondary" >
$1.98
per pill
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-03-11 01:10:05 +00:00
< span class = "text-success" >
2024-10-28 01:30:13 +00:00
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
< / a >
2024-03-04 01:09:09 +00:00
< / div >
2024-10-28 01:30:13 +00:00
< / div >
< / div >
2024-03-04 01:09:09 +00:00
< / div >
2024-10-28 01:30:13 +00:00
< / 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" >
2025-01-06 01:31:22 +00:00
DIYHRT.Market 2022-2025
2024-10-28 01:30:13 +00:00
< / 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" >
2025-02-03 01:26:52 +00:00
< a href = "https://bsky.app/profile/diyhrt.market" class = "nav-link px-2 text-muted" > Bluesky< / a >
2024-10-28 01:30:13 +00:00
< / 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 >
2023-10-02 01:05:51 +00:00
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
< / script >
2025-06-30 01:57:31 +00:00
< / body >
2023-10-02 01:05:51 +00:00
< / html >