{"id":7243,"date":"2026-01-26T07:20:26","date_gmt":"2026-01-26T07:20:26","guid":{"rendered":"http:\/\/pandapeptides.com\/home\/"},"modified":"2026-04-11T01:01:12","modified_gmt":"2026-04-11T08:01:12","slug":"home","status":"publish","type":"page","link":"https:\/\/pandapeptides.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<style>\n\n\n\/* ============================================\n   HOMEPAGE REDESIGN \u2014 INLINE STYLES\n   Works within Shoptimizer + panda-redesign mu-plugin\n   ============================================ *\/\n\n\/* Hero section *\/\n.pp-hero {\n    position: relative;\n    padding: 80px 24px 60px;\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow: hidden;\n}\n\n.pp-hero::before {\n    content: '';\n    position: absolute;\n    top: -200px;\n    right: -100px;\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, rgba(0, 229, 255, 0.04) 0%, transparent 70%);\n    pointer-events: none;\n}\n\n.pp-hero-layout {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n}\n\n.pp-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(0, 229, 255, 0.08);\n    border: 1px solid rgba(0, 229, 255, 0.15);\n    border-radius: 100px;\n    padding: 6px 16px 6px 8px;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    color: #00e5ff;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n    animation: ppFadeUp 0.6s ease both;\n}\n\n.pp-hero-badge .pp-dot {\n    width: 8px;\n    height: 8px;\n    background: #00e5ff;\n    border-radius: 50%;\n    animation: ppPulse 2s infinite;\n}\n\n@keyframes ppPulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.4; }\n}\n\n@keyframes ppFadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n.pp-hero h1 {\n    font-family: 'Outfit', sans-serif !important;\n    font-size: clamp(32px, 4vw, 52px) !important;\n    font-weight: 700 !important;\n    line-height: 1.1 !important;\n    letter-spacing: -0.03em !important;\n    color: #fafafa !important;\n    margin-bottom: 18px !important;\n    animation: ppFadeUp 0.6s ease 0.1s both;\n}\n\n.pp-hero h1 .pp-accent {\n    background: linear-gradient(135deg, #00e5ff 0%, #d946ef 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n}\n\n.pp-hero-sub {\n    font-size: 17px;\n    color: #a1a1aa;\n    line-height: 1.7;\n    margin-bottom: 32px;\n    max-width: 460px;\n    animation: ppFadeUp 0.6s ease 0.2s both;\n}\n\n.pp-hero-buttons {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n    animation: ppFadeUp 0.6s ease 0.3s both;\n}\n\na.pp-btn-primary,\na.pp-btn-primary:link,\na.pp-btn-primary:visited,\na.pp-btn-primary:hover,\na.pp-btn-primary:active {\n    color: #111113 !important;\n}\n.pp-btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 32px;\n    background: #00e5ff;\n    color: #111113 !important;\n    font-family: 'Outfit', sans-serif;\n    font-weight: 600;\n    font-size: 15px;\n    border-radius: 10px;\n    border: none;\n    text-decoration: none !important;\n    transition: all 0.25s;\n}\n\n.pp-btn-primary:hover {\n    background: #00cce6;\n    color: #111113 !important;\n    transform: translateY(-1px);\n    box-shadow: 0 8px 30px rgba(0, 229, 255, 0.25);\n}\n\n.pp-btn-outline {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: transparent;\n    color: #fafafa !important;\n    font-family: 'Outfit', sans-serif;\n    font-weight: 500;\n    font-size: 15px;\n    border-radius: 10px;\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    text-decoration: none !important;\n    transition: all 0.25s;\n}\n\n.pp-btn-outline:hover {\n    border-color: #00e5ff;\n    color: #00e5ff !important;\n}\n\n\/* Verification card *\/\n.pp-vcard {\n    background: #1f1f23;\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    border-radius: 20px;\n    padding: 32px;\n    position: relative;\n    overflow: hidden;\n    animation: ppFadeUp 0.6s ease 0.3s both;\n}\n\n.pp-vcard::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #00e5ff, #d946ef);\n}\n\n.pp-vcard-header {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 24px;\n}\n\n.pp-vcard-icon {\n    width: 44px;\n    height: 44px;\n    background: rgba(0, 229, 255, 0.08);\n    border: 1px solid rgba(0, 229, 255, 0.15);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n}\n\n.pp-vcard-title {\n    font-family: 'Outfit', sans-serif;\n    font-weight: 600;\n    font-size: 16px;\n    color: #fafafa;\n}\n\n.pp-vcard-subtitle {\n    font-size: 12px;\n    color: #71717a;\n    font-family: 'JetBrains Mono', monospace;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n}\n\n.pp-vcard-metrics {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 24px;\n}\n\n.pp-metric {\n    background: #27272b;\n    border-radius: 12px;\n    padding: 16px;\n}\n\n.pp-metric-value {\n    font-family: 'Outfit', sans-serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: #00e5ff;\n    margin-bottom: 2px;\n}\n\n.pp-metric-label {\n    font-size: 11px;\n    color: #71717a;\n    font-family: 'JetBrains Mono', monospace;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n}\n\n.pp-vcard-checks {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n}\n\n.pp-check {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 13px;\n    color: #a1a1aa;\n}\n\n.pp-check-icon {\n    width: 20px;\n    height: 20px;\n    background: rgba(52, 211, 153, 0.15);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #d946ef;\n    font-size: 11px;\n    flex-shrink: 0;\n}\n\n.pp-trust-float {\n    position: absolute;\n    bottom: -14px;\n    right: 20px;\n    background: #18181b;\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 10px;\n    padding: 8px 16px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    color: #a1a1aa;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.4);\n}\n\n.pp-trust-float .pp-green-dot {\n    width: 6px;\n    height: 6px;\n    background: #34d399;\n    border-radius: 50%;\n}\n\n\/* Trust strip *\/\n.pp-trust-strip {\n    border-top: 1px solid rgba(255,255,255,0.06);\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    padding: 22px 24px;\n}\n\n.pp-trust-strip-inner {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    max-width: 1200px;\n    margin: 0 auto;\n}\n\n.pp-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    color: #71717a;\n}\n\n.pp-trust-item strong {\n    color: #a1a1aa;\n    font-weight: 500;\n}\n\n\/* Section headers *\/\n.pp-section-label {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #00e5ff;\n    margin-bottom: 12px;\n    text-align: center;\n}\n\n.pp-section-title {\n    font-family: 'Outfit', sans-serif !important;\n    font-size: clamp(26px, 3vw, 36px) !important;\n    font-weight: 700 !important;\n    letter-spacing: -0.02em !important;\n    color: #fafafa !important;\n    text-align: center;\n    margin-bottom: 12px !important;\n}\n\n.pp-section-subtitle {\n    font-size: 16px;\n    color: #71717a;\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n\/* [section removed] *\/\n\n\/* [section removed] *\/\n\n\/* View all row *\/\n.pp-view-all {\n    text-align: center;\n    margin-top: 36px;\n}\n\n\/* ===== MOBILE: Compact hero, products first ===== *\/\n@media (max-width: 1024px) {\n    .pp-hero-layout { grid-template-columns: 1fr; gap: 40px; }\n    .pp-hero h1, .pp-hero-sub, .pp-hero-badge { text-align: center; }\n    .pp-hero-sub { margin-left: auto; margin-right: auto; }\n    .pp-hero-buttons { justify-content: center; }\n}\n\n@media (max-width: 768px) {\n    \/* Compact hero for mobile \u2014 get CTA visible fast *\/\n    .pp-hero { padding: 30px 20px 24px; }\n    .pp-hero-badge { margin-bottom: 16px; }\n    .pp-hero h1 { margin-bottom: 12px !important; }\n    .pp-hero-sub { \n        font-size: 15px; \n        margin-bottom: 20px; \n        line-height: 1.5;\n    }\n    .pp-hero-buttons { flex-direction: column; gap: 10px; }\n    .pp-btn-primary, .pp-btn-outline { width: 100%; justify-content: center; text-align: center; }\n    \n    \/* Hide verification card on mobile \u2014 it pushes everything down *\/\n    .pp-vcard-wrapper { display: none; }\n    \n    .pp-trust-strip-inner { gap: 20px; }\n    .pp-vcard-metrics { grid-template-columns: 1fr; }\n}\n\n@media (max-width: 480px) {\n    .pp-trust-strip-inner { flex-direction: column; gap: 10px; }\n}\n\n\n\n<\/style>\n<!-- ======== HERO (compact on mobile) ======== -->\n<div class=\"pp-hero\">\n    <div class=\"pp-hero-layout\">\n        <div>\n            <div class=\"pp-hero-badge\">\n                <span class=\"pp-dot\"><\/span>\n                Proof before purchase\n            <\/div>\n\n            <h1>99%+ Purity Research Peptides.<br><span class=\"pp-accent\">Independently verified.<\/span><\/h1>\n\n            <div class=\"pp-hero-buttons\">\n                <a href=\"#pp-bestsellers\" class=\"pp-btn-primary\">Shop Bestsellers \u2192<\/a>\n                <a href=\"\/coa\/\" class=\"pp-btn-outline\">View Lab Reports<\/a>\n            <\/div>\n            <p class=\"pp-hero-subnav\" style=\"margin-top:16px;color:#a1a1aa;font-size:14px;\">New here? Start with <a href=\"\/quality-and-testing\/\" style=\"color:#00e5ff;text-decoration:none;\">Quality &amp; Testing<\/a>, the <a href=\"\/research-framework\/\" style=\"color:#d946ef;text-decoration:none;\">research evaluation guide<\/a>, or our <a href=\"\/faq\/\" style=\"color:#00e5ff;text-decoration:none;\">FAQ<\/a>.<\/p>\n\n            <p class=\"pp-hero-sub\">\n                Research peptides with batch-specific COAs, independent testing, and direct Janoshik verification. Published lab reports, mass spectrometry identity confirmation, and clear documentation tied to the products they cover.\n            <\/p>\n        <\/div>\n\n        <div class=\"pp-vcard-wrapper\" style=\"position: relative\">\n            <div class=\"pp-vcard\">\n                <div class=\"pp-vcard-header\">\n                    <div class=\"pp-vcard-icon\"><\/div>\n                    <div>\n                        <div class=\"pp-vcard-title\">Latest Batch Verification<\/div>\n                        <div class=\"pp-vcard-subtitle\">Batch JTF26Q17797 \u00b7 <a href=\"https:\/\/janoshik.com\" target=\"_blank\" rel=\"noopener\" style=\"color:#00e5ff;text-decoration:none\">Janoshik Analytical<\/a> (independent third-party)<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"pp-vcard-metrics\">\n                    <div class=\"pp-metric\">\n                        <div class=\"pp-metric-value\">99.2%<\/div>\n                        <div class=\"pp-metric-label\">HPLC Purity<\/div>\n                    <\/div>\n                    <div class=\"pp-metric\">\n                        <div class=\"pp-metric-value\">47+<\/div>\n                        <div class=\"pp-metric-label\">Compounds<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"pp-vcard-checks\">\n                    <div class=\"pp-check\">\n                        <span class=\"pp-check-icon\">\u2713<\/span>\n                        Identity confirmed via mass spectrometry\n                    <\/div>\n                    <div class=\"pp-check\">\n                        <span class=\"pp-check-icon\">\u2713<\/span>\n                        Zero undeclared substances across all tested batches\n                    <\/div>\n                    <div class=\"pp-check\">\n                        <span class=\"pp-check-icon\">\u2713<\/span>\n                        Published lab reports across the catalog\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"pp-trust-float\">\n                <span class=\"pp-green-dot\"><\/span>\n                Verified by <a href=\"\/coa\/\" style=\"color:#00e5ff;text-decoration:none\">Janoshik Analytical<\/a> \u2014 independent, no financial ties\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div id=\"pp-bestsellers\" class=\"wp-block-group has-background\" style=\"background-color:#18181b;padding:50px 24px\">\n<div class=\"pp-section-label\">Most Popular<\/div>\n<h2 class=\"wp-block-heading pp-section-title\" style=\"font-size:36px\">Bestsellers<\/h2>\n<p class=\"pp-section-subtitle has-global-padding is-layout-constrained wp-container-core-group-is-layout-bc53e34b wp-block-group-is-layout-constrained\">Trusted by researchers nationwide<\/p>\n<div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"product type-product post-37 status-publish first instock product_cat-glp-receptor-agonists product_tag-badge-bestseller has-post-thumbnail sale taxable shipping-taxable purchasable product-type-variable has-default-attributes\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-1-t\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-1-t\/\" title=\"GLP-1T\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"sale-item product-label type-bubble\">-41%<\/span><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"GLP-1T - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-1-T-10mg-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/glp-receptor-agonists\/\" rel=\"tag\">GLP Receptor Agonists<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-1-t\/\" aria-label=\"GLP-1T\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">GLP-1T<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>23.99<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>139.99<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;23.99 through &#36;139.99<\/span><\/span>\n<\/div><\/a><a href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-1-t\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_37\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-ga4-product='{&quot;item_id&quot;:&quot;37&quot;,&quot;item_name&quot;:&quot;GLP-1T&quot;,&quot;price&quot;:23.99,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;GLP Receptor Agonists&quot;,&quot;index&quot;:0}' data-product_id=\"37\" data-product_sku=\"PP-017\" aria-label=\"Elige las opciones para &ldquo;GLP-1T&rdquo;\" rel=\"nofollow\">Seleccionar opciones<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_37\" class=\"screen-reader-text\">\n\t\tEste producto tiene m\u00faltiples variantes. Las opciones se pueden elegir en la p\u00e1gina de producto\t<\/span>\n<\/div><\/li>\n<li class=\"product type-product post-7253 status-publish instock product_cat-lab-supplies has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/reconstitution-water-with-9-benzyl-alcohol\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/reconstitution-water-with-9-benzyl-alcohol\/\" title=\"Bacteriostatic Water 10mL\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"sale-item product-label type-bubble\">-4%<\/span><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Bacteriostatic Water (BAC Water) - sterile solution vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BAC-Water-10mL-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/lab-supplies\/\" rel=\"tag\">Lab Supplies<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/reconstitution-water-with-9-benzyl-alcohol\/\" aria-label=\"Bacteriostatic Water 10mL\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">Bacteriostatic Water 10mL<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>7.99<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;7.99.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>7.67<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;7.67.<\/span><\/span>\n<\/div><\/a><a href=\"\/es\/wp-json\/wp\/v2\/pages\/7243?add-to-cart=7253\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7253\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-ga4-product='{&quot;item_id&quot;:&quot;7253&quot;,&quot;item_name&quot;:&quot;Bacteriostatic Water 10mL&quot;,&quot;price&quot;:7.67,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;Lab Supplies&quot;,&quot;index&quot;:0}' data-product_id=\"7253\" data-product_sku=\"PP-005\" aria-label=\"Add to cart: &ldquo;Bacteriostatic Water 10mL&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bacteriostatic Water 10mL&rdquo; has been added to your cart\" role=\"button\">A\u00f1adir al carrito<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7253\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div><\/li>\n<li class=\"product type-product post-7196 status-publish instock product_cat-glp-receptor-agonists product_tag-badge-popular has-post-thumbnail taxable shipping-taxable purchasable product-type-variable has-default-attributes\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-g3\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-g3\/\" title=\"GLP-G3\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"GLP-G3 - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/GLP-3-R-10mg-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/glp-receptor-agonists\/\" rel=\"tag\">GLP Receptor Agonists<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-g3\/\" aria-label=\"GLP-G3\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">GLP-G3<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>54.99<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>301.99<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;54.99 through &#36;301.99<\/span><\/span>\n<\/div><\/a><a href=\"https:\/\/pandapeptides.com\/es\/producto\/glp-g3\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7196\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-ga4-product='{&quot;item_id&quot;:&quot;7196&quot;,&quot;item_name&quot;:&quot;GLP-G3&quot;,&quot;price&quot;:54.99,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;GLP Receptor Agonists&quot;,&quot;index&quot;:0}' data-product_id=\"7196\" data-product_sku=\"PP-018\" aria-label=\"Elige las opciones para &ldquo;GLP-G3&rdquo;\" rel=\"nofollow\">Seleccionar opciones<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7196\" class=\"screen-reader-text\">\n\t\tEste producto tiene m\u00faltiples variantes. Las opciones se pueden elegir en la p\u00e1gina de producto\t<\/span>\n<\/div><\/li>\n<li class=\"product type-product post-7248 status-publish last instock product_cat-research-peptides has-post-thumbnail sale taxable shipping-taxable purchasable product-type-variable has-default-attributes\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157\/\" title=\"BPC-157\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"sale-item product-label type-bubble\">-15%<\/span><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"BPC-157 - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157-5mg-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/research-peptides\/\" rel=\"tag\">Research Peptides<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157\/\" aria-label=\"BPC-157\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">BPC-157<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>24.99<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>50.58<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;24.99 through &#36;50.58<\/span><\/span>\n<\/div><\/a><a href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7248\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-ga4-product='{&quot;item_id&quot;:&quot;7248&quot;,&quot;item_name&quot;:&quot;BPC-157&quot;,&quot;price&quot;:24.99,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;Research Peptides&quot;,&quot;index&quot;:0}' data-product_id=\"7248\" data-product_sku=\"PP-006\" aria-label=\"Elige las opciones para &ldquo;BPC-157&rdquo;\" rel=\"nofollow\">Seleccionar opciones<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7248\" class=\"screen-reader-text\">\n\t\tEste producto tiene m\u00faltiples variantes. Las opciones se pueden elegir en la p\u00e1gina de producto\t<\/span>\n<\/div><\/li>\n<\/ul>\n<\/div>\n\n<div class=\"pp-view-all\" style=\"margin-top:36px\">\n\n<div class=\"wp-block-buttons is-layout-flex is-content-justification-center wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\" style=\"justify-content:center\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/shop\/\" style=\"border-radius:10px;padding:14px 28px\">View All 47+ Products \u2192<\/a><\/div>\n<\/div>\n\n<\/div>\n<\/div>\n\n\n\n<!-- ======== TRUST STRIP ======== -->\n<div class=\"pp-trust-strip\">\n    <div class=\"pp-trust-strip-inner\">\n        <div class=\"pp-trust-item\"><span><\/span> <span><strong>independent third-party<\/strong> analytical testing<\/span><\/div>\n        <div class=\"pp-trust-item\"><span><\/span> <span><strong>1-2 day<\/strong> order processing<\/span><\/div>\n        <div class=\"pp-trust-item\"><span><\/span> <span><strong>US-based<\/strong> small business<\/span><\/div>\n        <div class=\"pp-trust-item\"><span><\/span> <span><strong>30-day<\/strong> quality guarantee<\/span><\/div>\n        <div class=\"pp-trust-item\"><span><\/span> <span><strong>Secure<\/strong> encrypted checkout<\/span><\/div>\n    <\/div>\n<\/div>\n\n\n\n<!-- ======== HOW IT WORKS (replaces Lab + Why Panda) ======== -->\n<style>\n.pp-hiw { max-width: 1000px; margin: 0 auto; padding: 80px 24px; }\n.pp-hiw-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n    margin-top: 48px;\n    position: relative;\n}\n.pp-hiw-grid::before {\n    content: '';\n    position: absolute;\n    top: 28px;\n    left: calc(16.67% + 28px);\n    right: calc(16.67% + 28px);\n    height: 1px;\n    background: linear-gradient(90deg, #00e5ff, #d946ef);\n    opacity: 0.3;\n}\n.pp-hiw-step { text-align: center; position: relative; }\n.pp-hiw-num {\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 20px; font-weight: 700;\n    margin: 0 auto 20px;\n    position: relative; z-index: 1;\n}\n.pp-hiw-step:nth-child(1) .pp-hiw-num {\n    background: rgba(0,229,255,0.1); border: 1px solid rgba(0,229,255,0.25); color: #00e5ff;\n}\n.pp-hiw-step:nth-child(2) .pp-hiw-num {\n    background: rgba(140,180,240,0.12); border: 1px solid rgba(140,180,240,0.3); color: #8CB4F0;\n}\n.pp-hiw-step:nth-child(3) .pp-hiw-num {\n    background: rgba(217,70,239,0.1); border: 1px solid rgba(217,70,239,0.25); color: #d946ef;\n}\n.pp-hiw-title {\n    font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 20px;\n    color: #fafafa; margin-bottom: 10px;\n}\n.pp-hiw-desc {\n    font-size: 15px; color: #a1a1aa; line-height: 1.6; max-width: 280px; margin: 0 auto;\n}\n.pp-hiw-detail {\n    margin-top: 14px; font-size: 13px; color: #71717a; font-style: italic;\n}\n@media (max-width: 768px) {\n    .pp-hiw-grid { grid-template-columns: 1fr; gap: 24px; }\n    .pp-hiw-grid::before { display: none; }\n    .pp-hiw { padding: 50px 20px; }\n}\n<\/style>\n<div class=\"pp-hiw\">\n    <div class=\"pp-section-label\">How It Works<\/div>\n    <h2 class=\"pp-section-title\">Three steps. Zero guesswork.<\/h2>\n    <div class=\"pp-hiw-grid\">\n        <div class=\"pp-hiw-step\">\n            <div class=\"pp-hiw-num\">1<\/div>\n            <div class=\"pp-hiw-title\">Browse &amp; Order<\/div>\n            <div class=\"pp-hiw-desc\">Find your compound, select a size, and check out. Free shipping on orders over $50.<\/div>\n            <div class=\"pp-hiw-detail\">47+ compounds available<\/div>\n        <\/div>\n        <div class=\"pp-hiw-step\">\n            <div class=\"pp-hiw-num\">2<\/div>\n            <div class=\"pp-hiw-title\">We Ship Fast<\/div>\n            <div class=\"pp-hiw-desc\">Orders processed in 1\u20132 business days. USPS Priority Mail, tracked shipping, US-based fulfillment.<\/div>\n            <div class=\"pp-hiw-detail\">Typical delivery window: 2\u20135 business days<\/div>\n        <\/div>\n        <div class=\"pp-hiw-step\">\n            <div class=\"pp-hiw-num\">3<\/div>\n            <div class=\"pp-hiw-title\">What You Get<\/div>\n            <div class=\"pp-hiw-desc\">Panda-branded mailer, protective packaging, and your research compounds. Lab reports published on every product page.<\/div>\n            <div class=\"pp-hiw-detail\">The full Panda experience<\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n\n\n\n\n\n<style>\n.pp-start-here { max-width: 1100px; margin: 0 auto; padding: 70px 24px 30px; }\n.pp-start-grid { display:grid; grid-template-columns: 1.1fr 0.9fr; gap:24px; margin-top:36px; }\n.pp-start-card { background:#18181b; border:1px solid rgba(255,255,255,0.08); border-radius:16px; padding:28px; }\n.pp-start-card h3 { color:#fafafa; font-family:'Outfit',sans-serif; font-size:22px; margin:0 0 10px; }\n.pp-start-card p { color:#a1a1aa; line-height:1.7; margin:0 0 18px; }\n.pp-start-list, .pp-start-links { margin:0; padding-left:18px; }\n.pp-start-list li, .pp-start-links li { color:#d4d4d8; margin:0 0 10px; line-height:1.7; }\n.pp-start-card a { color:#00e5ff; text-decoration:none; }\n.pp-start-note { margin-top:14px; color:#71717a; font-size:14px; }\n @media (max-width: 768px) { .pp-start-here { padding:50px 20px 20px; } .pp-start-grid { grid-template-columns:1fr; } }\n<\/style>\n<div class=\"pp-start-here\">\n    <div class=\"pp-section-label\">Start Here<\/div>\n    <h2 class=\"pp-section-title\">If you&#8217;re comparing vendors, start with proof.<\/h2>\n    <p class=\"pp-section-subtitle\">These are the pages and product paths we want new researchers to hit first because they make Panda easy to verify, not just easy to browse.<\/p>\n    <div class=\"pp-start-grid\">\n        <div class=\"pp-start-card\">\n            <h3>Verify Panda fast<\/h3>\n            <p>If you want the quickest picture of how we operate, start with the documentation layer, then the standards pages.<\/p>\n            <ol class=\"pp-start-list\">\n                <li><a href=\"\/coa\/\">Lab Reports (COAs)<\/a> for batch-specific reports and direct verification links.<\/li>\n                <li><a href=\"\/quality-and-testing\/\">Quality &amp; Testing<\/a> for sourcing, release logic, and how we think about verification.<\/li>\n                <li><a href=\"\/about\/\">About Panda Peptides<\/a>, <a href=\"\/research-framework\/\">research evaluation guide<\/a>, and <a href=\"\/faq\/\">FAQ<\/a> for policy, standards, and what we will not do.<\/li>\n            <\/ol>\n            <p class=\"pp-start-note\">New to the category? Start with <a href=\"\/what-are-peptides\/\">What Are Peptides?<\/a> before diving into product pages.<\/p>\n        <\/div>\n        <div class=\"pp-start-card\">\n            <h3>Most-requested research compounds<\/h3>\n            <p>These are some of the product pages we want search engines, comparison shoppers, and returning customers to find first.<\/p>\n            <ul class=\"pp-start-links\">\n                <li><a href=\"\/product\/glp-g3\/\">GLP-G3 research peptide<\/a><\/li>\n                <li><a href=\"\/product\/glp-1-s\/\">GLP-1S research peptide<\/a><\/li>\n                <li><a href=\"\/product\/bpc-157\/\">BPC-157 research peptide<\/a><\/li>\n                <li><a href=\"\/product\/lipo-c\/\">Lipo-C research peptide<\/a><\/li>\n            <\/ul>\n            <p class=\"pp-start-note\">Every path above is supported by our public COA library, testing page, and research-use documentation rather than standalone marketing claims.<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-background\" style=\"background-color:#18181b;padding:50px 24px\">\n<div class=\"pp-section-label\">New Arrivals<\/div>\n<h2 class=\"wp-block-heading pp-section-title\" style=\"font-size:36px\">Latest Additions<\/h2>\n<p class=\"pp-section-subtitle has-global-padding is-layout-constrained wp-container-core-group-is-layout-bc53e34b wp-block-group-is-layout-constrained\">The newest compounds in our catalog<\/p>\n<div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"product type-product post-7251 status-publish first instock product_cat-research-peptides has-post-thumbnail sale taxable shipping-taxable purchasable product-type-simple\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/nad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/nad\/\" title=\"NAD+ 500mg\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"sale-item product-label type-bubble\">-20%<\/span><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"NAD+ - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/NAD_-500mg-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/research-peptides\/\" rel=\"tag\">Research Peptides<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/nad\/\" aria-label=\"NAD+ 500mg\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">NAD+ 500mg<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>43.74<\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#036;43.74.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>34.99<\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#036;34.99.<\/span><\/span>\n<\/div><\/a><a href=\"\/es\/wp-json\/wp\/v2\/pages\/7243?add-to-cart=7251\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7251\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-ga4-product='{&quot;item_id&quot;:&quot;7251&quot;,&quot;item_name&quot;:&quot;NAD+ 500mg&quot;,&quot;price&quot;:34.99,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;Research Peptides&quot;,&quot;index&quot;:0}' data-product_id=\"7251\" data-product_sku=\"PP-032-C\" aria-label=\"Add to cart: &ldquo;NAD+ 500mg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;NAD+ 500mg&rdquo; has been added to your cart\" role=\"button\">A\u00f1adir al carrito<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7251\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div><\/li>\n<li class=\"product type-product post-7290 status-publish instock product_cat-growth-hormone-peptides has-post-thumbnail taxable shipping-taxable purchasable product-type-variable has-default-attributes\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/tesamorelin\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/tesamorelin\/\" title=\"Tesamorelin\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tesamorelin - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/Tesamorelin-10mg-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/growth-hormone-peptides\/\" rel=\"tag\">Growth Hormone Peptides<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/tesamorelin\/\" aria-label=\"Tesamorelin\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">Tesamorelin<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>56.99<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>99.99<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;56.99 through &#36;99.99<\/span><\/span>\n<\/div><\/a><a href=\"https:\/\/pandapeptides.com\/es\/producto\/tesamorelin\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7290\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-ga4-product='{&quot;item_id&quot;:&quot;7290&quot;,&quot;item_name&quot;:&quot;Tesamorelin&quot;,&quot;price&quot;:56.99,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;Growth Hormone Peptides&quot;,&quot;index&quot;:0}' data-product_id=\"7290\" data-product_sku=\"PP-039\" aria-label=\"Elige las opciones para &ldquo;Tesamorelin&rdquo;\" rel=\"nofollow\">Seleccionar opciones<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7290\" class=\"screen-reader-text\">\n\t\tEste producto tiene m\u00faltiples variantes. Las opciones se pueden elegir en la p\u00e1gina de producto\t<\/span>\n<\/div><\/li>\n<li class=\"product type-product post-7254 status-publish instock product_cat-peptide-bundles has-post-thumbnail sale taxable shipping-taxable purchasable product-type-variable has-default-attributes\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157-tb-500\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157-tb-500\/\" title=\"BPC-157 + TB-500\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"sale-item product-label type-bubble\">-10%<\/span><div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"BPC-157 + TB-500 - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/BPC-157_TB-500-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/peptide-bundles\/\" rel=\"tag\">Peptide Bundles<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157-tb-500\/\" aria-label=\"BPC-157 + TB-500\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">BPC-157 + TB-500<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>45.89<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>84.59<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;45.89 through &#36;84.59<\/span><\/span>\n<\/div><\/a><a href=\"https:\/\/pandapeptides.com\/es\/producto\/bpc-157-tb-500\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7254\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-ga4-product='{&quot;item_id&quot;:&quot;7254&quot;,&quot;item_name&quot;:&quot;BPC-157 + TB-500&quot;,&quot;price&quot;:45.89,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;Peptide Bundles&quot;,&quot;index&quot;:0}' data-product_id=\"7254\" data-product_sku=\"PP-007\" aria-label=\"Elige las opciones para &ldquo;BPC-157 + TB-500&rdquo;\" rel=\"nofollow\">Seleccionar opciones<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7254\" class=\"screen-reader-text\">\n\t\tEste producto tiene m\u00faltiples variantes. Las opciones se pueden elegir en la p\u00e1gina de producto\t<\/span>\n<\/div><\/li>\n<li class=\"product type-product post-7252 status-publish last outofstock product_cat-research-peptides has-post-thumbnail taxable shipping-taxable purchasable product-type-variable has-default-attributes\" style=\"--span: 1;\">\n\t<a href=\"https:\/\/pandapeptides.com\/es\/producto\/mots-c\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"woocommerce-image__wrapper\"><a href=\"https:\/\/pandapeptides.com\/es\/producto\/mots-c\/\" title=\"MOTS-c\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t<span class=\"product-out-of-stock\"><em>Out of stock<\/em><\/span>\n\t\t\t<div class=\"shoptimizer-plp-carousel-container\"><div class=\"shoptimizer-plp-image-wrapper\"><img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"MOTS-c - lyophilized powder research peptide vial by Panda Peptides\" srcset=\"https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-300x300.jpg 300w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-1024x1024.jpg 1024w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-150x150.jpg 150w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-768x768.jpg 768w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-1536x1536.jpg 1536w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-2048x2048.jpg 2048w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-990x990.jpg 990w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-441x441.jpg 441w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-100x100.jpg 100w, https:\/\/pandapeptides.com\/wp-content\/uploads\/2026\/03\/MOTS-c-10mg-800x800.jpg 800w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 300px) 100vw, 300px\" loading=\"lazy\" \/>\t\t\t\n\t<\/div><\/div><\/a><\/div><div class=\"woocommerce-card__header\">\t\t\t\t\t<p class=\"product__categories\"><a href=\"https:\/\/pandapeptides.com\/es\/categoria-producto\/research-peptides\/\" rel=\"tag\">Research Peptides<\/a><\/p>\t\t\t\t<div class=\"woocommerce-loop-product__title\"><a tabindex=\"0\" href=\"https:\/\/pandapeptides.com\/es\/producto\/mots-c\/\" aria-label=\"MOTS-c\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">MOTS-c<\/a><\/div><div class=\"cgkit-as-variation-price \">\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>39.99<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>164.99<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#36;39.99 through &#36;164.99<\/span><\/span>\n<\/div><\/a><a href=\"https:\/\/pandapeptides.com\/es\/producto\/mots-c\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_7252\" data-quantity=\"1\" class=\"button product_type_variable\" data-ga4-product='{&quot;item_id&quot;:&quot;7252&quot;,&quot;item_name&quot;:&quot;MOTS-c&quot;,&quot;price&quot;:39.99,&quot;quantity&quot;:1,&quot;item_category&quot;:&quot;Research Peptides&quot;,&quot;index&quot;:0}' data-product_id=\"7252\" data-product_sku=\"PP-031\" aria-label=\"Elige las opciones para &ldquo;MOTS-c&rdquo;\" rel=\"nofollow\">Get notified<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_7252\" class=\"screen-reader-text\">\n\t\tEste producto tiene m\u00faltiples variantes. Las opciones se pueden elegir en la p\u00e1gina de producto\t<\/span>\n<\/div><\/li>\n<\/ul>\n<\/div>\n\n<\/div>\n\n\n<div style=\"background:#111113;padding:50px 20px;text-align:center;border-top:1px solid rgba(255,255,255,0.06);\">\n<script type=\"text\/javascript\" src=\"\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.bootstrap.min.js\" async><\/script>\n<div style=\"max-width:500px;margin:0 auto;\">\n<div class=\"trustpilot-widget\" data-locale=\"en-US\" data-template-id=\"56278e9abfbbba0bdcd568bc\" data-businessunit-id=\"699ba44041462e7a091fff68\" data-style-height=\"52px\" data-style-width=\"100%\" data-token=\"aaf1b9ff-0190-41c7-8857-76f2660ecaa0\">\n<a href=\"https:\/\/www.trustpilot.com\/review\/pandapeptides.com\" target=\"_blank\" rel=\"noopener\">Trustpilot<\/a>\n<\/div>\n<div style=\"margin-top:18px;\">\n<script src=\"https:\/\/cdn.thewebratings.com\/twr.min.js\"><\/script>\n<script>\n  TheWebRatings.init({\n    apiKey: 'twr_u6If1CRg5yFpeU7LpV29nCKpmxAkWiVejLk3nc7qGxhTKxVCpia0Zm8SBbiE'\n  });\n<\/script>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Proof before purchase 99%+ Purity Research Peptides.Independently verified. Shop Bestsellers \u2192 View Lab Reports New here? Start with Quality &amp; Testing, the research evaluation guide, or our FAQ. Research peptides with batch-specific COAs, independent testing, and direct Janoshik verification. Published lab reports, mass spectrometry identity confirmation, and clear documentation tied to the products they cover. [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth-no-heading.php","meta":{"footnotes":""},"class_list":["post-7243","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages\/7243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/comments?post=7243"}],"version-history":[{"count":5,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages\/7243\/revisions"}],"predecessor-version":[{"id":8704,"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/pages\/7243\/revisions\/8704"}],"wp:attachment":[{"href":"https:\/\/pandapeptides.com\/es\/wp-json\/wp\/v2\/media?parent=7243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}