{"product_id":"hd-semaglutide-10-pen-by-hd-labs™","title":"HD Labs Semaglutide 10 Pen by™","description":"\u003cstyle\u003e\n  .hdsema10section {\n    width: 100%;\n    max-width: 100%;\n    padding: 22px 10px;\n    background:\n      radial-gradient(circle at top right, rgba(45, 110, 255, 0.16), transparent 34%),\n      radial-gradient(circle at bottom left, rgba(0, 190, 160, 0.14), transparent 32%),\n      linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);\n    font-family: inherit;\n    color: #151515;\n    overflow: hidden;\n  }\n\n  .hdsema10wrap {\n    width: 100%;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  .hdsema10hero {\n    width: 100%;\n    position: relative;\n    background: rgba(255, 255, 255, 0.96);\n    border: 1px solid rgba(45, 110, 255, 0.18);\n    border-radius: 26px;\n    padding: 16px;\n    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);\n    animation: hdsema10fadeup 0.8s ease forwards;\n    overflow: hidden;\n  }\n\n  .hdsema10hero::before {\n    content: \"\";\n    position: absolute;\n    top: -80px;\n    right: -80px;\n    width: 190px;\n    height: 190px;\n    background: rgba(45, 110, 255, 0.12);\n    filter: blur(38px);\n    border-radius: 50%;\n    animation: hdsema10float 6s ease-in-out infinite;\n  }\n\n  .hdsema10image {\n    width: 100%;\n    border-radius: 22px;\n    overflow: hidden;\n    background: #ffffff;\n    margin-bottom: 22px;\n    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);\n    position: relative;\n    z-index: 2;\n  }\n\n  .hdsema10image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    transition: transform 0.7s ease;\n  }\n\n  .hdsema10image:hover img {\n    transform: scale(1.035);\n  }\n\n  .hdsema10content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .hdsema10badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 8px 13px;\n    border-radius: 999px;\n    background: rgba(45, 110, 255, 0.1);\n    color: #234fc7;\n    font-size: 10px;\n    font-weight: 850;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .hdsema10dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #2d6eff;\n    box-shadow: 0 0 16px rgba(45, 110, 255, 0.85);\n  }\n\n  .hdsema10title {\n    font-size: 28px;\n    line-height: 1.08;\n    letter-spacing: -0.8px;\n    margin: 0 0 14px;\n    font-weight: 900;\n  }\n\n  .hdsema10title span {\n    background: linear-gradient(135deg, #2d6eff, #00bea0);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .hdsema10text {\n    font-size: 14px;\n    line-height: 1.7;\n    color: #5e5e5e;\n    margin: 0 0 18px;\n  }\n\n  .hdsema10highlight {\n    padding: 16px;\n    border-radius: 20px;\n    background: #ffffff;\n    border: 1px solid rgba(45, 110, 255, 0.18);\n    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);\n    margin: 18px 0;\n    animation: hdsema10pulse 3.5s ease-in-out infinite;\n  }\n\n  .hdsema10highlight h3 {\n    margin: 0 0 8px;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .hdsema10highlight p {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.65;\n    color: #666;\n  }\n\n  .hdsema10grid {\n    display: grid;\n    grid-template-columns: 1fr !important;\n    gap: 12px;\n    width: 100%;\n    margin-top: 20px;\n  }\n\n  .hdsema10card {\n    width: 100%;\n    background: #ffffff;\n    border-radius: 20px;\n    padding: 16px;\n    border: 1px solid rgba(0, 0, 0, 0.06);\n    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.045);\n    opacity: 0;\n    transform: translateY(22px);\n    transition: all 0.65s ease;\n  }\n\n  .hdsema10card.show {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .hdsema10icon {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #2d6eff, #00bea0);\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 900;\n    margin-bottom: 10px;\n  }\n\n  .hdsema10card h4 {\n    margin: 0 0 6px;\n    font-size: 14px;\n    line-height: 1.15;\n    font-weight: 900;\n  }\n\n  .hdsema10card p {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.6;\n    color: #666;\n  }\n\n  .hdsema10details {\n    margin-top: 20px;\n    padding: 16px;\n    border-radius: 22px;\n    background: #ffffff;\n    border: 1px solid rgba(0, 190, 160, 0.2);\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);\n  }\n\n  .hdsema10details h3 {\n    margin: 0 0 12px;\n    font-size: 16px;\n    font-weight: 900;\n  }\n\n  .hdsema10row {\n    display: block;\n    padding: 11px 0;\n    border-bottom: 1px solid rgba(0, 0, 0, 0.06);\n    font-size: 13px;\n    color: #5f5f5f;\n  }\n\n  .hdsema10row:last-child {\n    border-bottom: none;\n  }\n\n  .hdsema10row strong {\n    display: block;\n    color: #181818;\n    font-weight: 850;\n    margin-bottom: 4px;\n  }\n\n  .hdsema10row span {\n    display: block;\n  }\n\n  .hdsema10brand {\n    margin-top: 20px;\n    padding: 18px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, rgba(45, 110, 255, 0.08), rgba(0, 190, 160, 0.08));\n    border: 1px solid rgba(45, 110, 255, 0.16);\n    text-align: center;\n  }\n\n  .hdsema10brand h3 {\n    margin: 0 0 8px;\n    font-size: 17px;\n    font-weight: 900;\n    letter-spacing: -0.3px;\n  }\n\n  .hdsema10brand p {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.7;\n    color: #5e5e5e;\n  }\n\n  .hdsema10tagline {\n    margin-top: 10px;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.1px;\n    text-transform: uppercase;\n    background: linear-gradient(135deg, #2d6eff, #00bea0);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .hdsema10disclaimer {\n    margin-top: 18px;\n    font-size: 11.5px;\n    line-height: 1.65;\n    color: #777;\n    text-align: center;\n  }\n\n  @keyframes hdsema10fadeup {\n    from {\n      opacity: 0;\n      transform: translateY(26px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes hdsema10pulse {\n    0%, 100% {\n      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);\n    }\n\n    50% {\n      box-shadow: 0 16px 38px rgba(45, 110, 255, 0.13);\n    }\n  }\n\n  @keyframes hdsema10float {\n    0%, 100% {\n      transform: translateY(0);\n    }\n\n    50% {\n      transform: translateY(22px);\n    }\n  }\n\n  @media screen and (min-width: 1000px) {\n    .hdsema10section {\n      padding: 70px 22px;\n    }\n\n    .hdsema10wrap {\n      max-width: 1120px;\n    }\n\n    .hdsema10hero {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 34px;\n      align-items: center;\n      padding: 32px;\n    }\n\n    .hdsema10image {\n      margin-bottom: 0;\n    }\n\n    .hdsema10title {\n      font-size: 48px;\n    }\n\n    .hdsema10grid {\n      grid-template-columns: 1fr 1fr !important;\n    }\n\n    .hdsema10row {\n      display: flex;\n      justify-content: space-between;\n      gap: 18px;\n    }\n\n    .hdsema10row strong {\n      margin-bottom: 0;\n    }\n\n    .hdsema10row span {\n      text-align: right;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"hdsema10section\"\u003e\n\u003cdiv class=\"hdsema10wrap\"\u003e\n\u003cdiv class=\"hdsema10hero\"\u003e\n\u003cdiv class=\"hdsema10image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hdsema10content\"\u003e\n\u003cdiv class=\"hdsema10badge\"\u003e\n\u003cdiv class=\"hdsema10dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nPremium HD Labs Pen\u003c\/div\u003e\n\u003ch1 class=\"hdsema10title\"\u003eHD Semaglutide 10 Pen \u003cspan\u003eby HD Labs™\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hdsema10text\"\u003eIntroducing the HD Semaglutide 10 Pen by HD Labs™ — a convenient, pre-filled injectable pen delivering a precise 10mg dose of pharmaceutical-grade Semaglutide, engineered for consistency, accuracy and ease of use.\u003c\/p\u003e\n\u003cdiv class=\"hdsema10highlight\"\u003e\n\u003ch3\u003eAbout Semaglutide\u003c\/h3\u003e\n\u003cp\u003eSemaglutide is a GLP-1 receptor agonist widely recognised in metabolic health and weight management research. The HD Labs™ Semaglutide 10 Pen presents this compound in a sleek, ready-to-use format with no reconstitution required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10grid\"\u003e\n\u003cdiv class=\"hdsema10card\"\u003e\n\u003cdiv class=\"hdsema10icon\"\u003e1\u003c\/div\u003e\n\u003ch4\u003e10mg Per Pen\u003c\/h4\u003e\n\u003cp\u003eHigh-concentration dose designed for extended use cycles and consistent application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10card\"\u003e\n\u003cdiv class=\"hdsema10icon\"\u003e2\u003c\/div\u003e\n\u003ch4\u003ePre-Filled Format\u003c\/h4\u003e\n\u003cp\u003eSimple, accurate and mess-free pen format with no reconstitution required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10card\"\u003e\n\u003cdiv class=\"hdsema10icon\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eGLP-1 Profile\u003c\/h4\u003e\n\u003cp\u003eGLP-1 receptor agonist studied for metabolic function and appetite regulation pathways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10card\"\u003e\n\u003cdiv class=\"hdsema10icon\"\u003e4\u003c\/div\u003e\n\u003ch4\u003eHD Labs™ Quality\u003c\/h4\u003e\n\u003cp\u003eTested for purity, potency and sterility to support a premium product standard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10card\"\u003e\n\u003cdiv class=\"hdsema10icon\"\u003e5\u003c\/div\u003e\n\u003ch4\u003ePortable \u0026amp; Discreet\u003c\/h4\u003e\n\u003cp\u003eCompact design created for convenient handling and professional presentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10details\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"hdsema10row\"\u003e\n\u003cstrong\u003eProduct\u003c\/strong\u003e \u003cspan\u003eHD Semaglutide 10 Pen by HD Labs™\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10row\"\u003e\n\u003cstrong\u003eActive Ingredient\u003c\/strong\u003e \u003cspan\u003eSemaglutide 10mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10row\"\u003e\n\u003cstrong\u003ePeptide Type\u003c\/strong\u003e \u003cspan\u003eGLP-1 receptor agonist\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10row\"\u003e\n\u003cstrong\u003eFormat\u003c\/strong\u003e \u003cspan\u003ePre-filled injectable pen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10row\"\u003e\n\u003cstrong\u003ePreparation\u003c\/strong\u003e \u003cspan\u003eNo reconstitution required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10row\"\u003e\n\u003cstrong\u003eBrand\u003c\/strong\u003e \u003cspan\u003eHD Labs™\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hdsema10brand\"\u003e\n\u003ch3\u003eHD Labs™ Quality Standard\u003c\/h3\u003e\n\u003cp\u003eBuilt around a premium product experience with a focus on consistency, sterility and reliable presentation.\u003c\/p\u003e\n\u003cdiv class=\"hdsema10tagline\"\u003ePrecision. Purity. Performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"hdsema10disclaimer\"\u003eDesigned for use by qualified healthcare professionals and researchers. Always consult a licensed medical practitioner before commencing any Semaglutide therapy protocol.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"HD Labs","offers":[{"title":"Default Title","offer_id":47518205345923,"sku":null,"price":1850.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/8924\/6595\/files\/ChatGPTImageJul9_2026_03_41_20PM.png?v=1783604535","url":"https:\/\/enduroflow.co.za\/products\/hd-semaglutide-10-pen-by-hd-labs%e2%84%a2","provider":"EnduroFlow","version":"1.0","type":"link"}