{"product_id":"ehaho-l2400-3d-dj-laser-party-lights","title":"Ehaho L2400 3D Animation DJ Party Lights, DMX512 RGB Stage Lighting with Sound Activated \u0026 Remote Control, Animated Disco Light for Bar, Club, Wedding","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eL2400 Party Lights Kit – Ehaho\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            background: #f8f8fa;\n            color: #1d1d1f;\n            padding: 30px 0 80px;\n        }\n\n        \/* 容器宽度显著增大，同时保留两侧舒适留白 *\/\n        .container {\n            max-width: 1600px;\n            margin: 0 auto;\n            padding: 0 40px;\n        }\n\n        .hero-title {\n            text-align: center;\n            font-size: 3.4rem;\n            font-weight: 700;\n            line-height: 1.2;\n            margin: 30px 0 10px;\n            letter-spacing: -0.02em;\n            color: #000;\n        }\n\n        .hero-sub {\n            text-align: center;\n            font-size: 1.6rem;\n            font-weight: 400;\n            color: #4a4a50;\n            margin-bottom: 50px;\n            max-width: 850px;\n            margin-left: auto;\n            margin-right: auto;\n            line-height: 1.4;\n        }\n\n        .category-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-bottom: 50px;\n        }\n\n        .category-card {\n            background: #fff;\n            border-radius: 28px;\n            padding: 32px 16px;\n            text-align: center;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);\n            border: 1px solid #e8e8ed;\n            transition: transform 0.15s ease;\n        }\n\n        .category-card:hover {\n            transform: translateY(-6px);\n        }\n\n        .category-card .icon {\n            font-size: 3.2rem;\n            display: block;\n            margin-bottom: 8px;\n        }\n\n        .category-card .number {\n            font-size: 3.8rem;\n            font-weight: 700;\n            color: #000;\n            display: block;\n            line-height: 1.1;\n        }\n\n        .category-card .label {\n            font-size: 1.4rem;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-top: 6px;\n        }\n\n        .smoke-tip-wrapper {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .smoke-tip {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #1d1d1f;\n            background: #f0f0f5;\n            padding: 16px 40px;\n            border-radius: 60px;\n            display: inline-block;\n            letter-spacing: 0.5px;\n            border: 1px solid #ddd;\n        }\n\n        .module {\n            margin-bottom: 80px;\n        }\n\n        .module-title {\n            font-size: 2.8rem;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 20px;\n            letter-spacing: -0.01em;\n            color: #000;\n        }\n\n        .module-desc {\n            text-align: center;\n            max-width: 850px;\n            margin: 0 auto 30px;\n            font-size: 1.3rem;\n            line-height: 1.7;\n            color: #3a3a3e;\n        }\n\n        .module-desc strong {\n            color: #000;\n            font-weight: 700;\n        }\n\n        \/* 图片容器：去掉负边距，完全撑满容器宽度 *\/\n        .module-image {\n            text-align: center;\n            margin: 0;\n        }\n\n        .module-image img {\n            max-width: 100%;\n            width: 100%;\n            height: auto;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);\n            border: 1px solid #ececef;\n            background: #fff;\n            display: block;\n        }\n\n        \/* 双图并排 *\/\n        .image-pair {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 24px;\n            justify-content: center;\n            margin-top: 10px;\n        }\n\n        .image-pair .module-image {\n            flex: 1 1 46%;\n            min-width: 320px;\n            margin: 0;\n        }\n\n        .image-pair img {\n            width: 100%;\n            border-radius: 20px;\n        }\n\n        \/* 独立两图并排（用于 Info_10 \u0026 11） *\/\n        .inline-pair {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 24px;\n            justify-content: center;\n            margin-bottom: 50px;\n        }\n\n        .inline-pair .module-image {\n            flex: 1 1 46%;\n            min-width: 320px;\n            margin: 0;\n        }\n\n        .kit-box {\n            background: #fff;\n            border-radius: 32px;\n            padding: 50px 40px;\n            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);\n            border: 1px solid #e8e8ed;\n            margin: 30px 0 50px;\n            text-align: center;\n        }\n\n        .kit-box h2 {\n            font-size: 2.8rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n        }\n\n        .kit-box p {\n            font-size: 1.25rem;\n            line-height: 1.8;\n            color: #3a3a3e;\n            max-width: 850px;\n            margin: 0 auto;\n        }\n\n        .kit-box strong {\n            color: #000;\n        }\n\n        .kit-box .package-items {\n            margin-top: 24px;\n            font-weight: 500;\n            color: #1d1d1f;\n            font-size: 1.3rem;\n        }\n\n        hr {\n            border: none;\n            border-top: 2px solid #d2d2d7;\n            margin: 60px 0 40px;\n        }\n\n        .spec-title {\n            font-size: 2.8rem;\n            font-weight: 700;\n            text-align: center;\n            margin: 20px 0 20px;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);\n            border: 1px solid #e8e8ed;\n            margin-top: 10px;\n            font-size: 1.1rem;\n        }\n\n        .spec-table td {\n            padding: 18px 28px;\n            border-bottom: 1px solid #f0f0f5;\n        }\n\n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .spec-table td:first-child {\n            font-weight: 600;\n            width: 35%;\n            background: #f8f8fa;\n            font-size: 1.1rem;\n        }\n\n        .spec-table td:last-child {\n            color: #1d1d1f;\n            font-size: 1.1rem;\n        }\n\n        \/* 响应式：更宽容器下的适配 *\/\n        @media (max-width: 1024px) {\n            .container {\n                padding: 0 30px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 0 20px;\n            }\n            .hero-title {\n                font-size: 2.4rem;\n            }\n            .hero-sub {\n                font-size: 1.2rem;\n            }\n            .category-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 16px;\n            }\n            .category-card .number {\n                font-size: 2.8rem;\n            }\n            .category-card .label {\n                font-size: 1.1rem;\n            }\n            .module-title {\n                font-size: 2rem;\n            }\n            .module-desc {\n                font-size: 1.1rem;\n            }\n            .kit-box {\n                padding: 30px 20px;\n            }\n            .kit-box h2 {\n                font-size: 2rem;\n            }\n            .kit-box p {\n                font-size: 1rem;\n            }\n            .spec-title {\n                font-size: 2rem;\n            }\n            .spec-table td {\n                padding: 14px 16px;\n                font-size: 1rem;\n            }\n            .spec-table td:first-child {\n                font-size: 1rem;\n            }\n            .spec-table td:last-child {\n                font-size: 1rem;\n            }\n            .inline-pair .module-image,\n            .image-pair .module-image {\n                flex: 1 1 100%;\n                min-width: 0;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 0 12px;\n            }\n            .hero-title {\n                font-size: 1.8rem;\n            }\n            .category-grid {\n                gap: 10px;\n            }\n            .category-card {\n                padding: 20px 8px;\n            }\n            .category-card .number {\n                font-size: 2.2rem;\n            }\n            .smoke-tip {\n                font-size: 1.1rem;\n                padding: 12px 24px;\n            }\n            .module-title {\n                font-size: 1.6rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n\n        \u003c!-- 顶部 --\u003e\n        \u003ch1 class=\"hero-title\"\u003eEverything you need to run a professional light show — right out of the box.\u003c\/h1\u003e\n        \u003cp class=\"hero-sub\"\u003eL2400 brings hundreds of dynamic animations, beam effects, and intuitive control to any party or stage.\u003c\/p\u003e\n\n        \u003c!-- 四个分类卡片 --\u003e\n        \u003cdiv class=\"category-grid\"\u003e\n            \u003cdiv class=\"category-card\"\u003e\n                \u003cspan class=\"icon\"\u003e✨\u003c\/span\u003e\n                \u003cspan class=\"number\"\u003e50\u003c\/span\u003e\n                \u003cspan class=\"label\"\u003eAnimation\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"category-card\"\u003e\n                \u003cspan class=\"icon\"\u003e🎄\u003c\/span\u003e\n                \u003cspan class=\"number\"\u003e50\u003c\/span\u003e\n                \u003cspan class=\"label\"\u003eChristmas\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"category-card\"\u003e\n                \u003cspan class=\"icon\"\u003e✏️\u003c\/span\u003e\n                \u003cspan class=\"number\"\u003e50\u003c\/span\u003e\n                \u003cspan class=\"label\"\u003eLine Art\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"category-card\"\u003e\n                \u003cspan class=\"icon\"\u003e🌳\u003c\/span\u003e\n                \u003cspan class=\"number\"\u003e50\u003c\/span\u003e\n                \u003cspan class=\"label\"\u003eOutdoor\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"smoke-tip-wrapper\"\u003e\n            \u003cspan class=\"smoke-tip\"\u003e💨 Add Smoke For the Best Effect\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块1: Dazzling 3D Beam Display --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003eDazzling 3D Beam Display\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003e\u003cstrong\u003eEhaho's upgraded DJ light\u003c\/strong\u003e projects hundreds of dynamic \u003cstrong\u003eanimated graphics\u003c\/strong\u003e and \u003cstrong\u003ebeams\u003c\/strong\u003e, surpassing other disco lights with limited options.\u003c\/p\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_4.jpg?v=1741253417\" alt=\"3D Beam Display\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块2: Effortless 3D Beam Show Selection --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003eEffortless 3D Beam Show Selection\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003e\u003cstrong\u003eEhaho disco lights\u003c\/strong\u003e use the \u003cstrong\u003eILD button\u003c\/strong\u003e on the remote to quickly browse through hundreds of \u003cstrong\u003e3D animations\u003c\/strong\u003e. Switch between animations using the up\/down buttons. Save your favorite animations with the \u003cstrong\u003e\"Collect\" button\u003c\/strong\u003e for convenient access and continuous playback.\u003c\/p\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_9.jpg?v=1741253417\" alt=\"Remote selection\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 两张连续图片（Info_10 \u0026 Info_11）并排 --\u003e\n        \u003cdiv class=\"inline-pair\"\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_10.jpg?v=1741253417\" alt=\"Animation selection 1\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_11.jpg?v=1741253417\" alt=\"Animation selection 2\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块3: Seamless Zoom Control --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003eSeamless Zoom Control\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003e\u003cstrong\u003eEhaho DJ lights\u003c\/strong\u003e let you control the size of \u003cstrong\u003ebeam patterns\u003c\/strong\u003e without moving the projector. Use the \u003cstrong\u003eremote control\u003c\/strong\u003e to zoom in or out, ensuring optimal coverage for different-sized venues like home parties or bedrooms.\u003c\/p\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_6.jpg?v=1741253415\" alt=\"Zoom control\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块4: Dynamic Sound Activation --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003eDynamic Sound Activation\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003e\u003cstrong\u003eEhaho beam lights\u003c\/strong\u003e activate the \u003cstrong\u003esound mode\u003c\/strong\u003e to synchronize beams and animations with \u003cstrong\u003emusic rhythms\u003c\/strong\u003e, particularly effective in bass-heavy environments. Ideal for indoor settings, home parties, clubs, discos, karaoke, and birthdays.\u003c\/p\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_12.jpg?v=1741253416\" alt=\"Sound activation\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块5: Professional DMX Control --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003eProfessional DMX Control\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003e\u003cstrong\u003eEhaho DMX lights\u003c\/strong\u003e support \u003cstrong\u003eDMX512 controllers\u003c\/strong\u003e with 32 channels for extensive programming of disco light shows. Adjust movement, rotation, zoom, color, and speed for customized effects.\u003c\/p\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_8.jpg?v=1741253416\" alt=\"DMX control\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块6: Pro Tips --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003ePro Tips for Optimal Performance\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003e\u003cstrong\u003eSmoke Environment\u003c\/strong\u003e Recommended: Achieve optimal effects in a smoke-filled environment; without smoke, only pattern effects will be visible. \u003cstrong\u003eSound-Activated Mode\u003c\/strong\u003e: Enhance the experience with a loud volume speaker for best results.\u003c\/p\u003e\n            \u003cdiv class=\"image-pair\"\u003e\n                \u003cdiv class=\"module-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_2.jpg?v=1741253417\" alt=\"Smoke tip 1\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_3.jpg?v=1741253416\" alt=\"Smoke tip 2\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 模块7: Effortlessly Craft Jaw-Dropping Beam Shows --\u003e\n        \u003cdiv class=\"module\"\u003e\n            \u003ch2 class=\"module-title\"\u003eEffortlessly Craft Jaw-Dropping Beam Shows\u003c\/h2\u003e\n            \u003cp class=\"module-desc\"\u003eUnleash endless fun with the user-friendly \u003cstrong\u003eremote control\u003c\/strong\u003e included with \u003cstrong\u003eEhaho laser projectors\u003c\/strong\u003e, making them accessible even for users unfamiliar with DMX consoles. Effortlessly create impressive home light shows.\u003c\/p\u003e\n            \u003cdiv class=\"module-image\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng._Info_5.jpg?v=1741253416\" alt=\"Remote control\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 套装信息 --\u003e\n        \u003cdiv class=\"kit-box\"\u003e\n            \u003ch2\u003eL2400 Party Lights Kit\u003c\/h2\u003e\n            \u003cp\u003eIt comes with \u003cstrong\u003elifetime technical support\u003c\/strong\u003e from the date of purchase. You can easily find the Support Team's contact information in the product package or the instruction manual.\u003c\/p\u003e\n            \u003cp class=\"package-items\"\u003e\u003cstrong\u003ePackage contains:\u003c\/strong\u003e Party light, Remote Control, User manual, Power cable.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003chr\u003e\n\n    \u003cdiv style=\"height: 40px;\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Ehaho","offers":[{"title":"European Version","offer_id":51084898664751,"sku":"L2400-EU","price":142.99,"currency_code":"EUR","in_stock":true},{"title":"UK Version","offer_id":51084898697519,"sku":"L2400-UK","price":142.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0877\/3035\/6527\/files\/Ehaho_3D_Animation_Disco_Lights_L2700_Eng_1.png?v=1741253222","url":"https:\/\/eu.ehaho.com\/products\/ehaho-l2400-3d-dj-laser-party-lights","provider":"Ehaho EU","version":"1.0","type":"link"}