{"product_id":"luer-lock-sprayschlauch-verlangerung-fur-flexible-kuhllosungen","title":"Luer-Lock Spray Hose Extension for Flexible Cooling Solutions","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n    \u003ctitle\u003eUniversal Extension for Spray Hose with Luer-Lock Connection\u003c\/title\u003e\n\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\n        \u003cdiv class=\"product-header\"\u003e\n\n            \u003ch1\u003eUniversal Extension for Spray Hoses\u003c\/h1\u003e\n\n            \u003cp\u003eSterile hose extension with Luer-Lock connection for optimal cooling during surgical procedures\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \n        \u003cdiv class=\"product-highlight\"\u003e\n\n            \u003cspan class=\"key-feature\"\u003e50 pieces per pack\u003c\/span\u003e\n            \u003ch2\u003eFlexible Extension for Your Spray Hose Systems\u003c\/h2\u003e\n\n            \u003cp\u003eOur sterile universal extensions with Luer-Lock connection are specifically designed for use in dental surgery. With a length of 2.1 meters and practical blue attachment clips, these extensions offer maximum flexibility and allow for precise positioning of cooling exactly where you need it.\u003c\/p\u003e\n\n            \n            \u003cdiv class=\"compatibility-highlight\"\u003e\n\n                \u003cdiv class=\"compatibility-icon\"\u003eLL\u003c\/div\u003e\n\n                \u003cdiv class=\"compatibility-text\"\u003e\n\n                    \u003ch3\u003eUniversal Luer-Lock Compatibility\u003c\/h3\u003e\n\n                    \u003cp\u003eThanks to the standardized Luer-Lock connection system, these extensions can be combined with almost all common pump segments. Ideal for extending your existing spray hose systems or for implementing double irrigation solutions during complex surgical procedures.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \n        \u003cdiv class=\"product-features\"\u003e\n\n            \u003cdiv class=\"feature-card\"\u003e\n\n                \u003ch3\u003eUniversal Applicability\u003c\/h3\u003e\n\n                \u003cp\u003eCompatible with all spray hose systems featuring a Luer-Lock connection, regardless of manufacturer.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"feature-card\"\u003e\n\n                \u003ch3\u003eOptimal Length\u003c\/h3\u003e\n\n                \u003cp\u003eAt 2.1 meters in length, the extensions offer sufficient scope for flexible positioning at the treatment site.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"feature-card\"\u003e\n\n                \u003ch3\u003eBlue Attachment Clips\u003c\/h3\u003e\n\n                \u003cp\u003eThe integrated blue clips enable secure fastening to drapes or covers in the operating area.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"feature-card\"\u003e\n\n                \u003ch3\u003eDouble Irrigation\u003c\/h3\u003e\n\n                \u003cp\u003eAllows for the setup of multiple cooling points simultaneously for complex surgical procedures.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"feature-card\"\u003e\n\n                \u003ch3\u003eHygienic Individual Packaging\u003c\/h3\u003e\n\n                \u003cp\u003eEach extension is sterilely packaged and immediately ready for use for maximum patient safety.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"feature-card\"\u003e\n\n                \u003ch3\u003eBulk Pack\u003c\/h3\u003e\n\n                \u003cp\u003e50 pieces per pack ensure efficient inventory management and cost optimization in your practice.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \n        \u003ctable class=\"specs-table\"\u003e\n\n            \u003ctr\u003e\n\n                \u003cth colspan=\"2\"\u003eTechnical Specifications\u003c\/th\u003e\n\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n\n                \u003ctd\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\n\n                \u003ctd\u003eUniversal Extension for Spray Hose\u003c\/td\u003e\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\u003e50 pieces per pack\u003c\/td\u003e\n\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n\n                \u003ctd\u003e\u003cstrong\u003eLength\u003c\/strong\u003e\u003c\/td\u003e\n\n                \u003ctd\u003e2.1 meters\u003c\/td\u003e\n\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n\n                \u003ctd\u003e\u003cstrong\u003eConnection\u003c\/strong\u003e\u003c\/td\u003e\n\n                \u003ctd\u003eLuer-Lock System (universally compatible)\u003c\/td\u003e\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\u003eBlue attachment clips, extendable for double irrigation\u003c\/td\u003e\n\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n\n                \u003ctd\u003e\u003cstrong\u003eSterility\u003c\/strong\u003e\u003c\/td\u003e\n\n                \u003ctd\u003eSterilely packaged for single use\u003c\/td\u003e\n\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n\n                \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n\n                \u003ctd\u003eBlue\u003c\/td\u003e\n\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n\n                \u003ctd\u003e\u003cstrong\u003eArea of Application\u003c\/strong\u003e\u003c\/td\u003e\n\n                \u003ctd\u003eMechanical cooling during surgical procedures\u003c\/td\u003e\n\n            \u003c\/tr\u003e\n\n        \u003c\/table\u003e\n\n        \n        \u003cdiv class=\"compatibility\"\u003e\n\n            \u003ch2\u003eUniversally Usable with\u003c\/h2\u003e\n\n            \u003cul\u003e\n\n                \u003cli\u003eAll spray hose systems with Luer-Lock connection\u003c\/li\u003e\n\n                \u003cli\u003eW\u0026amp;H dental devices with Luer-Lock compatible pump segments\u003c\/li\u003e\n\n                \u003cli\u003eBienAir iChiropro and Chiropro systems\u003c\/li\u003e\n\n                \u003cli\u003eNSK surgical motors\u003c\/li\u003e\n\n                \u003cli\u003eWoodpecker implantology and surgical systems\u003c\/li\u003e\n\n                \u003cli\u003eOther dental surgical devices with Luer-Lock connection\u003c\/li\u003e\n\n            \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n        \n        \u003cdiv class=\"usage-section\"\u003e\n\n            \u003ch2\u003eAreas of Application\u003c\/h2\u003e\n\n            \u003col\u003e\n\n                \u003cli\u003e\n\n\u003cstrong\u003eExtension of Existing Spray Hoses\u003c\/strong\u003e - For more flexibility and reach during the procedure\u003c\/li\u003e\n\n                \u003cli\u003e\n\n\u003cstrong\u003eImplementation of Double Irrigation\u003c\/strong\u003e - By connecting multiple extensions to one pump segment\u003c\/li\u003e\n\n                \u003cli\u003e\n\n\u003cstrong\u003eOptimal Positioning of Cooling\u003c\/strong\u003e - For precise control of the coolant at the surgical site\u003c\/li\u003e\n\n                \u003cli\u003e\n\n\u003cstrong\u003eTargeted Cooling for Complex Procedures\u003c\/strong\u003e - Particularly important for implantations and bone preparation\u003c\/li\u003e\n\n                \u003cli\u003e\n\n\u003cstrong\u003eConnection of Multiple Cooling Components\u003c\/strong\u003e - To create individual cooling solutions as needed\u003c\/li\u003e\n\n            \u003c\/ol\u003e\n\n        \u003c\/div\u003e\n\n        \n        \u003cdiv class=\"cta-section\"\u003e\n\n            \u003ch2\u003eExpand Your Cooling Options!\u003c\/h2\u003e\n\n            \u003cp\u003eWith our universal extensions for spray hoses, you get maximum flexibility and control over cooling during your surgical procedures. The sterile single-use extensions are ready for immediate use and guarantee the highest hygiene standards in your practice.\u003c\/p\u003e\n\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder now\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \n        \u003cdiv class=\"cross-sell\"\u003e\n\n            \u003ch2\u003eComplementary Products\u003c\/h2\u003e\n\n            \u003cdiv class=\"cross-sell-options\"\u003e\n\n                \u003cdiv class=\"cross-sell-item\"\u003e\n\n                    \u003ch3\u003eW\u0026amp;H Compatible Spray Hoses\u003c\/h3\u003e\n\n                    \u003cp\u003ePump segments with Luer-Lock connection for W\u0026amp;H devices\u003c\/p\u003e\n\n                    \u003ca href=\"#\"\u003eLearn more\u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"cross-sell-item\"\u003e\n\n                    \u003ch3\u003eBienAir Compatible Spray Hoses\u003c\/h3\u003e\n\n                    \u003cp\u003ePump segments with Luer-Lock for BienAir systems\u003c\/p\u003e\n\n                    \u003ca href=\"#\"\u003eLearn more\u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"cross-sell-item\"\u003e\n\n                    \u003ch3\u003eSpray Hose Holders\u003c\/h3\u003e\n\n                    \u003cp\u003eAdditional mounting options for your spray hoses\u003c\/p\u003e\n\n                    \u003ca href=\"#\"\u003eLearn more\u003c\/a\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"JuneLand","offers":[{"title":"Transparent \/ 2.1 m \/ 1 PU (50 pieces)","offer_id":51260315271435,"sku":"SMJL00768","price":66.0,"currency_code":"EUR","in_stock":true},{"title":"Blau \/ 2.1 m \/ 3 + 1 OPU (200 pieces)","offer_id":52404029620491,"sku":"SMJL007684","price":224.0,"currency_code":"EUR","in_stock":true},{"title":"Blau \/ 2.1 m \/ 6 + 2 OPU (400 pieces)","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\/en\/products\/luer-lock-sprayschlauch-verlangerung-fur-flexible-kuhllosungen","provider":"SurgicMate ","version":"1.0","type":"link"}