{"product_id":"e26-e27-light-socket-extender-lamp-bulb-extension-screw-base-converter-adapter","title":"E26\/E27 Light Socket Extender Lamp Bulb Extension Screw Base Converter Adapter","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\u003cstyle\u003e\n:root {\n            --primary-color: #3a5f9e;\n            --secondary-color: #6c8cd5;\n            --accent-color: #e6f0ff;\n            --text-color: #333;\n            --light-color: #f8f9fa;\n            --shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        }\n        \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: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 25px;\n            background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);\n            transform: rotate(30deg);\n        }\n        \n        .product-header h1 {\n            font-size: 2.5rem;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n            margin-bottom: 10px;\n            position: relative;\n        }\n        \n        .product-header .subtitle {\n            font-size: 1.3rem;\n            color: #e6f0ff;\n            margin-top: 10px;\n            position: relative;\n        }\n        \n        .badge {\n            display: inline-block;\n            background-color: #ffc107;\n            color: #333;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin: 10px 5px;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .product-gallery {\n            flex: 1;\n            min-width: 300px;\n            background-color: white;\n            border-radius: 12px;\n            padding: 20px;\n            box-shadow: var(--shadow);\n            text-align: center;\n        }\n        \n        .main-image {\n            width: 100%;\n            height: auto;\n            border-radius: 10px;\n            margin-bottom: 20px;\n            transition: transform 0.3s ease;\n        }\n        \n        .main-image:hover {\n            transform: scale(1.02);\n        }\n        \n        .image-thumbnails {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 15px;\n        }\n        \n        .thumbnail {\n            width: 70px;\n            height: 70px;\n            border-radius: 8px;\n            cursor: pointer;\n            opacity: 0.7;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .thumbnail:hover, .thumbnail.active {\n            opacity: 1;\n            border-color: var(--primary-color);\n        }\n        \n        .product-details {\n            flex: 2;\n            min-width: 300px;\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .feature-box {\n            background-color: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: var(--shadow);\n            border-left: 5px solid var(--secondary-color);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-box h2 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.6rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-box h2 i {\n            margin-right: 10px;\n            font-size: 1.4rem;\n        }\n        \n        .protection-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .protection-item {\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            padding: 20px;\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            border: 1px solid #d0ddf0;\n            transition: all 0.3s ease;\n        }\n        \n        .protection-item:hover {\n            background-color: white;\n            box-shadow: 0 5px 15px rgba(58, 95, 158, 0.2);\n        }\n        \n        .protection-icon {\n            width: 80px;\n            height: 80px;\n            margin: 0 auto 15px;\n            background-color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        }\n        \n        .protection-icon i {\n            font-size: 2.5rem;\n            color: var(--primary-color);\n        }\n        \n        .protection-item h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .shipping-returns {\n            background-color: var(--accent-color);\n            border-radius: 12px;\n            padding: 25px;\n            margin-top: 10px;\n            border: 1px dashed var(--secondary-color);\n        }\n        \n        .shipping-returns h2 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-returns h2 i {\n            margin-right: 10px;\n        }\n        \n        .compatibility-notice {\n            background-color: #fff8e6;\n            border-radius: 12px;\n            padding: 25px;\n            margin-top: 10px;\n            border-left: 5px solid #ffc107;\n        }\n        \n        .compatibility-notice h2 {\n            color: #b38c00;\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .compatibility-notice h2 i {\n            margin-right: 10px;\n        }\n        \n        .highlight {\n            color: var(--primary-color);\n            font-weight: bold;\n        }\n        \n        .pricing-box {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            border-radius: 12px;\n            padding: 25px;\n            color: white;\n            text-align: center;\n            box-shadow: var(--shadow);\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: bold;\n            margin: 10px 0;\n        }\n        \n        .original-price {\n            text-decoration: line-through;\n            opacity: 0.7;\n            font-size: 1.5rem;\n            margin-right: 10px;\n        }\n        \n        .discount {\n            background-color: #ff5252;\n            padding: 5px 10px;\n            border-radius: 20px;\n            font-weight: bold;\n            display: inline-block;\n            margin-bottom: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: #ffc107;\n            color: #333;\n            padding: 15px 40px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.2rem;\n            text-decoration: none;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button:hover {\n            background-color: #ffb300;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.3);\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n            margin: 20px 0;\n        }\n        \n        .benefits-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            align-items: center;\n        }\n        \n        .benefits-list li:before {\n            color: #4caf50;\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-header h1 {\n                font-size: 2rem;\n            }\n            \n            .product-header .subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .protection-item {\n                min-width: 100%;\n            }\n            \n            .price {\n                font-size: 2rem;\n            }\n        }\n        \n        footer {\n            text-align: center;\n            padding: 20px;\n            margin-top: 30px;\n            color: #666;\n            font-size: 0.9rem;\n            border-top: 1px solid #ddd;\n        }\n\u003c\/style\u003e\n\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eProfessional Multi-Protection Charger\u003c\/h1\u003e\n            \u003cdiv class=\"subtitle\"\u003eAdvanced Safety Technology with Triple Protection System\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003cspan class=\"badge\"\u003e\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Efficiently Charging\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Advanced Protection\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e\u003ci class=\"fas fa-mobile-alt\"\u003e\u003c\/i\u003e Universal Compatibility\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"feature-box\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e Product Overview\u003c\/h2\u003e\n                    \n                    \u003cul class=\"benefits-list\"\u003e\n                        \u003cli\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui function description overvoltage protection device automatically detects input voltage upon power-on with a normal operating range of output socket remains powered when is within the safe range. below or exceeds will cut off power. simultaneously light enter slow breathing flash mode alert users abnormal conditions.\u003e\u003cp\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003eProduct Function Description\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 14pt; line-height: 1.45;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64); font-family: \" segoe ui undefined\u003e1. Overvoltage\/Undervoltage Protection\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul style=\"list-style-type:disc\"\u003e\n\u003cli\u003e\n\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003eThe device automatically detects input voltage upon power-on, with a normal operating range of \u003c\/span\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003eAC 95V–265V\u003c\/span\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003eThe output socket remains powered when voltage is within the safe range.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e\u003cul class=\"benefits-list\" style=\"color: rgb(51, 51, 51);\"\u003eOutput: 700W 6A\u003c\/ul\u003e\n\u003cul class=\"benefits-list\" style=\"color: rgb(51, 51, 51);\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui the input voltage below or exceeds output socket will automatically cut off power. simultaneously light enter a slow breathing flash mode alert users of abnormal conditions.\u003e\u003cul style=\"list-style-type:disc\"\u003e\u003cli\u003e\n\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003eIf the input voltage \u003c\/span\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003edrops below 95V (undervoltage) or exceeds 265V (overvoltage)\u003c\/span\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e, it will automatically cut off power. \u003c\/span\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/article\u003e\u003c\/ul\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui night light function\u003e\u003ch3 style=\"font-size: 14pt; line-height: 1.45;\"\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e2. Night Light Function\u003c\/span\u003e\u003c\/h3\u003e\u003c\/article\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui state the night light turns on automatically after power-up providing soft illumination. style=\"\"\u003e\u003cul style=\"list-style-type: disc;\"\u003e\n\u003cli style=\"font-family: \" segoe ui undefined\u003e\n\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003eDefault State\u003c\/span\u003e\u003cspan style=\"color:#404040;font-family:Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e: The night light turns on automatically after power-up, providing soft illumination.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui press and hold the power button seconds to night light off or on style=\"\"\u003e\u003cul style=\"list-style-type: disc;\"\u003e\n\u003cli style=\"font-family: \" segoe ui undefined\u003e\n\u003cspan style=\"font-family: \" segoe ui undefined\u003eOperation\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e: Press and hold the power button (approx. 2 seconds) to \u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003eturn the night light off or on\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-family: \" segoe ui undefined\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui timer function\u003e\u003ch3 style=\"font-size: 14pt; line-height: 1.45;\"\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e3. Timer Function\u003c\/span\u003e\u003c\/h3\u003e\u003c\/article\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: \" segoe ui undefined\u003e\u003cdiv\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003eOperation Logic: Press the power button briefly to cycle through three timer settings:\u003c\/span\u003e\u003c\/div\u003e\u003c\/li\u003e\n\u003cli style=\"\"\u003e\n\u003cdiv style=\"\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui press sets a light turns on style=\"\"\u003e\u003cul style=\"list-style-type: circle;\"\u003e\n\u003cli style=\"font-family: \" segoe ui undefined\u003e\n\u003cspan style=\"font-family: \" segoe ui undefined\u003e1st Press\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e: Sets a \u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e45-minute\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e timer (indicator light turns on).\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui press sets a light turns on style=\"\"\u003e\u003cul style=\"list-style-type: circle;\"\u003e\n\u003cli style=\"font-family: \" segoe ui undefined\u003e\n\u003cspan style=\"font-family: \" segoe ui undefined\u003e2nd Press\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e: Sets a \u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e1.5-hour (90-minute)\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e timer (indicator light turns on).\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui press sets a light turns on style=\"\"\u003e\u003cul style=\"font-family: \" segoe ui undefined list-style-type: circle\u003e\u003cli\u003e\n\u003cspan style=\"font-family: \" segoe ui undefined\u003e3rd Press\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e: Sets a \u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e3-hour (180-minute)\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e timer (indicator light turns on).\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cdiv style=\"\"\u003e\u003cfont face=\"Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui press cancels the timer restoring continuous power light turns off\u003e\u003cul style=\"list-style-type:circle\"\u003e\n\u003cli\u003e\n\u003cspan style=\"font-family: \" segoe ui undefined\u003e4th Press\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e: Cancels the timer, restoring continuous power (indicator light turns off).\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui timer ends the output socket automatically shuts off and indicator light turns off.\u003e\u003cul style=\"list-style-type:disc\"\u003e\n\u003cli\u003e\n\u003cspan style=\"font-family: \" segoe ui undefined\u003eWhen Timer Ends\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e: The output socket automatically shuts off, and the indicator light turns off.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui\u003e\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003eNote\u003c\/span\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\u003c\/article\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui the timer is active corresponding indicator light remains lit for easy identification.\u003e\u003cul style=\"list-style-type:disc\"\u003e\n\u003cli\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003eWhile the timer is active, the corresponding indicator light remains lit for easy identification.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-family: \" segoe ui undefined\u003e\u003carticle class=\"4ever-article\" data-clipboard-cangjie=\"[\" root ui manually cancel the timer before completion press button repeatedly until mode off is reached.\u003e\u003cul style=\"list-style-type:disc\"\u003e\u003cli\u003e\u003cspan style=\"font-family: \" segoe ui\u003e\u003c\/span\u003e\u003c\/li\u003e\u003c\/ul\u003e\u003c\/article\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/font\u003e\u003c\/div\u003e\n                \n                \u003cdiv class=\" feature-box\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Advanced Safety Features\u003c\/h2\u003e\n                    \u003cp\u003eOur charger is engineered with state-of-the-art safety technology to ensure complete protection for your devices:\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"protection-features\"\u003e\n                        \u003cdiv class=\"protection-item\"\u003e\n                            \u003cdiv class=\"protection-icon\"\u003e\n                                \u003ci class=\"fas fa-thermometer-half\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                            \u003ch3\u003eOver-Temperature Protection\u003c\/h3\u003e\n                            \n                        \u003c\/div\u003e\n                        \u003cdiv class=\"protection-item\"\u003e\n                            \u003cdiv class=\"protection-icon\"\u003e\n                                \u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                            \u003ch3\u003eOver-Current Protection\u003c\/h3\u003e\n                            \n                        \u003c\/div\u003e\n                        \u003cdiv class=\"protection-item\"\u003e\n                            \u003cdiv class=\"protection-icon\"\u003e\n                                \u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\n                            \u003c\/div\u003e\n                            \u003ch3\u003ePower-Off Protection\u003c\/h3\u003e\n                            \n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                   \n                \u003c\/div\u003e\n\u003cfont face=\"Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e\n                \n                \u003cdiv class=\"shipping-returns\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-shipping-fast\"\u003e\u003c\/i\u003e Shipping \u0026amp; Returns\u003c\/h2\u003e\n                    \u003cp\u003eItems are shipped within standard processing time. For return details, please refer to the applicable policy.\u003c\/p\u003e\n                    \u003cp style=\"margin-top: 10px;\"\u003e\u003cstrong\u003eStandard Shipping:\u003c\/strong\u003e 3-5 business days\u003c\/p\u003e\n                    \n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"compatibility-notice\"\u003e\n                    \u003ch2\u003e\n\u003ci class=\"fas fa-exclamation-triangle\"\u003e\u003c\/i\u003e Compatibility Notice\u003c\/h2\u003e\n                    \u003cp\u003ePrior to using this charger, consult a qualified professional or the device manufacturer to verify compatibility. Device specifications, power requirements, and safety certifications may vary by model, version, region, or country.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/font\u003e\u003c\/article\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/div\u003e\n\u003cfont face=\"Segoe UI, Segoe UI, Segoe UI, undefined\"\u003e\n        \u003c\/font\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/article\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LN-WS920260506","offers":[{"title":"Default Title","offer_id":42323154337872,"sku":"AZB-1-116147619*LA*1","price":10.96,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0070\/6333\/9081\/files\/57_9ee82db3-c94a-4fa4-85f4-7f1674c74a00.jpg?v=1778039900","url":"https:\/\/www.pwronusa.com\/products\/e26-e27-light-socket-extender-lamp-bulb-extension-screw-base-converter-adapter","provider":"Pwron","version":"1.0","type":"link"}