/* TPS Product Description Styles */
.tps-product-desc {
font-family: inherit;
color: #333;
line-height: 1.6;
}
/* =============================================
LAB VERIFICATION – v7 DARK BRAND ALIGNED
============================================= */
.tps-lab-suite {
margin-bottom: 28px;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(10, 17, 32, 0.15);
}
.tps-lab-header {
background: linear-gradient(135deg, #0a1120 0%, #0f1e33 50%, #16213e 100%);
padding: 20px 22px;
display: flex;
align-items: center;
gap: 16px;
position: relative;
overflow: hidden;
border-bottom: 1px solid rgba(69, 170, 211, 0.15);
}
.tps-lab-header::after {
content: ”;
position: absolute;
top: -50%;
right: -10%;
width: 400px;
height: 200%;
background: radial-gradient(circle at center, rgba(69, 170, 211, 0.18) 0%, transparent 60%);
pointer-events: none;
}
.tps-lab-header-icon {
width: 48px;
height: 48px;
background: linear-gradient(135deg, #45aad3 0%, #2d8bb8 100%);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
position: relative;
z-index: 1;
box-shadow: 0 4px 14px rgba(69, 170, 211, 0.35);
}
.tps-lab-header-icon svg {
width: 26px;
height: 26px;
stroke: white;
fill: none;
stroke-width: 2.5;
}
.tps-lab-header-text {
position: relative;
z-index: 1;
flex: 1;
}
.tps-lab-header-text h4 {
margin: 0;
font-size: 17px;
font-weight: 700;
color: white;
letter-spacing: 0.3px;
}
.tps-lab-header-text p {
margin: 3px 0 0 0;
font-size: 12px;
color: rgba(174, 210, 234, 0.75);
letter-spacing: 0.2px;
}
.tps-lab-header-stats {
display: flex;
gap: 22px;
position: relative;
z-index: 1;
flex-shrink: 0;
}
.tps-lab-header-stat {
text-align: center;
}
.tps-lab-header-stat .num {
font-size: 22px;
font-weight: 800;
color: #7cc9ec;
line-height: 1;
display: block;
text-shadow: 0 0 20px rgba(124, 201, 236, 0.4);
}
.tps-lab-header-stat .label {
font-size: 9px;
text-transform: uppercase;
letter-spacing: 1.2px;
color: rgba(174, 210, 234, 0.55);
margin-top: 4px;
}
.tps-lab-cards {
background: linear-gradient(180deg, #0f172a 0%, #131f38 100%);
padding: 16px;
}
.tps-test-card {
background: #1a2440;
border-radius: 10px;
overflow: hidden;
margin-bottom: 12px;
border: 1px solid rgba(255, 255, 255, 0.06);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tps-test-card:last-child {
margin-bottom: 0;
}
.tps-test-card:hover {
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.tps-test-card-top {
padding: 12px 16px;
display: flex;
align-items: center;
gap: 10px;
color: white;
font-weight: 700;
font-size: 13px;
letter-spacing: 0.3px;
flex-wrap: wrap;
}
.tps-test-card-top .step-num {
width: 24px;
height: 24px;
background: rgba(255,255,255,0.18);
border: 1px solid rgba(255,255,255,0.3);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: 800;
flex-shrink: 0;
}
.tps-test-card-top .step-title {
flex: 1;
line-height: 1.3;
}
.tps-test-card-top .lab-tag {
background: rgba(0,0,0,0.35);
padding: 3px 8px;
border-radius: 4px;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.5px;
flex-shrink: 0;
border: 1px solid rgba(255,255,255,0.08);
}
.tps-test-card-body {
padding: 14px 16px 16px;
}
.tps-test-stats {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.tps-test-stat {
flex: 1;
min-width: 80px;
text-align: center;
background: rgba(255, 255, 255, 0.04);
border-radius: 8px;
padding: 10px 8px;
border: 1px solid rgba(255, 255, 255, 0.06);
}
.tps-test-stat .val {
font-size: 16px;
font-weight: 800;
line-height: 1.2;
display: block;
}
.tps-test-stat .lbl {
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: rgba(174, 210, 234, 0.6);
margin-top: 4px;
}
.tps-test-meta {
font-size: 11.5px;
color: rgba(174, 210, 234, 0.7);
margin-top: 12px;
padding-top: 12px;
border-top: 1px dashed rgba(255, 255, 255, 0.1);
line-height: 1.6;
}
.tps-test-meta strong {
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
}
/* NEW hero card – bright site cyan */
.tps-test-card–new {
border: 1px solid rgba(69, 170, 211, 0.35);
box-shadow: 0 6px 20px rgba(69, 170, 211, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.tps-test-card–new .tps-test-card-top {
background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}
.tps-test-card–new .tps-test-stat {
background: rgba(6, 182, 212, 0.08);
border-color: rgba(6, 182, 212, 0.2);
}
.tps-test-card–new .tps-test-stat .val {
color: #7cc9ec;
font-size: 18px;
text-shadow: 0 0 12px rgba(124, 201, 236, 0.3);
}
.tps-test-card–new .tps-test-card-body {
padding: 16px 18px 18px;
}
/* Teal – Analiza raw material */
.tps-test-card–teal .tps-test-card-top {
background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}
.tps-test-card–teal .tps-test-stat .val {
color: #5eead4;
}
/* Teal card with NEW badge – subtle emphasis */
.tps-test-card–teal.tps-test-card–fresh {
border: 1px solid rgba(20, 184, 166, 0.35);
box-shadow: 0 4px 14px rgba(20, 184, 166, 0.12);
}
/* Deep royal blue – older Analiza finished product test */
.tps-test-card–blue .tps-test-card-top {
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}
.tps-test-card–blue .tps-test-stat .val {
color: #93c5fd;
}
/* NEW pulsing badge – cyan default */
.tps-fresh-badge {
background: white;
color: #0891b2;
font-size: 9px;
font-weight: 800;
padding: 3px 8px;
border-radius: 5px;
letter-spacing: 0.8px;
display: inline-flex;
align-items: center;
gap: 5px;
animation: tps-fresh-pulse 1.8s ease-in-out infinite;
box-shadow: 0 2px 8px rgba(6, 182, 212, 0.4);
flex-shrink: 0;
}
.tps-fresh-badge::before {
content: ”;
width: 6px;
height: 6px;
background: #06b6d4;
border-radius: 50%;
animation: tps-fresh-dot 1s ease-in-out infinite;
}
/* NEW badge – teal variant for raw material cards */
.tps-test-card–teal .tps-fresh-badge {
color: #0d9488;
box-shadow: 0 2px 8px rgba(20, 184, 166, 0.45);
animation: tps-fresh-pulse-teal 1.8s ease-in-out infinite;
}
.tps-test-card–teal .tps-fresh-badge::before {
background: #14b8a6;
}
@keyframes tps-fresh-pulse {
0%, 100% { transform: scale(1); box-shadow: 0 2px 8px rgba(6, 182, 212, 0.4); }
50% { transform: scale(1.05); box-shadow: 0 3px 14px rgba(6, 182, 212, 0.7); }
}
@keyframes tps-fresh-pulse-teal {
0%, 100% { transform: scale(1); box-shadow: 0 2px 8px rgba(20, 184, 166, 0.45); }
50% { transform: scale(1.05); box-shadow: 0 3px 14px rgba(20, 184, 166, 0.75); }
}
@keyframes tps-fresh-dot {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
/* Date pill – cyan default */
.tps-fresh-date-pill {
display: inline-block;
background: rgba(6, 182, 212, 0.12);
color: #7cc9ec;
border: 1px solid rgba(6, 182, 212, 0.3);
font-size: 11px;
font-weight: 700;
padding: 4px 10px;
border-radius: 20px;
margin-top: 10px;
letter-spacing: 0.3px;
}
.tps-fresh-date-pill::before {
content: ‘🗓 ‘;
}
/* Date pill – teal variant */
.tps-test-card–teal .tps-fresh-date-pill {
background: rgba(20, 184, 166, 0.12);
color: #5eead4;
border-color: rgba(20, 184, 166, 0.35);
}
/* Specs Grid */
.tps-specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 12px;
margin: 24px 0;
}
.tps-spec-item {
background: #f8f9fa;
border-radius: 8px;
padding: 14px;
text-align: center;
}
.tps-spec-item .spec-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #6b7280;
margin-bottom: 4px;
}
.tps-spec-item .spec-value {
font-size: 15px;
font-weight: 700;
color: #1f2937;
}
/* Quanta Pharma Brand Box – Centered */
.tps-brand-box {
background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 50%, #e8e8e8 100%);
border: 1px solid #d1d5db;
border-radius: 10px;
padding: 20px;
margin: 24px 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 12px;
position: relative;
overflow: hidden;
}
.tps-brand-box::before {
content: ”;
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255,255,255,0.4),
transparent
);
animation: tps-brand-shimmer 3s ease-in-out infinite;
}
@keyframes tps-brand-shimmer {
0% { left: -100%; }
100% { left: 100%; }
}
.tps-brand-logo {
width: 50px;
height: 50px;
border-radius: 8px;
object-fit: contain;
flex-shrink: 0;
}
.tps-brand-text {
position: relative;
z-index: 1;
}
.tps-brand-text .brand-title {
font-size: 15px;
font-weight: 700;
color: #1f2937;
margin-bottom: 2px;
}
.tps-brand-text .brand-subtitle {
font-size: 13px;
color: #6b7280;
}
/* Benefits List */
.tps-benefits-list {
list-style: none;
padding: 0;
margin: 20px 0;
}
.tps-benefits-list li {
padding: 10px 0 10px 32px;
position: relative;
border-bottom: 1px solid #f0f0f0;
}
.tps-benefits-list li:last-child {
border-bottom: none;
}
.tps-benefits-list li::before {
content: ‘✓’;
position: absolute;
left: 0;
top: 10px;
width: 22px;
height: 22px;
background: linear-gradient(135deg, #45aad3 0%, #2d8bb8 100%);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}
/* Dosage/Info Box */
.tps-dosage-box {
background: #fffbeb;
border: 1px solid #f59e0b;
border-radius: 8px;
padding: 16px;
margin: 24px 0;
}
.tps-dosage-box h4 {
margin: 0 0 8px 0;
color: #b45309;
font-size: 14px;
}
.tps-dosage-box p {
margin: 0;
font-size: 13px;
color: #92400e;
}
/* Section Headers */
.tps-product-desc h2 {
font-size: 20px;
font-weight: 700;
color: #1f2937;
margin: 28px 0 16px 0;
padding-bottom: 8px;
border-bottom: 2px solid #45aad3;
}
.tps-product-desc h3 {
font-size: 17px;
font-weight: 600;
color: #374151;
margin: 24px 0 12px 0;
}
.tps-product-desc p {
margin: 0 0 14px 0;
font-size: 15px;
}
/* Mobile Responsive */
@media (max-width: 480px) {
.tps-specs-grid {
grid-template-columns: repeat(2, 1fr);
}
/* Lab section mobile */
.tps-lab-header {
flex-wrap: wrap;
padding: 16px;
}
.tps-lab-header-stats {
width: 100%;
justify-content: space-around;
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid rgba(69, 170, 211, 0.15);
gap: 12px;
}
.tps-test-card-top {
padding: 10px 14px;
}
.tps-test-card-top .lab-tag {
margin-left: 34px;
}
.tps-test-stats {
gap: 6px;
}
.tps-test-stat {
min-width: 60px;
padding: 8px 4px;
}
.tps-test-stat .val {
font-size: 14px;
}
.tps-test-card–new .tps-test-stat .val {
font-size: 15px;
}
}
Independently Lab Verified
Four Analiza Białek reports covering raw material and finished vial
4
Reports
102%+
Content
97%+
Purity
1
Finished Product Test (Sealed Vial)
New Just Tested
ANALIZA BIAŁEK
304.59mg/ml
Actual Content
300mg/ml
Label Claim
102%
Accuracy
Sample: Sealed production vial | Order: 100016876 | Method: HPLC (BioBasic 8 Thermo Scientific) | Verification Key: W2KL87Y5
Tested 7 August 2026
2
Raw Material Test (HPLC Purity)
New Just Tested
ANALIZA BIAŁEK
97%
Purity
HPLC
Method
Confirmed
Identity
Compound: Testosterone Enanthate | Order: 100016874 | Method: HPLC (BioBasic 8 Thermo Scientific) | Verification Key: R6JY13A9
Tested 7 August 2026
3
Raw Material Test (HPLC Purity)
ANALIZA BIAŁEK
98%
Purity
HPLC
Method
Confirmed
Identity
Compound: Testosterone Enanthate | Order: 100014028 | Tested: April 2026 | Verification Key: A73MC42Y
4
Finished Product Test (Sealed Vial)
ANALIZA BIAŁEK
315.76mg/ml
Actual Content
300mg/ml
Label Claim
105%
Accuracy
Sample: Sealed production vial | Tested: December 2025 | Verification Key: 9LEV273D
Quanta Pharma Testosterone Enanthate 300mg/ml is a pharmaceutical-grade oil-based testosterone ester, designed for intramuscular administration. This Quanta Pharma formulation delivers a potent 300mg concentration per millilitre in a convenient 10ml multi-dose sterile vial. Independently verified across four separate Analiza Białek lab reports: two finished product tests confirming 304.59mg/ml in August 2026 (102% of label) and 315.76mg/ml in December 2025 (105% of label), plus two raw material tests confirming 97% and 98% HPLC purity. Dispatched from UK stock for fast delivery.
Quanta Pharma Testosterone Enanthate Specifications
Vial Size
10ml
Concentration
300mg/ml
Half-Life
4-5 Days
Administration
Intramuscular

Official Quanta Pharma Verified Reseller
Pharmaceutical-grade compounds • UK stock • Fast dispatch
Quanta Pharma Testosterone Enanthate Benefits
- Muscle Protein Synthesis: Enhances nitrogen retention and promotes lean muscle tissue development
- Strength & Performance: Supports increased power output and training capacity
- Recovery Enhancement: Accelerates post-exercise recovery and reduces muscle breakdown
- Convenient Dosing: Long-acting ester allows for less frequent administration
- Four-Report Verified: Four independent Analiza Białek reports confirm 97%+ raw purity and 102%+ content accuracy
How Quanta Pharma Testosterone Enanthate Works
Quanta Pharma Testosterone Enanthate is an esterified form of testosterone, attached to the enanthate ester to control release rate. Once administered intramuscularly, the ester is gradually cleaved by enzymes, releasing testosterone into the bloodstream over several days.
As the primary male androgen, Quanta Pharma Testosterone Enanthate binds to androgen receptors throughout the body, initiating anabolic processes including increased protein synthesis, nitrogen retention, and red blood cell production. The enanthate ester provides a half-life of approximately 4 to 5 days, making it suitable for twice-weekly or weekly administration protocols.
Quanta Pharma Testosterone Enanthate vs Cypionate
Quanta Pharma Testosterone Enanthate and Testosterone Cypionate are both long-acting testosterone esters with nearly identical pharmacokinetics. Enanthate has a marginally shorter half-life and is traditionally more common in European markets, whilst Cypionate is prevalent in North America. Both Quanta Pharma testosterone products deliver equivalent results when dosed appropriately.
Why Choose Quanta Pharma Testosterone Enanthate?
Quanta Pharma is renowned for producing pharmaceutical-grade compounds with exceptional quality control and accurate, verified dosing. Every batch of Quanta Pharma Testosterone Enanthate is independently verified across four separate Analiza Białek lab reports: two finished product assays (304.59mg/ml in August 2026 at 102% of label, and 315.76mg/ml in December 2025 at 105% of label), plus two raw material tests confirming 97% and 98% HPLC purity. Combined with pharmaceutical-grade carriers, precise concentration, and UK-based stock for fast dispatch, it is the confident choice for serious athletes.
⚠️ FOR RESEARCH USE ONLY
NOT FOR HUMAN OR VETERINARY DIAGNOSTIC OR THERAPEUTIC USE
Legal Notice: This product is intended for research purposes only. The purchaser accepts that acquiring and using this material is governed by all relevant UK regulations. Not for use in dietary supplements, food products, or for any unlawful purpose.













