{"product_id":"sprayschlauchsystem-juneland-woodpecker-ems","title":"Spray Hose System Juneland Woodpecker - EMS -","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    body {\n        background-color: #f9f9f9;\n        color: #333;\n        line-height: 1.6;\n    }\n    \n    .product-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        padding: 20px;\n    }\n    \n    .product-header {\n        text-align: center;\n        margin-bottom: 30px;\n        position: relative;\n    }\n    \n    .product-header h1 {\n        color: #E53935; \/* Woodpecker-typischer Rotton *\/\n        font-size: 2.5rem;\n        margin-bottom: 15px;\n        position: relative;\n        display: inline-block;\n    }\n    \n    .product-header h1:after {\n        content: '';\n        position: absolute;\n        bottom: -10px;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 80px;\n        height: 3px;\n        background: #E53935;\n    }\n    \n    .product-header p {\n        font-size: 1.2rem;\n        color: #666;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    \n    .manufacturer-badge {\n        background: #E53935;\n        color: white;\n        display: inline-block;\n        padding: 6px 15px;\n        border-radius: 20px;\n        font-weight: bold;\n        margin-top: 15px;\n        box-shadow: 0 3px 10px rgba(229, 57, 53, 0.2);\n    }\n    \n    .manufacturer-badge span {\n        background: white;\n        color: #E53935;\n        padding: 2px 8px;\n        border-radius: 10px;\n        margin-left: 5px;\n        font-size: 0.9em;\n    }\n    \n    .product-highlight {\n        background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n        border-radius: 10px;\n        padding: 25px;\n        margin-bottom: 30px;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        animation: fadeIn 1s ease-out;\n        position: relative;\n    }\n    \n    .product-highlight h2 {\n        color: #E53935;\n        margin-bottom: 15px;\n        font-size: 1.8rem;\n    }\n    \n    .compatibility-highlight {\n        display: flex;\n        margin-top: 20px;\n        background: rgba(255, 255, 255, 0.7);\n        border-radius: 10px;\n        padding: 15px;\n        align-items: center;\n    }\n    \n    .compatibility-icon {\n        min-width: 60px;\n        height: 60px;\n        background: #E53935;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-right: 20px;\n        color: white;\n        font-size: 1.3rem;\n        font-weight: bold;\n    }\n    \n    .compatibility-text h3 {\n        color: #E53935;\n        margin-bottom: 5px;\n        font-size: 1.3rem;\n    }\n    \n    .product-features {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n        margin-bottom: 30px;\n    }\n    \n    .feature-card {\n        flex: 1 1 200px;\n        background: white;\n        border-radius: 10px;\n        padding: 20px;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .feature-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n    }\n    \n    .feature-card h3 {\n        color: #E53935;\n        margin-bottom: 10px;\n        font-size: 1.3rem;\n        position: relative;\n        z-index: 1;\n    }\n    \n    .feature-card p {\n        position: relative;\n        z-index: 1;\n    }\n    \n    .feature-card:before {\n        content: '';\n        position: absolute;\n        top: -10px;\n        right: -10px;\n        width: 60px;\n        height: 60px;\n        background: rgba(229, 57, 53, 0.1);\n        border-radius: 50%;\n        z-index: 0;\n    }\n    \n    .specs-table {\n        width: 100%;\n        margin-bottom: 30px;\n        border-collapse: collapse;\n        background: white;\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n    }\n    \n    .specs-table th {\n        background: #E53935;\n        color: white;\n        text-align: left;\n        padding: 15px;\n    }\n    \n    .specs-table td {\n        padding: 15px;\n        border-bottom: 1px solid #eee;\n    }\n    \n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    \n    .compatibility {\n        background: white;\n        border-radius: 10px;\n        padding: 25px;\n        margin-bottom: 30px;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n    }\n    \n    .compatibility h2 {\n        color: #E53935;\n        margin-bottom: 15px;\n        font-size: 1.8rem;\n    }\n    \n    .compatibility ul {\n        list-style-type: none;\n        padding-left: 10px;\n    }\n    \n    .compatibility li {\n        position: relative;\n        padding-left: 30px;\n        margin-bottom: 10px;\n    }\n    \n    .compatibility li:before {\n        content: '✓';\n        position: absolute;\n        left: 0;\n        color: #4CAF50;\n        font-weight: bold;\n    }\n    \n    @keyframes fadeIn {\n        from {\n            opacity: 0;\n            transform: translateY(20px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .product-header h1 {\n            font-size: 2rem;\n        }\n        .feature-card {\n            flex: 1 1 100%;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\n\u003cdiv class=\"product-header\"\u003e\n\n\u003ch1\u003eWoodpecker Compatible Disposable Irrigation Tubing Sets\u003c\/h1\u003e\n\n\u003cp\u003ePrecise cooling and maximum hygiene for your dental surgical and piezosurgical procedures\u003c\/p\u003e\n\n\u003cdiv class=\"manufacturer-badge\"\u003eManufactured by: \u003cspan\u003eSuzhou Juneland Medical Co.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-highlight\"\u003e\n\n\u003ch2\u003eOptimal Cooling for Woodpecker Systems\u003c\/h2\u003e\n\n\u003cp\u003eOur high-quality disposable irrigation tubing sets have been specially developed to ensure reliable compatibility with Woodpecker surgery and piezosurgery systems. The sterile disposable tubing offers the highest hygiene standards without complex reprocessing procedures – for more efficiency and safety in daily surgical practice.\u003c\/p\u003e\n\n\u003cdiv class=\"compatibility-highlight\"\u003e\n\n\u003cdiv class=\"compatibility-icon\"\u003eWoodpecker\u003c\/div\u003e\n\n\u003cdiv class=\"compatibility-text\"\u003e\n\n\u003ch3\u003e100% compatible with Woodpecker systems\u003c\/h3\u003e\n\n\u003cp\u003eThese irrigation tubes are designed for use with common Woodpecker surgical motors and piezosurgery devices with external cooling. The two-part system consists of a transparent pump segment with an integrated flow regulator and a blue extension, connected via a Luer-Lock system – an economical alternative to original tubes with the same functionality.\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=\"product-features\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eModular Design\u003c\/h3\u003e\n\n\u003cp\u003eTwo-part system with pump segment and extension, connected via Luer-Lock for flexible application possibilities.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eIndividual Regulation\u003c\/h3\u003e\n\n\u003cp\u003eIntegrated roller in the transparent pump segment for precise control of the flow rate.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eSignificant Cost Savings\u003c\/h3\u003e\n\n\u003cp\u003eSignificantly more economical alternative to original tubes with consistently high quality and performance.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eExpandable Functionality\u003c\/h3\u003e\n\n\u003cp\u003ePossibility of using additional extensions or double irrigation through the Luer-Lock system.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003ePerfect Fit\u003c\/h3\u003e\n\n\u003cp\u003ePrecisely manufactured for exact compatibility with suitable Woodpecker systems without compromising functionality.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eHighest Hygiene\u003c\/h3\u003e\n\n\u003cp\u003eSterile packed and immediately ready for use for maximum patient safety without reprocessing risks.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth colspan=\"2\"\u003eTechnical Specifications\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003eWoodpecker surgery and piezosurgery systems with external cooling\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003ePackaging Unit\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003e20 pieces per box\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eCable Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003eFor systems with appropriate tubing and pump segment receptacles\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eConstruction\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003eTwo-part system: Transparent pump segment with flow regulator and blue extension, connected via Luer-Lock system\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eSpecial Features\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003eIntegrated roller for individual flow regulation, expandable for double irrigation\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eSterility\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003eSterile packed for single use\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eManufacturer\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003eSuzhou Juneland Medical Co.\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\u003cdiv class=\"compatibility\"\u003e\n\n\u003ch2\u003eCompatible with Woodpecker Systems\u003c\/h2\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eWoodpecker surgical motors with external irrigation\u003c\/li\u003e\n\n\u003cli\u003eWoodpecker piezosurgery systems with external coolant delivery\u003c\/li\u003e\n\n\u003cli\u003eOther compatible Woodpecker units with appropriate pump segment interface\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"JuneLand","offers":[{"title":"1 Packaging Unit (PU)","offer_id":51260177219851,"sku":"SMJL00766","price":95.0,"currency_code":"EUR","in_stock":true},{"title":"7 BE +1","offer_id":51260177252619,"sku":"SMJL007665-07","price":665.0,"currency_code":"EUR","in_stock":true},{"title":"13 V.E. +3","offer_id":52688302309643,"sku":"SMJL007665-13","price":1235.0,"currency_code":"EUR","in_stock":true},{"title":"19 VE +5","offer_id":52688302375179,"sku":"SMJL007665-19","price":1805.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/SMJL00766.jpg?v=1764774128","url":"https:\/\/surgicmate.com\/en\/products\/sprayschlauchsystem-juneland-woodpecker-ems","provider":"SurgicMate ","version":"1.0","type":"link"}