{"product_id":"chirurgische-absaugkanule","title":"Surgical suction cannula","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        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Montserrat', sans-serif;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4eaf0 100%);\n            color: #2d3748;\n            line-height: 1.6;\n        }\n        \n        .product-container {\n            max-width: 1000px;\n            margin: 40px auto;\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\n            position: relative;\n        }\n        \n        .product-header {\n            background: linear-gradient(90deg, #00a4bd 0%, #00d4a5 100%);\n            padding: 40px;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            animation: fadeInUp 0.8s ease-out;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 70%;\n            animation: fadeInUp 0.8s ease-out 0.2s forwards;\n            opacity: 0;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 20px;\n            right: -50px;\n            background: #ff6b6b;\n            color: white;\n            padding: 8px 60px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            transform: rotate(35deg);\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            animation: slideIn 1s ease-out 0.5s forwards;\n            opacity: 0;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            animation: fadeIn 1s ease-out;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        .highlight {\n            color: #00a4bd;\n            font-weight: 600;\n        }\n        \n        .size-circles {\n            display: flex;\n            margin: 25px 0;\n            justify-content: space-between;\n            max-width: 400px;\n        }\n        \n        .size-circle {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: 600;\n            position: relative;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .size-circle:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\n        }\n        \n        .size-circle.small {\n            background: linear-gradient(135deg, #00a4bd 0%, #00d4a5 100%);\n            animation: popIn 0.5s ease-out 1s forwards;\n            opacity: 0;\n            transform: scale(0.5);\n        }\n        \n        .size-circle.medium {\n            background: linear-gradient(135deg, #00a4bd 0%, #4facfe 100%);\n            animation: popIn 0.5s ease-out 1.2s forwards;\n            opacity: 0;\n            transform: scale(0.5);\n        }\n        \n        .size-circle.large {\n            background: linear-gradient(135deg, #4776e6 0%, #8e54e9 100%);\n            animation: popIn 0.5s ease-out 1.4s forwards;\n            opacity: 0;\n            transform: scale(0.5);\n        }\n        \n        .circle-size {\n            font-size: 1.5rem;\n            margin-bottom: 5px;\n        }\n        \n        .circle-label {\n            font-size: 0.8rem;\n            opacity: 0.9;\n        }\n        \n        .features-list {\n            margin-top: 30px;\n            list-style-type: none;\n        }\n        \n        .feature-item {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            animation: slideInRight 0.5s ease-out calc(1.6s + var(--delay) * 0.1s) forwards;\n            opacity: 0;\n            transform: translateX(20px);\n        }\n        \n        .feature-item::before {\n            content: \"\";\n            position: absolute;\n            left: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 24px;\n            height: 24px;\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%2300a4bd'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'\/%3E%3C\/svg%3E\");\n            background-size: contain;\n        }\n        \n        .product-image {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n        }\n        \n        .image-container {\n            width: 100%;\n            max-width: 400px;\n            height: 400px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\n            position: relative;\n            animation: fadeInScale 1s ease-out 0.5s forwards;\n            opacity: 0;\n            transform: scale(0.9);\n        }\n        \n        .placeholder-image {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4eaf0 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 164, 189, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-text {\n            color: #00a4bd;\n            font-weight: 600;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 0 20px;\n        }\n        \n        .call-to-action {\n            background: linear-gradient(90deg, #00a4bd 0%, #00d4a5 100%);\n            padding: 30px 40px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            animation: fadeIn 1s ease-out 2s forwards;\n            opacity: 0;\n        }\n        \n        .cta-text {\n            color: white;\n            font-size: 1.3rem;\n            font-weight: 600;\n            max-width: 60%;\n        }\n        \n        .cta-button {\n            background: white;\n            color: #00a4bd;\n            border: none;\n            padding: 12px 30px;\n            font-size: 1rem;\n            font-weight: 600;\n            border-radius: 30px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);\n        }\n        \n        .pulse {\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n            }\n            to {\n                opacity: 1;\n            }\n        }\n        \n        @keyframes slideIn {\n            from {\n                opacity: 0;\n                transform: rotate(35deg) translateX(50px);\n            }\n            to {\n                opacity: 1;\n                transform: rotate(35deg) translateX(0);\n            }\n        }\n        \n        @keyframes popIn {\n            from {\n                opacity: 0;\n                transform: scale(0.5);\n            }\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n        \n        @keyframes slideInRight {\n            from {\n                opacity: 0;\n                transform: translateX(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n        \n        @keyframes fadeInScale {\n            from {\n                opacity: 0;\n                transform: scale(0.9);\n            }\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n        \n        @keyframes pulse {\n            0% {\n                box-shadow: 0 0 0 0 rgba(0, 164, 189, 0.6);\n            }\n            70% {\n                box-shadow: 0 0 0 15px rgba(0, 164, 189, 0);\n            }\n            100% {\n                box-shadow: 0 0 0 0 rgba(0, 164, 189, 0);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\n\u003cdiv class=\"product-header\"\u003e\n\n\u003ch1 class=\"product-title\"\u003ePremium Suction Cannula\u003c\/h1\u003e\n\n\u003cp class=\"product-subtitle\"\u003ePrecision and Versatility for Your Professional Practice\u003c\/p\u003e\n\n\u003cdiv class=\"product-badge\"\u003eEXCLUSIVE\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-content\"\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003cp\u003eThe \u003cspan class=\"highlight\"\u003eexceptional Juniland Premium Suction Cannula\u003c\/span\u003e impresses with \u003cspan class=\"highlight\"\u003ethree perfectly sized opening dimensions\u003c\/span\u003e, revolutionizing your medical treatment options!\u003c\/p\u003e\n\n\u003cdiv class=\"size-circles\"\u003e\n\n\u003cdiv class=\"size-circle small\"\u003e\n\n\u003cdiv class=\"circle-size\"\u003e1.2 mm\u003c\/div\u003e\n\n\u003cdiv class=\"circle-label\"\u003ePrecision\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-circle medium\"\u003e\n\n\u003cdiv class=\"circle-size\"\u003e2.5 mm\u003c\/div\u003e\n\n\u003cdiv class=\"circle-label\"\u003eVersatility\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"size-circle large\"\u003e\n\n\u003cdiv class=\"circle-size\"\u003e4.0 mm\u003c\/div\u003e\n\n\u003cdiv class=\"circle-label\"\u003eEfficiency\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003eThe \u003cspan class=\"highlight\"\u003ebrilliantly designed, masterfully precision-crafted tip\u003c\/span\u003e guarantees incredibly gentle yet highly efficient suction of liquids and tissue residues.\u003c\/p\u003e\n\n\u003cp\u003eThe \u003cspan class=\"highlight\"\u003eingeniously integrated reflux stop\u003c\/span\u003e absolutely reliably prevents any backflow of aspirated material – a true marvel of engineering!\u003c\/p\u003e\n\n\u003cul class=\"features-list\"\u003e\n\n\u003cli class=\"feature-item\" style=\"--delay: 0;\"\u003ePerfectly ergonomically curved shaft for effortless access\u003c\/li\u003e\n\n\u003cli class=\"feature-item\" style=\"--delay: 1;\"\u003eImmaculately sterile packaged for the highest hygiene standards\u003c\/li\u003e\n\n\u003cli class=\"feature-item\" style=\"--delay: 2;\"\u003eDesigned for hygienically impeccable single use\u003c\/li\u003e\n\n\u003cli class=\"feature-item\" style=\"--delay: 3;\"\u003eAvailable in packs of 100\u003c\/li\u003e\n\n\u003cli class=\"feature-item\" style=\"--delay: 4;\"\u003eFrom Juneland - Quality without compromise\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-image\"\u003e\n\n\u003cdiv class=\"image-container pulse\"\u003e\n\n\u003cdiv class=\"placeholder-image\"\u003e\n\n\u003cdiv class=\"image-overlay\"\u003e\n\n\u003cdiv class=\"image-text\"\u003eRevolutionary Suction Cannula with Triple Opening System for a Premium Treatment Experience\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"call-to-action\"\u003e\n\n\u003cdiv class=\"cta-text\"\u003eAs an authorized distributor, we bring this cutting-edge technology directly to your practice!\u003c\/div\u003e\n\n\u003cbutton class=\"cta-button\"\u003eOrder Now\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"JuneLand","offers":[{"title":"Default Title","offer_id":51247897280779,"sku":"SMJL00761","price":85.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3862\/7595\/files\/SMJL0075.jpg?v=1754230922","url":"https:\/\/surgicmate.com\/en\/products\/chirurgische-absaugkanule","provider":"SurgicMate ","version":"1.0","type":"link"}