
CJC-1295+IPA+ (No DAC) 5/5mg (Copy)
/*<?php
$product = wc_get_product(get_the_ID());
if ( $product && $product->is_type( 'simple' ) ) {
?>
<div class="lgp-qty-wrapper">
<button type="button" class="minus">—</button>
<?php
woocommerce_quantity_input( array(
'input_name' => 'quantity',
'input_value' => 1,
'min_value' => 1,
) );
?>
<button type="button" class="plus">+</button>
</div>
<?php
}
?>*//*--- Quantity Selector Styles ---
.lgp-qty-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #000;
width: 100%;
max-width: 250px;
margin: 0 auto 15px;
background: #fff;
}
.lgp-qty-wrapper button {
background: none;
border: none;
cursor: pointer;
font-size: 18px;
padding: 10px 20px;
line-height: 1;
color: #000;
transition: background 0.2s;
}
.lgp-qty-wrapper button:hover {
background: #f5f5f5;
}
.lgp-qty-wrapper .quantity {
flex-grow: 1;
border: none !important;
background: none !important;
box-shadow: none !important;
}
.lgp-qty-wrapper .quantity input.qty {
width: 100%;
border: none !important;
text-align: center;
font-size: 16px;
background: transparent;
padding: 10px 0 !important;
margin: 0 !important;
appearance: none;
-moz-appearance: textfield;
}
/* Hide extra WC buttons and browser arrows
.lgp-qty-wrapper .quantity .plus,
.lgp-qty-wrapper .quantity .minus,
.lgp-qty-wrapper input::-webkit-outer-spin-button,
.lgp-qty-wrapper input::-webkit-inner-spin-button {
display: none !important;
-webkit-appearance: none;
margin: 0;
}
/* --- Add to Cart Button Transitions ---
.add_to_cart_button {
position: relative !important;
transition: all 0.3s ease;
min-height: 45px; /* Ensures height doesn't snap
display: inline-flex;
align-items: center;
justify-content: center;
}
.add_to_cart_button span {
transition: opacity 0.3s ease;
display: inline-block;
}
/* Loading State: Hide text, don't remove it
.add_to_cart_button.loading-active span {
opacity: 0 !important;
}
/* The Spinner
.lgp-loading-svg {
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: 24px !important;
height: 24px !important;
margin: -12px 0 0 -12px !important; /* Perfect manual centering
animation: lgp-spin 0.8s linear infinite;
z-index: 2;
}
@keyframes lgp-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
} */
CJC-1295+IPA+ (No DAC) 5/5mg
/*<?php
$product = wc_get_product(get_the_ID());
if ( $product && $product->is_type( 'simple' ) ) {
?>
<div class="lgp-qty-wrapper">
<button type="button" class="minus">—</button>
<?php
woocommerce_quantity_input( array(
'input_name' => 'quantity',
'input_value' => 1,
'min_value' => 1,
) );
?>
<button type="button" class="plus">+</button>
</div>
<?php
}
?>*//*--- Quantity Selector Styles ---
.lgp-qty-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #000;
width: 100%;
max-width: 250px;
margin: 0 auto 15px;
background: #fff;
}
.lgp-qty-wrapper button {
background: none;
border: none;
cursor: pointer;
font-size: 18px;
padding: 10px 20px;
line-height: 1;
color: #000;
transition: background 0.2s;
}
.lgp-qty-wrapper button:hover {
background: #f5f5f5;
}
.lgp-qty-wrapper .quantity {
flex-grow: 1;
border: none !important;
background: none !important;
box-shadow: none !important;
}
.lgp-qty-wrapper .quantity input.qty {
width: 100%;
border: none !important;
text-align: center;
font-size: 16px;
background: transparent;
padding: 10px 0 !important;
margin: 0 !important;
appearance: none;
-moz-appearance: textfield;
}
/* Hide extra WC buttons and browser arrows
.lgp-qty-wrapper .quantity .plus,
.lgp-qty-wrapper .quantity .minus,
.lgp-qty-wrapper input::-webkit-outer-spin-button,
.lgp-qty-wrapper input::-webkit-inner-spin-button {
display: none !important;
-webkit-appearance: none;
margin: 0;
}
/* --- Add to Cart Button Transitions ---
.add_to_cart_button {
position: relative !important;
transition: all 0.3s ease;
min-height: 45px; /* Ensures height doesn't snap
display: inline-flex;
align-items: center;
justify-content: center;
}
.add_to_cart_button span {
transition: opacity 0.3s ease;
display: inline-block;
}
/* Loading State: Hide text, don't remove it
.add_to_cart_button.loading-active span {
opacity: 0 !important;
}
/* The Spinner
.lgp-loading-svg {
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: 24px !important;
height: 24px !important;
margin: -12px 0 0 -12px !important; /* Perfect manual centering
animation: lgp-spin 0.8s linear infinite;
z-index: 2;
}
@keyframes lgp-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
} */
GHK-CU 50mg
/*<?php
$product = wc_get_product(get_the_ID());
if ( $product && $product->is_type( 'simple' ) ) {
?>
<div class="lgp-qty-wrapper">
<button type="button" class="minus">—</button>
<?php
woocommerce_quantity_input( array(
'input_name' => 'quantity',
'input_value' => 1,
'min_value' => 1,
) );
?>
<button type="button" class="plus">+</button>
</div>
<?php
}
?>*//*--- Quantity Selector Styles ---
.lgp-qty-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #000;
width: 100%;
max-width: 250px;
margin: 0 auto 15px;
background: #fff;
}
.lgp-qty-wrapper button {
background: none;
border: none;
cursor: pointer;
font-size: 18px;
padding: 10px 20px;
line-height: 1;
color: #000;
transition: background 0.2s;
}
.lgp-qty-wrapper button:hover {
background: #f5f5f5;
}
.lgp-qty-wrapper .quantity {
flex-grow: 1;
border: none !important;
background: none !important;
box-shadow: none !important;
}
.lgp-qty-wrapper .quantity input.qty {
width: 100%;
border: none !important;
text-align: center;
font-size: 16px;
background: transparent;
padding: 10px 0 !important;
margin: 0 !important;
appearance: none;
-moz-appearance: textfield;
}
/* Hide extra WC buttons and browser arrows
.lgp-qty-wrapper .quantity .plus,
.lgp-qty-wrapper .quantity .minus,
.lgp-qty-wrapper input::-webkit-outer-spin-button,
.lgp-qty-wrapper input::-webkit-inner-spin-button {
display: none !important;
-webkit-appearance: none;
margin: 0;
}
/* --- Add to Cart Button Transitions ---
.add_to_cart_button {
position: relative !important;
transition: all 0.3s ease;
min-height: 45px; /* Ensures height doesn't snap
display: inline-flex;
align-items: center;
justify-content: center;
}
.add_to_cart_button span {
transition: opacity 0.3s ease;
display: inline-block;
}
/* Loading State: Hide text, don't remove it
.add_to_cart_button.loading-active span {
opacity: 0 !important;
}
/* The Spinner
.lgp-loading-svg {
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: 24px !important;
height: 24px !important;
margin: -12px 0 0 -12px !important; /* Perfect manual centering
animation: lgp-spin 0.8s linear infinite;
z-index: 2;
}
@keyframes lgp-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
} */
SNAP8 10mg
/*<?php
$product = wc_get_product(get_the_ID());
if ( $product && $product->is_type( 'simple' ) ) {
?>
<div class="lgp-qty-wrapper">
<button type="button" class="minus">—</button>
<?php
woocommerce_quantity_input( array(
'input_name' => 'quantity',
'input_value' => 1,
'min_value' => 1,
) );
?>
<button type="button" class="plus">+</button>
</div>
<?php
}
?>*//*--- Quantity Selector Styles ---
.lgp-qty-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #000;
width: 100%;
max-width: 250px;
margin: 0 auto 15px;
background: #fff;
}
.lgp-qty-wrapper button {
background: none;
border: none;
cursor: pointer;
font-size: 18px;
padding: 10px 20px;
line-height: 1;
color: #000;
transition: background 0.2s;
}
.lgp-qty-wrapper button:hover {
background: #f5f5f5;
}
.lgp-qty-wrapper .quantity {
flex-grow: 1;
border: none !important;
background: none !important;
box-shadow: none !important;
}
.lgp-qty-wrapper .quantity input.qty {
width: 100%;
border: none !important;
text-align: center;
font-size: 16px;
background: transparent;
padding: 10px 0 !important;
margin: 0 !important;
appearance: none;
-moz-appearance: textfield;
}
/* Hide extra WC buttons and browser arrows
.lgp-qty-wrapper .quantity .plus,
.lgp-qty-wrapper .quantity .minus,
.lgp-qty-wrapper input::-webkit-outer-spin-button,
.lgp-qty-wrapper input::-webkit-inner-spin-button {
display: none !important;
-webkit-appearance: none;
margin: 0;
}
/* --- Add to Cart Button Transitions ---
.add_to_cart_button {
position: relative !important;
transition: all 0.3s ease;
min-height: 45px; /* Ensures height doesn't snap
display: inline-flex;
align-items: center;
justify-content: center;
}
.add_to_cart_button span {
transition: opacity 0.3s ease;
display: inline-block;
}
/* Loading State: Hide text, don't remove it
.add_to_cart_button.loading-active span {
opacity: 0 !important;
}
/* The Spinner
.lgp-loading-svg {
position: absolute !important;
top: 50% !important;
left: 50% !important;
width: 24px !important;
height: 24px !important;
margin: -12px 0 0 -12px !important; /* Perfect manual centering
animation: lgp-spin 0.8s linear infinite;
z-index: 2;
}
@keyframes lgp-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
} */99% Purity Index
Every compound undergoes independent 3rd-party HPLC testing to ensure absolute molecular accuracy.
Verified Laboratory Reports
Shop all
Express Delivery
Proprietary fulfillment network ensuring 2 to 8 day turnaround for all domestic research facilities.
Direct Domestic Supply Chain
Eliminate the uncertainty of the grey market. We operate within USA to provide consistent clinical quality.
Based in USA
Our Mission
Providing Affordable, High-Purity Peptides
for Scientific Research Applications
We prioritize quality by ensuring that all products are rigorously tested in a laboratory. Please note that our products are for research purposes only and not intended for human consumption. Your satisfaction is our top priority, we are committed to delivering the best for you.
Shop Catalog
