2025-09-01 01:58:37 +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 > Hera HRT - DIYHRT.Market< / title >
< meta name = "description" content = "Hera HRT are a new US-based brewer that popped up in mid-2025. They've served their local community for an extended period of time, and are now expanding." >
< meta property = "og:description" content = "Hera HRT are a new US-based brewer that popped up in mid-2025. They've served their local community for an extended period of time, and are now expanding." / >
< meta property = "og:title" content = "Store - Hera HRT" / >
< meta property = "og:type" content = "website" / >
< meta property = "og:site_name" content = "DIYHRT.Market" / >
<!-- Matomo is used for basic analytics tracking. All data stays on the same
server that the rest of the site is stored on. -->
< script >
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_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 >
<!-- End Matomo Code -->
< / 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 >
2026-01-19 02:03:34 +00:00
< li > < a href = "../transfem-hrt-guide.html" class = "nav-link px-2 text-white" > Guide< / a > < / li >
< li > < a href = "../qr-codes.html" class = "nav-link px-2 text-white" > QR Codes< / a > < / li >
2025-09-01 01:58:37 +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" >
2026-01-19 02:03:34 +00:00
< 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 >
2025-09-01 01:58:37 +00:00
< / div >
< / div >
< / div >
< / header >
< div class = "container" >
< / div >
< div class = "container" >
< div class = "row" >
< div class = "col mb-3" >
< h2 > Hera HRT< / h2 >
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-4" >
< div class = "list-group mb-3" >
< a
class="list-group-item list-group-item-action d-flex justify-content-between"
href="https://herahrt.com/"
style="border-left-width: 0.2rem; border-left-color: #ABABAB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
< span class = "text-primary" >
< span class = "text-decoration-underline" > https://herahrt.com/< / span >
< i class = "fa-solid fa-arrow-up-right-from-square" > < / i >
< / span >
< span
class="text-success"
>
Active
< / span >
< / a >
< a
class="list-group-item list-group-item-action d-flex justify-content-between"
2026-01-19 02:03:34 +00:00
href="hera-hrt/reviews.html"
2025-09-01 01:58:37 +00:00
style="border-left-width: 0.2rem; border-left-color: #ABABAB;">
< span class = "text-warning" >
< i class = "fa-solid fa-star" > < / i >
2025-12-08 01:52:43 +00:00
4.5/5
2025-09-01 01:58:37 +00:00
< / span >
2025-12-08 01:52:43 +00:00
< span class = "text-decoration-underline text-primary" > 13 reviews< / span >
2025-09-01 01:58:37 +00:00
< / a >
< li
class="list-group-item d-flex justify-content-between"
style="border-left-width: 0.2rem; border-left-color: #ABABAB;">
< span > Category:< / span >
< span > Homebrewers< / span >
< / li >
< li
class="list-group-item d-flex justify-content-between"
style="border-left-width: 0.2rem; border-left-color: #ABABAB;">
< span > Ships From:< / span >
< span > United States of America< / span >
< / li >
< li
class="list-group-item d-flex justify-content-between"
style="border-left-width: 0.2rem; border-left-color: #ABABAB;">
< span > Ships To:< / span >
< span > Worldwide< / span >
< / li >
< li
class="list-group-item d-flex justify-content-between"
style="border-left-width: 0.2rem; border-left-color: #ABABAB;">
< span > Payment Methods:< / span >
< span >
< span
data-bs-toggle="tooltip"
data-bs-placement="top"
title="Bitcoin (BTC)">
< i class = "fa-brands fa-bitcoin ms-1" > < / i >
< / span >
< span
data-bs-toggle="tooltip"
data-bs-placement="top"
title="Ethereum (ETH)">
< i class = "fa-brands fa-ethereum ms-1" > < / i >
< / span >
< span
data-bs-toggle="tooltip"
data-bs-placement="top"
title="Monero (XMR)">
< i class = "fa-brands fa-monero ms-1" > < / i >
< / span >
< span
data-bs-toggle="tooltip"
data-bs-placement="top"
title="Other Cryptocurrencies">
< i class = "fa-solid fa-coins ms-1" > < / i >
< / span >
< / span >
< / li >
< / div >
< div class = "accordion" >
< / div >
< / div >
< div class = "col-lg-8" >
< p > < p > Hera HRT are a new US-based brewer that popped up in mid-2025. They've served their local community for an extended period of time, and are now expanding.< / p >
< h3 > Payments< / h3 >
< div class = "wp-block-woocommerce-accordion-item is-layout-flow wp-block-accordion-item-is-layout-flow is-open" data-block-name = "woocommerce/accordion-item" data-wp-class--is-open = "state.isOpen" data-wp-context = "{"id":"woocommerce-accordion-item-10","openByDefault":false}" data-wp-init = "callbacks.initIsOpen" >
< div id = "woocommerce-accordion-item-10-panel" class = "wp-block-woocommerce-accordion-panel" role = "region" aria-labelledby = "woocommerce-accordion-item-10" data-wp-bind--inert = "!state.isOpen" data-block-name = "woocommerce/accordion-panel" >
< div class = "accordion-content__wrapper is-layout-flow wp-block-accordion-panel-is-layout-flow" >
< p > Currently they accept Bitcoin, Litecoin, Ethereum and Monero. Cryptocurrencies only, no traditional payment systems.< / p >
< h3 > Postage< / h3 >
< p > All packages are shipped from the United States, the packaging is discreet. Shipping times within the US can be as short as a few days.< / p >
< / div >
< / div >
< / div > < / p >
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-4" >
< h6 class = "mt-lg-3" > Lab Tests< / h6 >
< div class = "accordion mb-3" id = "lab-tests" >
< div class = "accordion-item" style = "border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
< h2 class = "accordion-header" >
< button
class="accordion-button "
type="button"
data-bs-toggle="collapse"
2025-11-03 01:51:30 +00:00
data-bs-target="#lab-test-24"
aria-expanded="true"
aria-controls="lab-test-24">
15/10/25 - Seller
< / button >
< / h2 >
< div
id="lab-test-24"
class="accordion-collapse collapse show"
data-bs-parent="#lab-tests">
< div class = "accordion-body p-0" >
< ul class = "list-group list-group-flush" >
< li class = "list-group-item d-flex justify-content-between" >
Product:
< div class = "text-end" >
2026-01-19 02:03:34 +00:00
< a href = "../meds/products/hera-hrt-estradiol-enanthate.html" > Hera HRT Estradiol Enanthate< / a >
2025-11-03 01:51:30 +00:00
< / div >
< li class = "list-group-item d-flex justify-content-between" >
Ordered by:
< div
class="text-end text-decoration-underline"
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-title="This lab test was ordered by the homebrewer themselves to prove the safety of their product.">
< span > Seller< / span >
< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Lab:
< div
class="text-end text-decoration-underline"
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-title="A Czech-based private pharmaceutical testing company. Widely used and trusted by both the anabolic steroid and transgender homebrew communities.">
Janoshik
< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Test date: < div class = "text-end" > 15/10/2025< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Advertised Concentration: < div class = "text-end" > 40.0 mg/ml< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Tested Concentration: < div class = "text-end" > 39.78 mg/ml< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
No Contaminants Detected:
< div class = "text-end" >
< i class = "fa-solid fa-check text-success" > < / i >
< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
< a href = "https://janoshik.com/tests/83750-Estradiol_Enanthate_JHU2DCTYVRPV" class = "text-decoration-none" >
< span class = "text-decoration-underline" > View report< / span >
< i class = "fa-solid fa-arrow-up-right-from-square" > < / i >
< / a >
< div class = "text-end" >
2026-01-19 02:03:34 +00:00
< a href = "../media/files/labtests/TrYJHfPD.png" class = "text-decoration-none" >
2025-11-03 01:51:30 +00:00
< span class = "text-decoration-underline" > Download full report< / span >
< i class = "fa-solid fa-download" > < / i >
< / a >
< / div >
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "accordion-item" style = "border-right-width: 0.2rem; border-right-color: var(--bs-success);" >
< h2 class = "accordion-header" >
< button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
2025-09-01 01:58:37 +00:00
data-bs-target="#lab-test-23"
aria-expanded="true"
aria-controls="lab-test-23">
01/08/25 - Seller
< / button >
< / h2 >
< div
id="lab-test-23"
2025-11-03 01:51:30 +00:00
class="accordion-collapse collapse "
2025-09-01 01:58:37 +00:00
data-bs-parent="#lab-tests">
< div class = "accordion-body p-0" >
< ul class = "list-group list-group-flush" >
< li class = "list-group-item d-flex justify-content-between" >
Product:
< div class = "text-end" >
2026-01-19 02:03:34 +00:00
< a href = "../meds/products/hera-hrt-estradiol-enanthate.html" > Hera HRT Estradiol Enanthate< / a >
2025-09-01 01:58:37 +00:00
< / div >
< li class = "list-group-item d-flex justify-content-between" >
Ordered by:
< div
class="text-end text-decoration-underline"
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-title="This lab test was ordered by the homebrewer themselves to prove the safety of their product.">
< span > Seller< / span >
< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Lab:
< div
class="text-end text-decoration-underline"
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-title="A Czech-based private pharmaceutical testing company. Widely used and trusted by both the anabolic steroid and transgender homebrew communities.">
Janoshik
< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Test date: < div class = "text-end" > 01/08/2025< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Advertised Concentration: < div class = "text-end" > 40.0 mg/ml< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
Tested Concentration: < div class = "text-end" > 38.86 mg/ml< / div >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
No Contaminants Detected:
< div class = "text-end" >
< i class = "fa-solid fa-check text-success" > < / i >
< / div >
< / li >
< li class = "list-group-item" >
< a href = "../media/images/labtests/IegmApbO.png" >
< img src = "../media/images/labtests/IegmApbO.png" class = "img-thumbnail" >
< / a >
< / li >
< li class = "list-group-item d-flex justify-content-between" >
< a href = "https://janoshik.com/tests/73360-Unnamed_Sample_K7HZWSHYIX23" class = "text-decoration-none" >
< span class = "text-decoration-underline" > View report< / span >
< i class = "fa-solid fa-arrow-up-right-from-square" > < / i >
< / a >
< div class = "text-end" >
2026-01-19 02:03:34 +00:00
< a href = "../media/files/labtests/eKaMJJim.png" class = "text-decoration-none" >
2025-09-01 01:58:37 +00:00
< span class = "text-decoration-underline" > Download full report< / span >
< i class = "fa-solid fa-download" > < / i >
< / a >
< / div >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "col-lg-8" >
< hr / >
< h5 > Estradiol Injections< / h5 >
< div class = "list-group list-group-striped mb-3" >
< a
2026-01-19 02:03:34 +00:00
href="../meds/products/hera-hrt-estradiol-enanthate.html"
2025-09-01 01:58:37 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-10-27 01:53:21 +00:00
style="border-left-width: 0.2rem; border-left-color: #ABABAB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2025-09-01 01:58:37 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Hera HRT Estradiol Enanthate< br / >
< span style = "color: #ABABAB;" > Hera HRT< / 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 >
$60.00< br / >
< span class = "text-secondary" >
$0.15
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-10-27 01:53:21 +00:00
< span class = "text-success" >
2025-09-01 01:58:37 +00:00
2025-10-27 01:53:21 +00:00
In Stock
2025-09-01 01:58:37 +00:00
< / span >
< / div >
< / div >
< / a >
< a
2026-01-19 02:03:34 +00:00
href="../meds/products/hera-hrt-estradiol-undecylate.html"
2025-09-01 01:58:37 +00:00
class="list-group-item list-group-item-action px-2 px-sm-3 py-1"
2025-12-22 01:59:02 +00:00
style="border-left-width: 0.2rem; border-left-color: #ABABAB; border-right-width: 0.2rem; border-right-color: var(--bs-success);">
2025-09-01 01:58:37 +00:00
< div class = "row" >
< div class = "col-7 col-sm-4 d-flex align-items-center" >
< span >
Hera HRT Estradiol Undecylate< br / >
< span style = "color: #ABABAB;" > Hera HRT< / 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 >
$80.00< br / >
< span class = "text-secondary" >
$0.20
per mg
< / span >
< / span >
< / div >
< div class = "col-12 col-sm d-flex justify-content-end text-end align-items-center" >
2025-12-22 01:59:02 +00:00
< span class = "text-success" >
2025-09-01 01:58:37 +00:00
2025-12-22 01:59:02 +00:00
In Stock
2025-09-01 01:58:37 +00:00
< / span >
< / div >
< / div >
< / a >
< / div >
< / div >
< / div >
< / div >
< / main >
< div class = "container" >
< footer class = "d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top" >
< p class = "col-md-4 mb-0 text-muted align-items-center" >
2026-01-05 02:06:37 +00:00
DIYHRT.Market 2022-2026
2025-09-01 01:58:37 +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" >
2026-01-19 02:03:34 +00:00
< li class = "nav-item" > < a href = "../about.html" class = "nav-link px-2 text-muted" > About< / a > < / li >
2025-09-01 01:58:37 +00:00
< li class = "nav-item" > < a href = "../resources.html" class = "nav-link px-2 text-muted" > Resources< / a > < / li >
2026-01-19 02:03:34 +00:00
< li class = "nav-item" > < a href = "../data-privacy.html" class = "nav-link px-2 text-muted" > Data Privacy< / a > < / li >
2025-09-01 01:58:37 +00:00
< li class = "nav-item" >
< a href = "https://bsky.app/profile/diyhrt.market" class = "nav-link px-2 text-muted" > Bluesky< / 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 >
2026-01-26 02:12:21 +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:'9c3c6b4c8dc2f071',t:'MTc2OTM5Mjg1MQ=='};var a=document.createElement('script');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 >
2025-09-01 01:58:37 +00:00
< / html >