{"product_id":"lifelike-abdominal-aorta-aortoiliac-bypass-simulator","title":"LifeLike Abdominal Aorta Model – Aortoiliac Bypass Training Simulator","description":"\u003cstyle\u003e\n  .sg-carotid,\n  .sg-carotid * {\n    box-sizing: border-box;\n  }\n\n  .sg-carotid {\n    --sg-navy: #102a43;\n    --sg-blue: #176b87;\n    --sg-blue-light: #e9f5f8;\n    --sg-red: #a63d40;\n    --sg-cream: #f8f6f2;\n    --sg-border: #d9e2e8;\n    --sg-text: #263746;\n    --sg-muted: #5f6f7c;\n    max-width: 1120px;\n    margin: 0 auto;\n    color: var(--sg-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .sg-carotid h2,\n  .sg-carotid h3 {\n    color: var(--sg-navy);\n    line-height: 1.25;\n    margin-top: 0;\n  }\n\n  .sg-carotid h2 {\n    margin-bottom: 18px;\n    font-size: clamp(26px, 4vw, 38px);\n  }\n\n  .sg-carotid h3 {\n    margin-bottom: 10px;\n    font-size: 20px;\n  }\n\n  .sg-carotid p {\n    margin: 0 0 16px;\n  }\n\n  .sg-carotid a {\n    color: var(--sg-blue);\n    font-weight: 700;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .sg-carotid ul {\n    margin: 12px 0 0;\n    padding-left: 22px;\n  }\n\n  .sg-carotid li {\n    margin-bottom: 8px;\n  }\n\n  .sg-carotid__hero {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 36px;\n    padding: clamp(30px, 6vw, 64px);\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at 90% 20%, rgba(255,255,255,.14), transparent 28%),\n      linear-gradient(135deg, #102a43 0%, #164e63 100%);\n    color: #ffffff;\n  }\n\n  .sg-carotid__eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255,255,255,.35);\n    border-radius: 999px;\n    background: rgba(255,255,255,.1);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .sg-carotid__hero h2 {\n    max-width: 760px;\n    color: #ffffff;\n  }\n\n  .sg-carotid__lead {\n    max-width: 780px;\n    margin-bottom: 24px !important;\n    color: #edf7fa;\n    font-size: 18px;\n  }\n\n  .sg-carotid__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .sg-carotid__badge {\n    padding: 8px 13px;\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--sg-navy);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .sg-carotid__section {\n    margin: 36px 0;\n  }\n\n  .sg-carotid__intro {\n    padding: clamp(24px, 5vw, 40px);\n    border: 1px solid var(--sg-border);\n    border-radius: 18px;\n    background: #ffffff;\n    box-shadow: 0 10px 28px rgba(16, 42, 67, .06);\n  }\n\n  .sg-carotid__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .sg-carotid__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .sg-carotid__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--sg-border);\n    border-radius: 16px;\n    background: #ffffff;\n  }\n\n  .sg-carotid__card-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--sg-blue-light);\n    color: var(--sg-blue);\n    font-weight: 900;\n  }\n\n  .sg-carotid__variant {\n    position: relative;\n    overflow: hidden;\n  }\n\n  .sg-carotid__variant::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 6px;\n    height: 100%;\n    background: var(--sg-blue);\n    content: \"\";\n  }\n\n  .sg-carotid__variant--plaque::before {\n    background: var(--sg-red);\n  }\n\n  .sg-carotid__variant-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 5px 10px;\n    border-radius: 6px;\n    background: var(--sg-blue-light);\n    color: var(--sg-blue);\n    font-size: 13px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .sg-carotid__variant--plaque .sg-carotid__variant-label {\n    background: #fbecec;\n    color: var(--sg-red);\n  }\n\n  .sg-carotid__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--sg-border);\n    border-radius: 16px;\n  }\n\n  .sg-carotid__table {\n    width: 100%;\n    min-width: 670px;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .sg-carotid__table th,\n  .sg-carotid__table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--sg-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .sg-carotid__table th {\n    background: var(--sg-navy);\n    color: #ffffff;\n    font-size: 14px;\n  }\n\n  .sg-carotid__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .sg-carotid__table tbody tr:nth-child(even) {\n    background: #f8fafb;\n  }\n\n  .sg-carotid__included {\n    padding: clamp(24px, 5vw, 38px);\n    border-radius: 18px;\n    background: var(--sg-cream);\n  }\n\n  .sg-carotid__notice {\n    margin-top: 22px;\n    padding: 18px 20px;\n    border-left: 5px solid #d58b28;\n    border-radius: 8px;\n    background: #fff8e8;\n    color: #594317;\n  }\n\n  .sg-carotid__related {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .sg-carotid__related a {\n    display: block;\n    height: 100%;\n    padding: 18px;\n    border: 1px solid var(--sg-border);\n    border-radius: 12px;\n    background: #ffffff;\n    text-decoration: none;\n    transition: border-color .2s ease, transform .2s ease;\n  }\n\n  .sg-carotid__related a:hover {\n    border-color: var(--sg-blue);\n    transform: translateY(-2px);\n  }\n\n  .sg-carotid__related-title {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--sg-navy);\n    font-weight: 900;\n  }\n\n  .sg-carotid__related-text {\n    color: var(--sg-muted);\n    font-size: 14px;\n    font-weight: 400;\n  }\n\n  .sg-carotid details {\n    margin-bottom: 10px;\n    border: 1px solid var(--sg-border);\n    border-radius: 10px;\n    background: #ffffff;\n  }\n\n  .sg-carotid summary {\n    padding: 16px 18px;\n    color: var(--sg-navy);\n    font-weight: 800;\n    cursor: pointer;\n  }\n\n  .sg-carotid details p {\n    padding: 0 18px 17px;\n    margin: 0;\n  }\n\n  @media (max-width: 780px) {\n    .sg-carotid__grid,\n    .sg-carotid__grid--three,\n    .sg-carotid__related {\n      grid-template-columns: 1fr;\n    }\n\n    .sg-carotid__hero {\n      border-radius: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-carotid\"\u003e\n\n  \u003csection class=\"sg-carotid__hero\"\u003e\n    \u003cspan class=\"sg-carotid__eyebrow\"\u003eLifeLike BioTissue vascular training\u003c\/span\u003e\n\n    \u003ch2\u003eCarotid endarterectomy and vascular skills training with realistic bifurcated anatomy\u003c\/h2\u003e\n\n    \u003cp class=\"sg-carotid__lead\"\u003e\n      The LifeLike Carotid Artery Model reproduces the common carotid artery\n      branching into the internal and external carotid arteries. Choose the\n      Regular model for vessel handling and vascular suturing or the With\n      Plaque model for carotid endarterectomy training.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sg-carotid__badges\"\u003e\n      \u003cspan class=\"sg-carotid__badge\"\u003eBifurcated carotid anatomy\u003c\/span\u003e\n      \u003cspan class=\"sg-carotid__badge\"\u003eRegular or with plaque\u003c\/span\u003e\n      \u003cspan class=\"sg-carotid__badge\"\u003e8-inch overall length\u003c\/span\u003e\n      \u003cspan class=\"sg-carotid__badge\"\u003eBiohazard-free training\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section sg-carotid__intro\"\u003e\n    \u003ch2\u003eLifeLike Carotid Artery Training Model\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Designed for vascular surgical education, the LifeLike Carotid Artery\n      provides a practical synthetic vessel model for developing carotid\n      dissection, vessel control, arteriotomy, endarterectomy and vascular\n      closure skills.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its bifurcated configuration represents the common, internal and external\n      carotid arteries, giving trainees clearly defined vessel branches on\n      which to develop accurate handling and suturing technique.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The model can be used independently on a suitable mounting surface or\n      positioned inside the\n      \u003ca href=\"\/products\/carotid-head-simulator\"\u003eLifeLike Carotid Head Simulator\u003c\/a\u003e\n      for a more procedure-focused carotid training setup.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section\"\u003e\n    \u003ch2\u003eTraining applications\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-carotid__grid sg-carotid__grid--three\"\u003e\n      \u003carticle class=\"sg-carotid__card\"\u003e\n        \u003cdiv class=\"sg-carotid__card-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eCarotid bifurcation handling\u003c\/h3\u003e\n        \u003cp\u003e\n          Identify and work around the common, internal and external carotid\n          branches while developing controlled vessel handling technique.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-carotid__card\"\u003e\n        \u003cdiv class=\"sg-carotid__card-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eCarotid endarterectomy\u003c\/h3\u003e\n        \u003cp\u003e\n          Use the With Plaque model to practise arteriotomy, plaque removal and\n          subsequent vessel closure in a controlled training environment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-carotid__card\"\u003e\n        \u003cdiv class=\"sg-carotid__card-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eVascular suturing\u003c\/h3\u003e\n        \u003cp\u003e\n          Develop needle placement, suture spacing, tissue handling and\n          arteriotomy closure skills across vessels of different diameters.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section\"\u003e\n    \u003ch2\u003eChoose your model\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-carotid__grid\"\u003e\n      \u003carticle class=\"sg-carotid__card sg-carotid__variant\"\u003e\n        \u003cspan class=\"sg-carotid__variant-label\"\u003eRegular\u003c\/span\u003e\n        \u003ch3\u003eCarotid Artery – Regular\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A bifurcated carotid vessel without simulated plaque. Suitable for\n          carotid anatomy familiarisation, vessel handling, vascular suturing,\n          arteriotomy and reconstruction exercises.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eNo simulated plaque\u003c\/li\u003e\n          \u003cli\u003eCommon, internal and external carotid branches\u003c\/li\u003e\n          \u003cli\u003eSuitable for basic and advanced vascular skills\u003c\/li\u003e\n          \u003cli\u003eShopify SKU: \u003cstrong\u003eLL-TRN-0223-REG\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-carotid__card sg-carotid__variant sg-carotid__variant--plaque\"\u003e\n        \u003cspan class=\"sg-carotid__variant-label\"\u003eWith plaque\u003c\/span\u003e\n        \u003ch3\u003eCarotid Artery – With Plaque\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Includes a one-inch simulated plaque producing approximately 80%\n          occlusion, providing a dedicated model for carotid endarterectomy and\n          plaque-removal training.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eApproximately 1-inch plaque length\u003c\/li\u003e\n          \u003cli\u003eApproximately 80% simulated occlusion\u003c\/li\u003e\n          \u003cli\u003eDesigned for endarterectomy technique development\u003c\/li\u003e\n          \u003cli\u003eShopify SKU: \u003cstrong\u003eLL-TRN-0223-PLQ\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section\"\u003e\n    \u003ch2\u003eTechnical specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-carotid__table-wrap\"\u003e\n      \u003ctable class=\"sg-carotid__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eComponent\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eInternal diameter\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eExternal diameter\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eWall thickness\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eLength\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eComplete model\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n            \u003ctd\u003e8 in \/ 20.3 cm overall\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCommon carotid artery\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e10 mm\u003c\/td\u003e\n            \u003ctd\u003e13 mm\u003c\/td\u003e\n            \u003ctd\u003e1.5 mm\u003c\/td\u003e\n            \u003ctd\u003e4 in \/ 10.2 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eInternal carotid artery\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e6 mm\u003c\/td\u003e\n            \u003ctd\u003e8 mm\u003c\/td\u003e\n            \u003ctd\u003e1.0 mm\u003c\/td\u003e\n            \u003ctd\u003e4 in \/ 10.2 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eExternal carotid artery\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e4 mm\u003c\/td\u003e\n            \u003ctd\u003e6 mm\u003c\/td\u003e\n            \u003ctd\u003e1.0 mm\u003c\/td\u003e\n            \u003ctd\u003e4 in \/ 10.2 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSimulated plaque\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd colspan=\"3\"\u003eApproximately 80% occlusion\u003c\/td\u003e\n            \u003ctd\u003e1 in \/ 25.4 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin-top:12px;color:#5f6f7c;font-size:14px;\"\u003e\n      Plaque specifications apply only to the With Plaque variant.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section sg-carotid__included\"\u003e\n    \u003ch2\u003eWhat is included?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-carotid__grid\"\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eOne LifeLike Carotid Artery Model\u003c\/li\u003e\n          \u003cli\u003eYour selected Regular or With Plaque configuration\u003c\/li\u003e\n          \u003cli\u003eBifurcated common, internal and external carotid anatomy\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eNot included\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eCarotid Head Simulator\u003c\/li\u003e\n          \u003cli\u003eTissue mounting pad and securing pins\u003c\/li\u003e\n          \u003cli\u003ePump or flow system\u003c\/li\u003e\n          \u003cli\u003eSurgical instruments, sutures or consumables\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sg-carotid__notice\"\u003e\n      \u003cstrong\u003eImage and ordering notice:\u003c\/strong\u003e Manufacturer product images\n      primarily show the With Plaque version. Images featuring a head simulator\n      demonstrate a possible training setup; the simulator and other accessories\n      are sold separately.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section\"\u003e\n    \u003ch2\u003eComplete your carotid training setup\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-carotid__related\"\u003e\n      \u003ca href=\"\/products\/carotid-head-simulator\"\u003e\n        \u003cspan class=\"sg-carotid__related-title\"\u003eCarotid Head Simulator\u003c\/span\u003e\n        \u003cspan class=\"sg-carotid__related-text\"\u003e\n          Position the artery within a procedural carotid training environment.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/products\/tissue-mounting-pad-surgical-training-base-for-anastomosis\"\u003e\n        \u003cspan class=\"sg-carotid__related-title\"\u003eTissue Mounting Pad\u003c\/span\u003e\n        \u003cspan class=\"sg-carotid__related-text\"\u003e\n          Provides a stable pinnable surface for standalone vessel exercises.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/products\/embedded-carotid-arteries-with-plaque-and-dermis-model\"\u003e\n        \u003cspan class=\"sg-carotid__related-title\"\u003eEmbedded Carotid Arteries with Plaque\u003c\/span\u003e\n        \u003cspan class=\"sg-carotid__related-text\"\u003e\n          Progress to carotid exposure and endarterectomy through a simulated dermis layer.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/products\/lifelike-complex-embedded-endarterectomy-model\"\u003e\n        \u003cspan class=\"sg-carotid__related-title\"\u003eComplex Embedded Endarterectomy Model\u003c\/span\u003e\n        \u003cspan class=\"sg-carotid__related-text\"\u003e\n          Develop more advanced dissection, plaque-removal and vessel-repair skills.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sg-carotid__section\"\u003e\n    \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between the two variants?\u003c\/summary\u003e\n      \u003cp\u003e\n        The Regular model contains no simulated plaque and is suited to vessel\n        handling, suturing and reconstruction exercises. The With Plaque model\n        contains a one-inch simulated plaque producing approximately 80%\n        occlusion for carotid endarterectomy training.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Carotid Head Simulator included?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This listing includes one selected carotid artery model only. The\n        Carotid Head Simulator, mounting equipment, instruments and sutures are\n        available separately.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this an embedded carotid model?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This is a standalone bifurcated vessel. For layered tissue\n        dissection and vessel exposure practice, consider the\n        \u003ca href=\"\/products\/embedded-carotid-arteries-with-plaque-and-dermis-model\"\u003e\n          Embedded Carotid Arteries with Plaque \u0026amp; Dermis Model\n        \u003c\/a\u003e.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow can the model be secured during training?\u003c\/summary\u003e\n      \u003cp\u003e\n        The model can be positioned in the LifeLike Carotid Head Simulator or\n        secured to a suitable tissue mounting pad. Both are sold separately.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich variant is required for plaque-removal training?\u003c\/summary\u003e\n      \u003cp\u003e\n        Select the With Plaque variant. The Regular option does not contain the\n        simulated occlusive plaque required for endarterectomy exercises.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"LifeLike BioTissue","offers":[{"title":"Regular \/ Single","offer_id":63240499822922,"sku":"LL-TRN-0223","price":150.0,"currency_code":"GBP","in_stock":true},{"title":"Regular \/ Pack of 10","offer_id":63240499855690,"sku":"LL-TRN-0224","price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Regular \/ Pack of 20","offer_id":63240499888458,"sku":"LL-TRN-0225","price":2030.0,"currency_code":"GBP","in_stock":true},{"title":"With Plaque \/ Single","offer_id":63240499921226,"sku":"LL-TRN-0226","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"With Plaque \/ Pack of 10","offer_id":63240499953994,"sku":"LL-TRN-0227","price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"With Plaque \/ Pack of 20","offer_id":63240499986762,"sku":"LL-TRN-0228","price":3050.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/1378\/4650\/files\/lifelike-abdominal-aorta-model-aortoiliac-bypass-training-simulatorvascular-surgery-training-4834101.jpg?v=1787546618","url":"https:\/\/surgisim.co.uk\/products\/lifelike-abdominal-aorta-aortoiliac-bypass-simulator","provider":"SurgiSim","version":"1.0","type":"link"}