{"product_id":"luer-lock-sprayschlauch-verlangerung-fur-flexible-kuhllosungen","title":"Luer-Lock Sprayschlauch-Verlängerung für flexible Kühllösungen","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eUniversal Verlängerung für Sprayschlauch mit Luer-Lock Anschluss\u003c\/title\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: #3498db;\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: #3498db;\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        .product-highlight {\n            background: linear-gradient(135deg, #f5f7fa 0%, #d6e4f0 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: #3498db;\n            margin-bottom: 15px;\n            font-size: 1.8rem;\n        }\n        \n        .key-feature {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #3498db;\n            color: white;\n            font-weight: bold;\n            padding: 10px 15px;\n            border-radius: 50px;\n            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);\n            z-index: 2;\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: #3498db;\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: #3498db;\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: #3498db;\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(52, 152, 219, 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: #3498db;\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: #3498db;\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        .usage-section {\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        .usage-section h2 {\n            color: #3498db;\n            margin-bottom: 15px;\n            font-size: 1.8rem;\n        }\n        \n        .usage-section ol {\n            padding-left: 25px;\n        }\n        \n        .usage-section li {\n            margin-bottom: 10px;\n        }\n        \n        .cta-section {\n            text-align: center;\n            margin-top: 40px;\n            padding: 30px;\n            background: linear-gradient(45deg, #3498db, #2980b9);\n            border-radius: 10px;\n            color: white;\n            box-shadow: 0 10px 20px rgba(52, 152, 219, 0.2);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-section:before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, \n                        rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);\n            background-size: 30px 30px;\n            transform: rotate(45deg);\n            opacity: 0.1;\n            animation: stripeAnimate 15s linear infinite;\n        }\n        \n        .cta-section h2 {\n            font-size: 2rem;\n            margin-bottom: 20px;\n            position: relative;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #3498db;\n            padding: 15px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            margin-top: 20px;\n            z-index: 1;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        }\n        \n        .cta-button:after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.2);\n            transition: transform 0.4s ease;\n            z-index: -1;\n        }\n        \n        .cta-button:hover:after {\n            transform: translateX(100%);\n        }\n        \n        .cross-sell {\n            margin-top: 40px;\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .cross-sell h2 {\n            color: #3498db;\n            margin-bottom: 20px;\n            font-size: 1.8rem;\n            text-align: center;\n        }\n        \n        .cross-sell-options {\n            display: flex;\n            justify-content: space-between;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        \n        .cross-sell-item {\n            flex: 1;\n            min-width: 200px;\n            border: 1px solid #eee;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .cross-sell-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n            border-color: #3498db;\n        }\n        \n        .cross-sell-item h3 {\n            color: #3498db;\n            font-size: 1.2rem;\n            margin: 10px 0;\n        }\n        \n        .cross-sell-item a {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 0.9rem;\n            margin-top: 10px;\n            transition: background 0.3s ease;\n        }\n        \n        .cross-sell-item a:hover {\n            background: #2980b9;\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        @keyframes stripeAnimate {\n            0% {\n                background-position: 0 0;\n            }\n            100% {\n                background-position: 30px 30px;\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            .cta-section h2 {\n                font-size: 1.6rem;\n            }\n            \n            .key-feature {\n                position: relative;\n                top: 0;\n                right: 0;\n                display: inline-block;\n                margin-bottom: 15px;\n            }\n            \n            .cross-sell-item {\n                flex: 1 1 100%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eUniversal Verlängerung für Sprayschlauch\u003c\/h1\u003e\n            \u003cp\u003eSterile Schlauchverlängerung mit Luer-Lock Anschluss für optimale Kühlung bei chirurgischen Eingriffen\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-highlight\"\u003e\n            \u003cspan class=\"key-feature\"\u003e50 Stück pro Packung\u003c\/span\u003e\n            \u003ch2\u003eFlexible Erweiterung für Ihre Sprayschlauchsysteme\u003c\/h2\u003e\n            \u003cp\u003eUnsere sterilen Universal-Verlängerungen mit Luer-Lock Anschluss sind speziell für den Einsatz in der Dentalchirurgie konzipiert. Mit einer Länge von 2,1 Metern und praktischen blauen Befestigungsclips bieten diese Verlängerungen maximale Flexibilität und ermöglichen eine präzise Positionierung der Kühlung genau dort, wo Sie sie benötigen.\u003c\/p\u003e\n            \n            \u003cdiv class=\"compatibility-highlight\"\u003e\n                \u003cdiv class=\"compatibility-icon\"\u003eLL\u003c\/div\u003e\n                \u003cdiv class=\"compatibility-text\"\u003e\n                    \u003ch3\u003eUniverselle Luer-Lock Kompatibilität\u003c\/h3\u003e\n                    \u003cp\u003eDank des standardisierten Luer-Lock Anschlusssystems lassen sich diese Verlängerungen mit nahezu allen gängigen Pumpensegmenten kombinieren. Ideal für die Erweiterung Ihrer bestehenden Sprayschlauchsysteme oder für die Realisierung von doppelten Berieselungslösungen bei komplexen chirurgischen Eingriffen.\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\u003eUniverselle Verwendbarkeit\u003c\/h3\u003e\n                \u003cp\u003eKompatibel mit allen Sprayschlauchsystemen, die über einen Luer-Lock Anschluss verfügen, unabhängig vom Hersteller.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003eOptimale Länge\u003c\/h3\u003e\n                \u003cp\u003eMit 2,1 Metern Länge bieten die Verlängerungen ausreichend Spielraum für flexible Positionierung am Behandlungsplatz.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003eBlaue Befestigungsclips\u003c\/h3\u003e\n                \u003cp\u003eDie integrierten blauen Clips ermöglichen eine sichere Fixierung an Tüchern oder Abdeckungen im OP-Bereich.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003eDoppelte Berieselung\u003c\/h3\u003e\n                \u003cp\u003eErmöglicht die Einrichtung von mehreren Kühlstellen gleichzeitig für komplexe chirurgische Eingriffe.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003eHygienische Einzelverpackung\u003c\/h3\u003e\n                \u003cp\u003eJede Verlängerung ist steril verpackt und sofort einsatzbereit für maximale Patientensicherheit.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003eGroßpackung\u003c\/h3\u003e\n                \u003cp\u003e50 Stück pro Packung sorgen für effiziente Lagerhaltung und Kostenoptimierung in Ihrer Praxis.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctr\u003e\n                \u003cth colspan=\"2\"\u003eTechnische Spezifikationen\u003c\/th\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eProdukttyp\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003eUniversal Verlängerung für Sprayschlauch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eVerpackungseinheit\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003e50 Stück pro Packung\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eLänge\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003e2,1 Meter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eAnschluss\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003eLuer-Lock System (universell kompatibel)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eBesonderheiten\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003eBlaue Befestigungsclips, 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\u003eFarbe\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003eBlau\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eAnwendungsbereich\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003eMechanische Kühlung bei chirurgischen Eingriffen\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"compatibility\"\u003e\n            \u003ch2\u003eUniversell einsetzbar mit\u003c\/h2\u003e\n            \u003cul\u003e\n                \u003cli\u003eAlle Sprayschlauchsysteme mit Luer-Lock Anschluss\u003c\/li\u003e\n                \u003cli\u003eW\u0026amp;H Dentalgeräte mit Luer-Lock kompatiblen Pumpensegmenten\u003c\/li\u003e\n                \u003cli\u003eBienAir iChiropro und Chiropro Systeme\u003c\/li\u003e\n                \u003cli\u003eNSK Chirurgiemotoren\u003c\/li\u003e\n                \u003cli\u003eWoodpecker Implantologie- und Chirurgiesysteme\u003c\/li\u003e\n                \u003cli\u003eAndere dentalchirurgische Geräte mit Luer-Lock Anschluss\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2\u003eAnwendungsbereiche\u003c\/h2\u003e\n            \u003col\u003e\n                \u003cli\u003e\n\u003cstrong\u003eVerlängerung vorhandener Sprayschläuche\u003c\/strong\u003e - Für mehr Flexibilität und Reichweite während des Eingriffs\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRealisierung von doppelter Berieselung\u003c\/strong\u003e - Durch Anschluss mehrerer Verlängerungen an ein Pumpensegment\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eOptimale Positionierung der Kühlung\u003c\/strong\u003e - Für präzise Kontrolle der Kühlflüssigkeit am Operationsbereich\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eGezielte Kühlung bei komplexen Eingriffen\u003c\/strong\u003e - Besonders wichtig bei Implantationen und Knochenbearbeitungen\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eVerbindung mehrerer Kühlungskomponenten\u003c\/strong\u003e - Zur Schaffung individueller Kühlungslösungen nach Bedarf\u003c\/li\u003e\n            \u003c\/ol\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eErweitern Sie Ihre Kühlungsoptionen!\u003c\/h2\u003e\n            \u003cp\u003eMit unseren Universal Verlängerungen für Sprayschläuche erhalten Sie maximale Flexibilität und Kontrolle über die Kühlung bei Ihren chirurgischen Eingriffen. Die sterilen Einweg-Verlängerungen sind sofort einsatzbereit und garantieren höchste Hygienestandards in Ihrer Praxis.\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eJetzt bestellen\u003c\/a\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cross-sell\"\u003e\n            \u003ch2\u003eErgänzende Produkte\u003c\/h2\u003e\n            \u003cdiv class=\"cross-sell-options\"\u003e\n                \u003cdiv class=\"cross-sell-item\"\u003e\n                    \u003ch3\u003eW\u0026amp;H Kompatible Sprayschläuche\u003c\/h3\u003e\n                    \u003cp\u003ePumpensegmente mit Luer-Lock Anschluss für W\u0026amp;H Geräte\u003c\/p\u003e\n                    \u003ca href=\"#\"\u003eMehr erfahren\u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"cross-sell-item\"\u003e\n                    \u003ch3\u003eBienAir Kompatible Sprayschläuche\u003c\/h3\u003e\n                    \u003cp\u003ePumpensegmente mit Luer-Lock für BienAir Systeme\u003c\/p\u003e\n                    \u003ca href=\"#\"\u003eMehr erfahren\u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"cross-sell-item\"\u003e\n                    \u003ch3\u003eSprayschlauch-Halterungen\u003c\/h3\u003e\n                    \u003cp\u003eZusätzliche Befestigungsmöglichkeiten für Ihre Sprayschläuche\u003c\/p\u003e\n                    \u003ca href=\"#\"\u003eMehr erfahren\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"JuneLand","offers":[{"title":"Transparent \/ 2.1 m \/ 1 VE (50 Stück)","offer_id":51260315271435,"sku":"SMJL00768","price":66.0,"currency_code":"EUR","in_stock":true},{"title":"Blau \/ 2.1 m \/ 3 + 1 VE  (200 Stück)","offer_id":52404029620491,"sku":"SMJL007684","price":224.0,"currency_code":"EUR","in_stock":true},{"title":"Blau \/ 2.1 m \/ 6 + 2 VE  (400 Stück)","offer_id":52404029653259,"sku":"SMJL007686","price":396.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/SMJL00768.jpg?v=1754211739","url":"https:\/\/surgicmate.com\/products\/luer-lock-sprayschlauch-verlangerung-fur-flexible-kuhllosungen","provider":"SurgicMate ","version":"1.0","type":"link"}