{"product_id":"luxcryl-pga-rapid-chirurgisches-nahtmateria","title":"LUXCRYL PGA RAPID","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    .product-hero {\n      position: relative;\n      background: linear-gradient(135deg, #D32F2F, #F44336);\n      color: white;\n      padding: 3rem 2rem;\n      border-radius: 10px;\n      margin-bottom: 2rem;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n      overflow: hidden;\n    }\n    \n    .hero-bg {\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 300px;\n      height: 100%;\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='300' height='400' viewBox='0 0 100 100'%3E%3Cpath d='M30 20 L70 20 L70 80 L30 80 Z' fill='none' stroke='rgba(255,255,255,0.15)' stroke-width='0.5'\/%3E%3Cpath d='M20 30 L80 30 L80 70 L20 70 Z' fill='none' stroke='rgba(255,255,255,0.15)' stroke-width='0.5'\/%3E%3Cpath d='M0 0 L100 100 M100 0 L0 100' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'\/%3E%3C\/svg%3E\");\n      opacity: 0.7;\n      z-index: 0;\n    }\n    \n    .product-title {\n      position: relative;\n      font-size: 2.2rem;\n      font-weight: 700;\n      margin: 0 0 1.5rem 0;\n      z-index: 1;\n      line-height: 1.2;\n    }\n    \n    .product-subtitle {\n      position: relative;\n      font-size: 1.1rem;\n      font-weight: 400;\n      margin-bottom: 1.5rem;\n      max-width: 80%;\n      z-index: 1;\n      opacity: 0.9;\n    }\n    \n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 2rem;\n      margin: 2.5rem 0;\n    }\n    \n    .feature-card {\n      background: #f9f9f9;\n      border-radius: 8px;\n      padding: 1.5rem;\n      transition: transform 0.3s, box-shadow 0.3s;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n    }\n    \n    .feature-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n    }\n    \n    .feature-icon {\n      margin-bottom: 1rem;\n      color: #F44336;\n      font-size: 2rem;\n    }\n    \n    .feature-title {\n      font-size: 1.25rem;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: #333;\n    }\n    \n    .feature-text {\n      color: #666;\n      line-height: 1.6;\n    }\n    \n    .applications {\n      margin: 3rem 0;\n      padding: 2rem;\n      background-color: #FFEBEE;\n      border-radius: 8px;\n      border-left: 5px solid #F44336;\n    }\n    \n    .applications-title {\n      font-size: 1.5rem;\n      color: #D32F2F;\n      margin-bottom: 1.5rem;\n    }\n    \n    .applications-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n    }\n    \n    .application-item {\n      background: white;\n      padding: 0.75rem 1.25rem;\n      border-radius: 50px;\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n      font-weight: 500;\n      color: #333;\n      display: inline-flex;\n      align-items: center;\n    }\n    \n    .application-item:before {\n      content: '✓';\n      color: #F44336;\n      margin-right: 8px;\n      font-weight: bold;\n    }\n    \n    .resorption-timeline {\n      margin: 3rem 0;\n      padding: 0;\n    }\n    \n    .timeline-title {\n      font-size: 1.5rem;\n      color: #D32F2F;\n      margin-bottom: 1.5rem;\n    }\n    \n    .timeline-container {\n      position: relative;\n      padding-top: 1.5rem;\n      padding-bottom: 1.5rem;\n    }\n    \n    .timeline-track {\n      position: relative;\n      height: 6px;\n      background: #FFCCBC;\n      border-radius: 3px;\n      margin: 2rem 0;\n    }\n    \n    .timeline-progress {\n      position: absolute;\n      top: 0;\n      left: 0;\n      height: 100%;\n      width: 0;\n      background: linear-gradient(90deg, #F44336, #D32F2F);\n      border-radius: 3px;\n      animation: progress 2s ease-in-out forwards;\n    }\n    \n    @keyframes progress {\n      0% { width: 0; }\n      100% { width: 100%; }\n    }\n    \n    .timeline-points {\n      position: relative;\n      display: flex;\n      justify-content: space-between;\n      margin-top: -24px;\n    }\n    \n    .timeline-point {\n      position: relative;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n    \n    .point-marker {\n      width: 16px;\n      height: 16px;\n      background: #F44336;\n      border-radius: 50%;\n      margin-bottom: 0.5rem;\n      box-shadow: 0 0 0 4px white;\n    }\n    \n    .point-label {\n      font-size: 0.9rem;\n      font-weight: 500;\n      color: #333;\n      text-align: center;\n    }\n    \n    .point-sublabel {\n      font-size: 0.75rem;\n      color: #666;\n      text-align: center;\n      margin-top: 0.25rem;\n      max-width: 100px;\n    }\n    \n    .tech-specs {\n      margin: 3rem 0;\n      background: white;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n    }\n    \n    .specs-header {\n      background: #F44336;\n      color: white;\n      padding: 1rem 1.5rem;\n      font-size: 1.25rem;\n      font-weight: 600;\n    }\n    \n    .specs-body {\n      padding: 0;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    .specs-table tr {\n      border-bottom: 1px solid #eee;\n    }\n    \n    .specs-table tr:last-child {\n      border-bottom: none;\n    }\n    \n    .specs-table td {\n      padding: 1rem 1.5rem;\n    }\n    \n    .specs-table td:first-child {\n      font-weight: 500;\n      color: #333;\n      width: 40%;\n    }\n    \n    .specs-table td:last-child {\n      color: #555;\n    }\n    \n    .comparison-section {\n      margin: 3rem 0;\n      padding: 2rem;\n      background-color: #f9f9f9;\n      border-radius: 8px;\n    }\n    \n    .comparison-title {\n      font-size: 1.5rem;\n      color: #D32F2F;\n      margin-bottom: 1.5rem;\n    }\n    \n    .comparison-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: white;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n    \n    .comparison-table th {\n      background: #f5f5f5;\n      padding: 1rem;\n      font-weight: 600;\n      color: #333;\n      text-align: left;\n    }\n    \n    .comparison-table td {\n      padding: 1rem;\n      border-top: 1px solid #eee;\n    }\n    \n    .comparison-table tr:first-child td {\n      border-top: none;\n    }\n    \n    .comparison-feature {\n      font-weight: 500;\n      color: #333;\n    }\n    \n    .highlight {\n      background-color: #FFEBEE;\n      font-weight: 600;\n      color: #D32F2F;\n    }\n    \n    .cta-section {\n      background: linear-gradient(135deg, #F44336, #D32F2F);\n      color: white;\n      padding: 2.5rem;\n      border-radius: 10px;\n      text-align: center;\n      margin: 3rem 0 2rem;\n    }\n    \n    .cta-title {\n      font-size: 1.5rem;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    \n    .cta-text {\n      margin-bottom: 1.5rem;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n      opacity: 0.9;\n    }\n    \n    .btn-primary {\n      background: white;\n      color: #F44336;\n      padding: 0.75rem 1.5rem;\n      border-radius: 4px;\n      font-weight: 600;\n      text-decoration: none;\n      transition: all 0.3s;\n      display: inline-block;\n      border: 2px solid white;\n    }\n    \n    .btn-primary:hover {\n      background: transparent;\n      color: white;\n    }\n    \n    .btn-secondary {\n      background: transparent;\n      color: white;\n      padding: 0.75rem 1.5rem;\n      border-radius: 4px;\n      font-weight: 600;\n      text-decoration: none;\n      transition: all 0.3s;\n      display: inline-block;\n      border: 2px solid rgba(255, 255, 255, 0.5);\n      margin-left: 1rem;\n    }\n    \n    .btn-secondary:hover {\n      border-color: white;\n    }\n    \n    @media (max-width: 768px) {\n      .product-title {\n        font-size: 1.8rem;\n      }\n      \n      .product-subtitle {\n        max-width: 100%;\n      }\n      \n      .feature-grid {\n        grid-template-columns: 1fr;\n      }\n      \n      .cta-section {\n        padding: 2rem 1.5rem;\n      }\n      \n      .btn-secondary {\n        margin-left: 0;\n        margin-top: 1rem;\n      }\n      \n      .timeline-points {\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1.5rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-hero\"\u003e\n\u003cdiv class=\"hero-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eLuxcryl PGA Rapid\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eSchnell-resorbierbares Nahtmaterial aus Polyglycolsäure für optimale Wundheilung und minimalen Patientenkomfort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eBeschleunigte Resorption\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eLuxcryl PGA Rapid bietet eine deutlich schnellere Resorptionszeit von nur 42 Tagen. Ideal für oberflächliche Weichgewebeverschlüsse, wo eine schnelle Fadenauflösung erwünscht ist, während die anfängliche Festigkeit für eine sichere Wundheilung sorgt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧵\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePolyfile Präzision\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eDie geflochtene Multifilamenten-Struktur mit Polycaprolacton- und Calciumstearat-Beschichtung (1%) garantiert exzellente Handhabungseigenschaften und Knotensicherheit. Der Faden gleitet sanft durch das Gewebe und minimiert damit das Trauma beim Durchziehen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👐\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eBesonderer Patientenkomfort\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eDank schnellerer Resorption reduziert Luxcryl PGA Rapid Hautirritationen und das unangenehme Gefühl von Nahtmaterial. Verfügbar in natürlicher beiger (ungefärbter) und violetter Ausführung für optimale Sichtbarkeit bei allen chirurgischen Anforderungen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications\"\u003e\n\u003ch3 class=\"applications-title\"\u003eSpezialisierte Anwendungsgebiete\u003c\/h3\u003e\n\u003cdiv class=\"applications-list\"\u003e\n\u003cspan class=\"application-item\"\u003ePlastische Chirurgie\u003c\/span\u003e \u003cspan class=\"application-item\"\u003eGeburtshilfe (Episiotomie)\u003c\/span\u003e \u003cspan class=\"application-item\"\u003eGynäkologie\u003c\/span\u003e \u003cspan class=\"application-item\"\u003eUrologie (Beschneidung)\u003c\/span\u003e \u003cspan class=\"application-item\"\u003eOphthalmische Chirurgie (Konjunktiva)\u003c\/span\u003e \u003cspan class=\"application-item\"\u003ePädiatrische Chirurgie\u003c\/span\u003e \u003cspan class=\"application-item\"\u003eOberflächlicher Hautverschluss\u003c\/span\u003e \u003cspan class=\"application-item\"\u003eMukosaler Verschluss\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"resorption-timeline\"\u003e\n\u003ch3 class=\"timeline-title\"\u003eSchnelle Resorptionskinetik\u003c\/h3\u003e\n\u003cdiv class=\"timeline-container\"\u003e\n\u003cdiv class=\"timeline-track\"\u003e\n\u003cdiv class=\"timeline-progress\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-points\"\u003e\n\u003cdiv class=\"timeline-point\"\u003e\n\u003cdiv class=\"point-marker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"point-label\"\u003eTag 0\u003c\/div\u003e\n\u003cdiv class=\"point-sublabel\"\u003e100% Reißfestigkeit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-point\"\u003e\n\u003cdiv class=\"point-marker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"point-label\"\u003eTag 7\u003c\/div\u003e\n\u003cdiv class=\"point-sublabel\"\u003e50% Reißfestigkeit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-point\"\u003e\n\u003cdiv class=\"point-marker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"point-label\"\u003eTag 14-21\u003c\/div\u003e\n\u003cdiv class=\"point-sublabel\"\u003eFortschreitende Absorption\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-point\"\u003e\n\u003cdiv class=\"point-marker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"point-label\"\u003eTag 42\u003c\/div\u003e\n\u003cdiv class=\"point-sublabel\"\u003eVollständige Resorption\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-section\"\u003e\n\u003ch3 class=\"comparison-title\"\u003eVergleich mit Standard-Nahtmaterialien\u003c\/h3\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eEigenschaft\u003c\/th\u003e\n\u003cth\u003eLuxcryl PGA Rapid\u003c\/th\u003e\n\u003cth\u003eStandard PGA\u003c\/th\u003e\n\u003cth\u003eLuxcryl 910\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"comparison-feature\"\u003eVollständige Resorptionszeit\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e42 Tage\u003c\/td\u003e\n\u003ctd\u003e60-90 Tage\u003c\/td\u003e\n\u003ctd\u003e56-70 Tage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"comparison-feature\"\u003e50% Reststärke\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e7 Tage\u003c\/td\u003e\n\u003ctd\u003e21 Tage\u003c\/td\u003e\n\u003ctd\u003e21 Tage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"comparison-feature\"\u003ePrimäre Anwendung\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eOberflächliche Weichgewebe\u003c\/td\u003e\n\u003ctd\u003eAllgemeine Weichgewebe\u003c\/td\u003e\n\u003ctd\u003eAllgemeine Weichgewebe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"comparison-feature\"\u003eFarben\u003c\/td\u003e\n\u003ctd\u003eBeige (ungefärbt), Violett\u003c\/td\u003e\n\u003ctd\u003eBeige (ungefärbt), Violett\u003c\/td\u003e\n\u003ctd\u003eNur Violett\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"comparison-feature\"\u003eUSP-Größenbereich\u003c\/td\u003e\n\u003ctd\u003e6\/0 - 2\u003c\/td\u003e\n\u003ctd\u003e10\/0 - 2\u003c\/td\u003e\n\u003ctd\u003e8\/0 - 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-specs\"\u003e\n\u003cdiv class=\"specs-header\"\u003eTechnische Spezifikationen\u003c\/div\u003e\n\u003cdiv class=\"specs-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTyp\u003c\/td\u003e\n\u003ctd\u003eGeflochtenes und beschichtetes Multifilamenten\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eZusammensetzung\u003c\/td\u003e\n\u003ctd\u003ePolyglycolsäure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBeschichtung\u003c\/td\u003e\n\u003ctd\u003ePolycaprolacton und Calciumstearat (1%)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGewebereaktion\u003c\/td\u003e\n\u003ctd\u003eMinimal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAbsorption\u003c\/td\u003e\n\u003ctd\u003eVollständig nach ca. 42 Tagen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eZugfestigkeit nach 7 Tagen\u003c\/td\u003e\n\u003ctd\u003eCa. 50% der ursprünglichen Stärke\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFarbe\u003c\/td\u003e\n\u003ctd\u003eBeige (ungefärbt), Violett\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUSP-Größenbereich\u003c\/td\u003e\n\u003ctd\u003e6\/0 - 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNadeltypen\u003c\/td\u003e\n\u003ctd\u003eRound bodied, Reverse cutting, Taper-cut in verschiedenen Konfigurationen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch3 class=\"cta-title\"\u003eOptimiert für schnelle Heilung und Patientenkomfort\u003c\/h3\u003e\n\u003cp class=\"cta-text\"\u003eLuxcryl PGA Rapid wurde speziell für Eingriffe entwickelt, bei denen eine verkürzte Resorptionszeit gewünscht ist. Die beschleunigte Hydrolyse bietet gerade bei oberflächlichen Hautverschlüssen und Schleimhautnähten erhebliche Vorteile: weniger Hautirritationen, höheren Patientenkomfort und reduzierte Follow-up-Termine. Trotz schnellerer Resorption behält Luxcryl PGA Rapid die hervorragenden Handhabungseigenschaften und die zuverlässige initiale Festigkeit, die für einen sicheren Wundverschluss essentiell sind.\u003c\/p\u003e\n\u003ca class=\"btn-primary\" href=\"#\"\u003eJetzt Bestellen\u003c\/a\u003e \u003ca class=\"btn-secondary\" href=\"#\"\u003eProduktvarianten ansehen\u003c\/a\u003e\n\u003c\/div\u003e","brand":"Luxsutures Luxembourg","offers":[{"title":"DS     24 mm \/ 2\/0 \/ 75 cm","offer_id":51218235130123,"sku":"SMPGR20DS24","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     30 mm \/ 2\/0 \/ 90 cm","offer_id":51218235162891,"sku":"SMPGR20DS30-90","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     26 mm \/ 2\/0 \/ 75 cm","offer_id":51218235195659,"sku":"SMPGR20HR26","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     30 mm \/ 2\/0 \/ 75 cm","offer_id":51218235228427,"sku":"SMPGR20HR30","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     36 mm \/ 2\/0 \/ 90 cm","offer_id":51218235261195,"sku":"SMPGR20HR36-90","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HRT    36 mm \/ 2\/0 \/ 90 cm","offer_id":51218235293963,"sku":"SMPGR20HRT36","price":42.84,"currency_code":"EUR","in_stock":true},{"title":"DS     19 mm \/ 3\/0 \/ 75 cm","offer_id":51218235326731,"sku":"SMPGR30DS19","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     24 mm \/ 3\/0 \/ 75 cm","offer_id":51218235359499,"sku":"SMPGR30DS24","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"GS     60 mm \/ 3\/0 \/ 75 cm","offer_id":51218235392267,"sku":"SMPGR30GS60","price":40.4,"currency_code":"EUR","in_stock":true},{"title":"HR     22 mm \/ 3\/0 \/ 75 cm","offer_id":51218235425035,"sku":"SMPGR30HR22","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     26 mm \/ 3\/0 \/ 75 cm","offer_id":51218235457803,"sku":"SMPGR30HR26","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     36 mm \/ 3\/0 \/ 90 cm","offer_id":51218235490571,"sku":"SMPGR30HR36-90","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     16 mm \/ 4\/0 \/ 75 cm","offer_id":51218235523339,"sku":"SMPGR40DS16","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     19 mm \/ 4\/0 \/ 75 cm","offer_id":51218235556107,"sku":"SMPGR40DS19","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     17 mm \/ 4\/0 \/ 75 cm","offer_id":51218235588875,"sku":"SMPGR40HR17","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     22 mm \/ 4\/0 \/ 75 cm","offer_id":51218235621643,"sku":"SMPGR40HR22","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     12 mm \/ 5\/0 \/ 75 cm","offer_id":51218235654411,"sku":"SMPGR50DS12","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     16 mm \/ 5\/0 \/ 75 cm","offer_id":51218235687179,"sku":"SMPGR50DS16","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     19 mm \/ 5\/0 \/ 75 cm","offer_id":51218235719947,"sku":"SMPGR50DS19","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     17 mm \/ 5\/0 \/ 75 cm","offer_id":51218235752715,"sku":"SMPGR50HR17","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"DS     12 mm \/ 6\/0 \/ 75 cm","offer_id":51218235785483,"sku":"SMPGR60DS12","price":39.0,"currency_code":"EUR","in_stock":true},{"title":"HR     13 mm \/ 6\/0 \/ 75 cm","offer_id":51218235818251,"sku":"SMPGR60HR13","price":39.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/luxryl-pga-rapid-896580.png?v=1745488541","url":"https:\/\/shop.surgicmate.com\/products\/luxcryl-pga-rapid-chirurgisches-nahtmateria","provider":"SurgicMate ","version":"1.0","type":"link"}