{"product_id":"rgb-ambient-bluetooth-transmitter","title":"RGB Ambient Bluetooth Transmitter","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Tech \/ Car Electronics (Bluetooth FM Transmitter \u0026 Fast Charger)\nTarget Audience: Drivers, Commuters, Road-trippers seeking connectivity, safety, and fast charging.\nVisual Style: Dark Tech, Sleek, Automotive Dashboard Aesthetic. High tech feel with neon glow highlights.\nColor Strategy: \n  - Background: Deep Carbon Black\/Dark Gray (Matches car interiors, reduces glare).\n  - Primary: Neon Cyan\/Blue (Matches the digital display and RGB features of the product).\n  - Text: High-contrast White for main headings, soft gray for body text.\nShape Strategy: Radius 12px~16px. Technical yet approachable (matching the circular dials but modern casing).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, Body 18px-20px. High line-height for readability while driving\/glancing.\nMobile Table Strategy: Card-based (Strictly no horizontal scroll, stack with data-labels).\nImage Mapping: \n  - Hero = image_hero\n  - Handsfree Feature = image_1 (Matches provided reference image exactly)\n  - Triple Charging = image_2\n  - RGB \u0026 Audio = image_3\n  - Safety \u0026 Voltage = image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #00E5FF;\n    --primary-glow: rgba(0, 229, 255, 0.2);\n    --bg-body: #0A0A0C;\n    --bg-card: #16161A;\n    --bg-card-alt: #1F1F24;\n    --text-main: #FFFFFF;\n    --text-sub: #B0B0B8;\n    --border-color: #2A2A32;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --radius-pill: 50px;\n    --space-sm: clamp(1rem, 2vw, 1.5rem);\n    --space-md: clamp(2rem, 4vw, 3rem);\n    --space-lg: clamp(3rem, 6vw, 5rem);\n    \n    \/* Global Settings *\/\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, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    margin: 0 0 var(--space-sm) 0;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(28px, 4vw, 36px);\n    line-height: 1.3;\n    margin: 0 0 var(--space-sm) 0;\n    font-weight: 700;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(22px, 3vw, 28px);\n    line-height: 1.4;\n    margin: 0 0 1rem 0;\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2.5vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .product-detail-container .subtitle {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--text-sub);\n    font-weight: 400;\n  }\n\n  .product-detail-container .text-small {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Visual Badges (Non-clickable) *\/\n  .tech-badge {\n    display: inline-block;\n    background: var(--bg-card-alt);\n    color: var(--primary);\n    padding: 8px 16px;\n    border-radius: var(--radius-pill);\n    border: 1px solid var(--border-color);\n    font-size: 16px;\n    font-weight: 600;\n    margin-right: 10px;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* Image Placeholders *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: clamp(18px, 2vw, 22px);\n    text-align: center;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding: var(--space-lg) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .hero-section h1 span {\n    color: var(--primary);\n  }\n\n  .hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-bottom: var(--space-md);\n  }\n\n  \/* Feature Sections (Mobile Lock -\u003e Z-Pattern) *\/\n  .feature-section {\n    padding: var(--space-lg) 0;\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* MOBILE FIRST: Strictly stacked *\/\n    gap: var(--space-md);\n    align-items: center;\n    margin-bottom: var(--space-lg);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  .feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 1.5rem 0;\n  }\n\n  .feature-list li {\n    font-size: clamp(18px, 2.5vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 12px;\n    padding-left: 32px;\n    position: relative;\n  }\n\n  .feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--primary);\n    font-weight: bold;\n  }\n\n  \/* Specifications Table (Mobile Card Format) *\/\n  .specs-section {\n    padding: var(--space-lg) 0;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: var(--space-md);\n    margin-bottom: var(--space-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--space-md);\n  }\n\n  \/* Mobile Specs Override (Strictly No Horizontal Scroll) *\/\n  @media (max-width: 767px) {\n    .specs-table table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .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-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      padding: 16px;\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 8px 0;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 4px;\n      text-transform: uppercase;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    padding: var(--space-lg) 0;\n    border-top: 1px solid var(--border-color);\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: var(--space-sm) var(--space-md);\n    margin-bottom: 1rem;\n    border: 1px solid var(--border-color);\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.5rem;\n  }\n\n  .faq-answer {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Z-Pattern Enabled *\/\n      justify-content: space-between;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse; \/* Alternating Layout *\/\n    }\n    .feature-media, .feature-copy {\n      width: calc(50% - (var(--space-md) \/ 2));\n    }\n    \n    .specs-table th, .specs-table td {\n      padding: 20px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      background: var(--bg-card-alt);\n      color: var(--primary);\n      font-weight: 600;\n    }\n    .specs-table tr:hover {\n      background: rgba(255,255,255,0.02);\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"tech-badge\"\u003eBluetooth 5.4\u003c\/span\u003e \u003cspan class=\"tech-badge\"\u003e20W Fast Charge\u003c\/span\u003e \u003cspan class=\"tech-badge\"\u003eUniversal 12-24V\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e\n\u003cspan style=\"color:#ffffff;\"\u003eUpgrade Your Drive with\u003c\/span\u003e \u003cspan\u003eUltimate Connectivity\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eExperience crystal-clear hands-free calls, studio-quality audio, and lightning-fast charging all from your car's dashboard.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: var(--space-md);\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311133613\/c70de4bf1b287395e69b09c3d0962029.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"background: radial-gradient(circle, #1a2a2e 0%, #0a0a0c 100%); border-color: #00E5FF;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311133613\/71330b9b5b40b1aef10ec5923ba89ca3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSafer Driving. Crystal-Clear Calls.\u003c\/h3\u003e\n\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eOne-Touch Handsfree Control\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eKeep your eyes on the road. The built-in highly sensitive microphone with upgraded CVC Noise Cancellation eliminates road noise and wind echo, ensuring your voice is heard perfectly on the other end.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eShort Press:\u003c\/strong\u003e Instantly answer or hang up calls.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eLong Press:\u003c\/strong\u003e Reject unwanted incoming calls safely.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eDouble Press:\u003c\/strong\u003e Automatically redial your last contact.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Fast Charging --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311133614\/da4ef544d6fb74cd526a806aa380ef8d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eNo More Battery Anxiety\u003c\/h3\u003e\n\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e20W Super Fast Triple Charging\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003ePower up to three devices simultaneously without losing speed. Featuring advanced power distribution technology, this transmitter ensures all your essential gear stays fully charged during long commutes or road trips.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUSB-C PD 20W:\u003c\/strong\u003e 6X faster than standard car chargers.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eQC 3.0 18W:\u003c\/strong\u003e Rapid charging for Android devices.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUSB-A 18W:\u003c\/strong\u003e Extra port for passengers or dashcams.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Audio \u0026 RGB --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311133614\/68de4415a1b52d4a27a5d5d126b74a1e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSet The Mood\u003c\/h3\u003e\n\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eHi-Fi Audio \u0026amp; 8-Color Ambient RGB\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eTransform your car's interior. Seamlessly stream lossless music from your phone, USB drive, or TF card. The dynamic RGB LED lights feature 8 vibrant colors and a breathing mode that syncs to your music, reducing eye strain during night driving while adding a stylish atmosphere.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003eDeep bass boost for a richer sound experience.\u003c\/li\u003e\n\t\u003cli\u003eUltra-stable Bluetooth 5.4 minimizes static.\u003c\/li\u003e\n\t\u003cli\u003eOne-button mood switch to match your vibe.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Safety \u0026 Monitoring --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311133614\/683c7fd9855fb229dea04d91d235679b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDrive With Confidence\u003c\/h3\u003e\n\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eSmart Voltage Monitor \u0026amp; Protection\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eYour vehicle's health is visible at a glance. The real-time LED digital display monitors your car battery voltage, preventing unexpected breakdowns due to over-discharge.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003eMulti-layer safeguards: Over-current, over-voltage, and short-circuit protection.\u003c\/li\u003e\n\t\u003cli\u003eUniversal Compatibility: Perfectly fits 12-24V sockets in cars, SUVs, trucks, and RVs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eTechnical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new audio \u0026amp; charging hub.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Specification\"\u003eBluetooth Version\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eV 5.4 (Ultra-low latency)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eInput Voltage\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDC 12V - 24V (Universal Fit)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTotal Output Power\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e56W Max (PD 20W + QC 18W + USB 18W)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eAudio Formats Supported\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMP3 \/ WMA \/ FLAC (Lossless)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5.0 x 4.2 x 8.5 cm\u003cbr\u003e\n\t\t\t\u003cspan class=\"text-small\"\u003e(2.0 x 1.7 x 3.3 in)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e48 g\u003cbr\u003e\n\t\t\t\u003cspan class=\"text-small\"\u003e(1.7 oz)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMicrophone Technology\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCVC Advanced Noise \u0026amp; Echo Cancellation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this fit in my specific car model?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The device is designed with a universal metallic contact point that perfectly fits any standard 12V to 24V cigarette lighter socket, making it compatible with sedans, SUVs, trucks, and RVs.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I pair it to my car's radio?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt's simple: Plug the device in, find an empty\/static FM station on your car radio (e.g., 108.0), and tune the transmitter to match that exact same frequency. Then, connect your phone via Bluetooth.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I turn off the RGB LED lights?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. While the lights are designed with a soft glow to prevent night glare, you can easily cycle through the colors using the light button or hold it down to turn the lighting completely off.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1-Pack (Standard)","offer_id":43291393392699,"sku":"0319-13354808","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🚗 2-Pack (Save 20%) - His \u0026 Hers","offer_id":43291393425467,"sku":"0319-13353612","price":24.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3-Pack (Save 25%) - Family Gift","offer_id":43291393458235,"sku":"0319-13356619","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/c70de4bf1b287395e69b09c3d0962029.jpg?v=1773898569","url":"https:\/\/autoyunn.com\/products\/rgb-ambient-bluetooth-transmitter","provider":"AutoYunn","version":"1.0","type":"link"}