{"product_id":"lifelike-embedded-veins-venipuncture-model","title":"LifeLike Embedded Veins Venipuncture Model – Ultrasound \u0026 IV Access Trainer","description":"\u003cstyle\u003e\n  .ss-venipuncture-product {\n    --navy: #123047;\n    --blue: #176b93;\n    --teal: #168b8f;\n    --light: #f3f8fa;\n    --white: #ffffff;\n    --border: #d8e3e8;\n    --text: #263742;\n    --muted: #5d6d76;\n    --notice-bg: #eef9f8;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: inherit;\n    line-height: 1.65;\n  }\n\n  .ss-venipuncture-product *,\n  .ss-venipuncture-product *::before,\n  .ss-venipuncture-product *::after {\n    box-sizing: border-box;\n  }\n\n  .ss-venipuncture-product h2,\n  .ss-venipuncture-product h3 {\n    margin-top: 0;\n    color: var(--navy);\n    line-height: 1.25;\n  }\n\n  .ss-venipuncture-product h2 {\n    margin-bottom: 18px;\n    font-size: clamp(1.6rem, 3vw, 2.15rem);\n  }\n\n  .ss-venipuncture-product h3 {\n    margin-bottom: 9px;\n    font-size: 1.18rem;\n  }\n\n  .ss-venipuncture-product p {\n    margin: 0 0 16px;\n  }\n\n  .ss-venipuncture-product a {\n    color: var(--blue);\n    font-weight: 650;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .ss-vp-hero {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 32px;\n    padding: clamp(30px, 6vw, 64px);\n    border-radius: 18px;\n    background:\n      radial-gradient(circle at 90% 10%, rgba(116, 224, 217, 0.25), transparent 33%),\n      linear-gradient(135deg, #102d43 0%, #17698c 100%);\n    color: var(--white);\n  }\n\n  .ss-vp-hero h2,\n  .ss-vp-hero p {\n    color: var(--white);\n  }\n\n  .ss-vp-hero h2 {\n    max-width: 850px;\n    margin-bottom: 16px;\n    font-size: clamp(1.9rem, 4vw, 3rem);\n  }\n\n  .ss-vp-hero p {\n    max-width: 850px;\n    font-size: 1.08rem;\n  }\n\n  .ss-vp-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: #c6f5f4;\n    font-size: 0.8rem;\n    font-weight: 750;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .ss-vp-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 22px;\n  }\n\n  .ss-vp-badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(255,255,255,0.32);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.12);\n    color: var(--white);\n    font-size: 0.88rem;\n    font-weight: 650;\n  }\n\n  .ss-vp-section {\n    margin: 32px 0;\n  }\n\n  .ss-vp-panel {\n    padding: clamp(22px, 4vw, 36px);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: var(--white);\n  }\n\n  .ss-vp-intro {\n    font-size: 1.06rem;\n  }\n\n  .ss-vp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .ss-vp-card {\n    height: 100%;\n    padding: 23px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: var(--light);\n  }\n\n  .ss-vp-icon {\n    display: inline-grid;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 12px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--teal);\n    color: var(--white);\n    font-weight: 800;\n  }\n\n  .ss-vp-option-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n  }\n\n  .ss-vp-option {\n    padding: 22px;\n    border: 1px solid var(--border);\n    border-top: 4px solid var(--blue);\n    border-radius: 12px;\n    background: var(--white);\n  }\n\n  .ss-vp-option strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--navy);\n    font-size: 1.08rem;\n  }\n\n  .ss-vp-option p {\n    margin-bottom: 10px;\n    font-size: 0.94rem;\n  }\n\n  .ss-vp-ref {\n    color: var(--muted);\n    font-size: 0.88rem;\n    font-weight: 650;\n  }\n\n  .ss-vp-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ss-vp-list li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 27px;\n  }\n\n  .ss-vp-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--teal);\n    font-weight: 800;\n  }\n\n  .ss-vp-table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .ss-vp-table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    background: var(--white);\n  }\n\n  .ss-vp-table th,\n  .ss-vp-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .ss-vp-table th {\n    background: var(--navy);\n    color: var(--white);\n    font-size: 0.9rem;\n  }\n\n  .ss-vp-table tbody tr:nth-child(even) {\n    background: #f7fafb;\n  }\n\n  .ss-vp-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ss-vp-notice {\n    padding: 21px 23px;\n    border: 1px solid #9dd8d4;\n    border-left: 5px solid var(--teal);\n    border-radius: 10px;\n    background: var(--notice-bg);\n  }\n\n  .ss-vp-related {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n  }\n\n  .ss-vp-related-card {\n    display: block;\n    height: 100%;\n    padding: 20px;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    background: var(--light);\n    text-decoration: none !important;\n    transition: transform 0.18s ease, border-color 0.18s ease;\n  }\n\n  .ss-vp-related-card:hover {\n    transform: translateY(-2px);\n    border-color: var(--blue);\n  }\n\n  .ss-vp-related-card strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--navy);\n  }\n\n  .ss-vp-related-card span {\n    display: block;\n    color: var(--muted);\n    font-size: 0.94rem;\n    font-weight: 400;\n  }\n\n  .ss-vp-faq details {\n    margin-bottom: 11px;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    background: var(--white);\n  }\n\n  .ss-vp-faq summary {\n    padding: 16px 18px;\n    color: var(--navy);\n    font-weight: 700;\n    cursor: pointer;\n  }\n\n  .ss-vp-faq details div {\n    padding: 0 18px 17px;\n  }\n\n  .ss-vp-cta {\n    padding: clamp(25px, 5vw, 44px);\n    border-radius: 16px;\n    background: var(--light);\n    text-align: center;\n  }\n\n  .ss-vp-button {\n    display: inline-block;\n    margin-top: 5px;\n    padding: 12px 21px;\n    border-radius: 8px;\n    background: var(--blue);\n    color: var(--white) !important;\n    text-decoration: none !important;\n  }\n\n  .ss-vp-disclaimer {\n    margin-top: 24px;\n    color: var(--muted);\n    font-size: 0.83rem;\n  }\n\n  @media (max-width: 760px) {\n    .ss-vp-grid,\n    .ss-vp-option-grid,\n    .ss-vp-related {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .ss-vp-hero,\n    .ss-vp-panel {\n      border-radius: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ss-venipuncture-product\"\u003e\n\n  \u003csection class=\"ss-vp-hero\"\u003e\n    \u003cspan class=\"ss-vp-eyebrow\"\u003e\n      Venipuncture, vascular access and ultrasound training\n    \u003c\/span\u003e\n\n    \u003ch2\u003eLifeLike Embedded Veins Venipuncture Model\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A realistic soft-tissue venipuncture model containing peripheral or\n      peripheral-and-deep embedded vessels for conventional and\n      ultrasound-guided needle insertion, vascular access and blood-draw\n      training.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ss-vp-badges\"\u003e\n      \u003cspan class=\"ss-vp-badge\"\u003eUltrasound compatible\u003c\/span\u003e\n      \u003cspan class=\"ss-vp-badge\"\u003e3 or 7 embedded vessels\u003c\/span\u003e\n      \u003cspan class=\"ss-vp-badge\"\u003eOptional pressurising syringe\u003c\/span\u003e\n      \u003cspan class=\"ss-vp-badge\"\u003e6 × 5-inch training pad\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section ss-vp-panel\"\u003e\n    \u003ch2\u003eRealistic venipuncture and ultrasound-guided access training\u003c\/h2\u003e\n\n    \u003cp class=\"ss-vp-intro\"\u003e\n      The LifeLike Embedded Veins Venipuncture Model is designed for developing,\n      retaining and assessing essential nursing, phlebotomy, vascular access and\n      ultrasound-guided needle-insertion skills.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      LifeLike Large Saphenous Veins are embedded within soft tissue beneath a\n      2.2 mm dermis layer. Trainees must identify the vessel position and control\n      needle angle and insertion depth in a simulated tissue environment.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Choose the Small Peripheral configuration with three superficially\n      positioned vessels or the Deep and Peripheral configuration, which adds\n      four deeper vessels for a total of seven. Both versions are available with\n      an optional syringe and connectors for pressurising the vessels.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section\"\u003e\n    \u003ch2\u003eTraining applications\u003c\/h2\u003e\n\n    \u003cdiv class=\"ss-vp-grid\"\u003e\n      \u003carticle class=\"ss-vp-card\"\u003e\n        \u003cspan class=\"ss-vp-icon\"\u003e1\u003c\/span\u003e\n        \u003ch3\u003eVenipuncture and blood drawing\u003c\/h3\u003e\n        \u003cp\u003e\n          Develop controlled needle insertion and blood-draw technique using\n          vessels embedded beneath a realistic dermis layer.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ss-vp-card\"\u003e\n        \u003cspan class=\"ss-vp-icon\"\u003e2\u003c\/span\u003e\n        \u003ch3\u003eUltrasound-guided access\u003c\/h3\u003e\n        \u003cp\u003e\n          Locate peripheral and deep vessels using ultrasound before practising\n          accurate needle placement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ss-vp-card\"\u003e\n        \u003cspan class=\"ss-vp-icon\"\u003e3\u003c\/span\u003e\n        \u003ch3\u003eNeedle angle and depth control\u003c\/h3\u003e\n        \u003cp\u003e\n          Compare access to vessels positioned at different depths and improve\n          control of needle approach and advancement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ss-vp-card\"\u003e\n        \u003cspan class=\"ss-vp-icon\"\u003e4\u003c\/span\u003e\n        \u003ch3\u003eClinical skills assessment\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for demonstrations, supervised skills sessions and structured\n          competency assessment in universities and clinical skills centres.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section ss-vp-panel\"\u003e\n    \u003ch2\u003eChoose your model configuration\u003c\/h2\u003e\n\n    \u003cdiv class=\"ss-vp-option-grid\"\u003e\n      \u003cdiv class=\"ss-vp-option\"\u003e\n        \u003cstrong\u003eDeep and Peripheral\u003c\/strong\u003e\n        \u003cp\u003e\n          Three peripheral vessels plus four deep vessels, providing seven\n          embedded vessels in total.\n        \u003c\/p\u003e\n        \u003cspan class=\"ss-vp-ref\"\u003eReference 0253 · SKU LL-TRN-0253\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ss-vp-option\"\u003e\n        \u003cstrong\u003eDeep and Peripheral with Syringe\u003c\/strong\u003e\n        \u003cp\u003e\n          Seven embedded vessels with a syringe and connectors for pressurising\n          the vessels.\n        \u003c\/p\u003e\n        \u003cspan class=\"ss-vp-ref\"\u003eReference 0256 · SKU LL-TRN-0256\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ss-vp-option\"\u003e\n        \u003cstrong\u003eSmall Peripheral\u003c\/strong\u003e\n        \u003cp\u003e\n          Three vessels positioned peripherally beneath the dermis for standard\n          venipuncture and needle-insertion training.\n        \u003c\/p\u003e\n        \u003cspan class=\"ss-vp-ref\"\u003eReference 0257 · SKU LL-TRN-0257\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ss-vp-option\"\u003e\n        \u003cstrong\u003eSmall Peripheral with Syringe\u003c\/strong\u003e\n        \u003cp\u003e\n          Three peripheral vessels with a syringe and connectors for\n          pressurising the vessels.\n        \u003c\/p\u003e\n        \u003cspan class=\"ss-vp-ref\"\u003eReference 0260 · SKU LL-TRN-0260\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section\"\u003e\n    \u003ch2\u003eModel specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"ss-vp-table-wrap\"\u003e\n      \u003ctable class=\"ss-vp-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel dimensions\u003c\/th\u003e\n            \u003ctd\u003e6 × 5 × 0.75 inches, approximately 15.2 × 12.7 × 1.9 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVessel size\u003c\/th\u003e\n            \u003ctd\u003e6 mm internal diameter and 7 mm external diameter\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePeripheral vessel depth\u003c\/th\u003e\n            \u003ctd\u003e7 mm to the vessel centre\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDeep vessel depth\u003c\/th\u003e\n            \u003ctd\u003e13 mm to the vessel centre\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDermis thickness\u003c\/th\u003e\n            \u003ctd\u003e2.2 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSmall Peripheral model\u003c\/th\u003e\n            \u003ctd\u003eThree peripheral embedded vessels\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDeep and Peripheral model\u003c\/th\u003e\n            \u003ctd\u003eThree peripheral and four deep vessels; seven vessels total\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUltrasound compatibility\u003c\/th\u003e\n            \u003ctd\u003eSuitable for ultrasound-guided vessel location and needle insertion\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section\"\u003e\n    \u003ch2\u003eProduct features\u003c\/h2\u003e\n\n    \u003cdiv class=\"ss-vp-grid\"\u003e\n      \u003cdiv class=\"ss-vp-card\"\u003e\n        \u003ch3\u003eTissue characteristics\u003c\/h3\u003e\n        \u003cul class=\"ss-vp-list\"\u003e\n          \u003cli\u003eRealistic soft tissue beneath a dermis layer\u003c\/li\u003e\n          \u003cli\u003eUltrasound-compatible construction\u003c\/li\u003e\n          \u003cli\u003eNon-toxic and biohazard-free\u003c\/li\u003e\n          \u003cli\u003eOdourless training material\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ss-vp-card\"\u003e\n        \u003ch3\u003ePractical training format\u003c\/h3\u003e\n        \u003cul class=\"ss-vp-list\"\u003e\n          \u003cli\u003eEasy to handle and maintain\u003c\/li\u003e\n          \u003cli\u003eSuitable for portable skills training\u003c\/li\u003e\n          \u003cli\u003eChoice of peripheral or deep-vessel configurations\u003c\/li\u003e\n          \u003cli\u003eOptional syringe and pressurising connectors\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section\"\u003e\n    \u003cdiv class=\"ss-vp-notice\"\u003e\n      \u003cstrong\u003ePlease select carefully:\u003c\/strong\u003e\n      only variants described as “with Syringe” include the syringe and\n      connectors required to pressurise the vessels manually. Other training\n      equipment, needles, cannulas, ultrasound equipment and the VI Box are sold\n      separately.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section\"\u003e\n    \u003ch2\u003eRelated training products\u003c\/h2\u003e\n\n    \u003cdiv class=\"ss-vp-related\"\u003e\n      \u003ca class=\"ss-vp-related-card\" href=\"\/products\/vi-box-surgical-simulator-vascular-skills-training-system\"\u003e\n        \u003cstrong\u003eThe VI Box\u003c\/strong\u003e\n        \u003cspan\u003e\n          Portable vascular simulation platform compatible with a range of\n          LifeLike vessel models.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"ss-vp-related-card\" href=\"\/products\/venipuncture-training-pad-iv-phlebotomy-model\"\u003e\n        \u003cstrong\u003eVenipuncture Training Pad\u003c\/strong\u003e\n        \u003cspan\u003e\n          An accessible training pad for foundational IV injection,\n          venipuncture and phlebotomy practice.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"ss-vp-related-card\" href=\"\/products\/embedded-vein-training-model\"\u003e\n        \u003cstrong\u003eEmbedded Vein Model with Dermis\u003c\/strong\u003e\n        \u003cspan\u003e\n          Embedded vessel model designed for vascular dissection and surgical\n          skills training.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"ss-vp-related-card\" href=\"\/products\/lifelike-biotissue-lifelike-shunt-arm-simulator-no-pump-1269\"\u003e\n        \u003cstrong\u003eLifeLike Shunt Arm Simulator\u003c\/strong\u003e\n        \u003cspan\u003e\n          Advanced vascular-access simulator for shunt cannulation and related\n          procedural training.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section ss-vp-faq\"\u003e\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between the two model layouts?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        The Small Peripheral model contains three peripheral vessels. The Deep\n        and Peripheral model adds four deeper vessels, giving seven vessels in\n        total.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this model be used with ultrasound?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        Yes. The model is ultrasound compatible and is designed to support\n        ultrasound-guided vessel location and needle-insertion training.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich versions include a syringe?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        References 0256 and 0260 include a syringe and connectors. References\n        0253 and 0257 do not include the syringe kit.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow deep are the embedded vessels?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        Peripheral vessels are positioned 7 mm to the vessel centre. Deep\n        vessels are positioned 13 mm to the vessel centre.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the VI Box included?\u003c\/summary\u003e\n      \u003cdiv\u003e\n        No. The VI Box is a separate training system and must be purchased\n        separately.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ss-vp-section ss-vp-cta\"\u003e\n    \u003ch2\u003eNeed help selecting the correct configuration?\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Contact SurgiSim for assistance choosing between the peripheral and\n      deep-vessel models or specifying equipment for a nursing, phlebotomy or\n      ultrasound training programme.\n    \u003c\/p\u003e\n\n    \u003ca class=\"ss-vp-button\" href=\"\/pages\/contact-information\"\u003e\n      Contact SurgiSim\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"ss-vp-disclaimer\"\u003e\n    Intended exclusively for professional education, simulation and clinical\n    skills training. This synthetic model is not intended for implantation,\n    diagnosis or treatment.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"LifeLike BioTissue","offers":[{"title":"Small Peripheral \/ Single","offer_id":63240070168906,"sku":"LL-TRN-0260","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Small Peripheral \/ Pack of 10","offer_id":63240070201674,"sku":"LL-TRN-0261","price":2300.0,"currency_code":"GBP","in_stock":true},{"title":"Small Peripheral \/ Pack of 20","offer_id":63240070234442,"sku":"LL-TRN-0262","price":3900.0,"currency_code":"GBP","in_stock":true},{"title":"Small Peripheral with Syringe \/ Single","offer_id":63240070267210,"sku":"LL-TRN-0263","price":280.0,"currency_code":"GBP","in_stock":true},{"title":"Deep and Peripheral \/ Single","offer_id":63240070299978,"sku":"LL-TRN-0266","price":550.0,"currency_code":"GBP","in_stock":true},{"title":"Deep and Peripheral \/ Pack of 10","offer_id":63240070332746,"sku":"LL-TRN-0267","price":5300.0,"currency_code":"GBP","in_stock":true},{"title":"Deep and Peripheral \/ Pack of 20","offer_id":63240070365514,"sku":"LL-TRN-0268","price":9600.0,"currency_code":"GBP","in_stock":true},{"title":"Deep and Peripheral with Syringe \/ Single","offer_id":63240070398282,"sku":"LL-TRN-0269","price":570.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/1378\/4650\/files\/lifelike-embedded-veins-venipuncture-model-ultrasound-iv-access-trainervascular-surgery-training-9810910.jpg?v=1787546616","url":"https:\/\/surgisim.co.uk\/products\/lifelike-embedded-veins-venipuncture-model","provider":"SurgiSim","version":"1.0","type":"link"}