{"product_id":"dynamische-rgb-farbe-string","title":"Dynamische RGB-Farbausdruck-Schüsselstütze","description":"\u003cdiv class=\"product-detail-container\"\u003e\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    \n    \/* Spacing System *\/\n    --spacing-module: clamp(2.5rem, 6vw, 5rem);\n    \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\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\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  \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  \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  \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\n  .product-detail-container .aux-text {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--text-sub);\n  }\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\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\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\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\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  \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  \n  .feature-media {\n    width: 100%;\n  }\n  \n  .feature-copy {\n    width: 100%;\n  }\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\n  \/* Specifications Table (Mobile Card Protocol) *\/\n  .specs-section {\n    margin-bottom: var(--spacing-module);\n  }\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\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\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\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\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\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--spacing-module);\n  }\n  \n  .faq-header {\n    text-align: center;\n    margin-bottom: 3rem;\n  }\n\n  .faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\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\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  \n  .faq-q::before {\n    content: \"Q.\";\n    color: var(--primary);\n    font-weight: 800;\n  }\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\u003cdiv class=\"hero-social-proof\"\u003e★★★★★ \u003cspan\u003eVertraut von über 10.000 Dekorateuren\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eVerwandeln Sie Ihren Raum mit smarten RGB+IC Feenlichtern\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003e16 Millionen Farben. Musik-Synchronisation. Mühelose App-Steuerung. Schaffen Sie die perfekte Atmosphäre für jeden Anlass.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eApp \u0026amp; Fernbedienung\u003c\/div\u003e\n\n\u003ch2\u003eVolle Kontrolle auf Ihren Fingern\u003c\/h2\u003e\n\n\u003cp\u003eVerwalten Sie Ihre Feenlichter mühelos über die intuitive Bluetooth-App (iOS\/Android) oder die mitgelieferte 24-tasten IR-Fernbedienung. Passen Sie die Helligkeit an, wechseln Sie die Modi und stellen Sie automatisierte Timer ein, damit Ihr Zuhause perfekt mit Ihrem Alltag übereinstimmt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Colors --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eRGB+IC Technologie\u003c\/div\u003e\n\n\u003ch2\u003e16 Millionen lebendige Möglichkeiten\u003c\/h2\u003e\n\n\u003cp\u003eÜberschreiten Sie die traditionelle Beleuchtung mit fortschrittlicher RGB+IC-Technologie. Erleben Sie atemberaubende dynamische Effekte, einschließlich statischer, verblassender, funkelnder und blinkender Lichter. Ob es sich um einen gemütlichen Filmabend oder eine festliche Feier handelt, stellen Sie sofort die perfekte Stimmung ein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Music Sync --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eMusik-Synchronisation\u003c\/div\u003e\n\n\u003ch2\u003eSehen Sie Ihre Musik lebendig werden\u003c\/h2\u003e\n\n\u003cp\u003eEin integriertes, hochsensibles Mikrofon synchronisiert Ihre Lichter mit dem Rhythmus Ihrer Lieblingssongs oder Umgebungsgeräuschen. Verwandle jeden gewöhnlichen Raum in eine immersive dynamische Lichtshow für Hochzeiten, Geburtstagsfeiern und Feiern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Outdoor\/Flexible --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eIP67 Wasserdicht\u003c\/div\u003e\n\n\u003ch2\u003eFür magische Indoor \u0026amp; Outdoor Anwendungen gebaut\u003c\/h2\u003e\n\n\u003cp\u003eDiese Lichter sind aus hochwertigem Silberdraht gefertigt, sie lassen sich problemlos um Bäume, Geländer und Kränze wickeln, ohne sich zu verheddern. Vollständig wasserdicht und USB-betrieben, sind sie unglaublich langlebig für Outdoor-Camping und Grillpartys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetailbeschreibung\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eLichtquelle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003ePremium RGB+IC LED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eSteuerungsmethode\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003eBluetooth-App (iOS\/Android) \u0026amp; 24-Tasten IR-Fernbedienung\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003e150 g \/ 5,3 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eWasserdichtkeitsklasse\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003eIP67 (Silberdraht und LEDs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eBetriebstemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003e-20°C bis 40°C \/ -4°F bis 104°F\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Merkmal\"\u003eStromversorgung\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detailbeschreibung\"\u003eUSB-betrieben (5V) - Energieeffizient\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"faq-header\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eBrauche ich eine WLAN-Verbindung, um die App zu nutzen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNein, WLAN ist nicht erforderlich. Die smarte Anwendung verbindet sich nahtlos über Bluetooth, sodass Sie die Lichter zuverlässig überall innerhalb der Reichweite steuern können.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eÜberstehen diese Lichter starken Regen im Freien?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eJa! Der Silberdraht und die LED-Lampen haben eine robuste IP67-Wasserdichtigkeitsklasse, wodurch sie perfekt für Regen und Schnee im Freien geeignet sind. (Hinweis: Bitte darauf achten, dass der USB-Stecker trocken bleibt).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eKann ich mehrere Sets miteinander verbinden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eWährend die physischen Lichterketten nicht direkt miteinander verbunden werden können, enthält die Smartphone-App eine Funktion zur „Gruppenschaltung“. Damit können Sie mehrere Lichtersets gleichzeitig mit nur einem Fingertipp synchronisieren und steuern.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"✨ 5m (16,4ft) \/ 50 LEDs","offer_id":54739932315916,"sku":"SANDS4945290BERG","price":29.95,"currency_code":"EUR","in_stock":true},{"title":"🌟 10m (32,8 ft) \/ 100 LEDs","offer_id":54739932348684,"sku":"SANDS4945291BERG","price":29.95,"currency_code":"EUR","in_stock":true},{"title":"💫 20m \/ 200 LEDs","offer_id":54739932381452,"sku":"SANDS4945292BERG","price":29.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/10a120c76b7ade126a2399f6c9e1f0e2.jpg?v=1774941959","url":"https:\/\/karnz.de\/products\/dynamische-rgb-farbe-string","provider":"Karnz","version":"1.0","type":"link"}