{"id":12,"date":"2026-03-26T18:12:31","date_gmt":"2026-03-26T18:12:31","guid":{"rendered":"https:\/\/czechpeptide.com\/?page_id=12"},"modified":"2026-09-10T19:23:45","modified_gmt":"2026-09-10T19:23:45","slug":"home","status":"publish","type":"page","link":"https:\/\/czechpeptide.com\/cz\/","title":{"rendered":""},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-7e274ebb wp-block-group-is-layout-constrained\" style=\"padding-top:14px;padding-bottom:0px\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<div class=\"pnl-wrap\">\n  <div class=\"pnl-box\">\n    <div class=\"pnl-box-inner\">\n\n      <a class=\"pnl-item\" href=\"https:\/\/czechpeptide.com\/shop\" data-panel=\"pen\">\n        <img decoding=\"async\" class=\"pnl-img\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/Gemini_Generated_Image_eb9sv0eb9sv0eb9s-scaled-e1788560347946.jpeg\" alt=\"Reusable pen peptide product\">\n        <div class=\"pnl-scrim\"><\/div>\n        <span class=\"panel-label\">Reusable Pen Peptides<\/span>\n        <span class=\"pnl-cta-btn\">Click to Browse<\/span>\n      <\/a>\n\n      <a class=\"pnl-item\" href=\"https:\/\/czechpeptide.com\/cz\/kategorie-produktu\/uncategorized\/\" data-panel=\"nasal\">\n        <img decoding=\"async\" class=\"pnl-img\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/Gemini_Generated_Image_4mnb5p4mnb5p4mnb.jpeg\" alt=\"Nasal spray peptide product\">\n        <div class=\"pnl-scrim\"><\/div>\n        <span class=\"panel-label\">Nasal Spray Peptides<\/span>\n        <span class=\"pnl-cta-btn\">Click to Browse<\/span>\n      <\/a>\n\n      <a class=\"pnl-item\" href=\"https:\/\/czechpeptide.com\/product-category\/all-peptides\/\" data-panel=\"vial\">\n        <img decoding=\"async\" class=\"pnl-img\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/Gemini_Generated_Image_p7cliwp7cliwp7cl.jpeg\" alt=\"Vial peptide product ready to buy\">\n        <div class=\"pnl-scrim\"><\/div>\n        <span class=\"panel-label\">Buy All Peptides<\/span>\n        <span class=\"pnl-cta-btn\">Click to Browse<\/span>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .pnl-wrap {\n    --pnl-page-bg: #ffffff;\n    --pnl-accent-1: #e7d3f7;\n    --pnl-accent-2: #bd6eef;\n    --pnl-text: #ffffff;\n\n    padding: 32px 20px;\n    background: var(--pnl-page-bg);\n    box-sizing: border-box;\n  }\n\n  \/* Outer box = the gradient border frame, wraps the WHOLE thing once *\/\n  .pnl-box {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 5px;\n    border-radius: 24px;\n    background: linear-gradient(135deg, var(--pnl-accent-1), var(--pnl-accent-2));\n    box-shadow: 0 10px 30px -14px rgba(189, 110, 239, 0.45);\n  }\n\n  \/* Inner box = clips everything to rounded corners, holds the 3 sections *\/\n  .pnl-box-inner {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .pnl-item {\n    position: relative;\n    display: block;\n    height: 320px;\n    text-decoration: none;\n    \/* --- divider line (desktop: vertical, between columns) --- *\/\n    border-right: 2px solid #ffffff;\n  }\n\n  .pnl-item:last-child {\n    border-right: none;\n  }\n\n  .pnl-img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.5s ease;\n  }\n\n  .pnl-item:hover .pnl-img {\n    transform: scale(1.06);\n  }\n\n  .pnl-scrim {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);\n  }\n\n  .panel-label {\n    position: absolute;\n    left: 20px;\n    right: 20px;\n    bottom: 58px;\n    color: var(--pnl-text);\n    font-family: 'Poppins', sans-serif;\n    font-size: 19px;\n    font-weight: 600;\n    letter-spacing: 0.2px;\n    line-height: 1.25;\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);\n  }\n\n  .pnl-cta-btn {\n    position: absolute;\n    left: 20px;\n    bottom: 18px;\n    display: inline-block;\n    font-family: 'Poppins', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n    color: #7a3fa6;\n    padding: 7px 18px;\n    border-radius: 999px;\n    background: #ffffff;\n    white-space: nowrap;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .pnl-item:hover .pnl-cta-btn {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.35);\n  }\n\n  @media (max-width: 600px) {\n    .pnl-wrap {\n      padding: 20px 12px;\n    }\n\n    .pnl-box-inner {\n      grid-template-columns: 1fr;\n    }\n\n    .pnl-item {\n      height: 190px;\n      \/* --- divider line (mobile: horizontal, between rows) --- *\/\n      border-right: none;\n      border-bottom: 2px solid #ffffff;\n    }\n\n    .pnl-item:last-child {\n      border-bottom: none;\n    }\n\n    .panel-label {\n      font-size: 17px;\n      bottom: 50px;\n    }\n\n    .pnl-cta-btn {\n      font-size: 11px;\n      padding: 6px 14px;\n      bottom: 14px;\n    }\n  }\n<\/style>\n\n<script>\n  (function () {\n    var penLink = document.querySelector('.pnl-item[data-panel=\"pen\"]');\n    if (!penLink) return;\n\n    var path = window.location.pathname;\n    var targetUrl;\n\n    if (path === '\/cz' || path.indexOf('\/cz\/') === 0) {\n      targetUrl = 'https:\/\/czechpeptide.com\/cz\/shop';\n    } else {\n      targetUrl = 'https:\/\/czechpeptide.com\/shop';\n    }\n\n    penLink.setAttribute('href', targetUrl);\n  })();\n<\/script>\n\n\n\n<div class=\"wp-block-group alignfull has-ast-global-color-5-background-color has-background is-layout-constrained wp-container-core-group-is-layout-9cedb757 wp-block-group-is-layout-constrained\" style=\"padding-bottom:0px\">\n<div class=\"wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-00723822 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-container-core-column-is-layout-6b73ce23 wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/trustpilot.png\" alt=\"\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:16px\">Trusted Provider<\/h3>\n\n\n\n<p class=\"has-text-align-left\">We are trusted by numerous customers and provide rigorous testing along with high-quality customer support.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-container-core-column-is-layout-6b73ce23 wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/janoskih.png\" alt=\"\" style=\"aspect-ratio:1.6405582455140986;width:98px;height:auto\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:16px\">Best Prices On The Market<\/h3>\n\n\n\n<p class=\"has-text-align-left\">We offer competitive prices. No impact on quality. Products are lab-tested through independent labs like Janoshik and Liqui Labs.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-container-core-column-is-layout-6b73ce23 wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/Zasilkovna_Claim.png\" alt=\"\" style=\"aspect-ratio:2.5268256333830106;width:96px;height:auto\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:16px\">Shipping<\/h3>\n\n\n\n<p class=\"has-text-align-left\">We deliver exclusively within the <strong>Czech Republic<\/strong> and <strong>Slovakia<\/strong>. Orders are delivered to <strong>parcel points<\/strong> or directly to your <strong>home address<\/strong> within 3\u20135 working days.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-container-core-column-is-layout-6b73ce23 wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/bank.webp\" alt=\"\" style=\"width:71px;height:auto\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:16px\">Secure Payments<\/h3>\n\n\n\n<p class=\"has-text-align-left\">For your convenience and security, we accept<strong> bank transfers.<\/strong> <strong>Cash<\/strong> on <strong>delivery<\/strong> is also available for an additional fee.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"cp-search-wrapper\">\n  <form role=\"search\" method=\"get\" class=\"cp-search-form\" action=\"\/\">\n    <input type=\"hidden\" name=\"post_type\" value=\"product\" \/>\n    <label class=\"screen-reader-text\" for=\"cp-search-input\"><\/label>\n    <input\n      type=\"search\"\n      id=\"cp-search-input\"\n      class=\"cp-search-input\"\n      placeholder=\"Search peptides...\"\n      value=\"\"\n      name=\"s\"\n    \/>\n    <button type=\"submit\" class=\"cp-search-button\">Search<\/button>\n  <\/form>\n<\/div>\n\n<style>\n.cp-search-wrapper {\n  width: 100%;\n  max-width: 1200px;\n  margin: 30px auto;\n  padding: 0 16px;\n  box-sizing: border-box;\n}\n\n.cp-search-form {\n  display: flex;\n  width: 100%;\n  max-width: 100%;\n  box-sizing: border-box;\n  border-radius: 8px;\n  padding: 2px;\n  background: linear-gradient(90deg, #7c3aed, #d946ef, #a855f7);\n}\n\n.cp-search-input {\n  flex: 1;\n  min-width: 0;\n  border: none;\n  outline: none;\n  font-size: 16px;\n  padding: 14px 18px;\n  background: #fff;\n  border-radius: 6px 0 0 6px;\n  color: #333;\n  box-sizing: border-box;\n}\n\n.cp-search-input::placeholder {\n  color: #999;\n}\n\n.cp-search-button {\n  flex-shrink: 0;\n  padding: 14px 32px;\n  font-size: 15px;\n  font-weight: 600;\n  background: linear-gradient(90deg, #7c3aed, #d946ef);\n  color: #fff;\n  border: none;\n  border-radius: 0 6px 6px 0;\n  cursor: pointer;\n  white-space: nowrap;\n  transition: opacity 0.2s ease;\n}\n\n.cp-search-button:hover {\n  opacity: 0.85;\n}\n\n@media (max-width: 480px) {\n  .cp-search-form {\n    flex-direction: column;\n    background: linear-gradient(180deg, #7c3aed, #d946ef, #a855f7);\n  }\n  .cp-search-input {\n    width: 100%;\n    border-radius: 6px 6px 0 0;\n  }\n  .cp-search-button {\n    width: 100%;\n    border-radius: 0 0 6px 6px;\n  }\n}\n<\/style>\n<\/div>\n\n\n\n<h2 class=\"pretty-heading wp-block-heading\">Best-Selling Peptides<\/h2>\n<style>\n  .pretty-heading {\n    text-align: center;\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    font-size: 28px;\n    letter-spacing: 0.2px;\n    color: #2a1f33;\n    margin-bottom: 12px;\n  }\n  .pretty-heading::after {\n    content: \"\";\n    display: block;\n    width: 48px;\n    height: 3px;\n    margin: 12px auto 0;\n    background: linear-gradient(90deg, #e7d3f7, #bd6eef);\n    border-radius: 2px;\n  }\n<\/style>\n\n\n\n<div data-block-name=\"woocommerce\/product-collection\" data-collection=\"woocommerce\/product-collection\/hand-picked\" data-dimensions=\"{&quot;widthType&quot;:&quot;fill&quot;}\" data-display-layout=\"{&quot;type&quot;:&quot;flex&quot;,&quot;columns&quot;:5,&quot;shrinkColumns&quot;:true}\" data-hide-controls=\"[&quot;inherit&quot;,&quot;hand-picked&quot;,&quot;filterable&quot;,&quot;order&quot;]\" data-query-context-includes=\"[&quot;collection&quot;]\" data-query-id=\"1\" data-query=\"{&quot;perPage&quot;:9,&quot;pages&quot;:0,&quot;offset&quot;:0,&quot;postType&quot;:&quot;product&quot;,&quot;order&quot;:&quot;asc&quot;,&quot;orderBy&quot;:&quot;post__in&quot;,&quot;search&quot;:&quot;&quot;,&quot;exclude&quot;:[],&quot;inherit&quot;:false,&quot;taxQuery&quot;:[],&quot;isProductCollectionBlock&quot;:true,&quot;featured&quot;:false,&quot;woocommerceOnSale&quot;:false,&quot;woocommerceStockStatus&quot;:[&quot;instock&quot;,&quot;outofstock&quot;,&quot;onbackorder&quot;],&quot;woocommerceAttributes&quot;:[],&quot;woocommerceHandPickedProducts&quot;:[&quot;100&quot;,&quot;102&quot;,&quot;432&quot;,&quot;404&quot;,&quot;542&quot;],&quot;filterable&quot;:false,&quot;relatedBy&quot;:{&quot;categories&quot;:true,&quot;tags&quot;:true}}\" data-tag-name=\"div\" class=\"wp-block-woocommerce-product-collection is-layout-flow wp-block-woocommerce-product-collection-is-layout-flow\">\n<h2 class=\"wp-block-heading\" style=\"margin-bottom:1rem\">&nbsp;<\/h2>\n\n\n<ul data-block-name=\"woocommerce\/product-template\" class=\"wc-block-product-template__responsive columns-5 wc-block-product-template wp-block-woocommerce-product-template is-layout-flow wp-block-woocommerce-product-template-is-layout-flow\" data-wp-on--scroll=\"actions.watchScroll\" data-wp-init=\"callbacks.initResizeObserver\"><li class=\"wc-block-product post-100 product type-product status-publish has-post-thumbnail product_cat-healing-and-regenaration product_cat-all-peptides product_tag-angiogenesis product_tag-anti-inflammatory product_tag-body-protection-compound-157 product_tag-bpc-157 product_tag-cellular-regeneration product_tag-gastric-healing product_tag-gut-health product_tag-healing-peptides product_tag-injury-recovery product_tag-joint-health product_tag-ligament-repair product_tag-muscle-recovery product_tag-recovery-peptides product_tag-tendon-healing product_tag-tissue-repair product_tag-wound-healing desktop-align-left tablet-align-left mobile-align-left first instock sale shipping-taxable purchasable product-type-simple\"\n\t\t\t\t\t\n\t\t\t\tdata-wp-interactive=\"woocommerce\/product-collection\"\n\t\t\t\tdata-wp-context='woocommerce\/products::{\"productId\":100,\"variationId\":null}'\n\t\t\t\tdata-wp-key=\"product-item-100\"\n\t\t\t\n\t\t\t\t>\n\t\t\t\t\t\n<div data-block-name=\"woocommerce\/product-image\" data-image-sizing=\"thumbnail\" data-is-descendent-of-query-loop=\"true\" data-show-sale-badge=\"false\" class=\"wc-block-components-product-image wc-block-grid__product-image wc-block-components-product-image--aspect-ratio-1-1 wp-block-woocommerce-product-image\"><a href=\"https:\/\/czechpeptide.com\/cz\/produkt\/bpc-157-5mg-tb-500-5mg-combo\/\" data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"572\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883-1024x572.jpeg\" class=\"attachment-large size-large\" alt=\"Glass vial of BPC-157 and TB-500 (Body Protection Compound 157) peptide on a clean background, used for accelerated tissue repair and recovery research.\" data-testid=\"product-image\" data-image-id=\"596\" style=\"object-fit:cover;aspect-ratio:1\/1;\" loading=\"lazy\" srcset=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883-1024x572.jpeg 1024w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883-300x167.jpeg 300w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883-768x429.jpeg 768w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883-18x10.jpeg 18w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883-600x335.jpeg 600w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Bpc157_tb500_5mg_5mg_1997067883.jpeg 1376w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><div class=\"wc-block-components-product-image__inner-container\">\n<div data-block-name=\"woocommerce\/product-sale-badge\" class=\"wp-block-woocommerce-product-sale-badge \"><div class=\"wc-block-components-product-sale-badge alignright wc-block-components-product-sale-badge--align-right\" style=\"\"><span class=\"wc-block-components-product-sale-badge__text\" aria-hidden=\"true\">Sleva<\/span><span class=\"screen-reader-text\">Produkt za ak\u010dn\u00ed cenu<\/span><\/div><\/div>\n<\/div><\/a><\/div>\n\n<h2 style=\"line-height:1.4; margin-bottom:0.75rem;margin-top:0;\" class=\"has-text-align-center wp-block-post-title has-medium-font-size\"><a data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\" href=\"https:\/\/czechpeptide.com\/cz\/produkt\/bpc-157-5mg-tb-500-5mg-combo\/\" target=\"_self\" >Bpc 157 5mg + TB 500 5mg<\/a><\/h2>\n\n<div data-block-name=\"woocommerce\/product-price\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"has-font-size has-small-font-size has-text-align-center wp-block-woocommerce-product-price has-small-font-size\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>999,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">P\u016fvodn\u00ed cena byla: 999,00&nbsp;&#075;&#269;.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>899,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktu\u00e1ln\u00ed cena je: 899,00&nbsp;&#075;&#269;.<\/span>\n\t\t\t\t<\/div><\/div>\n\n<div data-block-name=\"woocommerce\/product-button\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"wp-block-button wc-block-components-product-button is-style-outline  align-center is-style-outline wp-block-woocommerce-product-button has-small-font-size\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"addToCartText\":\"P\\u0159idat do ko\\u0161\\u00edku\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### v ko\\u0161\\u00edku\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_simple has-font-size has-small-font-size has-text-align-center wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/cz\/wp-json\/wp\/v2\/pages\/12?add-to-cart=100\" rel=\"nofollow\" data-product_id=\"100\" data-product_sku=\"\" aria-label=\"P\u0159idat do ko\u0161\u00edku: &ldquo;Bpc 157 5mg + TB 500 5mg&rdquo;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >P\u0159idat do ko\u0161\u00edku<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t<\/li><li class=\"wc-block-product post-102 product type-product status-publish has-post-thumbnail product_cat-anti-aging product_cat-better-sleep product_cat-healing-and-regenaration product_cat-all-peptides product_cat-weight-loss desktop-align-left tablet-align-left mobile-align-left  instock sale shipping-taxable purchasable product-type-simple\"\n\t\t\t\t\t\n\t\t\t\tdata-wp-interactive=\"woocommerce\/product-collection\"\n\t\t\t\tdata-wp-context='woocommerce\/products::{\"productId\":102,\"variationId\":null}'\n\t\t\t\tdata-wp-key=\"product-item-102\"\n\t\t\t\n\t\t\t\t>\n\t\t\t\t\t\n<div data-block-name=\"woocommerce\/product-image\" data-image-sizing=\"thumbnail\" data-is-descendent-of-query-loop=\"true\" data-show-sale-badge=\"false\" class=\"wc-block-components-product-image wc-block-grid__product-image wc-block-components-product-image--aspect-ratio-1-1 wp-block-woocommerce-product-image\"><a href=\"https:\/\/czechpeptide.com\/cz\/produkt\/cjc-1295-dac-5mg\/\" data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"572\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893-1024x572.jpeg\" class=\"attachment-large size-large\" alt=\"CJC-1295 NO DAC 5mg + Ipamorelin 5mg\" data-testid=\"product-image\" data-image-id=\"579\" style=\"object-fit:cover;aspect-ratio:1\/1;\" loading=\"lazy\" srcset=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893-1024x572.jpeg 1024w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893-300x167.jpeg 300w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893-768x429.jpeg 768w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893-18x10.jpeg 18w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893-600x335.jpeg 600w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/03\/Cjc1295_ipamorelin_batch_004_c95efa3893.jpeg 1376w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><div class=\"wc-block-components-product-image__inner-container\">\n<div data-block-name=\"woocommerce\/product-sale-badge\" class=\"wp-block-woocommerce-product-sale-badge \"><div class=\"wc-block-components-product-sale-badge alignright wc-block-components-product-sale-badge--align-right\" style=\"\"><span class=\"wc-block-components-product-sale-badge__text\" aria-hidden=\"true\">Sleva<\/span><span class=\"screen-reader-text\">Produkt za ak\u010dn\u00ed cenu<\/span><\/div><\/div>\n<\/div><\/a><\/div>\n\n<h2 style=\"line-height:1.4; margin-bottom:0.75rem;margin-top:0;\" class=\"has-text-align-center wp-block-post-title has-medium-font-size\"><a data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\" href=\"https:\/\/czechpeptide.com\/cz\/produkt\/cjc-1295-dac-5mg\/\" target=\"_self\" >CJC-1295 NO DAC 5mg + Ipamorelin 5mg<\/a><\/h2>\n\n<div data-block-name=\"woocommerce\/product-price\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"has-font-size has-small-font-size has-text-align-center wp-block-woocommerce-product-price has-small-font-size\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>999,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">P\u016fvodn\u00ed cena byla: 999,00&nbsp;&#075;&#269;.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>899,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktu\u00e1ln\u00ed cena je: 899,00&nbsp;&#075;&#269;.<\/span>\n\t\t\t\t<\/div><\/div>\n\n<div data-block-name=\"woocommerce\/product-button\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"wp-block-button wc-block-components-product-button is-style-outline  align-center is-style-outline wp-block-woocommerce-product-button has-small-font-size\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"addToCartText\":\"P\\u0159idat do ko\\u0161\\u00edku\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### v ko\\u0161\\u00edku\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_simple has-font-size has-small-font-size has-text-align-center wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/cz\/wp-json\/wp\/v2\/pages\/12?add-to-cart=102\" rel=\"nofollow\" data-product_id=\"102\" data-product_sku=\"\" aria-label=\"P\u0159idat do ko\u0161\u00edku: &ldquo;CJC-1295 NO DAC 5mg + Ipamorelin 5mg&rdquo;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >P\u0159idat do ko\u0161\u00edku<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t<\/li><li class=\"wc-block-product post-432 product type-product status-publish has-post-thumbnail product_cat-all-peptides product_cat-weight-loss product_tag-appetite-suppressant product_tag-cardiometabolic-health product_tag-energy-expenditure product_tag-fat-loss product_tag-ggg-triagonist product_tag-gip product_tag-glp-1 product_tag-glucagon-agonist product_tag-lipolysis product_tag-ly3437943 product_tag-metabolic-peptides product_tag-obesity-research product_tag-retatrutide product_tag-triple-agonist product_tag-weight-loss-peptides desktop-align-left tablet-align-left mobile-align-left  instock sale shipping-taxable purchasable product-type-simple\"\n\t\t\t\t\t\n\t\t\t\tdata-wp-interactive=\"woocommerce\/product-collection\"\n\t\t\t\tdata-wp-context='woocommerce\/products::{\"productId\":432,\"variationId\":null}'\n\t\t\t\tdata-wp-key=\"product-item-432\"\n\t\t\t\n\t\t\t\t>\n\t\t\t\t\t\n<div data-block-name=\"woocommerce\/product-image\" data-image-sizing=\"thumbnail\" data-is-descendent-of-query-loop=\"true\" data-show-sale-badge=\"false\" class=\"wc-block-components-product-image wc-block-grid__product-image wc-block-components-product-image--aspect-ratio-1-1 wp-block-woocommerce-product-image\"><a href=\"https:\/\/czechpeptide.com\/cz\/produkt\/retatrutide-15mg-2\/\" data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"767\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-1024x767.png\" class=\"attachment-large size-large\" alt=\"Retatrutide research peptide vial for laboratory studies\" data-testid=\"product-image\" data-image-id=\"575\" style=\"object-fit:cover;aspect-ratio:1\/1;\" loading=\"lazy\" srcset=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-1024x767.png 1024w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-300x225.png 300w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-768x575.png 768w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-1536x1151.png 1536w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-2048x1534.png 2048w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-16x12.png 16w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/retatrutide15mg-600x449.png 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><div class=\"wc-block-components-product-image__inner-container\">\n<div data-block-name=\"woocommerce\/product-sale-badge\" class=\"wp-block-woocommerce-product-sale-badge \"><div class=\"wc-block-components-product-sale-badge alignright wc-block-components-product-sale-badge--align-right\" style=\"\"><span class=\"wc-block-components-product-sale-badge__text\" aria-hidden=\"true\">Sleva<\/span><span class=\"screen-reader-text\">Produkt za ak\u010dn\u00ed cenu<\/span><\/div><\/div>\n<\/div><\/a><\/div>\n\n<h2 style=\"line-height:1.4; margin-bottom:0.75rem;margin-top:0;\" class=\"has-text-align-center wp-block-post-title has-medium-font-size\"><a data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\" href=\"https:\/\/czechpeptide.com\/cz\/produkt\/retatrutide-15mg-2\/\" target=\"_self\" >Retatrutide 15mg<\/a><\/h2>\n\n<div data-block-name=\"woocommerce\/product-price\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"has-font-size has-small-font-size has-text-align-center wp-block-woocommerce-product-price has-small-font-size\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>1 099,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">P\u016fvodn\u00ed cena byla: 1 099,00&nbsp;&#075;&#269;.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>999,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktu\u00e1ln\u00ed cena je: 999,00&nbsp;&#075;&#269;.<\/span>\n\t\t\t\t<\/div><\/div>\n\n<div data-block-name=\"woocommerce\/product-button\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"wp-block-button wc-block-components-product-button is-style-outline  align-center is-style-outline wp-block-woocommerce-product-button has-small-font-size\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"addToCartText\":\"P\\u0159idat do ko\\u0161\\u00edku\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### v ko\\u0161\\u00edku\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_simple has-font-size has-small-font-size has-text-align-center wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/cz\/wp-json\/wp\/v2\/pages\/12?add-to-cart=432\" rel=\"nofollow\" data-product_id=\"432\" data-product_sku=\"\" aria-label=\"P\u0159idat do ko\u0161\u00edku: &ldquo;Retatrutide 15mg&rdquo;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >P\u0159idat do ko\u0161\u00edku<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t<\/li><li class=\"wc-block-product post-404 product type-product status-publish has-post-thumbnail product_cat-all-peptides product_tag-biological-signaling product_tag-copper-peptide product_tag-copper-peptide-dosage product_tag-copper-peptide-research product_tag-ghk-cu product_tag-ghk-cu-50mg product_tag-ghk-cu-benefits product_tag-ghk-cu-dosage product_tag-ghk-cu-effects product_tag-ghk-cu-injection product_tag-ghk-cu-peptide product_tag-ghk-cu-research-peptide product_tag-ghk-cu-side-effects product_tag-peptide-mechanisms product_tag-peptide-pharmacology product_tag-peptide-research product_tag-preclinical-research product_tag-research-peptides desktop-align-left tablet-align-left mobile-align-left last instock sale shipping-taxable purchasable product-type-simple\"\n\t\t\t\t\t\n\t\t\t\tdata-wp-interactive=\"woocommerce\/product-collection\"\n\t\t\t\tdata-wp-context='woocommerce\/products::{\"productId\":404,\"variationId\":null}'\n\t\t\t\tdata-wp-key=\"product-item-404\"\n\t\t\t\n\t\t\t\t>\n\t\t\t\t\t\n<div data-block-name=\"woocommerce\/product-image\" data-image-sizing=\"thumbnail\" data-is-descendent-of-query-loop=\"true\" data-show-sale-badge=\"false\" class=\"wc-block-components-product-image wc-block-grid__product-image wc-block-components-product-image--aspect-ratio-1-1 wp-block-woocommerce-product-image\"><a href=\"https:\/\/czechpeptide.com\/cz\/produkt\/ghk-cu-50mg\/\" data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"322\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/ghkcu.png\" class=\"attachment-large size-large\" alt=\"GHK-Cu 50mg copper peptide research vial\" data-testid=\"product-image\" data-image-id=\"405\" style=\"object-fit:cover;aspect-ratio:1\/1;\" loading=\"lazy\" srcset=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/ghkcu.png 577w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/ghkcu-300x167.png 300w\" sizes=\"auto, (max-width: 577px) 100vw, 577px\" \/><div class=\"wc-block-components-product-image__inner-container\">\n<div data-block-name=\"woocommerce\/product-sale-badge\" class=\"wp-block-woocommerce-product-sale-badge \"><div class=\"wc-block-components-product-sale-badge alignright wc-block-components-product-sale-badge--align-right\" style=\"\"><span class=\"wc-block-components-product-sale-badge__text\" aria-hidden=\"true\">Sleva<\/span><span class=\"screen-reader-text\">Produkt za ak\u010dn\u00ed cenu<\/span><\/div><\/div>\n<\/div><\/a><\/div>\n\n<h2 style=\"line-height:1.4; margin-bottom:0.75rem;margin-top:0;\" class=\"has-text-align-center wp-block-post-title has-medium-font-size\"><a data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\" href=\"https:\/\/czechpeptide.com\/cz\/produkt\/ghk-cu-50mg\/\" target=\"_self\" >GHK-Cu 50mg<\/a><\/h2>\n\n<div data-block-name=\"woocommerce\/product-price\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"has-font-size has-small-font-size has-text-align-center wp-block-woocommerce-product-price has-small-font-size\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>679,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">P\u016fvodn\u00ed cena byla: 679,00&nbsp;&#075;&#269;.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>549,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktu\u00e1ln\u00ed cena je: 549,00&nbsp;&#075;&#269;.<\/span>\n\t\t\t\t<\/div><\/div>\n\n<div data-block-name=\"woocommerce\/product-button\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"wp-block-button wc-block-components-product-button is-style-outline  align-center is-style-outline wp-block-woocommerce-product-button has-small-font-size\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"addToCartText\":\"P\\u0159idat do ko\\u0161\\u00edku\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### v ko\\u0161\\u00edku\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_simple has-font-size has-small-font-size has-text-align-center wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/cz\/wp-json\/wp\/v2\/pages\/12?add-to-cart=404\" rel=\"nofollow\" data-product_id=\"404\" data-product_sku=\"\" aria-label=\"P\u0159idat do ko\u0161\u00edku: &ldquo;GHK-Cu 50mg&rdquo;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >P\u0159idat do ko\u0161\u00edku<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t<\/li><li class=\"wc-block-product post-542 product type-product status-publish has-post-thumbnail product_cat-anti-aging product_cat-bacteriostatic-water product_cat-better-sleep product_cat-healing-and-regenaration product_cat-uncategorized product_cat-all-peptides product_cat-weight-loss product_tag-cosmetic-peptides product_tag-peptide-research product_tag-research-peptides desktop-align-left tablet-align-left mobile-align-left first instock shipping-taxable purchasable product-type-simple\"\n\t\t\t\t\t\n\t\t\t\tdata-wp-interactive=\"woocommerce\/product-collection\"\n\t\t\t\tdata-wp-context='woocommerce\/products::{\"productId\":542,\"variationId\":null}'\n\t\t\t\tdata-wp-key=\"product-item-542\"\n\t\t\t\n\t\t\t\t>\n\t\t\t\t\t\n<div data-block-name=\"woocommerce\/product-image\" data-image-sizing=\"thumbnail\" data-is-descendent-of-query-loop=\"true\" data-show-sale-badge=\"false\" class=\"wc-block-components-product-image wc-block-grid__product-image wc-block-components-product-image--aspect-ratio-1-1 wp-block-woocommerce-product-image\"><a href=\"https:\/\/czechpeptide.com\/cz\/produkt\/bacteriostatic-water-3ml-vial\/\" data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"572\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-1024x572.png\" class=\"attachment-large size-large\" alt=\"3 ml vial of \u010cesk\u00fd Peptid Bacteriostatic Water with 0.9% benzoyl\" data-testid=\"product-image\" data-image-id=\"545\" style=\"object-fit:cover;aspect-ratio:1\/1;\" loading=\"lazy\" srcset=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-1024x572.png 1024w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-300x168.png 300w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-768x429.png 768w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-1536x858.png 1536w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-2048x1144.png 2048w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-18x10.png 18w, https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/08\/bacteriostatic-600x335.png 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><div class=\"wc-block-components-product-image__inner-container\">\n\n<\/div><\/a><\/div>\n\n<h2 style=\"line-height:1.4; margin-bottom:0.75rem;margin-top:0;\" class=\"has-text-align-center wp-block-post-title has-medium-font-size\"><a data-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\" href=\"https:\/\/czechpeptide.com\/cz\/produkt\/bacteriostatic-water-3ml-vial\/\" target=\"_self\" >Bacteriostatic water 3ml vial<\/a><\/h2>\n\n<div data-block-name=\"woocommerce\/product-price\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"has-font-size has-small-font-size has-text-align-center wp-block-woocommerce-product-price has-small-font-size\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi>89,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&#75;&#269;<\/span><\/bdi><\/span>\n\t\t\t\t<\/div><\/div>\n\n<div data-block-name=\"woocommerce\/product-button\" data-font-size=\"small\" data-is-descendent-of-query-loop=\"true\" data-text-align=\"center\" class=\"wp-block-button wc-block-components-product-button is-style-outline  align-center is-style-outline wp-block-woocommerce-product-button has-small-font-size\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"addToCartText\":\"P\\u0159idat do ko\\u0161\\u00edku\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### v ko\\u0161\\u00edku\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_simple has-font-size has-small-font-size has-text-align-center wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/cz\/wp-json\/wp\/v2\/pages\/12?add-to-cart=542\" rel=\"nofollow\" data-product_id=\"542\" data-product_sku=\"\" aria-label=\"P\u0159idat do ko\u0161\u00edku: &ldquo;Bacteriostatic water 3ml vial&rdquo;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >P\u0159idat do ko\u0161\u00edku<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t<\/li><\/ul><\/div>\n\n\n\n<!-- ============ REVIEWS & CONTACT SECTION ============ -->\n\n<div class=\"wp-block-group alignfull has-ast-global-color-5-background-color has-background is-layout-constrained wp-container-core-group-is-layout-73c07e67 wp-block-group-is-layout-constrained\">\n\n<div class=\"cpx-page\">\n<section class=\"cpx-section\" id=\"cpx-reviews\">\n\n  <!-- RATING SUMMARY -->\n  <div class=\"cpx-rating-panel\">\n    <div class=\"cpx-rating-summary-card\">\n      <span class=\"cpx-rating-big\">4.4<\/span>\n      <div class=\"cpx-stars-static\" aria-hidden=\"true\">\u2605\u2605\u2605\u2605\u2606<\/div>\n      <span class=\"cpx-rating-count\">from 22 reviews<\/span>\n    <\/div>\n    <div class=\"cpx-rating-bars\">\n      <div class=\"cpx-bar-row\"><span class=\"cpx-bar-label\">\u2605\u2605\u2605\u2605\u2605<\/span><div class=\"cpx-bar-track\"><div class=\"cpx-bar-fill\" style=\"width:59%\"><\/div><\/div><span class=\"cpx-bar-count\">13<\/span><\/div>\n      <div class=\"cpx-bar-row\"><span class=\"cpx-bar-label\">\u2605\u2605\u2605\u2605\u2606<\/span><div class=\"cpx-bar-track\"><div class=\"cpx-bar-fill\" style=\"width:27%\"><\/div><\/div><span class=\"cpx-bar-count\">6<\/span><\/div>\n      <div class=\"cpx-bar-row\"><span class=\"cpx-bar-label\">\u2605\u2605\u2605\u2606\u2606<\/span><div class=\"cpx-bar-track\"><div class=\"cpx-bar-fill\" style=\"width:9%\"><\/div><\/div><span class=\"cpx-bar-count\">2<\/span><\/div>\n      <div class=\"cpx-bar-row\"><span class=\"cpx-bar-label\">\u2605\u2605\u2606\u2606\u2606<\/span><div class=\"cpx-bar-track\"><div class=\"cpx-bar-fill\" style=\"width:5%\"><\/div><\/div><span class=\"cpx-bar-count\">1<\/span><\/div>\n      <div class=\"cpx-bar-row\"><span class=\"cpx-bar-label\">\u2605\u2606\u2606\u2606\u2606<\/span><div class=\"cpx-bar-track\"><div class=\"cpx-bar-fill\" style=\"width:0%\"><\/div><\/div><span class=\"cpx-bar-count\">0<\/span><\/div>\n    <\/div>\n    <div class=\"cpx-review-outlinks\">\n      <a class=\"cpx-outlink-card\" href=\"https:\/\/www.trustpilot.com\/review\/czechpeptide.com\" target=\"_blank\" rel=\"noreferrer noopener\">\n        <div class=\"cpx-outlink-content\">\n          <img decoding=\"async\" id=\"cpx-img-trustpilot\" class=\"cpx-outlink-img\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/Trustpilot-Logo-scaled.jpg\" alt=\"Trustpilot\">\n          <span class=\"cpx-outlink-text\">\n            <span class=\"cpx-outlink-title\">Review us on Trustpilot<\/span>\n            <span class=\"cpx-outlink-sub\">Independent, verified reviews<\/span>\n          <\/span>\n        <\/div>\n      <\/a>\n      <a class=\"cpx-outlink-card\" href=\"https:\/\/www.facebook.com\/profile.php?id=61576458574466\" target=\"_blank\" rel=\"noreferrer noopener\">\n        <div class=\"cpx-outlink-content\">\n          <img decoding=\"async\" id=\"cpx-img-facebook-review\" class=\"cpx-outlink-img\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/09\/facebook-logo.png\" alt=\"Facebook\">\n          <span class=\"cpx-outlink-text\">\n            <span class=\"cpx-outlink-title\">Review us on Facebook<\/span>\n            <span class=\"cpx-outlink-sub\">Leave a rating on our page<\/span>\n          <\/span>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- SINGLE REVIEW -->\n  <div class=\"cpx-review-card\">\n    <div class=\"cpx-review-avatar\">?<\/div>\n    <div class=\"cpx-review-body\">\n      <div class=\"cpx-review-top\"><strong class=\"cpx-review-name\">RealGamer Lov<\/strong><span class=\"cpx-review-date\">04.09.2026<\/span><\/div>\n      <div class=\"cpx-stars-static cpx-review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <p class=\"cpx-review-text\">I ordered Retatrutide 15mg, best price on the market delivery was about 4 days. Overall Im happy. Product works great. Packaging was average but did the job.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- SPLIT GRID: REVIEW FORM & CONTACT -->\n  <div class=\"cpx-split-grid\">\n    \n    <!-- LEFT: REVIEW FORM -->\n    <div class=\"cpx-frame\">\n      <div class=\"cpx-frame-inner\" style=\"height: 100%;\">\n        <h3 class=\"cpx-card-title\" style=\"margin-bottom:4px;\">Leave a quick review<\/h3>\n        <p class=\"cpx-card-body\">Takes about 20 seconds. This opens a pre-filled email to us \u2014 nothing is posted publicly.<\/p>\n        <div class=\"cpx-star-picker\" id=\"cpx-star-picker\" role=\"radiogroup\" aria-label=\"Rating\">\n          <button type=\"button\" class=\"cpx-star\" data-star=\"1\" role=\"radio\" aria-checked=\"false\" aria-label=\"1 star\">\u2605<\/button>\n          <button type=\"button\" class=\"cpx-star\" data-star=\"2\" role=\"radio\" aria-checked=\"false\" aria-label=\"2 stars\">\u2605<\/button>\n          <button type=\"button\" class=\"cpx-star\" data-star=\"3\" role=\"radio\" aria-checked=\"false\" aria-label=\"3 stars\">\u2605<\/button>\n          <button type=\"button\" class=\"cpx-star\" data-star=\"4\" role=\"radio\" aria-checked=\"false\" aria-label=\"4 stars\">\u2605<\/button>\n          <button type=\"button\" class=\"cpx-star\" data-star=\"5\" role=\"radio\" aria-checked=\"false\" aria-label=\"5 stars\">\u2605<\/button>\n          <span class=\"cpx-star-label\" id=\"cpx-star-label\">Tap a star to rate<\/span>\n        <\/div>\n        <textarea class=\"cpx-review-textarea\" id=\"cpx-review-text\" rows=\"3\" placeholder=\"What went well, or what could be better? (optional)\"><\/textarea>\n        <button type=\"button\" class=\"cpx-btn cpx-btn--primary cpx-btn--full\" id=\"cpx-review-submit\">Send review<\/button>\n      <\/div>\n    <\/div>\n\n    <!-- RIGHT: CONTACT INFO -->\n    <div class=\"cpx-frame\">\n      <div class=\"cpx-frame-inner\" style=\"height: 100%; display: flex; flex-direction: column; justify-content: center;\">\n        \n        <!-- WhatsApp -->\n        <div class=\"cpx-contact-block\" style=\"margin-bottom: 24px;\">\n          <span class=\"cpx-icon-badge\" style=\"margin-bottom: 12px;\">\n            <svg viewBox=\"0 0 24 24\" class=\"cpx-icon\"><path d=\"M7 17l-2.5 1 1-2.7A7 7 0 1 1 17 12a7 7 0 0 1-10 6z\" class=\"cpx-icon-stroke\"\/><path d=\"M9 10.5c0 2.5 2 4.5 4.5 4.5.6 0 .8-.3.8-.7v-1c0-.3-.2-.5-.5-.6l-1.3-.4c-.3-.1-.5 0-.7.2l-.3.4c-1-.5-1.8-1.3-2.3-2.3l.4-.3c.2-.2.3-.4.2-.7l-.4-1.3c-.1-.3-.3-.5-.6-.5h-1c-.4 0-.7.2-.7.8z\" class=\"cpx-icon-fill\"\/><\/svg>\n          <\/span>\n          <h3 class=\"cpx-card-title\">WhatsApp<\/h3>\n          <p class=\"cpx-card-body\">Message us directly for order questions or anything time-sensitive.<\/p>\n          <div class=\"cpx-hours\">\n            <span><strong>Mon\u2013Fri<\/strong> replies within 6 hours<\/span>\n            <span><strong>Sat\u2013Sun<\/strong> replies within 24 hours<\/span>\n          <\/div>\n          <a class=\"cpx-text-link\" href=\"https:\/\/wa.me\/420771539608\" target=\"_blank\" rel=\"noreferrer noopener\">\n            +420 771 539 608\n            <svg viewBox=\"0 0 20 20\" class=\"cpx-link-arrow\"><path d=\"M4 10h11M11 5l5 5-5 5\" class=\"cpx-icon-stroke\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n        <hr style=\"border: 0; border-top: 1px solid var(--cpx-line); margin: 0 0 24px 0;\">\n\n        <!-- Email -->\n        <div class=\"cpx-contact-block\">\n          <span class=\"cpx-icon-badge\" style=\"margin-bottom: 12px;\">\n            <svg viewBox=\"0 0 24 24\" class=\"cpx-icon\"><rect x=\"3.5\" y=\"5.5\" width=\"17\" height=\"13\" rx=\"2\" class=\"cpx-icon-stroke\"\/><path d=\"M4.5 7l7 5.5L18.5 7\" class=\"cpx-icon-stroke\"\/><\/svg>\n          <\/span>\n          <h3 class=\"cpx-card-title\">Email<\/h3>\n          <p class=\"cpx-card-body\">For anything that needs more detail \u2014 batch numbers, invoices, or a partnership request.<\/p>\n          <a class=\"cpx-text-link\" href=\"mailto:info@czechpeptide.com\">\n            info@czechpeptide.com\n            <svg viewBox=\"0 0 20 20\" class=\"cpx-link-arrow\"><path d=\"M4 10h11M11 5l5 5-5 5\" class=\"cpx-icon-stroke\"\/><\/svg>\n          <\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n    \n  <\/div>\n\n<\/section>\n<\/div>\n\n<\/div>\n\n\n\n<!-- Google Fonts -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  .cpx-page {\n    --cpx-grad-a: #7c3aed;\n    --cpx-grad-b: #d946ef;\n    --cpx-grad-c: #a855f7;\n    --cpx-soft-a: #e7d3f7;\n    --cpx-soft-b: #bd6eef;\n    --cpx-ink: #2a1f33;\n    --cpx-ink-soft: #6b5f78;\n    --cpx-line: #ecdff8;\n    --cpx-tint-bg: #faf6fd;\n    --cpx-white: #ffffff;\n    --cpx-radius: 18px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--cpx-ink);\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n    box-sizing: border-box;\n  }\n  \n  .cpx-page *, .cpx-page *::before, .cpx-page *::after { box-sizing: border-box; }\n  .cpx-section { padding: 48px 0; }\n  \n  .cpx-card-title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 17px; margin: 0 0 10px; }\n  .cpx-card-body { font-size: 14.5px; line-height: 1.65; color: var(--cpx-ink-soft); margin: 0 0 12px; }\n\n  \/* Frame Styling *\/\n  .cpx-frame { padding: 2px; border-radius: var(--cpx-radius); background: linear-gradient(135deg, var(--cpx-grad-a), var(--cpx-grad-b), var(--cpx-grad-c)); }\n  .cpx-frame-inner { background: #fff; border-radius: calc(var(--cpx-radius) - 2px); padding: 36px; }\n\n  \/* Rating Panel Styles *\/\n  .cpx-rating-panel { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; background: #fff; border: 1px solid var(--cpx-line); border-radius: var(--cpx-radius); padding: 30px 28px; margin-bottom: 24px; }\n  .cpx-rating-summary-card { display: flex; flex-direction: column; align-items: center; gap: 4px; padding-right: 28px; border-right: 1px solid var(--cpx-line); min-width: 130px; }\n  .cpx-rating-big { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 44px; line-height: 1; }\n  .cpx-stars-static { color: var(--cpx-grad-a); font-size: 16px; letter-spacing: 2px; }\n  .cpx-rating-count { font-size: 12.5px; color: var(--cpx-ink-soft); }\n  \n  .cpx-rating-bars { display: flex; flex-direction: column; gap: 8px; }\n  .cpx-bar-row { display: grid; grid-template-columns: 68px 1fr 26px; align-items: center; gap: 10px; }\n  .cpx-bar-label { font-size: 11px; color: var(--cpx-grad-a); letter-spacing: 1px; }\n  .cpx-bar-track { height: 7px; background: var(--cpx-line); border-radius: 999px; overflow: hidden; }\n  .cpx-bar-fill { height: 100%; background: linear-gradient(90deg, var(--cpx-grad-a), var(--cpx-grad-b)); border-radius: 999px; }\n  .cpx-bar-count { font-size: 12px; color: var(--cpx-ink-soft); text-align: right; }\n\n  .cpx-review-outlinks { display: flex; flex-direction: column; gap: 10px; }\n  .cpx-outlink-card { display: flex; flex-direction: column; gap: 2px; padding: 12px 18px; border: 1.5px solid var(--cpx-line); border-radius: 12px; background: #fff; text-decoration: none; min-width: 190px; transition: border-color .15s ease; }\n  .cpx-outlink-card:hover { border-color: var(--cpx-grad-a); }\n  .cpx-outlink-title { font-weight: 600; font-size: 13.5px; color: var(--cpx-ink); }\n  .cpx-outlink-sub { font-size: 11.5px; color: var(--cpx-ink-soft); }\n  .cpx-outlink-content { display: flex; align-items: center; gap: 12px; }\n  .cpx-outlink-img { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0; border: 1px solid var(--cpx-line); background: var(--cpx-tint-bg); }\n\n  \/* Single Review Card *\/\n  .cpx-review-card { display: flex; gap: 16px; background: #fff; border: 1px solid var(--cpx-line); border-radius: var(--cpx-radius); padding: 22px 24px; margin-bottom: 28px; }\n  .cpx-review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--cpx-soft-a); color: var(--cpx-grad-a); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }\n  .cpx-review-top { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }\n  .cpx-review-name { font-size: 14.5px; font-weight: 600; }\n  .cpx-review-date { font-size: 12px; color: var(--cpx-ink-soft); }\n  .cpx-review-stars { margin-bottom: 6px; font-size: 13px; }\n  .cpx-review-text { font-size: 14px; line-height: 1.6; color: var(--cpx-ink-soft); margin: 0; }\n\n  \/* Split Grid for Form & Contact *\/\n  .cpx-split-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }\n\n  \/* Form Styles *\/\n  .cpx-star-picker { display: flex; align-items: center; gap: 4px; margin: 18px 0 14px; flex-wrap: wrap; }\n  .cpx-star { appearance: none; border: none; background: transparent; cursor: pointer; font-size: 28px; line-height: 1; color: #ddd0ea; padding: 2px; transition: color .1s ease, transform .1s ease; }\n  .cpx-star.is-filled { color: var(--cpx-grad-a); }\n  .cpx-star-label { font-size: 13px; color: var(--cpx-ink-soft); margin-left: 8px; }\n  .cpx-review-textarea { width: 100%; border: 1.5px solid var(--cpx-line); border-radius: 10px; padding: 12px 14px; font-size: 14px; font-family: inherit; resize: vertical; margin-bottom: 6px; outline: none; }\n  .cpx-review-textarea:focus { border-color: var(--cpx-grad-a); }\n\n  \/* Contact Specific Styles *\/\n  .cpx-icon { width: 19px; height: 19px; }\n  .cpx-icon-stroke { fill: none; stroke: var(--cpx-grad-a); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }\n  .cpx-icon-fill { fill: var(--cpx-grad-a); }\n  .cpx-icon-badge { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; background: var(--cpx-soft-a); }\n  .cpx-text-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--cpx-grad-a); text-decoration: none; }\n  .cpx-link-arrow { width: 16px; height: 16px; }\n  .cpx-hours { display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; color: var(--cpx-ink-soft); margin: 0 0 12px; }\n  .cpx-hours strong { color: var(--cpx-ink); }\n\n  \/* Buttons *\/\n  .cpx-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; appearance: none; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; padding: 12px 24px; border: 1.5px solid transparent; text-decoration: none; transition: opacity .15s ease, background-color .15s ease, transform .1s ease; }\n  .cpx-btn--primary { background: linear-gradient(90deg, var(--cpx-grad-a), var(--cpx-grad-b)); color: #ffffff; }\n  .cpx-btn--primary:hover { opacity: 0.9; }\n  .cpx-btn--full { width: 100%; margin-top: 22px; }\n\n  @media (max-width: 900px) {\n    .cpx-rating-panel { grid-template-columns: 1fr; }\n    .cpx-rating-summary-card { border-right: none; border-bottom: 1px solid var(--cpx-line); padding-right: 0; padding-bottom: 20px; }\n  }\n  @media (max-width: 768px) {\n    .cpx-split-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\n\n<script>\n(function () {\n  var picker = document.getElementById('cpx-star-picker');\n  if (picker) {\n    var stars = picker.querySelectorAll('.cpx-star');\n    var label = document.getElementById('cpx-star-label');\n    var selected = 0;\n    var labels = ['Tap a star to rate', 'Poor', 'Okay', 'Good', 'Great', 'Excellent'];\n    function paint(count) {\n      stars.forEach(function (s, i) {\n        s.classList.toggle('is-filled', i < count);\n        s.setAttribute('aria-checked', i < count ? 'true' : 'false');\n      });\n      label.textContent = labels[count];\n    }\n    stars.forEach(function (s) {\n      var val = parseInt(s.getAttribute('data-star'), 10);\n      s.addEventListener('mouseenter', function () { paint(val); });\n      s.addEventListener('mouseleave', function () { paint(selected); });\n      s.addEventListener('click', function () { selected = val; paint(val); });\n    });\n    var submitBtn = document.getElementById('cpx-review-submit');\n    if (submitBtn) {\n      submitBtn.addEventListener('click', function () {\n        var comment = document.getElementById('cpx-review-text').value.trim();\n        var ratingText = selected > 0 ? selected + ' out of 5 stars' : 'No rating selected';\n        var subject = encodeURIComponent('Website review \u2014 ' + (selected || '?') + ' stars');\n        var body = encodeURIComponent('Rating: ' + ratingText + '\\n\\nComment:\\n' + (comment || '(none)'));\n        window.location.href = 'mailto:info@czechpeptide.com?subject=' + subject + '&body=' + body;\n      });\n    }\n  }\n})();\n<\/script>\n<\/div>\n\n\n\n<!-- ============================================================\n  FAQ SECTION \u2014 categorized, searchable accordion.\n  Paste into a WordPress Custom HTML block (or a dedicated \/faq page).\n\n  Facts adapted for Czech Peptide, not copied from the reference:\n  - Shipping: Czech Republic + Slovakia only, 3\u20135 business days\n    (your established shipping info) \u2014 NOT the Romania\/EU-wide\n    GLS network from the reference material.\n  - Payment: bank transfer (Raiffeisenbank) + cash on delivery\n    for a fee \u2014 NOT Paysera, which isn't something you've set up.\n  - Contact: info@czechpeptide.com \/ WhatsApp \u2014 NOT\n    support@certapeptides.com.\n  - Testing partners: Janoshik Analytical, Liquilabs.cz, Finnrick.com\n    (your existing partners) \u2014 kept the \"search by batch code\"\n    idea from the reference as a suggestion, not a live feature;\n    see the note at the very bottom of this file.\n  Anywhere I had to guess at a specific number (cutoff time, RMA\n  turnaround) I flagged it below \u2014 confirm before publishing.\n============================================================= -->\n\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-73c07e67 wp-block-group-is-layout-constrained\">\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<div class=\"cpq-wrap\">\n  <section class=\"cpq-section\">\n\n    <h2 class=\"cpq-heading\">Questions, answered<\/h2>\n    \n\n    <div class=\"cpq-search\">\n      <svg viewBox=\"0 0 24 24\" class=\"cpq-search-icon\"><circle cx=\"10.5\" cy=\"10.5\" r=\"6.5\" class=\"cpq-icon-stroke\"\/><path d=\"M19 19l-4-4\" class=\"cpq-icon-stroke\"\/><\/svg>\n      <input type=\"text\" id=\"cpq-search-input\" placeholder=\"Search questions \u2014 e.g. shipping, purity, reconstitution\u2026\">\n    <\/div>\n\n    <div class=\"cpq-tabs\" id=\"cpq-tabs\" role=\"tablist\">\n      <button class=\"cpq-tab\" data-cat=\"all\" role=\"tab\" aria-selected=\"false\">All questions<\/button>\n      <button class=\"cpq-tab\" data-cat=\"products\" role=\"tab\" aria-selected=\"false\">\n        <svg viewBox=\"0 0 24 24\" class=\"cpq-tab-icon\"><path d=\"M9 3h6M10 3v5l-5 8a2 2 0 0 0 1.8 3h10.4a2 2 0 0 0 1.8-3l-5-8V3\" class=\"cpq-icon-stroke\"\/><\/svg>\n        Products &amp; research\n      <\/button>\n      <button class=\"cpq-tab\" data-cat=\"orders\" role=\"tab\" aria-selected=\"false\">\n        <svg viewBox=\"0 0 24 24\" class=\"cpq-tab-icon\"><path d=\"M3 8l9-5 9 5-9 5-9-5z\" class=\"cpq-icon-stroke\"\/><path d=\"M3 8v9l9 5 9-5V8\" class=\"cpq-icon-stroke\"\/><path d=\"M12 13v9\" class=\"cpq-icon-stroke\"\/><\/svg>\n        Orders &amp; shipping\n      <\/button>\n      <button class=\"cpq-tab is-active\" data-cat=\"quality\" role=\"tab\" aria-selected=\"true\">\n        <svg viewBox=\"0 0 24 24\" class=\"cpq-tab-icon\"><path d=\"M12 3l7 3v6c0 5-3.5 8-7 9-3.5-1-7-4-7-9V6l7-3z\" class=\"cpq-icon-stroke\"\/><path d=\"M9 12l2 2 4-4\" class=\"cpq-icon-stroke\"\/><\/svg>\n        Quality &amp; COA\n      <\/button>\n      <button class=\"cpq-tab\" data-cat=\"returns\" role=\"tab\" aria-selected=\"false\">\n        <svg viewBox=\"0 0 24 24\" class=\"cpq-tab-icon\"><path d=\"M4 12a8 8 0 1 0 2.6-5.9\" class=\"cpq-icon-stroke\"\/><path d=\"M4 4v4h4\" class=\"cpq-icon-stroke\"\/><\/svg>\n        Returns &amp; refunds\n      <\/button>\n    <\/div>\n\n    <div class=\"cpq-groups\" id=\"cpq-groups\">\n\n      <!-- ===== Products & Research ===== -->\n      <div class=\"cpq-group\" data-cat=\"products\" hidden>\n        <h3 class=\"cpq-group-title\">Products &amp; research<\/h3>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What are research peptides?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Research peptides are short chains of amino acids \u2014 typically 2 to 50 residues \u2014 synthesized for in-vitro laboratory research. Scientists use them to study biological processes, receptor binding, cell signaling, and related mechanisms. Our peptides are sold strictly for in-vitro research and are not intended for human consumption or in-vivo use.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>Are your peptides for human use?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>No. All Czech Peptide products are sold strictly for research and laboratory use. They are not intended for human consumption, veterinary use, or any clinical application. By purchasing, you confirm that you are a qualified researcher or institution.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What purity level do your peptides have?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Every product ships to its supplier&#8217;s published batch specification for identity and purity. Selected lots are independently tested by Janoshik Analytical, Liquilabs.cz, or Finnrick.com \u2014 where a lot has a published report, its measured purity is shown. Across our published Janoshik reports, average HPLC purity is 99.4%.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- ===== Orders & Shipping ===== -->\n      <div class=\"cpq-group\" data-cat=\"orders\" hidden>\n        <h3 class=\"cpq-group-title\">Orders &amp; shipping<\/h3>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What payment methods do you accept?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>We accept bank transfer to our IBAN (see our Company &amp; Payment Details section), and cash on delivery for an additional fee. Card payments aren&#8217;t currently offered.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>How long does shipping take?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>We deliver within the Czech Republic and Slovakia only, typically 3\u20135 working days, to a parcel pickup point or directly to your address. You&#8217;ll receive a tracking number by email once your order ships.<\/p>\n              <p class=\"cpq-flag\">\u26a0 Confirm your same-day dispatch cutoff time before publishing \u2014 not yet established.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What if my order is damaged in transit?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Contact us within 48 hours of delivery with photos of the outer box, inner packing, and any affected vials with labels legible. Confirmed transit damage is replaced at no additional cost.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>Can I cancel or modify my order?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Orders can be cancelled or modified within 2 hours of placement, provided they haven&#8217;t been dispatched yet. Message us on WhatsApp or email immediately if you need to make a change.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- ===== Quality & COA ===== -->\n      <div class=\"cpq-group\" data-cat=\"quality\">\n        <h3 class=\"cpq-group-title\">Quality &amp; COA<\/h3>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>How should I store my peptides?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Lyophilized (freeze-dried) peptides should be stored at -20\u00b0C for long-term storage, or 2\u20138\u00b0C for short-term use. Once reconstituted, keep peptides at 2\u20138\u00b0C and use within 2\u20134 weeks. Keep them away from light, heat, and moisture at all times.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>How do I reconstitute lyophilized peptides?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Use bacteriostatic water or sterile water for injection. Add the solvent slowly along the inside wall of the vial \u2014 don&#8217;t shake or vortex it. Let the peptide dissolve on its own, usually within 1\u20132 minutes. Once reconstituted, use the dosing calculator elsewhere on this site to work out exactly how much to draw for your target dose.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What is a Certificate of Analysis (COA)?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>A COA is the independent third-party test report for a specific lot \u2014 for us, that&#8217;s the Janoshik Analytical, Liquilabs.cz, or Finnrick.com report for lots we&#8217;ve had independently tested. It documents identity, HPLC purity, and the test date. Not every lot has a published report; contact us with your batch code and we&#8217;ll send you the relevant one on file.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What testing do your peptides undergo?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>We work with verified suppliers and independent labs rather than running testing in-house. Selected lots are tested by Janoshik Analytical, Liquilabs.cz, and Finnrick.com for HPLC purity and identity. Every other product ships to its supplier&#8217;s tested batch specification.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- ===== Returns & Refunds ===== -->\n      <div class=\"cpq-group\" data-cat=\"returns\" hidden>\n        <h3 class=\"cpq-group-title\">Returns &amp; refunds<\/h3>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>How do I start a return?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Email info@czechpeptide.com within 14 days of delivery with your order number and the reason for your return. We&#8217;ll confirm eligibility and send return instructions.<\/p>\n              <p class=\"cpq-flag\">\u26a0 Confirm your actual response-time target for return requests before publishing.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What if I received the wrong product?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Contact us immediately. We&#8217;ll arrange for the correct product to be sent at no additional cost, along with instructions for returning the incorrect item.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"cpq-item\">\n          <button class=\"cpq-question\" aria-expanded=\"false\">\n            <span>What is your return policy?<\/span>\n            <svg viewBox=\"0 0 20 20\" class=\"cpq-chevron\"><path d=\"M5 8l5 5 5-5\" class=\"cpq-icon-stroke\"\/><\/svg>\n          <\/button>\n          <div class=\"cpq-answer\">\n            <div class=\"cpq-answer-inner\">\n              <p>Because of the nature of research chemicals, we can&#8217;t accept returns of opened or used products. Unopened products in their original sealed packaging may be returned within 14 days of delivery, under your right of withdrawal in EU consumer law. We refund your original payment method within 14 days of receiving your withdrawal notice, and may hold the refund until we receive the goods or you send proof of dispatch \u2014 whichever comes first. Return shipping is paid by you, unless the return is due to our error.<\/p>\n              <div class=\"cpq-feedback\" data-feedback><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <p class=\"cpq-noresults\" id=\"cpq-noresults\" hidden>No questions match &#8220;<span id=\"cpq-noresults-term\"><\/span>&#8220;. Try a different word, or <a href=\"mailto:info@czechpeptide.com\">ask us directly<\/a>.<\/p>\n\n  <\/section>\n<\/div>\n\n<style>\n  .cpq-wrap {\n    --cpq-grad-a: #7c3aed;\n    --cpq-grad-b: #d946ef;\n    --cpq-ink: #2a1f33;\n    --cpq-ink-soft: #6b5f78;\n    --cpq-line: #ecdff8;\n    --cpq-soft-a: #f1e9fe;\n    --cpq-tint-bg: #faf6fd;\n    --cpq-white: #ffffff;\n    --cpq-radius: 16px;\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--cpq-ink);\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 20px;\n    box-sizing: border-box;\n  }\n  .cpq-wrap *, .cpq-wrap *::before, .cpq-wrap *::after { box-sizing: border-box; }\n\n  \/* Reduced top padding from 64px to 16px so it sits higher *\/\n  .cpq-section { padding: 0px 0 10px; }\n  .cpq-heading { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 32px; text-align: center; margin: 0 0 10px; color: var(--cpq-ink); }\n  .cpq-sub { font-size: 15.5px; text-align: center; color: var(--cpq-ink-soft); margin: 0 0 32px; }\n\n  .cpq-icon-stroke { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }\n\n  \/* ===== search ===== *\/\n  .cpq-search { position: relative; margin: 0 auto 24px; max-width: 520px; }\n  .cpq-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--cpq-ink-soft); }\n  #cpq-search-input {\n    width: 100%; padding: 13px 16px 13px 44px; border: 1.5px solid var(--cpq-line); border-radius: 999px;\n    font-size: 14.5px; font-family: inherit; color: var(--cpq-ink); outline: none; background: var(--cpq-white);\n    transition: border-color .15s ease;\n  }\n  #cpq-search-input:focus { border-color: var(--cpq-grad-a); }\n\n  \/* ===== tabs ===== *\/\n  .cpq-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }\n  .cpq-tab {\n    display: inline-flex; align-items: center; gap: 7px;\n    appearance: none; border: 1.5px solid var(--cpq-line); background: var(--cpq-white); color: var(--cpq-ink-soft);\n    font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 999px; cursor: pointer;\n    transition: border-color .15s ease, background-color .15s ease, color .15s ease;\n  }\n  .cpq-tab:hover { border-color: var(--cpq-grad-a); color: var(--cpq-ink); }\n  .cpq-tab.is-active { background: linear-gradient(90deg, var(--cpq-grad-a), var(--cpq-grad-b)); border-color: transparent; color: #fff; }\n  .cpq-tab-icon { width: 15px; height: 15px; }\n\n  \/* ===== groups & items ===== *\/\n  .cpq-group { margin-bottom: 40px; }\n  .cpq-group:last-child { margin-bottom: 0; }\n  .cpq-group-title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 18px; color: var(--cpq-grad-a); margin: 0 0 14px; padding-left: 2px; }\n\n  .cpq-item { border: 1px solid var(--cpq-line); border-radius: var(--cpq-radius); margin-bottom: 10px; background: var(--cpq-white); overflow: hidden; }\n  .cpq-question {\n    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;\n    appearance: none; border: none; background: transparent; cursor: pointer; text-align: left;\n    padding: 18px 20px; font-size: 15px; font-weight: 600; color: var(--cpq-ink); font-family: inherit;\n  }\n  .cpq-chevron { width: 18px; height: 18px; color: var(--cpq-grad-a); flex-shrink: 0; transition: transform .2s ease; }\n  .cpq-question[aria-expanded=\"true\"] .cpq-chevron { transform: rotate(180deg); }\n\n  .cpq-answer {\n    display: grid;\n    grid-template-rows: 0fr;\n    transition: grid-template-rows .25s ease;\n  }\n  .cpq-answer > .cpq-answer-inner { overflow: hidden; min-height: 0; }\n  .cpq-item.is-open .cpq-answer { grid-template-rows: 1fr; }\n  .cpq-answer-inner p {\n    margin: 0 20px 14px; font-size: 14.5px; line-height: 1.7; color: var(--cpq-ink-soft);\n    padding-top: 2px;\n  }\n  .cpq-answer-inner p:first-child { padding-top: 0; }\n  .cpq-flag { font-size: 12.5px; color: #a15c00; background: #fff6e0; border: 1px solid #f3dfa8; border-radius: 8px; padding: 8px 12px; }\n\n  .cpq-feedback { display: flex; align-items: center; gap: 10px; margin: 0 20px 18px; font-size: 12.5px; color: var(--cpq-ink-soft); }\n  .cpq-fb-label { margin-right: 2px; }\n  .cpq-fb-btn { appearance: none; border: 1px solid var(--cpq-line); background: var(--cpq-tint-bg); border-radius: 8px; padding: 5px 10px; cursor: pointer; font-size: 13px; transition: border-color .15s ease; }\n  .cpq-fb-btn:hover { border-color: var(--cpq-grad-a); }\n  .cpq-fb-btn.is-picked { border-color: var(--cpq-grad-a); background: var(--cpq-soft-a); }\n  .cpq-fb-thanks { color: var(--cpq-grad-a); font-weight: 600; }\n\n  \/* ===== no results ===== *\/\n  .cpq-noresults { text-align: center; font-size: 14px; color: var(--cpq-ink-soft); margin-top: 20px; }\n  .cpq-noresults a { color: var(--cpq-grad-a); font-weight: 600; }\n\n  @media (max-width: 640px) {\n    \/* Reduced mobile top padding from 44px to 16px *\/\n    .cpq-section { padding: 16px 0 56px; }\n    .cpq-heading { font-size: 25px; }\n    .cpq-tabs { justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; padding-bottom: 4px; margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }\n    .cpq-tab { flex-shrink: 0; }\n  }\n\n  @media (prefers-reduced-motion: reduce) { .cpq-chevron, .cpq-answer, .cpq-tab { transition: none; } }\n\n  .cpq-question:focus-visible, .cpq-tab:focus-visible, #cpq-search-input:focus-visible, .cpq-fb-btn:focus-visible {\n    outline: 2px solid var(--cpq-grad-a); outline-offset: 2px;\n  }\n<\/style>\n\n<script>\n(function () {\n  var root = document.querySelector('.cpq-wrap');\n\n  \/\/ ---- Accordion toggles ----\n  root.querySelectorAll('.cpq-question').forEach(function (btn) {\n    btn.addEventListener('click', function () {\n      var item = btn.closest('.cpq-item');\n      var open = item.classList.contains('is-open');\n      item.classList.toggle('is-open', !open);\n      btn.setAttribute('aria-expanded', String(!open));\n    });\n  });\n\n  \/\/ ---- Feedback thumbs (built once per item) ----\n  root.querySelectorAll('[data-feedback]').forEach(function (holder) {\n    holder.innerHTML =\n      '<span class=\"cpq-fb-label\">Was this helpful?<\/span>' +\n      '<button type=\"button\" class=\"cpq-fb-btn\" data-fb=\"yes\">Yes<\/button>' +\n      '<button type=\"button\" class=\"cpq-fb-btn\" data-fb=\"no\">No<\/button>' +\n      '<span class=\"cpq-fb-thanks\" hidden>Thanks for the feedback.<\/span>';\n    var buttons = holder.querySelectorAll('.cpq-fb-btn');\n    var thanks = holder.querySelector('.cpq-fb-thanks');\n    buttons.forEach(function (b) {\n      b.addEventListener('click', function () {\n        buttons.forEach(function (x) { x.classList.remove('is-picked'); x.disabled = true; });\n        b.classList.add('is-picked');\n        thanks.hidden = false;\n      });\n    });\n  });\n\n  \/\/ ---- Category tabs ----\n  var tabs = root.querySelectorAll('.cpq-tab');\n  var groups = root.querySelectorAll('.cpq-group');\n  var searchInput = document.getElementById('cpq-search-input');\n\n  tabs.forEach(function (tab) {\n    tab.addEventListener('click', function () {\n      tabs.forEach(function (t) { t.classList.remove('is-active'); t.setAttribute('aria-selected', 'false'); });\n      tab.classList.add('is-active');\n      tab.setAttribute('aria-selected', 'true');\n      searchInput.value = '';\n      var cat = tab.getAttribute('data-cat');\n      groups.forEach(function (g) {\n        g.hidden = (cat !== 'all' && g.getAttribute('data-cat') !== cat);\n        g.querySelectorAll('.cpq-item').forEach(function (i) { i.hidden = false; });\n      });\n      document.getElementById('cpq-noresults').hidden = true;\n    });\n  });\n\n  \/\/ ---- Search (overrides tab filter while active) ----\n  searchInput.addEventListener('input', function () {\n    var term = searchInput.value.trim().toLowerCase();\n    var noResults = document.getElementById('cpq-noresults');\n\n    if (!term) {\n      var activeTab = root.querySelector('.cpq-tab.is-active');\n      var cat = activeTab ? activeTab.getAttribute('data-cat') : 'all';\n      groups.forEach(function (g) {\n        g.hidden = (cat !== 'all' && g.getAttribute('data-cat') !== cat);\n        g.querySelectorAll('.cpq-item').forEach(function (i) { i.hidden = false; });\n      });\n      noResults.hidden = true;\n      return;\n    }\n\n    var anyMatch = false;\n    groups.forEach(function (g) {\n      var groupHasMatch = false;\n      g.querySelectorAll('.cpq-item').forEach(function (item) {\n        var text = item.textContent.toLowerCase();\n        var match = text.indexOf(term) !== -1;\n        item.hidden = !match;\n        if (match) { groupHasMatch = true; anyMatch = true; }\n      });\n      g.hidden = !groupHasMatch;\n    });\n\n    noResults.hidden = anyMatch;\n    document.getElementById('cpq-noresults-term').textContent = searchInput.value.trim();\n  });\n})();\n<\/script>\n\n<\/div>\n\n\n<!-- ============================================================\n  NOTES:\n\n  1. The reference material's \"\/verify\" batch-lookup tool (type a\n     batch code, get its COA) is a genuinely good feature but isn't\n     something you have built yet \u2014 I referenced it only as\n     \"contact us with your batch code\" rather than claiming a page\n     that doesn't exist. If you want to actually build a \/verify\n     page, that's a separate, doable project (a simple lookup\n     against a table of batch codes \u2192 COA file URLs) \u2014 say the word.\n\n  2. Two answers are flagged inline with \u26a0 where I didn't have a\n     confirmed number from you (same-day dispatch cutoff time,\n     return-request response time). Fill those in or remove the\n     flag paragraph once confirmed.\n\n  3. The \"Was this helpful?\" buttons are cosmetic only (no backend) \u2014\n     they register visually but don't currently get saved anywhere.\n     If you want real feedback analytics, that click handler would\n     need to POST to a small logging endpoint instead.\n============================================================= -->\n\n\n\n\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-73c07e67 wp-block-group-is-layout-constrained\">\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<div class=\"wcu-page\">\n<section class=\"wcu-section\" id=\"why-choose-us\">\n  <span class=\"wcu-pill\">\n    <svg viewBox=\"0 0 24 24\" class=\"wcu-pill-icon\"><path d=\"M12 3l7 3v6c0 5-3.5 8-7 9-3.5-1-7-4-7-9V6l7-3z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n    Independently verified\n  <\/span>\n\n  <h2 class=\"wcu-heading\">Why choose us<\/h2>\n\n  <div class=\"wcu-lede\">\n    <p>At Czech Peptide, we prioritize quality, transparency, and customer satisfaction. Every peptide in our collection undergoes rigorous quality control and testing to ensure the highest standards of <strong>purity<\/strong> and reliability.<\/p>\n    <p>Our products are independently verified by reputable laboratories, including <strong>Liquilabs.cz<\/strong>, <strong>Finnrick.com<\/strong>, and <strong>Janoshik Analytical<\/strong>, providing full analytical confirmation and documented testing results.<\/p>\n    <p>With extensive experience in business-to-business research peptide distribution, we bring the same high standards of quality, reliability, and professionalism to individual customers, ensuring a trusted and consistent experience for every client.<\/p>\n  <\/div>\n\n  <div class=\"wcu-grid\">\n    <div class=\"wcu-card\">\n      <div class=\"wcu-logo\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/liquilabs-scaled.png\" alt=\"Liquilabs.cz logo\"><\/div>\n      <h3 class=\"wcu-card-title\">Liquilabs.cz<\/h3>\n      <p class=\"wcu-card-body\">Our regional laboratory partner providing independent analytical testing and verification of peptide purity.<\/p>\n    <\/div>\n    <div class=\"wcu-card\">\n      <div class=\"wcu-logo\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/BTlabs.png\" alt=\"Finnrick.com logo\"><\/div>\n      <h3 class=\"wcu-card-title\">Finnrick.com<\/h3>\n      <p class=\"wcu-card-body\">Independent third-party testing platform where consumers can submit and verify peptide samples for transparency.<\/p>\n    <\/div>\n    <div class=\"wcu-card\">\n      <div class=\"wcu-logo\"><img decoding=\"async\" src=\"https:\/\/czechpeptide.com\/wp-content\/uploads\/2026\/04\/janoshik-1.png\" alt=\"Janoshik Analytical logo\"><\/div>\n      <h3 class=\"wcu-card-title\">Janoshik Analytical<\/h3>\n      <p class=\"wcu-card-body\">A highly respected laboratory and industry go-to tester with extensive experience in analytical verification and quality testing.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  .wcu-page {\n    --wcu-grad-a: #7c3aed;\n    --wcu-grad-b: #d946ef;\n    --wcu-soft-a: #e7d3f7;\n    --wcu-ink: #2a1f33;\n    --wcu-ink-soft: #6b5f78;\n    --wcu-line: #ecdff8;\n    --wcu-radius: 18px;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--wcu-ink);\n  }\n  .wcu-page *, .wcu-page *::before, .wcu-page *::after { box-sizing: border-box; }\n\n  .wcu-section { padding: 6px 0 10px; }\n\n  .wcu-pill {\n    display: inline-flex; align-items: center; gap: 7px;\n    background: var(--wcu-soft-a);\n    border: 1px solid var(--wcu-line);\n    color: var(--wcu-grad-a);\n    font-size: 13px; font-weight: 600;\n    padding: 7px 16px 7px 12px;\n    border-radius: 999px;\n    margin-bottom: 18px;\n  }\n  .wcu-pill-icon { width: 15px; height: 15px; fill: none; stroke: var(--wcu-grad-a); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n\n  .wcu-heading {\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    font-size: 32px;\n    line-height: 1.25;\n    margin: 0 0 24px;\n    color: var(--wcu-ink);\n  }\n\n  .wcu-lede { max-width: 760px; }\n  .wcu-lede p { font-size: 16px; line-height: 1.75; color: var(--wcu-ink-soft); margin: 0 0 16px; }\n  .wcu-lede p:last-child { margin-bottom: 0; }\n  .wcu-lede strong { color: var(--wcu-ink); }\n\n  .wcu-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-top: 48px;\n  }\n  .wcu-card {\n    background: #fff;\n    border: 1px solid var(--wcu-line);\n    border-radius: var(--wcu-radius);\n    padding: 30px 26px;\n    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;\n  }\n  .wcu-card:hover {\n    border-color: var(--wcu-grad-a);\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.12);\n  }\n  .wcu-logo { height: 52px; display: flex; align-items: center; margin-bottom: 22px; }\n  .wcu-logo img { max-height: 52px; max-width: 170px; width: auto; object-fit: contain; }\n\n  .wcu-card-title {\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    font-size: 17px;\n    margin: 0 0 10px;\n  }\n  .wcu-card-body { font-size: 14.5px; line-height: 1.65; color: var(--wcu-ink-soft); margin: 0; }\n\n  @media (max-width: 900px) {\n    .wcu-grid { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 640px) {\n    .wcu-section { padding: 56px 0; }\n    .wcu-heading { font-size: 26px; }\n  }\n<\/style>\n<\/div>\n\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Reusable Pen Peptides Click to Browse Nasal Spray Peptides Click to Browse Buy All Peptides Click to Browse Trusted Provider [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Wiki","author_link":"https:\/\/czechpeptide.com\/cz\/author\/lukaskuppens\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Reusable Pen Peptides Click to Browse Nasal Spray Peptides Click to Browse Buy All Peptides Click to Browse Trusted Provider [&hellip;]","_links":{"self":[{"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":154,"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":858,"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/pages\/12\/revisions\/858"}],"wp:attachment":[{"href":"https:\/\/czechpeptide.com\/cz\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}