/* ============================================================
PROLIFIC PEPTIDES — ABOUT US PAGE
FINAL COMPLETE VERSION
============================================================ */
#pp-about-page{
--pp-navy:#1F3157;
--pp-deep:#0D2747;
--pp-gold:#C79237;
--pp-text:#17243D;
--pp-line:#DCE3EA;
--pp-soft-blue:#EDF6FB;
width:100%;
margin:0;
padding:0;
overflow:hidden;
background:#fff;
color:var(--pp-text);
font-family:Arial, Helvetica, sans-serif;
}
#pp-about-page *,
#pp-about-page *::before,
#pp-about-page *::after{
box-sizing:border-box;
}
#pp-about-page a{
text-decoration:none;
}
.pp-container{
width:min(1180px,90%);
margin:auto;
}
/* ============================================================
HERO
============================================================ */
.pp-about-hero{
position:relative;
min-height:520px;
display:flex;
align-items:center;
background-image:
linear-gradient(
90deg,
rgba(244,250,254,.99) 0%,
rgba(240,248,253,.97) 27%,
rgba(235,246,252,.88) 40%,
rgba(229,243,250,.45) 54%,
rgba(229,243,250,.08) 72%,
rgba(229,243,250,0) 100%
),
url('https://prolificpeptides.co/wp-content/uploads/2026/08/ChatGPT-Image-Aug-24-2026-07_47_49-PM.png');
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
}
.pp-hero-wrap{
position:relative;
z-index:2;
width:min(1180px,90%);
margin:auto;
}
.pp-hero-content{
width:48%;
max-width:555px;
}
.pp-small-title{
color:var(--pp-gold);
font-size:16px;
font-weight:800;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:14px;
}
.pp-small-title::after{
content:"";
display:block;
width:40px;
height:2px;
margin-top:11px;
background:var(--pp-gold);
}
.pp-about-hero h1{
margin:0;
color:var(--pp-navy);
font-family:Georgia, "Times New Roman", serif;
font-size:clamp(52px,5.6vw,78px);
font-weight:600;
line-height:.98;
letter-spacing:-2px;
}
.pp-about-hero h1 span{
display:block;
}
.pp-about-hero h1 .pp-low-price{
color:var(--pp-gold);
margin-top:8px;
}
.pp-hero-description{
max-width:500px;
margin:28px 0 0;
color:var(--pp-navy);
font-size:18px;
line-height:1.65;
}
/* ============================================================
INTRO
============================================================ */
.pp-quality-intro{
padding:38px 20px 10px;
text-align:center;
}
.pp-quality-intro h2{
margin:0 0 9px;
color:var(--pp-navy);
font-size:23px;
font-weight:800;
}
.pp-quality-intro p{
max-width:930px;
margin:auto;
color:var(--pp-text);
font-size:15px;
line-height:1.6;
}
/* ============================================================
FOUR QUALITY CARDS
============================================================ */
.pp-quality-section{
padding:22px 20px 43px;
}
.pp-quality-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}
.pp-quality-card{
min-height:272px;
padding:25px 20px 27px;
text-align:center;
background:#fff;
border:1px solid var(--pp-line);
border-radius:8px;
box-shadow:0 4px 14px rgba(31,49,87,.035);
transition:transform .25s ease, box-shadow .25s ease;
}
.pp-quality-card:hover{
transform:translateY(-4px);
box-shadow:0 11px 26px rgba(31,49,87,.10);
}
.pp-card-icon{
width:70px;
height:70px;
margin:0 auto 13px;
display:flex;
align-items:center;
justify-content:center;
}
.pp-card-icon svg{
width:62px;
height:62px;
stroke:var(--pp-gold);
fill:none;
stroke-width:2;
}
.pp-quality-card h3{
margin:0;
color:var(--pp-navy);
font-size:14px;
line-height:1.35;
font-weight:800;
text-transform:uppercase;
}
.pp-quality-card h3::after{
content:"";
display:block;
width:32px;
height:2px;
margin:12px auto 13px;
background:var(--pp-gold);
}
.pp-quality-card p{
margin:0;
color:var(--pp-text);
font-size:13px;
line-height:1.55;
}
/* ============================================================
BUTTONS
============================================================ */
.pp-coa-row{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
gap:18px;
margin-top:23px;
}
.pp-coa-row-text{
color:var(--pp-navy);
font-size:15px;
}
.pp-outline-button{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 20px;
min-height:42px;
border:1px solid var(--pp-gold);
background:#fff;
color:var(--pp-navy)!important;
font-size:12px;
font-weight:800;
letter-spacing:.2px;
text-transform:uppercase;
transition:.2s ease;
}
.pp-outline-button::after{
content:"›";
margin-left:12px;
color:var(--pp-gold);
font-size:20px;
line-height:1;
}
.pp-outline-button:hover{
color:#fff!important;
background:var(--pp-navy);
border-color:var(--pp-navy);
transform:translateY(-2px);
}
/* ============================================================
PRODUCTS / SECOND IMAGE
============================================================ */
.pp-products-section{
display:grid;
grid-template-columns:1fr 1fr;
min-height:335px;
border-top:1px solid #EDF0F2;
border-bottom:1px solid #EDF0F2;
}
.pp-products-image{
min-height:335px;
background-image:
linear-gradient(
rgba(224,241,250,.07),
rgba(224,241,250,.07)
),
url('https://prolificpeptides.co/wp-content/uploads/2026/08/ChatGPT-Image-Aug-24-2026-07_47_49-PM.png');
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
background-color:#EAF4FA;
}
.pp-products-content{
display:flex;
align-items:center;
padding:46px 7%;
background:#fff;
}
.pp-products-inner{
max-width:510px;
}
.pp-section-kicker{
margin-bottom:4px;
color:var(--pp-gold);
font-size:15px;
font-weight:800;
letter-spacing:.8px;
text-transform:uppercase;
}
.pp-products-content h2,
.pp-compliance-left h2{
margin:0 0 18px;
color:var(--pp-navy);
font-size:26px;
line-height:1.15;
text-transform:uppercase;
}
.pp-products-content h2::after,
.pp-compliance-left h2::after{
content:"";
display:block;
width:42px;
height:2px;
margin-top:12px;
background:var(--pp-gold);
}
.pp-products-content p{
margin:0 0 22px;
color:var(--pp-text);
font-size:14px;
line-height:1.65;
}
/* ============================================================
COMPLIANCE
============================================================ */
.pp-compliance-section{
padding:41px 20px 26px;
background:#fff;
}
.pp-compliance-grid{
display:grid;
grid-template-columns:1fr 1.08fr;
gap:70px;
}
.pp-compliance-left h2{
margin-bottom:17px;
font-size:24px;
}
.pp-compliance-left p{
margin:0 0 13px;
color:var(--pp-text);
font-size:13px;
line-height:1.55;
}
.pp-compliance-left strong{
color:var(--pp-navy);
}
.pp-key-title{
margin:4px 0 13px;
color:var(--pp-navy);
font-size:13px;
font-weight:800;
text-transform:uppercase;
}
.pp-compliance-points{
list-style:none;
padding:0;
margin:0;
}
.pp-compliance-points li{
position:relative;
padding:9px 0 9px 29px;
border-bottom:1px solid #E2E7EB;
color:var(--pp-text);
font-size:13px;
line-height:1.35;
}
.pp-compliance-points li:last-child{
border-bottom:none;
}
.pp-compliance-points li::before{
content:"✓";
position:absolute;
left:0;
top:8px;
width:18px;
height:18px;
display:flex;
align-items:center;
justify-content:center;
border:2px solid var(--pp-gold);
border-radius:50%;
color:var(--pp-gold);
font-size:10px;
font-weight:900;
}
.pp-terms-line{
margin-top:20px;
text-align:center;
color:var(--pp-navy);
font-size:14px;
}
.pp-terms-line a{
color:var(--pp-gold)!important;
border-bottom:1px solid var(--pp-gold);
}
/* ============================================================
BOTTOM CTA
============================================================ */
.pp-about-footer{
padding:18px 20px 23px;
background:
linear-gradient(
90deg,
#0C2748 0%,
#1F3157 55%,
#0D294C 100%
);
}
.pp-footer-title{
margin-bottom:15px;
text-align:center;
color:var(--pp-gold);
font-size:15px;
font-weight:800;
letter-spacing:.8px;
text-transform:uppercase;
}
.pp-footer-links{
width:min(1180px,94%);
margin:auto;
display:grid;
grid-template-columns:repeat(5,1fr);
}
.pp-footer-link{
display:flex;
align-items:flex-start;
gap:12px;
min-height:70px;
padding:7px 17px;
color:#fff!important;
border-right:1px solid rgba(199,146,55,.45);
}
.pp-footer-link:last-child{
border-right:none;
}
.pp-footer-icon{
min-width:30px;
color:var(--pp-gold);
}
.pp-footer-icon svg{
width:28px;
height:28px;
fill:none;
stroke:currentColor;
stroke-width:1.8;
}
.pp-footer-link strong{
display:block;
margin-bottom:4px;
color:#fff;
font-size:11px;
text-transform:uppercase;
}
.pp-footer-link small{
display:block;
color:rgba(255,255,255,.86);
font-size:10.5px;
line-height:1.45;
}
.pp-footer-link:hover strong,
.pp-footer-link:hover small{
color:var(--pp-gold);
}
/* ============================================================
TABLET
============================================================ */
@media(max-width:950px){
.pp-about-hero{
min-height:610px;
background-position:center bottom;
}
.pp-hero-content{
width:58%;
}
.pp-quality-grid{
grid-template-columns:repeat(2,1fr);
}
.pp-products-section{
grid-template-columns:1fr;
}
.pp-products-image{
min-height:320px;
}
.pp-compliance-grid{
grid-template-columns:1fr;
gap:28px;
}
.pp-footer-links{
grid-template-columns:repeat(2,1fr);
}
.pp-footer-link{
border-right:none;
border-bottom:1px solid rgba(199,146,55,.25);
}
}
/* ============================================================
MOBILE
============================================================ */
@media(max-width:620px){
.pp-about-hero{
min-height:690px;
align-items:flex-start;
padding-top:44px;
background-image:
linear-gradient(
180deg,
rgba(243,249,253,.99) 0%,
rgba(238,247,252,.97) 52%,
rgba(228,242,250,.25) 100%
),
url('https://prolificpeptides.co/wp-content/uploads/2026/08/ChatGPT-Image-Aug-19-2026-12_40_36-AM-2.png');
background-size:auto 48%;
background-position:center bottom;
background-repeat:no-repeat;
}
.pp-hero-content{
width:100%;
}
.pp-about-hero h1{
font-size:45px;
letter-spacing:-1px;
}
.pp-hero-description{
max-width:370px;
font-size:15px;
}
.pp-quality-grid{
grid-template-columns:1fr;
}
.pp-quality-card{
min-height:auto;
}
.pp-products-content{
padding:38px 7%;
}
.pp-compliance-section{
padding-top:35px;
}
.pp-footer-links{
grid-template-columns:1fr;
}
.pp-footer-link{
padding:13px 6px;
}
}
About Prolific Peptides
High Purity.
Transparency.
Low Prices.
Prolific Peptides is committed to providing high-quality
peptides to support innovative research worldwide.
We believe that research deserves the highest standards.
That’s why we prioritize quality, openness, and accountability
at every step—from sourcing to delivery.
The company works with an independent third-party
testing lab,with scheduled supplier auditing for additional verification.
Customers are also encouraged to run their own independent
analysis through qualified testing facilities.
Batch Traceability
Every product carries a unique batch number for full
traceability from sourcing to delivery.
Certificates of Analysis
Batch-specific COA purity data is published for all products.
HPLC Testing
Industry-standard method for verifying purity and identity.
Third-Party Partnership
Independent testing adds another
layer of verification.
What products do
Prolific Peptides Offer?
Prolific Peptides distributes peptides across
six research-focused categories, each grouped by primary
area of scientific interest. All products ship in
lyophilized (freeze-dried) form for storage and transit
stability.
Browse the Catalog Page
What are the compliance
And Usage Requirements?
All products sold by Prolific Peptides carry the label
“For Research Use Only. Not for human or diagnostic use,”
in line with research-use-only labeling requirements.
Customers are solely responsible for ensuring their
purchase and use of these materials complies with
applicable local, state, and federal regulations. All researchers purchasing from our site must be 21years or older.
Prolific Peptides does not offer guidance on product
application beyond intended research use.
Key Compliance Points
-
Not intended for human or animal consumption
-
Not approved for diagnostic or therapeutic use
-
Independent verification of materials is recommended
-
Customers must comply with all applicable regulations
in their jurisdiction
-
Products are for Research Use Only.
-
All researchers using our site must be 21 years of age or older.
Read the full
Terms of Service
for complete legal details and conditions of sale.