{"product_id":"regjoint","title":"RegJoint","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #005a87;\n            --secondary-color: #7cc0d8;\n            --accent-color: #ff8c42;\n            --text-color: #333333;\n            --background-color: #f8f9fa;\n            --light-blue: #e6f3f8;\n            --success-color: #4caf50;\n        }\n        \n        body {\n            font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--background-color);\n            margin: 0;\n            padding: 0;\n        }\n        \n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 50px;\n            position: relative;\n        }\n        \n        .product-logo {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            letter-spacing: -0.5px;\n        }\n        \n        .product-logo span {\n            color: var(--accent-color);\n        }\n        \n        .tagline {\n            font-size: 1.3rem;\n            color: var(--primary-color);\n            opacity: 0.9;\n            font-weight: 300;\n            margin-bottom: 30px;\n        }\n        \n        .product-card {\n            background-color: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin-bottom: 40px;\n        }\n        \n        .product-image {\n            height: 300px;\n            background-image: url('\/api\/placeholder\/1000\/300');\n            background-size: cover;\n            background-position: center;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .section-title {\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .section-title::before {\n            content: '';\n            display: inline-block;\n            width: 8px;\n            height: 24px;\n            background-color: var(--accent-color);\n            margin-right: 15px;\n            border-radius: 4px;\n        }\n        \n        p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background-color: var(--light-blue);\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .highlight-title {\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            border-left: 4px solid var(--secondary-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .patients-section {\n            background-color: var(--light-blue);\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .patients-title {\n            color: var(--primary-color);\n            font-weight: 600;\n            margin-bottom: 20px;\n            font-size: 1.2rem;\n        }\n        \n        .patient-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .patient-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n            display: flex;\n            align-items: center;\n        }\n        \n        .patient-list li::before {\n            content: '✓';\n            display: inline-block;\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 15px;\n        }\n        \n        .clinical-proof {\n            background-color: white;\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 4px solid var(--accent-color);\n            margin: 30px 0;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .important-note {\n            background-color: #fff3e0;\n            border-left: 4px solid var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 30px;\n        }\n        \n        .important-note-title {\n            color: var(--accent-color);\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n        \n        .footer-cta {\n            text-align: center;\n            margin-top: 50px;\n            padding: 30px;\n            background-color: var(--primary-color);\n            color: white;\n            border-radius: 8px;\n        }\n        \n        .footer-cta h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .technical-details {\n            margin: 30px 0;\n            background-color: white;\n            border-radius: 8px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .technical-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        \n        .technical-details-table th,\n        .technical-details-table td {\n            padding: 12px 15px;\n            text-align: left;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .technical-details-table th {\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .case-studies {\n            margin: 30px 0;\n            background-color: var(--light-blue);\n            border-radius: 8px;\n            padding: 30px;\n        }\n        \n        .case-study-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n        }\n        \n        .case-study-title {\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\n\u003cdiv class=\"product-header\"\u003e\n\n\u003cdiv class=\"product-logo\"\u003eReg\u003cspan\u003eJoint\u003c\/span\u003e™\u003c\/div\u003e\n\n\u003cdiv class=\"tagline\"\u003eInnovative bioresorbable joint replacement for modern orthopedics\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-card\"\u003e\n\n\u003cdiv class=\"product-content\"\u003e\n\n\u003cdiv class=\"section-title\"\u003eWhat is RegJoint™?\u003c\/div\u003e\n\n\u003cp\u003eRegJoint™ is an advanced, bioresorbable implant specifically designed for painful small joints in the hand and foot. Made from highly porous polylactide (PLDLA), it is naturally absorbed by the body while supporting the formation of a new functional joint.\u003c\/p\u003e\n\n\u003cdiv class=\"technical-details\"\u003e\n\n\u003cdiv class=\"section-title\"\u003eTechnical Details\u003c\/div\u003e\n\n\u003cp\u003eThe Institute of Biomaterials at Tampere University of Technology, in collaboration with Bionx (later Linvatec Biomaterials Ltd., Finland, now Scaffdex\/Finland), developed this biodegradable spacer from poly-L\/D-lactide copolymer with an L\/D-monomer ratio of 96\/4 (PLDLA).\u003c\/p\u003e\n\n\u003cp\u003eThe material is spun into four-ply very thin threads, which are then knitted into a tube. This tube is then rolled up like a fire hose and processed into a cushion of various sizes and thicknesses.\u003c\/p\u003e\n\n\u003ctable class=\"technical-details-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eAvailable Sizes\u003c\/th\u003e\n\n\u003ctd\u003e9 sizes in 2 mm increments (8-24 mm diameter)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eThickness\u003c\/th\u003e\n\n\u003ctd\u003e3.6-4.5 mm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003ePore Size\u003c\/th\u003e\n\n\u003ctd\u003e100-400 µm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMaterial\u003c\/th\u003e\n\n\u003ctd\u003ePoly-L\/D-lactide copolymer (PLDLA)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCE Certification\u003c\/th\u003e\n\n\u003ctd\u003eSince November 2011\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight\"\u003e\n\n\u003cdiv class=\"highlight-title\"\u003eKey Advantages:\u003c\/div\u003e\n\n\u003cdiv class=\"benefits-grid\"\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"benefit-title\"\u003eCompletely Biodegradable\u003c\/div\u003e\n\n\u003cp\u003eNatural degradation in the body into water and carbon dioxide within 2-3 years.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"benefit-title\"\u003eNew Pseudo-Joint\u003c\/div\u003e\n\n\u003cp\u003ePromotes the formation of new, functional tissue that serves as a joint.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"benefit-title\"\u003eFunction Preservation\u003c\/div\u003e\n\n\u003cp\u003eMaintains joint function and natural limb length after surgery.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"benefit-title\"\u003ePain Relief\u003c\/div\u003e\n\n\u003cp\u003eProven significant reduction in pain for patients.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"benefit-title\"\u003eFlexible Surgical Options\u003c\/div\u003e\n\n\u003cp\u003eCan be performed on an outpatient or inpatient basis.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-card\"\u003e\n\n\u003cdiv class=\"benefit-title\"\u003eLow Complication Rate\u003c\/div\u003e\n\n\u003cp\u003eUncomplicated and low-complication surgical method, confirmed by over 10 years of clinical experience.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-title\"\u003eHow does it work?\u003c\/div\u003e\n\n\u003cp\u003eRegJoint™ uses the body's natural healing process in an innovative way. After implantation, the porous structure serves as a scaffold for ingrowing tissue. After about three months, flexible connective tissue forms, serving as a functional joint and enabling natural mobility.\u003c\/p\u003e\n\n\u003cp\u003eIn vitro studies show that the PLDLA used has a structural resorption of 50% after 13 weeks, which is long enough for the ingrowth of the body's own tissue. The implant is simultaneously slowly resorbed by the body and completely broken down into water and carbon dioxide within 2-3 years, leaving no residue.\u003c\/p\u003e\n\n\u003cdiv class=\"patients-section\"\u003e\n\n\u003cdiv class=\"patients-title\"\u003eIdeal for patients with:\u003c\/div\u003e\n\n\u003cul class=\"patient-list\"\u003e\n\n\u003cli\u003eRheumatoid arthritis in small joints\u003c\/li\u003e\n\n\u003cli\u003eOsteoarthritis in small joints of the hand and foot\u003c\/li\u003e\n\n\u003cli\u003ePainful hand and foot joints with limited mobility\u003c\/li\u003e\n\n\u003cli\u003eKöhler's disease 2 (osteonecrosis of the metatarsal head)\u003c\/li\u003e\n\n\u003cli\u003eCalcanonavicular coalition\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"case-studies\"\u003e\n\n\u003cdiv class=\"section-title\"\u003eApplication Examples\u003c\/div\u003e\n\n\u003cdiv class=\"case-study-card\"\u003e\n\n\u003cdiv class=\"case-study-title\"\u003eMTP 1 Joint in Osteoarthritis\u003c\/div\u003e\n\n\u003cp\u003eEstablished in resection interposition arthroplasty of the MTP 1 for osteoarthritis and rheumatoid arthritis. Statistical analysis of the 5-year follow-up showed significant advantages regarding pain, function, and AOFAS score.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"case-study-card\"\u003e\n\n\u003cdiv class=\"case-study-title\"\u003eKöhler's Disease 2\u003c\/div\u003e\n\n\u003cp\u003eFor the treatment of osteonecrosis of the metatarsal head, first described in 1914 by US surgeon Freiberg. The disease occurs in 60-88% of cases in metatarsal 2 and is more common in females.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"case-study-card\"\u003e\n\n\u003cdiv class=\"case-study-title\"\u003eCalcanonavicular Coalition\u003c\/div\u003e\n\n\u003cp\u003eGood experience as an alternative to conventional fat interposition in the treatment of calcanonavicular coalition.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"clinical-proof\"\u003e\n\n\u003cdiv class=\"section-title\"\u003eClinically Proven\u003c\/div\u003e\n\n\u003cp\u003eThe first human implantation took place in Finland in 1997 without implant-related complications. A comprehensive multicenter study from 2001, which led to the CE certification of the product, demonstrates the significant advantages of RegJoint™ over conventional surgical methods in terms of pain reduction and functionality.\u003c\/p\u003e\n\n\u003cp\u003eIn patients with simultaneous treatment of metatarsals 1-5, a significant advantage of RegJoint® was demonstrated for the parameters pain (VAS), function (VAS), and AOFAS score after 5 years. Long-term observations over more than 10 years confirm the sustainable results and the significant improvement in quality of life after the procedure.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"important-note\"\u003e\n\n\u003cdiv class=\"important-note-title\"\u003eImportant Note:\u003c\/div\u003e\n\n\u003cp\u003eFor optimal results, the porous structure of the implant must be carefully preserved during surgery. The specific nature of the material is crucial for successful tissue integration and the formation of the functional pseudo-joint.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-cta\"\u003e\n\n\u003ch3\u003eUnlock New Possibilities in Joint Surgery\u003c\/h3\u003e\n\n\u003cp\u003eRegJoint™ - The next generation of bioresorbable implants for small joints\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Argomedical","offers":[{"title":"38 \/ 8","offer_id":51280760897803,"sku":"SMAGRG0001","price":500.0,"currency_code":"EUR","in_stock":true},{"title":"38 \/ 10","offer_id":51280760930571,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"38 \/ 12","offer_id":51280760963339,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"38 \/ 14","offer_id":51280760996107,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"38 \/ 16","offer_id":51280761028875,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"38 \/ 18","offer_id":51280761061643,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"38 \/ 20","offer_id":51280761094411,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 8","offer_id":51280761127179,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 10","offer_id":51280761159947,"sku":"SMAGRG002","price":500.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 12","offer_id":51280761192715,"sku":"SMAGRG0003","price":500.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 14","offer_id":51280761225483,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 16","offer_id":51280761258251,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 18","offer_id":51280761291019,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"40 \/ 20","offer_id":51280761323787,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 8","offer_id":51280761356555,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 10","offer_id":51280761389323,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 12","offer_id":51280761422091,"sku":null,"price":550.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 14","offer_id":51280761454859,"sku":"SMAGRG0004","price":500.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 16","offer_id":51280761487627,"sku":"SMAGRG0005","price":500.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 18","offer_id":51280761520395,"sku":"SMAGRG0006","price":500.0,"currency_code":"EUR","in_stock":true},{"title":"45 \/ 20","offer_id":51280761553163,"sku":"SMAGRG0007","price":500.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/regjoint-331042.jpg?v=1743164860","url":"https:\/\/surgicmate.com\/en\/products\/regjoint","provider":"SurgicMate ","version":"1.0","type":"link"}