{"product_id":"sprayschlauchsystem-juneland-w-h-kopie","title":"Sprayschlauchsystem Juneland NSK","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: #2E3192;\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: #2E3192;\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: #2E3192;\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(46, 49, 146, 0.2);\n    }\n    \n    .manufacturer-badge span {\n        background: white;\n        color: #2E3192;\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: #2E3192;\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: #2E3192;\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.5rem;\n        font-weight: bold;\n    }\n    \n    .compatibility-text h3 {\n        color: #2E3192;\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: #2E3192;\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(46, 49, 146, 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: #2E3192;\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: #2E3192;\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    \/* Responsive Styles *\/\n    @media (max-width: 768px) {\n        .product-header h1 {\n            font-size: 2rem;\n        }\n        \n        .feature-card {\n            flex: 1 1 100%;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eNSK Kompatible Einweg-Sprayschlauchsets\u003c\/h1\u003e\n    \u003cp\u003ePräzise Kühlung und maximale Hygiene für Ihre dentalchirurgischen Eingriffe\u003c\/p\u003e\n    \u003cdiv class=\"manufacturer-badge\"\u003eHergestellt von: \u003cspan\u003eSuzhou Juneland Medical Co.\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-highlight\"\u003e\n    \u003ch2\u003eOptimale Kühlung für NSK Geräte\u003c\/h2\u003e\n    \u003cp\u003eUnsere hochwertigen Einweg-Sprayschlauchsets wurden speziell entwickelt, um perfekte Kompatibilität mit NSK Dentalgeräten zu gewährleisten. Diese sterilen Einwegschläuche bieten höchste Hygienestandards ohne aufwendige Aufbereitungsprozesse – für mehr Effizienz in Ihrer Praxis. Durch die erhebliche Kosteneinsparung gegenüber dem Original profitieren Sie von einem hervorragenden Preis-Leistungs-Verhältnis.\u003c\/p\u003e\n    \u003cdiv class=\"compatibility-highlight\"\u003e\n      \u003cdiv class=\"compatibility-icon\"\u003eNSK\u003c\/div\u003e\n      \u003cdiv class=\"compatibility-text\"\u003e\n        \u003ch3\u003e100% kompatibel mit NSK Dentalgeräten\u003c\/h3\u003e\n        \u003cp\u003eDiese Sprayschläuche sind vollständig kompatibel mit NSK Surgic Pro, Surgic XT, Surgic XT Plus und Variosurg Systemen. Das innovative zweiteilige System besteht aus einem transparenten Pumpensegment mit integriertem Durchflussregler und einer blauen Verlängerung, die über ein Luer-Lock-System verbunden werden. Entwickelt als wirtschaftliche Alternative zu Original-Schläuchen bei gleicher Qualität und deutlich geringeren Kosten.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-features\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003eModulares Design\u003c\/h3\u003e\n      \u003cp\u003eZweiteiliges System mit Pumpensegment und Verlängerung, verbunden über Luer-Lock für flexible Einsatzmöglichkeiten.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003eIndividuelle Regulierung\u003c\/h3\u003e\n      \u003cp\u003eIntegrierter Roller im transparenten Pumpensegment zur präzisen Steuerung der Durchflussmenge.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003eErhebliche Kosteneinsparung\u003c\/h3\u003e\n      \u003cp\u003eDeutlich wirtschaftlichere Alternative zu Original-Schläuchen bei gleichbleibend hoher Qualität und Leistung.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003eErweiterbare Funktion\u003c\/h3\u003e\n      \u003cp\u003eMöglichkeit zur Nutzung weiterer Verlängerungen oder doppelter Berieselung durch das Luer-Lock-System.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003ePerfekte Passform\u003c\/h3\u003e\n      \u003cp\u003ePräzise gefertigt für exakte Kompatibilität mit NSK Systemen ohne Kompromisse bei der Funktionalität.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003eHöchste Hygiene\u003c\/h3\u003e\n      \u003cp\u003eSteril verpackt und sofort einsatzbereit für maximale Patientensicherheit ohne Aufbereitungsrisiken.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth colspan=\"2\"\u003eTechnische Spezifikationen\u003c\/th\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eKompatibilität\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eNSK Surgic Pro, Surgic XT, Surgic XT Plus, Variosurg\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eVerpackungseinheit\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e20 Stück pro Karton\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eKabelkompatibilität\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eFür Motoren mit 1,8 m Kabel\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eAufbau\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eZweiteiliges System: Transparentes Pumpensegment mit Durchflussregler und blaue Verlängerung, verbunden über Luer-Lock-System\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eBesonderheiten\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eIntegrierter Roller zur individuellen Durchflussregulierung, erweiterbar für doppelte Berieselung\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eSterilität\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eSteril verpackt für den Einmalgebrauch\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eHersteller\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eSuzhou Juneland Medical Co.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003cdiv class=\"compatibility\"\u003e\n    \u003ch2\u003eKompatibel mit diesen NSK Geräten\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eNSK Surgic Pro\u003c\/li\u003e\n      \u003cli\u003eNSK Surgic XT\u003c\/li\u003e\n      \u003cli\u003eNSK Surgic XT Plus\u003c\/li\u003e\n      \u003cli\u003eNSK Variosurg\u003c\/li\u003e\n      \u003cli\u003eWeitere kompatible NSK Chirurgiemotoren und Implantologiesysteme\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"JuneLand","offers":[{"title":"1 Verpackungseinheit (VE)","offer_id":51260100870411,"sku":"SMJL00765","price":95.0,"currency_code":"EUR","in_stock":true},{"title":"5 VE +1","offer_id":51260100903179,"sku":"SMJL007655","price":475.0,"currency_code":"EUR","in_stock":true},{"title":"10 VE +3","offer_id":51260100935947,"sku":"SMJL0076510","price":950.0,"currency_code":"EUR","in_stock":true},{"title":"15 VE + 6","offer_id":51260100968715,"sku":"SMJL0076515","price":1425.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/SMJL00765.jpg?v=1754215893","url":"https:\/\/surgicmate.com\/products\/sprayschlauchsystem-juneland-w-h-kopie","provider":"SurgicMate ","version":"1.0","type":"link"}