{"product_id":"galaxy-buds-fe-left-ear-replacement","title":"Galaxy Buds FE Ersatz (linker Ohrhörer)","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\u003eSamsung Galaxy Buds FE - Ersatz für linkes Ohr\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        body {\n            font-family: Arial, sans-serif;\n            margin: 0;\n            padding: 20px;\n            background-color: #f9f9f9;\n        }\n        \n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background-color: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n        }\n\n        ul {\n            list-style-type: disc;\n            padding-left: 20px;\n        }\n\n        .table-wrapper {\n            margin: 20px 0;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 0;\n        }\n\n        table td {\n            padding: 12px;\n            border: 1px solid #ddd;\n            text-align: left;\n        }\n\n        table td:first-child {\n            font-weight: bold;\n        }\n\n        \/* Accordion Styles *\/\n        .accordion {\n            background-color: #ffffff;\n            color: #444;\n            cursor: pointer;\n            padding: 18px;\n            width: 100%;\n            text-align: left;\n            border: 1px solid #ddd;\n            outline: none;\n            transition: background-color 0.4s;\n            font-size: 16px;\n            font-weight: bold;\n            display: block;\n            border-radius: 5px;\n            margin-bottom: 5px;\n        }\n\n        .accordion.active, .accordion:hover {\n            background-color: #f1f1f1;\n        }\n\n        .accordion:after {\n            content: '\\002B'; \/* Plus sign *\/\n            color: #444;\n            font-weight: bold;\n            float: right;\n            margin-left: 5px;\n        }\n\n        .accordion.active:after {\n            content: \"\\2212\"; \/* Minus sign *\/\n        }\n\n        .panel {\n            padding: 15px;\n            background-color: white;\n            display: none;\n            overflow: hidden;\n            border: 1px solid #ddd;\n            border-top: none;\n            border-radius: 5px;\n        }\n\n        \/* Bundle Popup Styles *\/\n        .bundle-popup-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.4);\n            backdrop-filter: blur(2px);\n            z-index: 10000;\n            opacity: 0;\n            visibility: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .bundle-popup-overlay.active {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        .bundle-popup {\n            position: fixed;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%) scale(0.95);\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n            max-width: 380px;\n            width: 90%;\n            z-index: 10001;\n            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            overflow: hidden;\n        }\n\n        .bundle-popup-overlay.active .bundle-popup {\n            transform: translate(-50%, -50%) scale(1);\n        }\n\n        .bundle-popup-header {\n            padding: 28px 24px 20px;\n            text-align: center;\n            position: relative;\n        }\n\n        .bundle-smart-badge {\n            background: #6366f1;\n            color: white;\n            padding: 6px 12px;\n            border-radius: 6px;\n            font-size: 11px;\n            font-weight: 600;\n            margin-bottom: 16px;\n            display: inline-block;\n            letter-spacing: 0.5px;\n        }\n\n        .bundle-popup-title {\n            font-size: 22px;\n            font-weight: 700;\n            color: #1f2937;\n            margin-bottom: 8px;\n            line-height: 1.2;\n        }\n\n        .bundle-popup-subtitle {\n            font-size: 15px;\n            color: #6b7280;\n            font-weight: 500;\n        }\n\n        .bundle-close-btn {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #f3f4f6;\n            border: none;\n            color: #6b7280;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            cursor: pointer;\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.2s ease;\n        }\n\n        .bundle-close-btn:hover {\n            background: #e5e7eb;\n            color: #374151;\n        }\n\n        .bundle-popup-content {\n            padding: 0 24px 28px;\n        }\n\n        .bundle-deal-card {\n            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);\n            border-radius: 16px;\n            padding: 24px;\n            margin-bottom: 24px;\n            text-align: center;\n        }\n\n        .bundle-deal-visual {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n\n        .bundle-ear-item {\n            text-align: center;\n        }\n\n        .bundle-ear-circle {\n            width: 80px;\n            height: 80px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 8px;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .bundle-ear-circle.bundle-left {\n            background: #dbeafe;\n            border: 2px solid #2563eb;\n        }\n\n        .bundle-ear-circle.bundle-right {\n            background: #dcfce7;\n            border: 2px solid #16a34a;\n        }\n\n        .bundle-earbud-image {\n            width: 70px;\n            height: 70px;\n            object-fit: contain;\n            border-radius: 8px;\n        }\n\n        .bundle-checkmark {\n            position: absolute;\n            top: -4px;\n            right: -4px;\n            background: #16a34a;\n            color: white;\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 12px;\n            font-weight: bold;\n        }\n\n        .bundle-plus-icon {\n            font-size: 20px;\n            color: #9ca3af;\n            font-weight: bold;\n        }\n\n        .bundle-ear-label {\n            font-weight: 600;\n            color: #202124;\n            margin-bottom: 4px;\n            font-size: 14px;\n        }\n\n        .bundle-pricing-summary {\n            background: #f0fdf4;\n            border: 2px solid #16a34a;\n            border-radius: 12px;\n            padding: 16px;\n            text-align: center;\n        }\n\n        .bundle-bundle-price {\n            font-size: 18px;\n            font-weight: 600;\n            color: #16a34a;\n            margin-bottom: 4px;\n            line-height: 1.3;\n        }\n\n        .bundle-social-proof {\n            background: #fef3c7;\n            border-radius: 10px;\n            padding: 12px;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .bundle-social-text {\n            font-size: 13px;\n            color: #92400e;\n            font-weight: 500;\n        }\n\n        .bundle-main-cta {\n            width: 100%;\n            background: #6366f1;\n            color: white;\n            border: none;\n            padding: 18px;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-bottom: 12px;\n            box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);\n        }\n\n        .bundle-main-cta:hover {\n            background: #4f46e5;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);\n        }\n\n        .bundle-skip-link {\n            text-align: center;\n            color: #6b7280;\n            font-size: 14px;\n            cursor: pointer;\n            text-decoration: underline;\n            padding: 8px;\n        }\n\n        .bundle-skip-link:hover {\n            color: #374151;\n        }\n\n        .demo-button {\n            background: #22c55e;\n            color: white;\n            border: none;\n            padding: 12px 24px;\n            border-radius: 6px;\n            font-size: 16px;\n            font-weight: 600;\n            cursor: pointer;\n            margin: 20px 0;\n            transition: background-color 0.3s ease;\n        }\n\n        .demo-button:hover {\n            background: #16a34a;\n        }\n\n        @media (max-width: 480px) {\n            .bundle-popup {\n                margin: 16px;\n                width: calc(100% - 32px);\n            }\n            \n            .bundle-deal-visual {\n                gap: 12px;\n            }\n            \n            .bundle-ear-circle {\n                width: 70px;\n                height: 70px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003ch1\u003eSamsung Galaxy Buds FE - Ersatz für linkes Ohr\u003c\/h1\u003e\n\n        \n        \u003c!-- Key Product Information --\u003e\n        \u003cul\u003e\n\n            \u003cli\u003e\u003cstrong\u003e100 % originaler Samsung Earbud-Ersatz.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eVoll funktionsfähig. Getestet, desinfiziert und auf Echtheit geprüft.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eKompatibles Modell: Galaxy FE (SM-R400).\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003eSchneller und kostenloser Versand.\u003c\/strong\u003e\u003c\/li\u003e\n\n            \u003cli\u003e\u003cstrong\u003e30 Tage Rückgaberecht. 90 Tage Garantie.\u003c\/strong\u003e\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n\n        \u003c!-- Condition Grades Table --\u003e\n        \u003cdiv class=\"table-wrapper\"\u003e\n\n            \u003ctable cellpadding=\"5\" cellspacing=\"0\" border=\"1\" width=\"100%\"\u003e\n\n                \u003ctbody\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003e\u003cb\u003eWie neu\u003c\/b\u003e\u003c\/td\u003e\n\n                    \u003ctd\u003e\u003cb\u003eLeicht gebraucht\u003c\/b\u003e\u003c\/td\u003e\n\n                    \u003ctd\u003e\u003cb\u003eAkzeptabel\u003c\/b\u003e\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eExzellenter Zustand, keine sichtbaren Gebrauchsspuren.\u003c\/td\u003e\n\n                    \u003ctd\u003eLeichte bis moderate Kratzer oder Spuren am Gehäuse oder den Ohrhörern.\u003c\/td\u003e\n\n                    \u003ctd\u003eSichtbare Kratzer und\/oder Dellen. Voll funktionsfähig.\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003c\/tbody\u003e\n\n            \u003c\/table\u003e\n\n        \u003c\/div\u003e\n\n        \n        \u003cp\u003e\u003cem\u003eFür weitere Fragen zu den Produktzuständen senden Sie uns bitte eine Nachricht.\u003c\/em\u003e\u003c\/p\u003e\n\n\n        \u003c!-- Customer Support and Pairing Info --\u003e\n        \u003cp\u003e\u003cstrong\u003eSollten Sie Probleme beim Koppeln Ihres Geräts haben, senden Sie uns bitte eine Nachricht! Seriennummern werden vor dem Versand für eine einfachere Bearbeitung erfasst.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n        \u003c!-- Syncing Instructions Link --\u003e\n        \u003cp\u003e\u003cstrong\u003e\u003ca href=\"https:\/\/www.recellexchange.com\/blogs\/news\/factory-reset-samsung-galaxy-buds\"\u003eKlicken Sie hier für Synchronisierungsanweisungen\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\n\n        \u003c!-- You can remove this demo button in production --\u003e\n        \u003c!-- \u003cbutton class=\"demo-button\" onclick=\"showBundlePopup()\"\u003eTry Bundle Popup Demo\u003c\/button\u003e --\u003e\n\n        \u003c!-- Accordion Buttons and Content --\u003e\n        \u003cbutton class=\"accordion\"\u003eInhalt des Kaufs\u003c\/button\u003e\n        \u003cdiv class=\"panel\"\u003e\n\n            \u003cp\u003e1x Samsung Galaxy Buds FE Ersatz für linkes Ohr (Ohrpassstück in Standardgröße). Keine weiteren Zubehörteile enthalten.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cbutton class=\"accordion\"\u003eVersanddetails\u003c\/button\u003e\n        \u003cdiv class=\"panel\"\u003e\n\n            \u003cp\u003eBestellungen werden am selben oder nächsten Werktag versandt. Geschätzte Lieferzeit: 3-5 Werktage via USPS First Class.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cbutton class=\"accordion\"\u003eRückgaberecht\u003c\/button\u003e\n        \u003cdiv class=\"panel\"\u003e\n\n            \u003cp\u003eWir bieten Rücksendungen an, wenn Sie unzufrieden sind oder das Gerät nicht koppeln können. Kontaktieren Sie uns zuerst für Unterstützung.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cbutton class=\"accordion\"\u003eWird dies die Klangqualität beeinträchtigen?\u003c\/button\u003e\n        \u003cdiv class=\"panel\"\u003e\n\n            \u003cp\u003eDies ist ein originales Samsung-Ersatzteil und wird genauso klingen wie Ihr Originalteil.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cbutton class=\"accordion\"\u003eKann ich nur das linke Ohr kaufen?\u003c\/button\u003e\n        \u003cdiv class=\"panel\"\u003e\n\n            \u003cp\u003eJa! Sie können nur den linken Ohrhörer kaufen. Die Verfügbarkeit kann variieren – bestellen Sie bei einem vertrauenswürdigen Lieferanten wie ReCellExchange.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Bundle Popup Overlay --\u003e\n    \u003cdiv id=\"bundlePopupOverlay\" class=\"bundle-popup-overlay\"\u003e\n\n        \u003cdiv class=\"bundle-popup\"\u003e\n\n            \u003cdiv class=\"bundle-popup-header\"\u003e\n\n                \u003cbutton class=\"bundle-close-btn\" onclick=\"hideBundlePopup()\"\u003e×\u003c\/button\u003e\n                \u003cdiv class=\"bundle-smart-badge\"\u003e💡 EMPFOHLEN\u003c\/div\u003e\n\n                \u003cdiv class=\"bundle-popup-title\"\u003eIhr Galaxy Buds FE Set vervollständigen?\u003c\/div\u003e\n\n                \u003cdiv class=\"bundle-popup-subtitle\"\u003e\u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"bundle-popup-content\"\u003e\n\n                \u003cdiv class=\"bundle-deal-card\"\u003e\n\n                    \u003cdiv class=\"bundle-deal-visual\"\u003e\n\n                        \u003cdiv class=\"bundle-ear-item\"\u003e\n\n                            \u003cdiv class=\"bundle-ear-circle bundle-left\"\u003e\n\n                                \u003cimg class=\"bundle-earbud-image\" alt=\"Galaxy Buds2 Linkes Ohr\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0525\/8982\/2113\/files\/FullSizeRender_09a1dd1f-7d6e-45c7-a630-c6797bfff7ef.jpg?v=1700889192\"\u003e\n                                \u003cdiv class=\"bundle-checkmark\"\u003e✓\u003c\/div\u003e\n\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"bundle-ear-label\"\u003eLinkes Ohr\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"bundle-plus-icon\"\u003e+\u003c\/div\u003e\n\n                        \u003cdiv class=\"bundle-ear-item\"\u003e\n\n                            \u003cdiv class=\"bundle-ear-circle bundle-right\"\u003e\n\n                                \u003cimg class=\"bundle-earbud-image\" alt=\"Galaxy Buds2 Rechtes Ohr\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0525\/8982\/2113\/files\/3ECCD3AA-FCEC-45EB-BD17-59B3E1F9B42B.jpg?v=1701014465\"\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"bundle-ear-label\"\u003eRechtes Ohr\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bundle-pricing-summary\"\u003e\n\n                        \u003cdiv class=\"bundle-bundle-price\"\u003eErhalten Sie das passende Paar für nur zusätzlich 10 $!\u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bundle-social-proof\"\u003e\n\n                    \u003cdiv class=\"bundle-social-text\"\u003eVervollständigen Sie Ihr Set mit riesigen Ersparnissen\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cbutton class=\"bundle-main-cta\" onclick=\"addToCart()\"\u003eRechtes Ohr für 10 $ hinzufügen\u003c\/button\u003e\n                \u003cdiv class=\"bundle-skip-link\" onclick=\"hideBundlePopup()\"\u003eNein danke, nur das linke Ohr\u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cscript\u003e\n        \/\/ Accordion functionality\n        document.addEventListener('DOMContentLoaded', function() {\n            const accordions = document.querySelectorAll('.accordion');\n            \n            accordions.forEach(function(accordion) {\n                accordion.addEventListener('click', function() {\n                    \/\/ Toggle active class\n                    this.classList.toggle('active');\n                    \n                    \/\/ Get the panel (next sibling element)\n                    const panel = this.nextElementSibling;\n                    \n                    \/\/ Toggle panel display\n                    if (panel.style.display === 'block') {\n                        panel.style.display = 'none';\n                    } else {\n                        panel.style.display = 'block';\n                    }\n                });\n            });\n        });\n\n        \/\/ Bundle popup functionality\n        function showBundlePopup() {\n            const overlay = document.getElementById('bundlePopupOverlay');\n            overlay.classList.add('active');\n            \n            \/\/ Prevent body scroll when popup is open\n            document.body.style.overflow = 'hidden';\n        }\n\n        function hideBundlePopup() {\n            const overlay = document.getElementById('bundlePopupOverlay');\n            overlay.classList.remove('active');\n            \n            \/\/ Restore body scroll\n            document.body.style.overflow = 'auto';\n        }\n\n        function addToCart() {\n            alert('Right ear added to cart for $10!');\n            hideBundlePopup();\n        }\n\n        \/\/ Close popup when clicking outside of it\n        document.getElementById('bundlePopupOverlay').addEventListener('click', function(e) {\n            if (e.target === this) {\n                hideBundlePopup();\n            }\n        });\n\n        \/\/ Close popup with escape key\n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape') {\n                hideBundlePopup();\n            }\n        });\n\n        \/\/ Auto-show popup after user interaction or page load (customize as needed)\n        \/\/ Show popup after 10 seconds\n        setTimeout(function() {\n            showBundlePopup();\n        }, 10000);\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"ReCellExchange","offers":[{"title":"Graphit","offer_id":43465240314017,"sku":"SGBFE-L-LN-GRAPHITE","price":34.99,"currency_code":"USD","in_stock":false},{"title":"Weiß","offer_id":43465240346785,"sku":"SGBFE-L-LN-WHITE","price":34.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0525\/8982\/2113\/files\/FullSizeRender_09a1dd1f-7d6e-45c7-a630-c6797bfff7ef.jpg?v=1762458779","url":"https:\/\/www.recellexchange.com\/de\/products\/galaxy-buds-fe-left-ear-replacement","provider":"ReCellExchange","version":"1.0","type":"link"}