{"product_id":"dynamic-rgb-color-string","title":"Dynamic RGB Color String","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Smart Electronics \/ Festive Lighting (RGB+IC Fairy Lights)\nTarget Audience: Tech-savvy home decorators, party hosts, DIY enthusiasts\nVisual Style: Modern, Immersive, Premium\nColor Strategy: Clean white\/light gray background to suit all Shopify themes, but accented with vibrant Purple\/Indigo (--primary) to evoke \"RGB Magic\" and smart tech.\nShape Strategy: Radius 16px (--radius-lg) for media to feel modern and friendly, pill-shaped badges for tech specs.\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px-44px, Body: 18px-20px). High contrast.\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive via flex \u0026 data-labels).\nImage Mapping: Hero=image_1, App\/Remote=image_2, RGB Colors=image_3, Music Sync=image_4, Outdoor Flex=image_5.\n--\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\u003eTrusted by 10,000+ decorators\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eTransform Your Space with Smart RGB+IC Fairy Lights\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003e16 Million Colors. Music Sync. Effortless App Control. Create the perfect ambiance for any occasion.\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; Remote\u003c\/div\u003e\n\n\u003ch2\u003eTotal Control at Your Fingertips\u003c\/h2\u003e\n\n\u003cp\u003eManage your fairy lights effortlessly via the intuitive Bluetooth app (iOS\/Android) or the included 24-key IR remote. Adjust brightness, switch modes, and set automated timers so your home matches your daily routine perfectly.\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 Technology\u003c\/div\u003e\n\n\u003ch2\u003e16 Million Vibrant Possibilities\u003c\/h2\u003e\n\n\u003cp\u003eGo beyond traditional lighting with advanced RGB+IC technology. Experience stunning dynamic effects including static, gradient, twinkle, and flash. Whether it's a cozy movie night or a festive holiday party, instantly set the perfect mood.\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\"\u003eMusic Sync\u003c\/div\u003e\n\n\u003ch2\u003eWatch Your Music Come Alive\u003c\/h2\u003e\n\n\u003cp\u003eA built-in, high-sensitivity microphone syncs your lights to the rhythm of your favorite songs or ambient sound. Turn any ordinary room into an immersive dynamic light show for weddings, birthdays, and celebrations.\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 Waterproof\u003c\/div\u003e\n\n\u003ch2\u003eBuilt for Indoor \u0026amp; Outdoor Magic\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with premium silver wire, these lights bend freely around trees, railings, and wreaths without tangling. Fully waterproof and USB-powered, they are incredibly durable for outdoor camping trips and barbecue parties.\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\u003eTechnical Specifications\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\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification Details\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=\"Feature\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\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=\"Feature\"\u003eControl Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eBluetooth App (iOS\/Android) \u0026amp; 24-Key IR Remote\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\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=\"Feature\"\u003eWaterproof Rating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eIP67 (Silver wire and LEDs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOperating Temperature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e-20°C to 40°C \/ -4°F to 104°F\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePower Supply\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eUSB Powered (5V) - Energy Efficient\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\u003eFrequently Asked Questions\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\"\u003eDo I need a Wi-Fi connection to use the app?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo Wi-Fi is required. The smart application connects seamlessly via Bluetooth, allowing you to control the lights reliably anywhere within range.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan these lights survive heavy rain outdoors?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes! The silver wire and LED bulbs feature a robust IP67 waterproof rating, making them perfectly safe for outdoor rain and snow. (Note: Please ensure the USB plug remains dry).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan I connect multiple sets together?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eWhile the physical strings cannot be daisy-chained end-to-end, the smartphone app includes a \"Group Control\" feature. This allows you to sync and control multiple light sets simultaneously with a single tap.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"✨ 16.4ft (5m) \/ 50 LEDs","offer_id":51207491518768,"sku":"0320-13285958","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🌟 32.8ft (10m) \/ 100 LEDs","offer_id":51207491551536,"sku":"0320-13283776","price":16.95,"currency_code":"USD","in_stock":true},{"title":"💫 65.6ft (20m) \/ 200 LEDs","offer_id":51207491584304,"sku":"0320-13282041","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/0aa4f14e4678b16c0d2843a0b107e5e8.jpg?v=1773984573","url":"https:\/\/eptchn.com\/products\/dynamic-rgb-color-string","provider":"Eptchn","version":"1.0","type":"link"}