{"id":17688,"date":"2026-04-26T16:14:10","date_gmt":"2026-04-26T16:14:10","guid":{"rendered":"https:\/\/peptidogen.mx\/?page_id=17688"},"modified":"2026-04-26T16:18:45","modified_gmt":"2026-04-26T16:18:45","slug":"new","status":"publish","type":"page","link":"https:\/\/peptidogen.mx\/en_us\/new\/","title":{"rendered":"new"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17688\" class=\"elementor elementor-17688\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7df7e64 e-flex e-con-boxed e-con e-parent\" data-id=\"7df7e64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9ba773 elementor-widget elementor-widget-html\" data-id=\"e9ba773\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Atura Research<\/title>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\r\n  <style>\r\n    \/* Atura Research Page Styles\r\nPurpose: Cleaned CSS for the page after removing the top header section.\r\nNotes:\r\n- Header styling has been removed.\r\n- Section styling has been consolidated for easier editing.\r\n- Responsive rules were cleaned up to match the new layout.\r\n*\/\r\nbody {\r\n  font-family: 'Poppins', sans-serif;\r\n  background-color: \r\n#f5f8fb;\r\n  color: #333;\r\n  margin: 0;\r\n  padding: 0;\r\n  line-height: 1.6;\r\n  overflow-x: hidden;\r\n}\r\n\/* Call to Action Button *\/\r\n.cta-button {\r\n  display: inline-block;\r\n  background-color: \r\n#ffda6a;\r\n  color: \r\n#005699;\r\n  padding: 1rem 2.5rem;\r\n  font-size: 1.1rem;\r\n  font-weight: 700;\r\n  text-decoration: none;\r\n  border-radius: 50px;\r\n  margin-top: 2rem;\r\n  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;\r\n  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\r\n}\r\n.cta-button:hover {\r\n  background-color: \r\n#ffe08a;\r\n  transform: translateY(-3px);\r\n  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);\r\n}\r\n\/* Image Slider Section *\/\r\n.image-slider {\r\n  position: relative;\r\n  width: 100%;\r\n  height: 300px;\r\n  overflow: hidden;\r\n  background-color: \r\n#e6eef5;\r\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n}\r\n.image-slider img {\r\n  display: block;\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n  opacity: 0;\r\n  transform: scale(1.05);\r\n  transition: opacity 1s ease-in-out, transform 0.8s ease-out;\r\n}\r\n.image-slider img.active {\r\n  opacity: 1;\r\n  transform: scale(1);\r\n}\r\n.slider-text {\r\n  position: absolute;\r\n  bottom: 30px;\r\n  left: 30px;\r\n  z-index: 5;\r\n  max-width: 80%;\r\n  background: rgba(0, 0, 0, 0.65);\r\n  color: #fff;\r\n  padding: 1.75rem 2.5rem;\r\n  border-radius: 15px;\r\n  font-size: 1.45rem;\r\n  line-height: 1.5;\r\n  font-weight: 700;\r\n  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);\r\n  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);\r\n  backdrop-filter: blur(8px);\r\n  opacity: 0;\r\n  transform: translateY(20px);\r\n  transition: opacity 0.4s ease, transform 0.4s ease;\r\n}\r\n.slider-text.active {\r\n  opacity: 1;\r\n  transform: translateY(0);\r\n}\r\n\/* Quick Info Section *\/\r\n.quick-info-section {\r\n  max-width: 1000px;\r\n  margin: 30px auto;\r\n  padding: 0 15px;\r\n}\r\n.quick-info-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 20px;\r\n}\r\n.quick-card {\r\n  background: #fff;\r\n  border-left: 5px solid \r\n#0077cc;\r\n  padding: 20px;\r\n  border-radius: 8px;\r\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);\r\n}\r\n.quick-card h3 {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  margin-top: 0;\r\n  color: \r\n#000000;\r\n  font-size: 1.3rem;\r\n}\r\n.quick-card ul {\r\n  list-style: none;\r\n  padding-left: 0;\r\n  margin-bottom: 0;\r\n}\r\n.quick-card li {\r\n  position: relative;\r\n  margin-bottom: 8px;\r\n  padding-left: 20px;\r\n  font-size: 1.4rem;\r\n  font-weight: 500;\r\n  word-spacing: 1px;\r\n}\r\n.quick-card li::before {\r\n  content: \"\u2714\";\r\n  position: absolute;\r\n  left: 0;\r\n  color: \r\n#0077cc;\r\n  font-weight: 700;\r\n}\r\n\/* Shared Section Styles *\/\r\n.quality-badges-section,\r\n.categories-section,\r\n.why-section,\r\n.quality-section {\r\n  max-width: 1000px;\r\n  margin: 30px auto;\r\n  padding: 20px 25px;\r\n  background-color: \r\n#f9fbfd;\r\n  border-left: 6px solid \r\n#005fa3;\r\n  border-radius: 8px;\r\n  font-family: 'Poppins', sans-serif;\r\n}\r\n.quality-badges-section {\r\n  text-align: center;\r\n}\r\n.quality-badges-section h2,\r\n.categories-section h2,\r\n.why-section h2 {\r\n  margin-top: 0;\r\n  color: \r\n#000000;\r\n  font-size: 1.5rem;\r\n}\r\n.quality-section h3 {\r\n  margin-top: 0;\r\n  color: \r\n#000000;\r\n  font-size: 1.5rem;\r\n}\r\n.categories-section p,\r\n.why-section p,\r\n.quality-section p {\r\n  font-size: 1rem;\r\n  color: #333;\r\n  margin-bottom: 1rem;\r\n}\r\n.categories-section ul,\r\n.why-section ul,\r\n.quality-section ul {\r\n  padding-left: 1.2rem;\r\n  margin-bottom: 0;\r\n}\r\n.categories-section li,\r\n.why-section li,\r\n.quality-section li {\r\n  margin-bottom: 0.8rem;\r\n  color: #444;\r\n  line-height: 1.5;\r\n}\r\n.categories-section li strong,\r\n.why-section li strong,\r\n.quality-section li strong {\r\n  color: #000;\r\n}\r\n\/* Quality Badge Images *\/\r\n.quality-badges-section .seal-container {\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  gap: 60px;\r\n  flex-wrap: wrap;\r\n  margin-top: 15px;\r\n}\r\n.quality-badges-section .seal-container a {\r\n  display: inline-block;\r\n}\r\n.quality-badges-section .seal-container img {\r\n  max-width: 140px;\r\n  height: auto;\r\n  background: \r\n#f5f9fc;\r\n  padding: 8px;\r\n  border-radius: 6px;\r\n  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);\r\n  transition: transform 0.2s ease;\r\n}\r\n.quality-badges-section .seal-container img:hover {\r\n  transform: scale(1.05);\r\n}\r\n\/* Nested Lists Inside Quality Section *\/\r\n.quality-section ul ul {\r\n  list-style-type: disc;\r\n  padding-left: 1.5rem;\r\n  margin-top: 0.5rem;\r\n}\r\n.quality-section ul ul li {\r\n  margin-bottom: 0.4rem;\r\n}\r\n\/* Disclaimer Section\r\nPurpose:\r\n- Matches the body background\r\n- Uses black text\r\n- Uses the same font style as the page\r\n- Adds a thin black border\r\n- Keeps emphasis mild and clean\r\n*\/\r\n.disclaimer {\r\n  max-width: 1000px;\r\n  margin: 30px auto;\r\n  padding: 1.5rem;\r\n  background: \r\n#f5f8fb;\r\n  border: 1px solid \r\n#000000;\r\n  border-radius: 8px;\r\n  box-shadow: none;\r\n  font-size: 0.95rem;\r\n  font-family: 'Poppins', sans-serif;\r\n  font-weight: 500;\r\n  color: \r\n#000000;\r\n}\r\n.disclaimer strong {\r\n  color: \r\n#000000;\r\n  font-weight: 600;\r\n}\r\n\/* Tablet Responsive Styles *\/\r\n@media (max-width: 768px) {\r\n  .cta-button {\r\n    padding: 0.8rem 2rem;\r\n    font-size: 1rem;\r\n  }\r\n  .image-slider {\r\n    height: 300px;\r\n  }\r\n  .slider-text {\r\n    font-size: 1.2rem;\r\n    padding: 1.2rem 1.8rem;\r\n    bottom: 20px;\r\n    left: 20px;\r\n    max-width: 90%;\r\n  }\r\n  .quick-info-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n  .quality-badges-section .seal-container img {\r\n    max-width: 110px;\r\n  }\r\n}\r\n\/* Mobile Responsive Styles *\/\r\n@media (max-width: 480px) {\r\n  .cta-button {\r\n    padding: 0.7rem 1.5rem;\r\n    font-size: 0.9rem;\r\n  }\r\n  .image-slider {\r\n    height: 250px;\r\n  }\r\n  .slider-text {\r\n    font-size: 0.95rem;\r\n    padding: 0.7rem 1rem;\r\n    bottom: 15px;\r\n    left: 15px;\r\n    max-width: 95%;\r\n    backdrop-filter: blur(4px);\r\n  }\r\n  .categories-section,\r\n  .why-section,\r\n  .quality-section,\r\n  .quality-badges-section,\r\n  .quick-card,\r\n  .disclaimer {\r\n    padding: 15px;\r\n  }\r\n}\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"image-slider\">\r\n    <img decoding=\"async\" id=\"sliderImage\" src=\"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-May-24-2025-02_25_06-PM-1.webp\" alt=\"Peptide Research Banner\" class=\"active\" \/>\r\n    <div id=\"sliderText\" class=\"slider-text active\">\r\n      Premium Research-Grade Materials<br>Exclusively for In Vitro Lab Use\r\n    <\/div>\r\n  <\/div>\r\n  <!-- Ordering + Compliance Quick Info -->\r\n  <div class=\"quick-info-section\">\r\n    <div class=\"quick-info-grid\">\r\n      <div class=\"quick-card\">\r\n        <h3><i class=\"fas fa-box\"><\/i> Ordering Information<\/h3>\r\n        <ul>\r\n          <li><strong>Minimum Order:<\/strong> 1g<\/li>\r\n          <li><strong>Pricing:<\/strong> All products are sold by the gram. Pricing varies by peptide.<\/li>\r\n          <li><strong>100g Tier:<\/strong> Orders from 1g to 100g are priced at the standard per-gram rate.<\/li>\r\n          <li><strong>500g Tier:<\/strong> Orders from 101g to 500g qualify for reduced bulk per-gram pricing.<\/li>\r\n          <li><strong>Larger Quantities:<\/strong> If you need quantities greater than 500g, please contact us.<\/li>\r\n          <li><strong>Wholesale Accounts:<\/strong> Welcome<\/li>\r\n          <li><strong>Custom Requests:<\/strong> If you do not see the product you are looking for, please contact us. If it is not currently available, we can manufacture it for you.<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"quick-card\">\r\n        <h3><i class=\"fas fa-shield-alt\"><\/i> Compliance &amp; Use<\/h3>\r\n        <ul>\r\n          <li>For research purposes only<\/li>\r\n          <li>Not for human consumption<\/li>\r\n          <li>In-vitro use only<\/li>\r\n          <li>COA issued per lot upon fulfillment of qualified purchase orders<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <!-- Product Categories -->\r\n  <div class=\"categories-section\">\r\n    <h2><i class=\"fas fa-cube\"><\/i> Product Categories<\/h2>\r\n    <ul>\r\n      <li><strong>Growth Factor Modulators:<\/strong> Essential compounds for investigating cellular growth, differentiation, and tissue repair mechanisms.<\/li>\r\n      <li><strong>Metabolic Regulators:<\/strong> Key peptides for exploring metabolic pathways, energy balance, and related disorders.<\/li>\r\n      <li><strong>Immunomodulatory Compounds:<\/strong> Molecules critical for research into immune system responses and inflammatory processes.<\/li>\r\n      <li><strong>Amino Acid Derivatives:<\/strong> Building blocks and modified amino acids for diverse biochemical studies and custom synthesis.<\/li>\r\n      <li><strong>Topical Peptides for In Vitro Skin Research:<\/strong> Specialized peptides designed for advanced dermatological and cosmetic in vitro studies.<\/li>\r\n    <\/ul>\r\n  <\/div>\r\n  <!-- Quality Standard Adherence -->\r\n  <div class=\"quality-badges-section\">\r\n    <h2><i class=\"fas fa-shield-alt\"><\/i> Quality Standard Adherence<\/h2>\r\n    <div class=\"seal-container\">\r\n      <a href=\"https:\/\/www.fda.gov\/drugs\/pharmaceutical-quality-resources\/current-good-manufacturing-practice-cgmp-regulations\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <img decoding=\"async\" src=\"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/08\/FDA-Research-and-Materials-Badge1-1.png\" alt=\"Adheres to FDA Principles\" title=\"Adhering to FDA Principles for Research Materials\">\r\n      <\/a>\r\n\r\n      <a href=\"https:\/\/www.fda.gov\/drugs\/pharmaceutical-quality-resources\/current-good-manufacturing-practice-cgmp-regulations\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"What are GMPs?\">\r\n        <img decoding=\"async\" src=\"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/08\/GMP.png\" alt=\"GMP Compliant\" title=\"What are GMPs?\">\r\n      <\/a>\r\n      <img decoding=\"async\" src=\"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/08\/ISO9001.png\" alt=\"ISO 9001 Certified\" title=\"ISO 9001 Quality Management System Certified\">\r\n      <img decoding=\"async\" src=\"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/08\/ICH-Guidelines-Certification-Badge.png\" alt=\"ICH Guidelines Followed\" title=\"Adhering to ICH Guidelines\">\r\n    <\/div>\r\n  <\/div>\r\n  <!-- Why Choose Atura -->\r\n  <div class=\"why-section\">\r\n    <h2><i class=\"fas fa-star\"><\/i> Why Researchers Choose Atura Research<\/h2>\r\n    <p>Our dedication to scientific excellence sets us apart. We ensure:<\/p>\r\n    <ul>\r\n      <li><strong>Rigorous Validation:<\/strong> Every batch is meticulously tested via HPLC and Mass Spectrometry to guarantee purity and composition.<\/li>\r\n      <li><strong>Dedicated Support:<\/strong> Access to our knowledgeable team for technical inquiries and research assistance.<\/li>\r\n      <li><strong>Global Compliance:<\/strong> A commitment to navigating complex regulatory landscapes for seamless, ethical distribution worldwide.<\/li>\r\n      <li><strong>Innovation Focused:<\/strong> Continuously expanding our catalog with cutting-edge compounds to meet evolving research demands.<\/li>\r\n    <\/ul>\r\n  <\/div>\r\n  <!-- Quality Standards -->\r\n  <div class=\"quality-section\">\r\n    <h3><i class=\"fas fa-certificate\"><\/i> Our Unwavering Commitment to Quality Standards<\/h3>\r\n    <p>\r\n      Atura Research adheres to a comprehensive framework of quality management and manufacturing best practices. While our products are strictly <strong>Research Use Only (RUO)<\/strong> and not for human consumption, our processes are diligently managed:\r\n    <\/p>\r\n    <ul>\r\n      <li><strong>Good Manufacturing Practices (GMP):<\/strong> Our manufacturing processes are conducted in strict compliance with GMP guidelines, ensuring consistent quality, purity, and comprehensive traceability for all our compounds.<\/li>\r\n      <li><strong>ISO 9001 Quality Management Systems:<\/strong> We operate in full compliance with ISO 9001 standards, maintaining a robust, internationally recognized quality management system for all our operations.<\/li>\r\n      <li><strong>Full Quality Program &amp; Audits:<\/strong> We maintain a comprehensive quality program that includes routine internal and external audits to ensure continuous compliance and drive ongoing improvement across all our processes.<\/li>\r\n      <li><strong>Supplier Surveillance Program:<\/strong> Our raw materials are sourced exclusively from approved suppliers who are meticulously vetted and monitored through a rigorous supplier surveillance program to ensure their continuous compliance with regulatory standards and our high quality benchmarks.<\/li>\r\n      <li><strong>ICH Guidelines:<\/strong> We consistently follow relevant International Council for Harmonisation (ICH) guidelines for chemical impurities and stability, aligning with global pharmaceutical development standards.<\/li>\r\n      <li><strong>Independent Third-Party Verification:<\/strong> We partner with accredited laboratories for unbiased testing and validation, providing an essential extra layer of assurance and transparency.<\/li>\r\n      <li><strong>Comprehensive Documentation with Every Order:<\/strong>\r\n        <ul>\r\n          <li>A full Certificate of Analysis (COA), detailing purity, identity, and specifications.<\/li>\r\n          <li>Independent third-party laboratory reports, including endotoxin reports.<\/li>\r\n          <li>Complete lot traceability back to the original manufacturing lot.<\/li>\r\n        <\/ul>\r\n      <\/li>\r\n    <\/ul>\r\n    <p>This rigorous approach ensures the precision and reliability of our peptides for your critical research.<\/p>\r\n  <\/div>\r\n  <div class=\"disclaimer\">\r\n    <strong>Disclaimer:<\/strong> All compounds are intended for scientific, non-human, in vitro laboratory research only. They are not to be used for diagnostic or therapeutic purposes. No statements on this website have been evaluated by the FDA. Products are not intended to diagnose, treat, cure, or prevent any disease.\r\n  <\/div>\r\n  <script>\r\n    const images = [\r\n      \"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-May-24-2025-02_25_06-PM-1.webp\",\r\n      \"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/06\/yrigo7642_modern_biotechnology_cleanroom_with_scientists_in_lab_537d7842-6cb0-4e4e-b8a4-8dbfc6acd379-1.webp\",\r\n      \"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/06\/yrigo7642_light_background_light_blue_abstract_background_with__eb07e392-a140-4ff1-b65b-7abbd852ec33.webp\",\r\n      \"https:\/\/atura-research.com\/wp-content\/uploads\/2025\/06\/yrigo7642_modern_biotechnology_cleanroom_with_scientists_in_lab_537d7842-6cb0-4e4e-b8a4-8dbfc6acd379.webp\"\r\n    ];\r\n    const texts = [\r\n      \"Premium Research-Grade Materials<br>Exclusively for In Vitro Lab Use\",\r\n      \"High-Purity Peptides for Rigorous Research<br>HPLC & Mass Spec Validated for Accuracy\",\r\n      \"Trusted by Accredited Institutions<br>Fully Compliant Research Supply\",\r\n      \"For Non-Clinical, Investigational Use Only<br>Strictly Adhering to Lab Protocols\"\r\n    ];\r\n    let index = 0;\r\n    const sliderImage = document.getElementById('sliderImage');\r\n    const sliderText = document.getElementById('sliderText');\r\n    sliderImage.classList.add('active');\r\n    sliderText.classList.add('active');\r\n    setInterval(() => {\r\n      sliderImage.classList.remove('active');\r\n      sliderText.classList.remove('active');\r\n      setTimeout(() => {\r\n        index = (index + 1) % images.length;\r\n        sliderImage.src = images[index];\r\n        sliderText.innerHTML = texts[index];\r\n        sliderImage.classList.add('active');\r\n        sliderText.classList.add('active');\r\n      }, 400);\r\n    }, 5000);\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Atura Research Premium Research-Grade MaterialsExclusively for In Vitro Lab Use Ordering Information Minimum Order: 1g Pricing: All products are sold by the gram. Pricing varies by peptide. 100g Tier: Orders from 1g to 100g are priced at the standard per-gram rate. 500g Tier: Orders from 101g to 500g qualify for reduced bulk per-gram pricing. Larger [&hellip;]<\/p>\n","protected":false},"author":64,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17688","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages\/17688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/users\/64"}],"replies":[{"embeddable":true,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/comments?post=17688"}],"version-history":[{"count":4,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages\/17688\/revisions"}],"predecessor-version":[{"id":17692,"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/pages\/17688\/revisions\/17692"}],"wp:attachment":[{"href":"https:\/\/peptidogen.mx\/en_us\/wp-json\/wp\/v2\/media?parent=17688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}