{"product_id":"adaptador-corriente-dc-tubos-led-ulanzi-al60-al120","title":"Ulanzi AD-1 US Plug DC Cable power adapter for Ulanzi 120W","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Google Fonts (Optimized Loading) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700;800\u0026amp;family=Open+Sans:wght@400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* =========================================\n           ESTILOS ENCAPSULADOS (NO AFECTAN TU WEB)\n           ========================================= *\/\n        \n        \/* Contenedor Maestro: Aísla el diseño y centra en una columna *\/\n        .gsmpro-wrapper {\n            font-family: 'Open Sans', sans-serif;\n            color: #1f2937;\n            line-height: 1.6;\n            background-color: #ffffff;\n            width: 100%;\n            max-width: 800px;\n            margin: 0 auto;\n            box-sizing: border-box;\n        }\n\n        \/* Reseteo interno de seguridad *\/\n        .gsmpro-wrapper *, \n        .gsmpro-wrapper *::before, \n        .gsmpro-wrapper *::after {\n            box-sizing: inherit;\n        }\n\n        \/* Variables Locales *\/\n        .gsmpro-wrapper {\n            --gsm-blue: #0066cc;\n            --gsm-purple: #6a1b9a;\n            --gsm-gradient: linear-gradient(135deg, #0056b3 0%, #4a148c 100%);\n            --gsm-light-bg: #f8f9fa;\n            --gsm-white: #ffffff;\n            --gsm-success: #059669;\n            --gsm-error: #d32f2f;\n            --gsm-border-radius: 12px;\n        }\n\n        \/* Tipografía Encapsulada *\/\n        .gsmpro-wrapper h1, \n        .gsmpro-wrapper h2, \n        .gsmpro-wrapper h3 {\n            font-family: 'Montserrat', sans-serif;\n            margin-top: 0;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        \/* Estilo global para negritas (morado en fondo blanco) *\/\n        .gsmpro-wrapper strong {\n            font-weight: 700;\n            color: var(--gsm-purple);\n        }\n\n        \/* --- HEADER LLAMATIVO (Monocolumna) --- *\/\n        .gsmpro-header {\n            background-color: #4a148c; \/* Color de respaldo sólido *\/\n            background: var(--gsm-gradient);\n            color: #ffffff !important; \/* Texto base blanco *\/\n            padding: 4rem 2rem;\n            text-align: center;\n            border-radius: var(--gsm-border-radius);\n            margin-bottom: 2.5rem;\n            box-shadow: 0 10px 25px rgba(0, 86, 179, 0.2);\n        }\n\n        .gsmpro-header h1 {\n            color: #ffffff !important; \/* Título blanco *\/\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 800;\n            text-shadow: 0 4px 12px rgba(0,0,0,0.4);\n        }\n\n        .gsmpro-header p {\n            color: #ffffff !important; \/* Párrafo blanco *\/\n            font-size: 1.2rem;\n            opacity: 1;\n            font-weight: 600;\n            max-width: 90%;\n            margin: 0 auto;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }\n\n        \/* Negritas dentro del header en BLANCO *\/\n        .gsmpro-header strong {\n            color: #ffffff !important;\n            text-decoration: underline rgba(255,255,255,0.3);\n        }\n\n        \/* --- SECCIONES (Monocolumna) --- *\/\n        .gsmpro-section {\n            padding: 0 0.5rem;\n            margin-bottom: 3rem;\n        }\n\n        .gsmpro-wrapper h2 {\n            color: var(--gsm-blue);\n            font-size: 1.8rem;\n            border-bottom: 3px solid var(--gsm-light-bg);\n            padding-bottom: 0.5rem;\n            margin-bottom: 1.5rem;\n            text-align: center;\n        }\n\n        \/* Tarjetas de Beneficios (Apiladas) *\/\n        .gsmpro-card {\n            background: var(--gsm-light-bg);\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 6px solid var(--gsm-purple);\n            margin-bottom: 1.2rem;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n            transition: transform 0.2s ease;\n        }\n        \n        .gsmpro-card:hover {\n            transform: translateX(5px);\n        }\n\n        .gsmpro-card h3 {\n            font-size: 1.2rem;\n            color: #333;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            margin-bottom: 0.8rem;\n        }\n        \n        .gsmpro-card h3::before {\n            content: '';\n            display: inline-block;\n            width: 8px;\n            height: 8px;\n            background: var(--gsm-blue);\n            border-radius: 50%;\n            margin-right: 10px;\n        }\n\n        \/* Tablas (Diseño limpio) *\/\n        .gsmpro-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1rem;\n            border: 1px solid #eee;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n\n        .gsmpro-table th, .gsmpro-table td {\n            text-align: left;\n            padding: 1.2rem;\n            border-bottom: 1px solid #f3f4f6;\n        }\n\n        .gsmpro-table th {\n            background-color: var(--gsm-light-bg);\n            color: var(--gsm-blue);\n            font-weight: 700;\n            width: 40%;\n        }\n\n        \/* Tips de Expertos *\/\n        .gsmpro-tips-item {\n            background: #fff;\n            margin-bottom: 1rem;\n            padding: 1.2rem;\n            border: 1px solid #e5e7eb;\n            border-left: 5px solid var(--gsm-blue);\n            border-radius: 4px;\n        }\n        \n        \/* Footer minimalista *\/\n        .gsmpro-footer {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid #eee;\n            font-size: 0.9rem;\n            color: #888;\n        }\n\n        \/* Ajustes Móviles *\/\n        @media (max-width: 600px) {\n            .gsmpro-header h1 { font-size: 1.8rem; }\n            .gsmpro-table th, .gsmpro-table td { display: block; width: 100%; }\n            .gsmpro-table th { background: transparent; padding-bottom: 0.2rem; color: var(--gsm-purple); }\n            .gsmpro-table td { padding-top: 0; padding-bottom: 1.5rem; border: none; }\n            .gsmpro-table tr { border-bottom: 1px solid #eee; }\n        }\n    \u003c\/style\u003e\n\u003c!-- START OF ENCAPSULATED CONTENT --\u003e\n\u003cdiv class=\"gsmpro-wrapper\"\u003e\n\n\u003c!-- Header --\u003e\n\u003cdiv class=\"gsmpro-header\"\u003e\n\n\u003ch1\u003eUlanzi DC Power Adapter\u003c\/h1\u003e\n\n\u003cp\u003eInfinite Power for Your Lights: \u003cstrong\u003eStability, Safety, and Continuous Power\u003c\/strong\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Sales and Objection Section --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eThe Engine of Your Professional Studio\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom: 2rem; text-align: justify;\"\u003eDid you choose the power of \u003cstrong\u003eUlanzi AL Series\u003c\/strong\u003e tubes? Don't let a dead battery ruin your shoot. Connect your lights directly to power with the \u003cstrong\u003eOfficial DC Adapter\u003c\/strong\u003e and ensure 100% brightness for hours.\u003c\/p\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003e⚡ Uninterrupted Power\u003c\/h3\u003e\n\n\u003cp\u003eBatteries run out and lose power over time. With this adapter, you get \u003cstrong\u003econstant energy\u003c\/strong\u003e for long streaming sessions, interviews, or cinema, without brightness drops.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003e🛡️ Voltage Protection\u003c\/h3\u003e\n\n\u003cp\u003eDon't risk your equipment with generic chargers. This adapter delivers the \u003cstrong\u003eexact voltage\u003c\/strong\u003e your Ulanzi light needs, protecting the LEDs against overloads and fluctuations.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003e🔌 Professional Length Cable\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for the set. Its cable has the right length so you can mount your lights on \u003cstrong\u003etall tripods\u003c\/strong\u003e without the transformer hanging dangerously.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eTechnical Sheet\u003c\/h2\u003e\n\n\u003ctable class=\"gsmpro-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eProduct\u003c\/th\u003e\n\n\u003ctd\u003eDC Power Adapter\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eBrand\u003c\/th\u003e\n\n\u003ctd\u003e\u003cstrong\u003eUlanzi (Official)\u003c\/strong\u003e\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\n\u003ctd\u003eInflatable Tubes \u003cstrong\u003eAL60 \/ AL120\u003c\/strong\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\n\u003ctd\u003eStudio, Indoors, Streaming\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eInput\u003c\/th\u003e\n\n\u003ctd\u003e100-240V (Standard Plug)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eSafety\u003c\/th\u003e\n\n\u003ctd\u003eOvervoltage protection\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Expert Tips --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003e💡 GSMPRO Expert Tips\u003c\/h2\u003e\n\n\u003cdiv class=\"gsmpro-tips-item\"\u003e\n\n\u003cstrong\u003eWhen to use it?\u003c\/strong\u003e It is essential if you do \u003cstrong\u003elive streaming\u003c\/strong\u003e or interview recordings where you cannot afford to pause to change or recharge batteries.\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-tips-item\"\u003e\n\n\u003cstrong\u003eCable Care:\u003c\/strong\u003e For added safety on set, use gaffer tape or Velcro to secure the cable to the tripod leg and prevent tripping hazards.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Box Contents --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003e📦 Package Contents\u003c\/h2\u003e\n\n\u003cdiv style=\"text-align: center; background: #f9f9f9; padding: 1.5rem; border-radius: 8px;\"\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003e1x \u003cstrong\u003eUlanzi DC Power Adapter\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003csmall style=\"color: #666; display: block; margin-top: 0.5rem;\"\u003e*LED light not included.\u003c\/small\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-footer\"\u003e\n\n\u003cp\u003e© 2026 \u003cstrong\u003eGSMPRO Chile\u003c\/strong\u003e. Technology Experts.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- END OF ENCAPSULATED CONTENT --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174711791964,"sku":"B0D7CDQRN8","price":96.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/ad2c67e710591aae76d498167694fecd_95264f35-7387-4d7a-bb87-c70b9aedb6a2.jpg?v=1782962911","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/adaptador-corriente-dc-tubos-led-ulanzi-al60-al120","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}