/* TPS Product Description Styles */
.tps-product-desc {
font-family: inherit;
color: #333;
line-height: 1.6;
}
/* Alternative Product Box */
.tps-alt-box {
background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
border-radius: 12px;
padding: 20px;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 16px;
}
.tps-alt-box img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 8px;
flex-shrink: 0;
border: 2px solid rgba(69, 170, 211, 0.3);
}
.tps-alt-content {
flex: 1;
}
.tps-alt-content .alt-title {
font-size: 15px;
font-weight: 600;
color: white;
margin-bottom: 4px;
}
.tps-alt-content .alt-subtitle {
font-size: 13px;
color: #94a3b8;
margin-bottom: 10px;
}
.tps-alt-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.tps-alt-buttons a {
display: inline-block;
padding: 8px 16px;
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 6px;
color: white;
font-size: 13px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s ease;
}
.tps-alt-buttons a:hover {
background: rgba(255,255,255,0.2);
border-color: rgba(255,255,255,0.3);
}
/* Bac Water Callout – Sporty */
.tps-bonus-box {
background: linear-gradient(135deg, #45aad3 0%, #2d8bb8 100%);
border: none;
border-radius: 10px;
padding: 16px 20px;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 14px;
box-shadow: 0 4px 15px rgba(69, 170, 211, 0.3);
position: relative;
overflow: hidden;
}
.tps-bonus-box::before {
content: ”;
position: absolute;
top: -50%;
right: -50%;
width: 100%;
height: 200%;
background: linear-gradient(
45deg,
transparent 30%,
rgba(255,255,255,0.1) 50%,
transparent 70%
);
animation: tps-bonus-shine 3s ease-in-out infinite;
}
@keyframes tps-bonus-shine {
0% { transform: translateX(-100%) rotate(45deg); }
100% { transform: translateX(100%) rotate(45deg); }
}
.tps-bonus-icon {
width: 44px;
height: 44px;
background: rgba(255,255,255,0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.tps-bonus-icon svg {
width: 24px;
height: 24px;
stroke: white;
}
.tps-bonus-text {
color: white;
position: relative;
z-index: 1;
}
.tps-bonus-text .bonus-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.9;
margin-bottom: 2px;
}
.tps-bonus-text .bonus-value {
font-size: 16px;
font-weight: 700;
}
/* Section Headers */
.tps-product-desc h2 {
font-size: 22px;
font-weight: 700;
color: #1a1a1a;
margin: 32px 0 16px 0;
padding-bottom: 8px;
border-bottom: 3px solid #45aad3;
display: inline-block;
}
.tps-product-desc h3 {
font-size: 17px;
font-weight: 600;
color: #333;
margin: 24px 0 12px 0;
}
/* Intro Paragraph */
.tps-intro {
font-size: 16px;
color: #444;
margin-bottom: 24px;
padding: 16px;
background: #f8fafc;
border-left: 4px solid #45aad3;
border-radius: 0 8px 8px 0;
}
/* Specs Grid */
.tps-specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 12px;
margin: 20px 0 28px 0;
}
.tps-spec-item {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 14px;
text-align: center;
transition: all 0.2s ease;
}
.tps-spec-item:hover {
border-color: #45aad3;
box-shadow: 0 4px 12px rgba(69, 170, 211, 0.15);
}
.tps-spec-item .spec-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #64748b;
margin-bottom: 4px;
}
.tps-spec-item .spec-value {
font-size: 15px;
font-weight: 700;
color: #1a1a1a;
}
/* Benefits List */
.tps-benefits {
list-style: none;
padding: 0;
margin: 16px 0;
}
.tps-benefits li {
position: relative;
padding: 10px 0 10px 32px;
border-bottom: 1px solid #f1f5f9;
font-size: 15px;
}
.tps-benefits li:last-child {
border-bottom: none;
}
.tps-benefits li::before {
content: ”;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
background: #45aad3;
border-radius: 50%;
background-image: url(β€œdata:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 24 24β€² fill=’none’ stroke=’white’ stroke-width=’3’%3E%3Cpath d=’M5 12l5 5L20 7’/%3E%3C/svg%3E”);
background-size: 12px;
background-position: center;
background-repeat: no-repeat;
}
/* Verified Reseller Badge – Quanta */
.tps-verified-reseller {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 14px 18px;
background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
border: 1px solid #e0e0e0;
border-radius: 8px;
margin: 28px 0;
position: relative;
overflow: hidden;
}
.tps-verified-reseller::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-reseller-shimmer 4s ease-in-out infinite;
}
@keyframes tps-reseller-shimmer {
0% { left: -100%; }
100% { left: 100%; }
}
.tps-quanta-logo {
width: 28px;
height: 28px;
object-fit: contain;
flex-shrink: 0;
filter: brightness(0.2);
animation: tps-iridescent 3s ease-in-out infinite;
}
@keyframes tps-iridescent {
0%, 100% {
filter: brightness(0.3) sepia(1) saturate(5) hue-rotate(0deg);
}
25% {
filter: brightness(0.4) sepia(1) saturate(5) hue-rotate(90deg);
}
50% {
filter: brightness(0.3) sepia(1) saturate(5) hue-rotate(180deg);
}
75% {
filter: brightness(0.4) sepia(1) saturate(5) hue-rotate(270deg);
}
}
.tps-verified-reseller span {
font-size: 13px;
color: #333;
font-weight: 500;
position: relative;
z-index: 1;
}
.tps-verified-reseller strong {
color: #0a1628;
font-weight: 700;
}
/* Disclaimer Box */
.tps-dosage-box {
background: #fffbeb;
border: 1px solid #fcd34d;
border-radius: 10px;
padding: 16px 20px;
margin: 20px 0;
}
.tps-dosage-box h4 {
margin: 0 0 8px 0;
font-size: 14px;
font-weight: 700;
color: #92400e;
display: flex;
align-items: center;
gap: 8px;
}
.tps-dosage-box p {
margin: 0;
font-size: 14px;
color: #78350f;
}
/* Mobile Optimizations */
@media (max-width: 600px) {
.tps-alt-box {
flex-direction: column;
text-align: center;
}
.tps-alt-buttons {
justify-content: center;
}
.tps-specs-grid {
grid-template-columns: repeat(2, 1fr);
}
.tps-verified-reseller {
padding: 12px 14px;
}
.tps-product-desc h2 {
font-size: 19px;
}
.tps-bonus-box {
padding: 14px 16px;
}
.tps-bonus-icon {
width: 38px;
height: 38px;
}
.tps-bonus-text .bonus-value {
font-size: 14px;
}
}


VLS Retatrutide Pen
Why not try our VLS Retatrutide Pens?
Pre-mixed and ready to use – no reconstitution needed πŸ”₯ Currently on sale!
20mg – Β£150
40mg – Β£220

Included Free
+ 3ml Bacteriostatic Water with order

Quanta Pharma Retatrutide 30mg is a pharmaceutical-grade triple agonist peptide targeting GLP-1, GIP, and glucagon receptors simultaneously. This lyophilised vial from Quanta Pharma offers researchers a high-purity compound for advanced metabolic and weight management studies. The 30mg dosage provides an ideal starting point for research protocols. Available for UK delivery with fast dispatch.

Quanta Pharma Retatrutide 30mg Specifications

Peptide
Retatrutide
Type
Triple Agonist
Dosage
30mg/vial
Form
Lyophilised
Half-Life
~6 Days
Storage
2-8Β°C

Quanta Pharma
Retatrutide 30mg by Quanta Pharma

Quanta Pharma Retatrutide Research Benefits

  • Triple receptor action – Targets GLP-1, GIP, and Glucagon receptors for the most comprehensive metabolic research available
  • Superior weight management – Clinical trials showed greater weight reduction compared to dual agonists like Tirzepatide
  • Enhanced fat oxidation – Glucagon receptor activation promotes direct fat burning and energy expenditure
  • Glycemic control – Researched for improving insulin sensitivity and glucose metabolism
  • Extended half-life – Approximately 6 days allows for once-weekly administration in research protocols

How Quanta Pharma Retatrutide Works

Quanta Pharma Retatrutide is a triple agonist peptide that simultaneously activates three key receptors involved in metabolic regulation: GLP-1 (glucagon-like peptide-1), GIP (glucose-dependent insulinotropic polypeptide), and the Glucagon receptor. This unique triple-action approach sets it apart from all other incretin-based peptides.

The GLP-1 and GIP receptor activation enhances insulin secretion, reduces appetite, and slows gastric emptying. The addition of Glucagon receptor agonism is what makes Quanta Pharma Retatrutide truly unique, as it directly stimulates fat oxidation, increases energy expenditure, and promotes hepatic fat reduction. This three-pronged approach delivers superior metabolic effects in research settings.

Quanta Pharma Retatrutide vs Tirzepatide vs Semaglutide

Semaglutide targets only the GLP-1 receptor. Tirzepatide activates both GLP-1 and GIP receptors. Quanta Pharma Retatrutide goes further by targeting all three receptors: GLP-1, GIP, and Glucagon. Clinical research has demonstrated that this triple agonist approach produces the most significant weight reduction results of any incretin-based compound studied to date, making Quanta Pharma Retatrutide the most advanced option for metabolic research.

Why Choose Quanta Pharma Retatrutide 30mg?

Quanta Pharma is renowned for producing pharmaceutical-grade peptides with exceptional purity and accurate dosing. The 30mg vial of Quanta Pharma Retatrutide provides an accessible entry point for research protocols, while maintaining the same quality standards as the larger 50mg variant. Each vial undergoes rigorous quality control to ensure consistency and reliability.

⚠️ FOR LABORATORY RESEARCH USE ONLY

NOT FOR HUMAN OR VETERINARY DIAGNOSTIC OR THERAPEUTIC USE

Safety Classification:
– For use by qualified research personnel only
– Keep detailed records of usage and storage as per UK research regulations

Legal Notice: This product is exclusively intended for in vitro laboratory research conducted in controlled environments by qualified research staff. It is not for pharmaceutical, domestic, or any other applications. The purchaser accepts that acquiring and using this material is governed by all relevant UK regulations concerning research chemicals.