{"product_id":"faszinierende-rgb-led-lichter-fur-jede-gelegenheit","title":"Fascinating RGB LED lights for every occasion","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System CSS Variables *\/\n    --primary: #8B5CF6; \/* Vibrant RGB-esque Purple *\/\n    --primary-hover: #7C3AED;\n    --text-main: #111827; \/* Dark slate for high contrast *\/\n    --text-sub: #4B5563; \/* Soft gray for readability *\/\n    --bg-body: #FFFFFF;\n    --bg-card: #F9FAFB;\n    --bg-highlight: #F3F4F6;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n    --border-color: #E5E7EB;\n    \/* Spacing System *\/\n    --spacing-module: clamp(2.5rem, 6vw, 5rem);\n    \/* Container Protocol *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    -webkit-font-smoothing: antialiased;\n  }\n  \/* Global Reset inside container *\/\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n  \/* Typography Protocol *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    margin-top: 0;\n    margin-bottom: 1.25rem;\n    color: var(--text-main);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n  .product-detail-container h2 {\n    font-size: clamp(26px, 3.5vw, 32px);\n    line-height: 1.3;\n    margin-top: 0;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n    font-weight: 700;\n  }\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    margin-top: 0;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n    font-weight: 600;\n  }\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    margin-top: 0;\n    margin-bottom: 1.5rem;\n    color: var(--text-sub);\n  }\n  .product-detail-container .aux-text {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--text-sub);\n  }\n  \/* Media Protocol (Anti-distortion) *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n  \/* Image Placeholders *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    background: var(--bg-highlight);\n    border: 2px dashed #9CA3AF;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: var(--radius-lg);\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 600;\n    text-align: center;\n    padding: 1rem;\n  }\n  .img-placeholder.square {\n    aspect-ratio: 1 \/ 1;\n  }\n  \/* Non-interactive Badges *\/\n  .detail-badge {\n    display: inline-block;\n    padding: 0.5rem 1.25rem;\n    background: #EDE9FE;\n    color: var(--primary);\n    font-size: 16px;\n    font-weight: 700;\n    border-radius: 9999px;\n    margin-bottom: 1.25rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding-top: var(--spacing-module);\n    margin-bottom: var(--spacing-module);\n  }\n  .hero-social-proof {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem;\n    margin-bottom: 1.5rem;\n    font-size: 18px;\n    font-weight: 600;\n    color: #F59E0B; \/* Star color *\/\n    background: var(--bg-card);\n    padding: 0.5rem 1rem;\n    border-radius: 9999px;\n  }\n  .hero-social-proof span {\n    color: var(--text-sub);\n  }\n  .hero-subtitle {\n    font-size: clamp(20px, 2.5vw, 24px);\n    color: var(--text-sub);\n    margin-bottom: 2rem;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.5;\n  }\n  .hero-media-wrapper {\n    box-shadow: var(--shadow-lg);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n  \/* Feature Modules (Strict Order \/ Z-Pattern) *\/\n  .features-section {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-module);\n    margin-bottom: var(--spacing-module);\n  }\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile: Strict Image-Top, Text-Bottom *\/\n    gap: 2rem;\n    align-items: center;\n  }\n  .feature-media {\n    width: 100%;\n  }\n  .feature-copy {\n    width: 100%;\n  }\n  \/* Desktop Enhancement: Z-Pattern *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      gap: 5%;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media {\n      width: 50%;\n    }\n    .feature-copy {\n      width: 45%;\n    }\n  }\n  \/* Specifications Table (Mobile Card Protocol) *\/\n  .specs-section {\n    margin-bottom: var(--spacing-module);\n  }\n  .specs-table-wrapper {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n  .specs-table th, \n  .specs-table td {\n    padding: 1.25rem;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    width: 40%;\n  }\n  .specs-table td {\n    color: var(--text-sub);\n  }\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \/* Mobile Specifications (Strict No-Horizontal-Scroll) *\/\n  @media (max-width: 767px) {\n    .specs-table-wrapper {\n      padding: 1rem;\n      background: transparent;\n    }\n    .specs-table, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      background: var(--bg-card);\n      margin-bottom: 1rem;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n      padding: 0.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      border-bottom: 1px solid rgba(0,0,0,0.05);\n      padding: 1rem;\n      gap: 0.5rem;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n  }\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--spacing-module);\n  }\n  .faq-header {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n  .faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n  .faq-card {\n    background: var(--bg-card);\n    padding: clamp(1.5rem, 3vw, 2.5rem);\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n  .faq-q {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 1rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n  }\n  .faq-q::before {\n    content: \"Q.\";\n    color: var(--primary);\n    font-weight: 800;\n  }\n  .faq-a {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    line-height: 1.7;\n    padding-left: 2.25rem; \/* Align with text after \"Q.\" *\/\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\n\u003cdiv class=\"hero-social-proof\"\u003e★★★★★ \u003cspan\u003eTrusted by over 10,000 decorators\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003ch1\u003eDesign Your Environment with Innovative RGB+IC Lights\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eChoose from 16 million colors and enjoy easy app control. Perfect ambiance for every occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media-wrapper\"\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318163524\/0aa4f14e4678b16c0d2843a0b107e5e8.jpg\"\u003e\u003c\/div\u003e\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=\"features-section\"\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\n\u003cdiv class=\"img-placeholder square\"\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318163524\/00f5d3bcb3876898c868bf5a23836031.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\n\u003cdiv class=\"detail-badge\"\u003eApp \u0026amp; Remote Control\u003c\/div\u003e\n\n\u003ch2\u003eYour Lighting in Your Hand\u003c\/h2\u003e\n\n\u003cp\u003eControl your lights conveniently via the user-friendly Bluetooth app (iOS\/Android) or the 24-key IR remote control. Adjust brightness, choose different modes, and program timers to perfectly match the lighting to your daily routine.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature 2: Colors --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\n\u003cdiv class=\"img-placeholder square\"\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318163525\/8955e1da9fe11495f92be47fc4a0e359.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\n\u003cdiv class=\"detail-badge\"\u003eAdvanced RGB+IC Technology\u003c\/div\u003e\n\n\u003ch2\u003e16 Million Vibrant Colors\u003c\/h2\u003e\n\n\u003cp\u003eSurpass traditional lighting with our modern RGB+IC technology. Enjoy impressive dynamic lighting effects, from static to fading and flashing lights. Whether for a relaxed movie night or a festive celebration – instantly set the desired mood.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature 3: Music Sync --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\n\u003cdiv class=\"img-placeholder square\"\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318163524\/7f3bca2be111ff5746fc0be4df405107.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\n\u003cdiv class=\"detail-badge\"\u003eMusic Synchronization\u003c\/div\u003e\n\n\u003ch2\u003eExperience Your Music with Light\u003c\/h2\u003e\n\n\u003cp\u003eAn integrated, highly sensitive microphone synchronizes the lights with the beat of your favorite music or ambient sounds. Transform any room into an impressive light show for weddings, birthday parties, and festivities.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature 4: Outdoor\/Flexible --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\n\u003cdiv class=\"img-placeholder square\"\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318163524\/10a120c76b7ade126a2399f6c9e1f0e2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\n\u003cdiv class=\"detail-badge\"\u003eIP67 Waterproof\u003c\/div\u003e\n\n\u003ch2\u003eFor Magical Indoor and Outdoor Use\u003c\/h2\u003e\n\n\u003cp\u003eMade of high-quality silver wire, these lights can be easily wrapped around trees, railings, and wreaths without tangling. They are fully waterproof and USB-powered, making them perfect for outdoor activities like camping and barbecues.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\n\u003ch2\u003eTechnical Details\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\t\u003cthead\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\n\t\t\t\u003cth\u003eDetailed Description\u003c\/th\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\u003c\/thead\u003e\n\n\t\u003ctbody\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eLight Source\u003c\/td\u003e\n\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003ePremium RGB+IC LED\u003c\/td\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eControl Method\u003c\/td\u003e\n\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003eBluetooth App (iOS\/Android) \u0026amp; 24-Key IR Remote Control\u003c\/td\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eWeight\u003c\/td\u003e\n\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003e150 g \/ 5.3 oz\u003c\/td\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eWaterproof Rating\u003c\/td\u003e\n\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003eIP67 (Silver wire and LEDs)\u003c\/td\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eOperating Temperature\u003c\/td\u003e\n\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003e-20°C to 40°C \/ -4°F to 104°F\u003c\/td\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\t\u003ctr\u003e\n\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003ePower Supply\u003c\/td\u003e\n\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003eUSB-powered (5V) - Energy efficient\u003c\/td\u003e\n\n\t\t\u003c\/tr\u003e\n\n\t\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\n\u003cdiv class=\"faq-header\"\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\n\u003cdiv class=\"faq-q\"\u003eDo I need a Wi-Fi connection to use the app?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo, Wi-Fi is not required. The app connects quickly and reliably via Bluetooth, allowing you to control the lights anywhere within range.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\n\u003cdiv class=\"faq-q\"\u003eCan these lights withstand heavy rain?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes! The silver wire and LED bulbs are IP67 waterproof, making them ideal for outdoor rain and snow. (Please ensure the USB plug remains dry).\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\n\u003cdiv class=\"faq-q\"\u003eCan I connect multiple sets together?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eWhile the physical light strings cannot be directly connected, the app has a group control feature that allows you to synchronize and control multiple light sets with a single tap.\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","brand":"Voltyx","offers":[{"title":"✨ 5m (16.4ft) \/ 50 LEDs","offer_id":47704987959526,"sku":"P121375S","price":29.95,"currency_code":"EUR","in_stock":true},{"title":"🌟 10m (32.8 ft) \/ 100 LEDs","offer_id":47704987992294,"sku":"P121376S","price":29.95,"currency_code":"EUR","in_stock":true},{"title":"💫 20m \/ 200 LEDs","offer_id":47704988025062,"sku":"P121377S","price":29.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0791\/8731\/2870\/files\/9cd62245f166f2d890eedcc9fb0ecea5_e5ff84a7-737e-44e6-ac52-d62869e5312e.jpg?v=1779456492","url":"https:\/\/voltyx.de\/en\/products\/faszinierende-rgb-led-lichter-fur-jede-gelegenheit","provider":"Voltyx","version":"1.0","type":"link"}