2023-10-02 01:05:51 +00:00
<!doctype html>
< html lang = "en" >
< 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 > Estradiol Injections - DIYHRT.Market< / title >
< link href = "../../static/meds/css/stockchart.css" rel = "stylesheet" / >
< meta name = "description" content = "Injections are widely considered to be the most effective delivery method of Estradiol . The Estradiol is estered into a longer lasting formulation and injected using a small needle either subcutaneous or intramuscular , both providing similar results . Shorter esters such as Estradiol Valerate , Estradiol Cypionate and Estradiol Enanthate are common and typically injected weekly . Longer esters such as Estradiol Undecylate have started to appear on the market more recently and while their safety is undisputed , there is very little research on their elimination times .
The main downside to Injections besides practical difficulties with injecting and needle phobias are that the vials come almost exclusively from " homebrew" providers. These providers purchase medical grade Estradiol in its raw powdered form, dissolve it into human safe oils and seal it into vials that are then distributed to customers. While we take great care in adding only providers that have demonstrated a large number of verifiable satisfied customers and openly share their process for critique, any potential buyer should be aware of this so that they can make an informed decision about their body.">
< meta property = "og:description" content = "Injections are widely considered to be the most effective delivery method of Estradiol . The Estradiol is estered into a longer lasting formulation and injected using a small needle either subcutaneous or intramuscular , both providing similar results . Shorter esters such as Estradiol Valerate , Estradiol Cypionate and Estradiol Enanthate are common and typically injected weekly . Longer esters such as Estradiol Undecylate have started to appear on the market more recently and while their safety is undisputed , there is very little research on their elimination times .
The main downside to Injections besides practical difficulties with injecting and needle phobias are that the vials come almost exclusively from " homebrew" providers. These providers purchase medical grade Estradiol in its raw powdered form, dissolve it into human safe oils and seal it into vials that are then distributed to customers. While we take great care in adding only providers that have demonstrated a large number of verifiable satisfied customers and openly share their process for critique, any potential buyer should be aware of this so that they can make an informed decision about their body." />
< meta property = "og:title" content = "Estradiol Injections" / >
< meta property = "og:type" content = "website" / >
< meta name = "twitter:card" content = "summary_large_image" >
< meta property = "og:site_name" content = "DIYHRT.Market" / >
< 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 >
2023-10-02 01:05:51 +00:00
< / head >
< 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 >
2024-02-05 01:08:41 +00:00
< li > < a href = "../../transfem-hrt-guide.html" class = "nav-link px-2 text-white" > Guide< / a > < / li >
2023-10-02 01:05:51 +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" >
2024-03-04 01:09:09 +00:00
< input type = "search" class = "form-control" name = "q" placeholder = "Search..." aria-label = "Search" >
2023-10-02 01:05:51 +00:00
< / 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" >
2024-03-04 01:09:09 +00:00
< div class = "list-group mb-3" >
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
active">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +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
active">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +00:00
< i class = "fa-solid fa-spray-can-sparkles" > < / i > Estradiol Gels
< / a >
2024-01-22 01:18:11 +00:00
< a href = "estradiol-sprays.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2024-01-22 01:18:11 +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-01-22 01:18:11 +00:00
< i class = "fa-solid fa-eye-dropper" > < / i > Estradiol Droppers
< / a >
2024-03-04 01:09:09 +00:00
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +00:00
< i class = "fa-solid fa-pills" > < / i > Cyproterone
< / a >
2024-03-18 01:06:54 +00:00
< a href = "bicalutamide.html" class = "list-group-item list-group-item-action
2024-03-11 01:10:05 +00:00
">
2023-10-02 01:05:51 +00:00
< i class = "fa-solid fa-pills" > < / i > Bicalutamide
< / a >
2024-03-04 01:09:09 +00:00
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +00:00
< i class = "fa-solid fa-pills" > < / i > Dutasteride
< / a >
2024-03-04 01:09:09 +00:00
< a class = "list-group-item
2024-03-11 01:10:05 +00:00
">
< 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
">
2023-10-02 01:05:51 +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
">
2023-10-02 01:05:51 +00:00
< 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 Injections< / h2 >
< p > Injections are widely considered to be the most effective delivery method of Estradiol. The < a href = "https://en.wikipedia.org/wiki/Estrogen_ester" > Estradiol is estered< / a > into a longer lasting formulation and injected using a small needle either subcutaneous or intramuscular, < a href = "https://pubmed.ncbi.nlm.nih.gov/34694927/" > both providing similar results< / a > . Shorter esters such as Estradiol Valerate, Estradiol Cypionate and Estradiol Enanthate are common and typically injected weekly. Longer esters such as Estradiol Undecylate have started to appear on the market more recently and while their safety is undisputed, there is very little research on their elimination times.< / p >
< p > The main downside to Injections besides practical difficulties with injecting and needle phobias are that the vials come almost exclusively from "homebrew" providers. These providers purchase medical grade Estradiol in its raw powdered form, dissolve it into human safe oils and seal it into vials that are then distributed to customers. While we take great care in adding only providers that have demonstrated a large number of verifiable satisfied customers and openly share their process for critique, any potential buyer should be aware of this so that they can make an informed decision about their body.< / p >
< hr / >
2024-03-11 01:10:05 +00:00
< h5 class = "mt-3" > Estradiol Cypionate< / h5 >
2024-03-04 01:09:09 +00:00
< div class = "list-group list-group-striped mb-3" >
2024-04-22 01:10:13 +00:00
< a href = "../products/vannapharma-estradiol-cypionate-10ml-40mg-ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-03-11 01:10:05 +00:00
VannaPharma Estradiol Cypionate< br / >
< span style = "color: #F3C600;" > Vanna Pharma< / span >
2023-10-02 01:05:51 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-03-11 01:10:05 +00:00
400mg
2024-03-04 01:09:09 +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 >
2024-03-18 01:06:54 +00:00
$70.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-03-18 01:06:54 +00:00
$0.18
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-04-22 01:10:13 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
108 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-22 01:22:18 +00:00
< a href = "../products/otokonoko-estradiol-cypionate-10ml-40mg-ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-13 01:10:39 +00:00
Otokonoko Estradiol Cypionate< br / >
< span style = "color: #FCA8FF;" > Otokonoko Pharmacy< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-03-11 01:10:05 +00:00
$85.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-03-11 01:10:05 +00:00
$0.21
2024-03-04 01:09:09 +00:00
per mg
< / span >
2024-01-22 01:18:11 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-22 01:22:18 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
21 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-22 01:22:18 +00:00
< a href = "../products/teahrt-estradiol-cypionate-10ml.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-success);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-13 01:10:39 +00:00
TeaHRT Estradiol Cypionate 10mL< br / >
< span style = "color: #9F1A1A;" > TeaHRT< / span >
2023-10-02 01:05:51 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-05-13 01:10:39 +00:00
$95.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-05-13 01:10:39 +00:00
$0.24
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-22 01:22:18 +00:00
< span class = "text-success" >
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-03-11 01:10:05 +00:00
< / div >
< h5 class = "mt-3" > Estradiol Enanthate< / h5 >
< div class = "list-group list-group-striped mb-3" >
2024-08-05 01:24:14 +00:00
< a href = "../products/felicitas-estradiol-enanthate-in-grapeseed-oil.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: #FF0000; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-08-05 01:24:14 +00:00
Felicitas Estradiol Enanthate in Grapeseed Oil< br / >
2024-07-01 01:22:17 +00:00
< span style = "color: #FF0000;" > Felicitas< / span >
2024-06-10 01:15:26 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
500mg
< / 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.00< br / >
< span class = "text-secondary" >
€0.08
per mg
< / 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-success" >
In Stock
2024-06-10 01:15:26 +00:00
< / span >
< / div >
< / div >
< / a >
2024-08-05 01:24:14 +00:00
< a href = "../products/voix-celeste-estradiol-enanthate-500mg-10ml.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: #1A98D0; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-06-10 01:15:26 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-08-05 01:24:14 +00:00
Voix Céleste Estradiol Enanthate 500mg/10mL< br / >
< span style = "color: #1A98D0;" > Voix Céleste< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-04-29 01:09:49 +00:00
500mg
2024-03-04 01:09:09 +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 >
2024-03-11 01:10:05 +00:00
€40.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-04-29 01:09:49 +00:00
€0.08
2024-03-04 01:09:09 +00:00
per mg
2023-10-02 01:05:51 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< 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-success" >
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-08-05 01:24:14 +00:00
< a href = "../products/felicitas-estradiol-enanthate.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: #FF0000; border-right-width: 0.2rem; border-right-color: var(--bs-danger);" >
2024-04-15 03:28:16 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-08-05 01:24:14 +00:00
Felicitas Estradiol Enanthate in MCT Oil< br / >
< span style = "color: #FF0000;" > Felicitas< / span >
2024-04-15 03:28:16 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-05-27 01:17:09 +00:00
500mg
2024-04-15 03:28:16 +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 >
2024-05-27 01:17:09 +00:00
€40.00< br / >
2024-04-15 03:28:16 +00:00
< span class = "text-secondary" >
2024-05-20 01:12:03 +00:00
€0.08
2024-04-15 03:28:16 +00:00
per mg
< / 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" >
4 days ago
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< / div >
< / a >
2024-05-27 01:17:09 +00:00
< a href = "../products/girlpotion-estradiol-enanthate-10ml.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: #A46497; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-04-29 01:09:49 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-27 01:17:09 +00:00
Girlpotion Estradiol Enanthate 400mg/10mL< br / >
< span style = "color: #A46497;" > Girlpotion< / span >
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-05-20 01:12:03 +00:00
400mg
2024-04-29 01:09:49 +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 >
2024-05-27 01:17:09 +00:00
€34.00< br / >
2024-04-29 01:09:49 +00:00
< span class = "text-secondary" >
2024-05-27 01:17:09 +00:00
€0.08
2024-04-29 01:09:49 +00:00
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
2024-04-15 03:28:16 +00:00
< / span >
< / div >
< / div >
< / a >
2024-05-27 01:17:09 +00:00
< a href = "../products/voix-celeste-estradiol-enanthate-400mg-10ml.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: #1A98D0; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-04-15 03:28:16 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-27 01:17:09 +00:00
Voix Céleste Estradiol Enanthate 400mg/10mL< br / >
2024-05-13 01:10:39 +00:00
< span style = "color: #1A98D0;" > Voix Céleste< / span >
2024-04-15 03:28:16 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-05-27 01:17:09 +00:00
400mg
2024-04-15 03:28:16 +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 >
2024-05-27 01:17:09 +00:00
€35.00< br / >
2024-04-15 03:28:16 +00:00
< span class = "text-secondary" >
2024-05-27 01:17:09 +00:00
€0.09
2024-04-15 03:28:16 +00:00
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-05-13 01:10:39 +00:00
< span class = "text-success" >
In Stock
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< / div >
< / a >
2024-05-20 01:12:03 +00:00
< a href = "../products/girlpotion-estradiol-enanthate-500mg-10ml.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: #A46497; border-right-width: 0.2rem; border-right-color: var(--bs-danger);" >
2024-04-29 01:09:49 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-20 01:12:03 +00:00
Girlpotion Estradiol Enanthate 500mg/10mL< br / >
2024-05-06 01:11:45 +00:00
< span style = "color: #A46497;" > Girlpotion< / span >
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-05-20 01:12:03 +00:00
500mg
2024-04-29 01:09:49 +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 >
2024-05-20 01:12:03 +00:00
€50.00< br / >
2024-04-29 01:09:49 +00:00
< span class = "text-secondary" >
€0.10
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-05-20 01:12:03 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
126 days ago
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< / div >
< / a >
2024-07-15 01:22:40 +00:00
< a href = "../products/astrovials-estradiol-enanthate.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: #8D36BF; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-04-29 01:09:49 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
AstroVials Estradiol Enanthate< br / >
< span style = "color: #8D36BF;" > AstroVials< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
€50.00< br / >
< span class = "text-secondary" >
€0.12
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-15 01:22:40 +00:00
< span class = "text-success" >
In Stock
2024-04-15 03:28:16 +00:00
< / span >
< / div >
< / div >
< / a >
2024-05-27 01:17:09 +00:00
< a href = "../products/vannapharma-estradiol-enanthate-10ml-40mg-ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
VannaPharma Estradiol Enanthate< br / >
< span style = "color: #F3C600;" > Vanna Pharma< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-03-25 01:09:01 +00:00
$65.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-03-25 01:09:01 +00:00
$0.16
2024-03-04 01:09:09 +00:00
per mg
< / span >
2023-10-02 01:05:51 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-05-27 01:17:09 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
77 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-08-05 01:24:14 +00:00
< a href = "../products/silvermaple-labs-estradiol-enanthate-in-mct-oil.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: #FF97AE; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-08-05 01:24:14 +00:00
Silvermaple Labs Estradiol Enanthate in MCT OIl< br / >
2024-07-29 01:20:14 +00:00
< span style = "color: #FF97AE;" > Silvermaple Labs< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-07-29 01:20:14 +00:00
$70.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
$0.18
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-06-24 01:20:26 +00:00
< span class = "text-success" >
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-08-05 01:24:14 +00:00
< a href = "../products/silvermaple-labs-estradiol-enanthate-in-castor-oil.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: #FF97AE; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-08-05 01:24:14 +00:00
Silvermaple Labs Estradiol Enanthate in Castor OIl< br / >
2024-07-29 01:20:14 +00:00
< span style = "color: #FF97AE;" > Silvermaple Labs< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-07-29 01:20:14 +00:00
$70.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
$0.18
2024-03-04 01:09:09 +00:00
per mg
< / span >
2023-10-09 01:05:22 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-22 01:22:18 +00:00
< span class = "text-success" >
In Stock
2024-04-22 01:10:13 +00:00
< / span >
< / div >
< / div >
< / a >
2024-07-29 01:20:14 +00:00
< a href = "../products/otokonoko-estradiol-enanthate-10ml-40mg-ml.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);" >
2024-04-22 01:10:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
Otokonoko Estradiol Enanthate< br / >
< span style = "color: #FCA8FF;" > Otokonoko Pharmacy< / span >
2024-04-22 01:10:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-07-29 01:20:14 +00:00
$75.00< br / >
2024-04-22 01:10:13 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
$0.19
2024-04-22 01:10:13 +00:00
per mg
< / 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-success" >
In Stock
2024-04-22 01:10:13 +00:00
< / span >
< / div >
< / div >
< / a >
2024-07-29 01:20:14 +00:00
< a href = "../products/teahrt-estradiol-enanthate-10ml.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-success);" >
2024-04-22 01:10:13 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
TeaHRT Estradiol Enanthate 10mL< br / >
< span style = "color: #9F1A1A;" > TeaHRT< / span >
2024-04-22 01:10:13 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-07-29 01:20:14 +00:00
$85.00< br / >
2024-04-22 01:10:13 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
$0.21
2024-04-22 01:10:13 +00:00
per mg
< / 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-success" >
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-03-11 01:10:05 +00:00
< / div >
< h5 class = "mt-3" > Estradiol Undecylate< / h5 >
< div class = "list-group list-group-striped mb-3" >
2024-07-22 01:22:18 +00:00
< a href = "../products/felicitas-estradiol-undecylate.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: #FF0000; border-right-width: 0.2rem; border-right-color: var(--bs-danger);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-04-08 01:08:40 +00:00
Felicitas Estradiol Undecylate< br / >
< span style = "color: #FF0000;" > Felicitas< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-05-20 01:12:03 +00:00
1000mg
2024-03-04 01:09:09 +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 >
2024-05-20 01:12:03 +00:00
€90.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-05-20 01:12:03 +00:00
€0.09
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-22 01:22:18 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
20 days ago
2024-05-06 01:11:45 +00:00
< / span >
< / div >
< / div >
< / a >
2024-05-27 01:17:09 +00:00
< a href = "../products/voix-celeste-estradiol-undecylate-500mg-10ml.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: #1A98D0; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-05-06 01:11:45 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-27 01:17:09 +00:00
Voix Céleste Estradiol Undecylate 500mg/10mL< br / >
< span style = "color: #1A98D0;" > Voix Céleste< / span >
2024-05-06 01:11:45 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
500mg
< / 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 >
2024-05-27 01:17:09 +00:00
€50.00< br / >
2024-05-06 01:11:45 +00:00
< span class = "text-secondary" >
2024-05-27 01:17:09 +00:00
€0.10
2024-05-06 01:11:45 +00:00
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
2024-04-15 03:28:16 +00:00
< / span >
< / div >
< / div >
< / a >
2024-05-27 01:17:09 +00:00
< a href = "../products/girlpotion-estadiol-undecylate-400mg-10ml.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: #A46497; border-right-width: 0.2rem; border-right-color: var(--bs-danger);" >
2024-04-29 01:09:49 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-27 01:17:09 +00:00
Girlpotion Estadiol Undecylate 400mg/10mL< br / >
< span style = "color: #A46497;" > Girlpotion< / span >
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-05-27 01:17:09 +00:00
400mg
2024-04-29 01:09:49 +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 >
2024-05-27 01:17:09 +00:00
€60.00< br / >
2024-04-29 01:09:49 +00:00
< span class = "text-secondary" >
2024-05-27 01:17:09 +00:00
€0.15
2024-04-29 01:09:49 +00:00
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-05-27 01:17:09 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
196 days ago
2024-07-22 01:22:18 +00:00
< / span >
< / div >
< / div >
< / a >
< a href = "../products/fiolelabs-estradiol-undecylate.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: #3EC7FF; 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 >
Fiolelabs Estradiol Undecylate< br / >
< span style = "color: #3EC7FF;" > Fiolelabs< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
500mg
< / 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 >
€94.99< br / >
< span class = "text-secondary" >
€0.19
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
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-08 01:17:54 +00:00
< a href = "../products/teahrt-estradiol-undecylate-5ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-05-20 01:12:03 +00:00
TeaHRT Estradiol Undecylate 100mg/mL< br / >
2024-05-06 01:11:45 +00:00
< span style = "color: #9F1A1A;" > TeaHRT< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-04-08 01:08:40 +00:00
500mg
2024-03-04 01:09:09 +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 >
2024-05-13 01:10:39 +00:00
$100.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-05-13 01:10:39 +00:00
$0.20
2024-03-04 01:09:09 +00:00
per mg
2023-10-02 01:05:51 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-08 01:17:54 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
33 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-29 01:20:14 +00:00
< a href = "../products/silvermaple-labs-estradiol-undecylate.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: #FF97AE; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-04-29 01:09:49 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
Silvermaple Labs Estradiol Undecylate< br / >
< span style = "color: #FF97AE;" > Silvermaple Labs< / span >
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-06-10 01:15:26 +00:00
400mg
2024-04-29 01:09:49 +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 >
2024-07-29 01:20:14 +00:00
$90.00< br / >
2024-04-29 01:09:49 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
$0.22
2024-04-29 01:09:49 +00:00
per mg
< / 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-success" >
In Stock
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< / div >
< / a >
2024-07-29 01:20:14 +00:00
< a href = "../products/vannapharma-estradiol-undecylate-10ml-40mg-ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
VannaPharma Estradiol Undecylate< br / >
< span style = "color: #F3C600;" > Vanna Pharma< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-07-29 01:20:14 +00:00
400mg
2024-03-04 01:09:09 +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 >
2024-07-29 01:20:14 +00:00
$95.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
$0.24
2024-03-04 01:09:09 +00:00
per mg
< / span >
2024-01-22 01:18:11 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
2024-03-11 01:10:05 +00:00
< 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-08-05 01:24:14 +00:00
66 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-29 01:20:14 +00:00
< a href = "../products/astrovials-estradiol-undecylate.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: #8D36BF; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
AstroVials Estradiol Undecylate< br / >
< span style = "color: #8D36BF;" > AstroVials< / span >
2023-10-02 01:05:51 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-07-29 01:20:14 +00:00
480mg
2024-03-04 01:09:09 +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 >
2024-07-29 01:20:14 +00:00
€120.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-07-29 01:20:14 +00:00
€0.25
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< 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-success" >
In Stock
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-04-15 03:28:16 +00:00
< / div >
< h5 class = "mt-3" > Estradiol Valerate< / h5 >
< div class = "list-group list-group-striped mb-3" >
2024-07-29 01:20:14 +00:00
< a href = "../products/girlpotion-estradiol-valerate-10ml.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: #A46497; border-right-width: 0.2rem; border-right-color: var(--bs-danger);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
Girlpotion Estradiol Valerate 400mg/10mL< br / >
< span style = "color: #A46497;" > Girlpotion< / span >
2023-10-02 01:05:51 +00:00
< / span >
< / div >
2024-03-04 01:09:09 +00:00
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-04-15 03:28:16 +00:00
€40.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-04-15 03:28:16 +00:00
€0.10
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< 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-08-05 01:24:14 +00:00
43 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-29 01:20:14 +00:00
< a href = "../products/astrovials-estradiol-valerate.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: #8D36BF; border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
2024-04-29 01:09:49 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-07-29 01:20:14 +00:00
AstroVials Estradiol Valerate< br / >
< span style = "color: #8D36BF;" > AstroVials< / span >
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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.00< br / >
< span class = "text-secondary" >
€0.10
per mg
< / 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-success" >
In Stock
2024-04-29 01:09:49 +00:00
< / span >
< / div >
< / div >
< / a >
< a href = "../products/vannapharma-estradiol-valerate-10ml-40mg-ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-03-11 01:10:05 +00:00
VannaPharma Estradiol Valerate< br / >
< span style = "color: #F3C600;" > Vanna Pharma< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
2024-03-11 01:10:05 +00:00
400mg
2024-03-04 01:09:09 +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 >
2024-03-25 01:09:01 +00:00
$60.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-03-25 01:09:01 +00:00
$0.15
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-04-29 01:09:49 +00:00
< span class = "text-danger" >
2024-08-05 01:24:14 +00:00
106 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-08-05 01:24:14 +00:00
< a href = "../products/otokonoko-estradiol-valerate-10ml-40mg-ml.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);" >
2024-03-04 01:09:09 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
2024-03-11 01:10:05 +00:00
Otokonoko Estradiol Valerate< br / >
< span style = "color: #FCA8FF;" > Otokonoko Pharmacy< / span >
2024-03-04 01:09:09 +00:00
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-03-11 01:10:05 +00:00
$65.00< br / >
2024-03-04 01:09:09 +00:00
< span class = "text-secondary" >
2024-03-11 01:10:05 +00:00
$0.16
2024-03-04 01:09:09 +00:00
per mg
< / span >
< / span >
< / div >
2024-03-11 01:10:05 +00:00
< 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" >
3 days ago
2024-03-11 01:10:05 +00:00
< / span >
2024-03-04 01:09:09 +00:00
< / div >
< / div >
< / a >
2024-07-22 01:22:18 +00:00
< a href = "../products/teahrt-estradiol-valerate-10ml.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-success);" >
2024-04-15 03:28:16 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
TeaHRT Estradiol Valerate 10mL< br / >
< span style = "color: #9F1A1A;" > TeaHRT< / span >
< / span >
< / div >
< div class = "col-sm d-none d-sm-flex align-items-center text-secondary" >
400mg
< / 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 >
2024-05-06 01:11:45 +00:00
$75.00< br / >
2024-04-15 03:28:16 +00:00
< span class = "text-secondary" >
2024-05-06 01:11:45 +00:00
$0.19
2024-04-15 03:28:16 +00:00
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2024-07-22 01:22:18 +00:00
< span class = "text-success" >
In Stock
2024-04-15 03:28:16 +00:00
< / span >
< / div >
< / div >
< / a >
2024-03-04 01:09:09 +00:00
< / div >
2023-10-02 01:05:51 +00:00
< / 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" >
2024-01-01 01:15:46 +00:00
DIYHRT.Market 2022-2024
2023-10-02 01:05:51 +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" >
< 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 >
2024-08-05 01:24:14 +00:00
< 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:'8ae2ec56e8fc9876',t:'MTcyMjgyMDM5Mi4wMDAwMDA='};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 >
2023-10-02 01:05:51 +00:00
< / html >