{"product_id":"sprayschlauchsystem-juneland-bienair","title":"BienAir Juneland spray hose system","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: #0079A5; \/* BienAir-ähnlicher Blauton *\/\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: #0079A5;\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: #0079A5;\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(0, 121, 165, 0.2);\n    }\n    \n    .manufacturer-badge span {\n        background: white;\n        color: #0079A5;\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: #0079A5;\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: #0079A5;\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: #0079A5;\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: #0079A5;\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(0, 121, 165, 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: #0079A5;\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: #0079A5;\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\n  \u003cdiv class=\"product-header\"\u003e\n\n    \u003ch1\u003eBienAir Compatible Disposable Irrigation Tube Sets\u003c\/h1\u003e\n\n    \u003cp\u003ePrecise cooling and maximum hygiene for your dental surgical 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  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"product-highlight\"\u003e\n\n    \u003ch2\u003eOptimal Cooling for BienAir Devices\u003c\/h2\u003e\n\n    \u003cp\u003eOur high-quality disposable irrigation tube sets have been specially developed to ensure perfect compatibility with BienAir dental devices. These sterile disposable tubes offer the highest hygiene standards without complex reprocessing procedures – for greater efficiency in your practice. Due to significant cost savings compared to the original, you benefit from excellent value for money.\u003c\/p\u003e\n\n    \u003cdiv class=\"compatibility-highlight\"\u003e\n\n      \u003cdiv class=\"compatibility-icon\"\u003eBienAir\u003c\/div\u003e\n\n      \u003cdiv class=\"compatibility-text\"\u003e\n\n        \u003ch3\u003e100% compatible with BienAir dental devices\u003c\/h3\u003e\n\n        \u003cp\u003eThese irrigation tubes are fully compatible with common BienAir surgery and implantology systems. The innovative two-part system consists of a transparent pump segment with an integrated flow regulator and a blue extension, connected via a Luer-Lock system. Developed as an economical alternative to original tubes with the same quality and significantly lower costs.\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\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    \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    \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    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003ch3\u003eExpandable Function\u003c\/h3\u003e\n\n      \u003cp\u003eOption to use further extensions or double irrigation through the Luer-Lock system.\u003c\/p\u003e\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 BienAir systems without compromising functionality.\u003c\/p\u003e\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 ready for immediate use for maximum patient safety without reprocessing risks.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\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      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n\n        \u003ctd\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\n        \u003ctd\u003eBienAir surgery and implantology systems\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\u003e20 pieces per box\u003c\/td\u003e\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 motors with 1.8 m cable\u003c\/td\u003e\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      \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      \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      \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      \u003c\/tr\u003e\n\n    \u003c\/tbody\u003e\n\n  \u003c\/table\u003e\n\n\n  \u003cdiv class=\"compatibility\"\u003e\n\n    \u003ch2\u003eCompatible with these BienAir Devices\u003c\/h2\u003e\n\n    \u003cul\u003e\n\n      \u003cli\u003eCommon BienAir surgical motors\u003c\/li\u003e\n\n      \u003cli\u003eCommon BienAir implantology systems\u003c\/li\u003e\n\n      \u003cli\u003eFurther compatible BienAir drive units with suitable tube guidance\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"JuneLand","offers":[{"title":"1 Packaging Unit (PU)","offer_id":51260140126475,"sku":"SMJL00767","price":95.0,"currency_code":"EUR","in_stock":true},{"title":"5 VP +1","offer_id":51260140159243,"sku":"SMJL007675","price":475.0,"currency_code":"EUR","in_stock":true},{"title":"10 GE +3","offer_id":51260140192011,"sku":"SMJL0076710","price":950.0,"currency_code":"EUR","in_stock":true},{"title":"15 Pcs + 6","offer_id":51260140224779,"sku":"SMJL0076715","price":1425.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/SMJL00767.jpg?v=1754215947","url":"https:\/\/surgicmate.com\/en\/products\/sprayschlauchsystem-juneland-bienair","provider":"SurgicMate ","version":"1.0","type":"link"}