{"product_id":"tesla-model-3-y-rgb-sound-activated-ambient-lighting-kit","title":"Sikunuo Model 3\/Y RGB Sound-Activated Ambient Lighting Kit","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\u003cstyle\u003e        \/* Define Colors for Black and White Theme *\/        :root {            --primary-color: #000;            --dark-text: #000;            --light-border: #f3f3f3;            --hover-border: #000;            --hover-text: #000;             --light-bg: #f7f7f7;            --white-bg: #ffffff;            \/* Accent Color kept as Cyan to highlight RGB\/Dynamic features *\/            --accent-color: #04d8cd;        }        * {            box-sizing: border-box;        }        body {            margin: 0;            padding: 0;        }        .Sikunuo-product-description-container {            font-family: 'Arial', sans-serif;            max-width: 1200px;            margin: 0 auto;            padding: 20px;            color: var(--dark-text);            line-height: 1.6;        }        .Sikunuo-product-description-container h2 {            color: var(--dark-text);            font-size: 32px;            margin-bottom: 5px;            text-align: center;            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);        }                \/* UPDATED: h2 Divider now uses a RGB Linear Gradient for a dynamic effect *\/        .h2-divider {            width: 50px;            height: 3px;            \/* RGB Rainbow Gradient *\/            background-image: linear-gradient(to right, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);            margin: 0px auto 10px;            border-radius: 2px;            \/* Optional: Adds a subtle animation for dynamic effect *\/            animation: gradient-shift 5s linear infinite;             background-size: 200% auto; \/* For animation effect *\/        }        @keyframes gradient-shift {            0% { background-position: 0% 50%; }            100% { background-position: 100% 50%; }        }                .product-tags {            text-align: center;            margin-bottom: 30px;            display: flex;            justify-content: center;            gap: 10px;            flex-wrap: wrap;        }        .product-tags .tag {            display: inline-block;            padding: 5px 10px;            background-color: var(--light-bg);            border: 1px solid var(--light-border);            border-radius: 6px;            font-size: 14px;            color: var(--dark-text);            font-weight: 500;        }        .Sikunuo-product-description-container h3 {            color: var(--dark-text);            font-size: 32px;             margin-top: 60px;            margin-bottom: 25px;            text-align: center;        }        .Sikunuo-product-description-container h4 {            font-size: 20px;            margin-bottom: 10px;            color: var(--primary-color);         }        .Sikunuo-product-description-container p {            font-size: 16px;            line-height: 1.6;            margin-bottom: 15px;            text-align: left;        }                \/* UPDATED: Main Visual Item and Video Container - Changed to Image Containers *\/        .main-visual-item,        .youtube-video-container-bottom {            position: relative;            width: 100%;            padding-bottom: 56.25%;            height: 0;            overflow: hidden;            margin-bottom: 40px;            background: #000;        }        .main-visual-item {            border-radius: 12px;            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);        }        .youtube-video-container-bottom {            border-radius: 12px;            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);            margin-top: 40px;        }        \/* NEW: Image Styles for Main Visual - Use img instead of iframe *\/        .main-visual-item img,        .youtube-video-container-bottom img {            position: absolute;            top: 0;            left: 0;            width: 100%;            height: 100%;            object-fit: cover;            border: 0;            border-radius: inherit;        }        \/* Mobile optimization for visual elements *\/        @media (max-width: 768px) {            .main-visual-item,            .youtube-video-container-bottom {                border-radius: 8px;                margin-left: 0;                margin-right: 0;            }                        .main-visual-item img,            .youtube-video-container-bottom img {                border-radius: 8px;            }        }                .features-section {            margin-bottom: 40px;            background: transparent;            padding: 0;            border-radius: 0;            box-shadow: none;        }        .feature-item {            display: flex;            margin-bottom: 40px;            gap: 40px;            align-items: center;            padding: 20px;            border-radius: 12px;            transition: transform 0.3s ease, box-shadow 0.3s ease;            background-color: transparent;        }        .feature-item:hover {            transform: translateY(-5px);            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);        }        .feature-image {            flex: 1;            aspect-ratio: 1\/1;            border-radius: 12px;            display: flex;            align-items: center;            justify-content: center;            overflow: hidden;            max-width: 50%;            position: relative;            text-align: start;            background: #ffffff;        }                .feature-image img {            width: 100%;            height: 100%;            object-fit: cover;            border-radius: 12px;            transition: transform 0.5s ease;        }                .feature-item:hover .feature-image img {            transform: scale(1.05);        }        .feature-content {            flex: 1;            padding: 0 15px;            max-width: 50%;        }        \/* Mobile optimization for features *\/        @media (max-width: 768px) {            .features-section {                padding: 0;                margin-left: 0;                margin-right: 0;                width: 100%;            }            .feature-item {                padding: 0 5px;                gap: 15px;                margin-bottom: 30px;                box-shadow: none;            }            .feature-item:hover {                transform: none;                box-shadow: none;            }            .feature-image {                border-radius: 8px;            }            .feature-image img {                border-radius: 8px;            }            .feature-content {                padding: 0 5px;            }            .feature-content h4 {                font-size: 18px;            }            .feature-content p {                font-size: 14px;                line-height: 1.5;            }        }        .feature-divider {            width: 60px;            height: 3px;            background-color: var(--primary-color);             margin-bottom: 15px;        }        .feature-item.reverse {            flex-direction: row-reverse;        }                .specs-container {            max-width: 1200px;            margin: 0 auto 40px;            padding: 30px;            background-color: var(--white-bg);            border-radius: 12px;            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);        }                .spec-item {            padding: 15px 0;            border-bottom: 1px solid var(--light-border);            font-size: 16px;            color: var(--dark-text);        }                .spec-item:last-child {            border-bottom: none;        }                .spec-item strong {            color: var(--primary-color);        }        .package-image-container {            max-width: 1200px;            margin: 30px auto 40px;            border-radius: 12px;            overflow: hidden;            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);            background: #ffffff;        }                .package-image-container img {            width: 100%;            height: auto;            display: block;            border-radius: 12px;        }        .product-showcase {            display: flex;            gap: 30px;            margin: 40px auto;            max-width: 1200px;            justify-content: center;        }                .showcase-item {            flex: 1;            max-width: 585px;            background: var(--white-bg);            border-radius: 12px;            text-align: center;            transition: transform 0.3s ease, box-shadow 0.3s ease;            overflow: hidden;        }                .showcase-item:hover {            transform: translateY(-8px);            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);        }                .showcase-image {            width: 100%;            aspect-ratio: 1\/1;            background: #ffffff;            display: flex;            align-items: center;            justify-content: center;            overflow: hidden;            border: 1px dashed #000000;            border-radius: 12px;        }                .showcase-image img {            width: 100%;            height: 100%;            object-fit: cover;        }        \/* *** PURE CSS FAQ STYLING (No JavaScript Required) *** *\/        .faq-section {            margin-top: 50px;            margin-bottom: 40px;            padding: 0 20px;         }        .faq-item {            margin-bottom: 10px;            border: 1px solid var(--light-border);             border-radius: 12px;             overflow: hidden;            background-color: var(--white-bg);            transition: box-shadow 0.3s ease, border-color 0.2s ease;             width: 100%;        }        .faq-item:hover {            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);            border-color: var(--hover-border);         }        \/* Hide checkbox *\/        .faq-toggle {            display: none;        }        .faq-question {            background-color: var(--white-bg);            padding: 15px 20px;            cursor: pointer;            font-weight: normal;             font-size: 17px;            display: flex;            justify-content: space-between;            align-items: center;            transition: color 0.2s ease;            color: var(--dark-text);             white-space: normal;            word-break: break-word;            user-select: none;        }                .faq-question:hover {            color: var(--hover-text);        }        .faq-question::after {            content: '+';            font-size: 20px;            color: var(--primary-color);             transition: transform 0.3s ease;            flex-shrink: 0;             margin-left: 15px;        }        \/* When checkbox is checked *\/        .faq-toggle:checked + .faq-question::after {            content: '−';        }        .faq-answer {            max-height: 0;            overflow: hidden;            transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;            background-color: var(--white-bg);            padding: 0 20px;        }        .faq-toggle:checked ~ .faq-answer {            max-height: 1000px;            padding: 15px 20px;            border-top: 1px solid var(--light-border);        }        .faq-answer p {            font-size: 15px;            color: #555;             margin-bottom: 0;            text-align: left;        }        \/* Responsive Design *\/        @media (max-width: 768px) {            .Sikunuo-product-description-container {                padding: 10px;            }            .Sikunuo-product-description-container h3 {                font-size: 24px;                margin-top: 40px;                margin-bottom: 20px;            }            .feature-item, .feature-item.reverse {                flex-direction: column;                align-items: stretch;                margin-bottom: 20px;            }                        .feature-image, .feature-content {                max-width: 100%;                padding: 0;            }                        .product-showcase {                flex-direction: column;            }                        .showcase-item {                max-width: 100%;            }        }    \u003c\/style\u003e\u003cdiv class=\"Sikunuo-product-description-container\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eTesla Model 3\/Y RGB Sound-Activated Ambient Light Screen Modification\u003c\/h2\u003e\n\u003cdiv class=\"h2-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-tags\"\u003e\n\u003cspan class=\"tag\"\u003eRGB Color\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSound Activated\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMusic Sync\u003c\/span\u003e \u003cspan class=\"tag\"\u003eModel 3\/Y Universal\u003c\/span\u003e \u003cspan class=\"tag\"\u003e\u003cspan\u003eOBD Power Supply\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"main-visual-item\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Tesla_sound-activated_RGB_ambient_lighting_5.jpg?v=1764668239\" alt=\"RGB Sound-Activated Ambient Light Demo\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch3\u003eElevate Your Cabin with Dynamic Light \u0026amp; Sound\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003eTransform your driving into a sensory experience with intelligent ambient lighting that pulsates to your music and offers vibrant customization.\u003c\/p\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"feature-image\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/www.Sikunuo.com\/cdn\/shop\/files\/model-3y-music-synced-rgb-ambient-lighting-with-wireless-charging-phone-mount-7038229.jpg?v=1764671822\u0026amp;width=493\" alt=\"Intelligent Sound Pickup \u0026amp; Synchronization\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eIntelligent Sound Pickup \u0026amp; Synchronization\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eThe core feature! The lights utilize smart sound sensing technology, allowing the dual light strips to perfectly \u003cstrong\u003esynchronize and change color\/pattern\u003c\/strong\u003e based on the ambient music or audio within the car, creating a truly immersive environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"feature-image\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3y-music-synced-rgb-ambient-lighting-with-wireless-charging-phone-mount-5925054.jpg?v=1755864823\" alt=\"24 Brilliant RGB LED Beads and Multiple Modes\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eVibrant, High-Quality RGB Lighting\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eEquipped with 24 brilliant RGB LED beads for a dynamic and rich color display. Choose from multiple exciting modes including: \u003cstrong\u003eDream Color Sound Pickup\u003c\/strong\u003e, Single Color Mode, Focus Mode, and a smooth Breathing Gradient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"feature-image\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3y-music-synced-rgb-ambient-lighting-with-wireless-charging-phone-mount-6606908.jpg?v=1755864824\" alt=\"DIY Custom Installation Flexibility\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eDIY Custom Installation Flexibility\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eThe flexible kit allows for a truly \u003cstrong\u003epersonalized placement\u003c\/strong\u003e. Easily install the strips in various locations within your Tesla, such as the dashboard edge, car doors, or center console, to craft your unique lighting aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"feature-image\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/TeslaModel3YRGBSound-ActivatedAmbientLightingKit_4.jpg?v=1764667025\" alt=\"Simple Setup and Instant Pairing\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eSimple Setup and Instant Pairing\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eDesigned for easy installation with a simple connection to the Type-C port and OBD power. The product promises instant pairing (1-second), minimizing setup time and maximizing your enjoyment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"margin-top: 50px;\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Applicable Models:\u003c\/strong\u003e Tesla Model 3\/Y (2017-Present)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Lighting Technology:\u003c\/strong\u003e 24 colorful RGB beads\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Power Supply:\u003c\/strong\u003e OBD power supply\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Input Power:\u003c\/strong\u003e 5V \/ 0.5A\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Product Material:\u003c\/strong\u003e ABS and PC (Polycarbonate)\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Shell Color:\u003c\/strong\u003e Ash Grey\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Product Dimensions:\u003c\/strong\u003e 225*20*17mm\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003e◾ Power Interface:\u003c\/strong\u003e Type-C port\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-bottom: 25px;\"\u003e \u003c\/p\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch3 style=\"margin-bottom: 25px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq1\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq1\" class=\"faq-question\"\u003eQ1: Is this ambient light compatible with the new Model 3 Highland and new Model Y?\u003c\/label\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eA1: Yes, this lighting kit is universally compatible with\u003cstrong\u003e Tesla Model 3\/Y (2017-Present)\u003c\/strong\u003e, including the latest Model 3 Highland and New Model Y versions.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq2\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq2\" class=\"faq-question\"\u003eQ2: How does the sound pickup feature work?\u003c\/label\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eA2: The light strips have a built-in intelligent microphone\/sensor that actively listens to the ambient sound (music, voice, engine noise) and instantly translates the volume and rhythm into dynamic color changes and patterns (Dream Color Sound Pickup mode).\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq3\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq3\" class=\"faq-question\"\u003eQ3: How is the product powered?\u003c\/label\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eA3: The light kit is powered via an OBD power supply. This method draws power directly from the vehicle's On-Board Diagnostics port, ensuring a clean, hidden installation without splicing wires.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq4\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq4\" class=\"faq-question\"\u003eQ4: How many LED beads does each light strip have?\u003c\/label\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eA4: The system is equipped with 24 colorful RGB beads per light unit for a bright and high-density lighting effect.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sikunuo","offers":[{"title":"Default Title","offer_id":43896642961471,"sku":null,"price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/tesla-model-3y-rgb-sound-activated-ambient-lighting-kit-8038216.jpg?v=1789720582","url":"https:\/\/sikunuo.com\/products\/tesla-model-3-y-rgb-sound-activated-ambient-lighting-kit","provider":"Sikunuo","version":"1.0","type":"link"}