{"product_id":"led-ferrofluid-audio-visualizer-rjc","title":"Led Ferrofluid Music Rhythm Visualizer","description":"\u003cstyle type=\"text\/css\"\u003e\/* Scoped Styles *\/\n.product-detail-container {\n    --primary: #9d00ff; \/* Neon Purple *\/\n    --primary-hover: #b84dff;\n    --text-main: #e0e0e0;\n    --text-sub: #a0a0a0;\n    --bg-body: #ffffff; \/* Container background white for Shopify compatibility *\/\n    --bg-card: #f4f4f9;\n    --bg-dark-section: #121212;\n    --radius-md: 12px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n    --shadow-lg: 0 10px 25px rgba(0,0,0,0.1);\n    --border-color: #eaeaea;\n    \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: #333;\n    overflow-wrap: break-word;\n    word-break: break-word;\n}\n\n\/* Typography Reset within container *\/\n.product-detail-container * {\n    box-sizing: border-box;\n}\n\n.product-detail-container h1 {\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 1rem;\n}\n\n.product-detail-container h2 {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 700;\n    margin-bottom: 1rem;\n}\n\n.product-detail-container p, \n.product-detail-container li,\n.product-detail-container td,\n.product-detail-container th {\n    font-size: 18px;\n    line-height: 1.6;\n}\n\n\/* Layout Utilities *\/\n.pdc-section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n}\n\n\/* Hero Section *\/\n.pdc-hero {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 2rem;\n}\n\n.pdc-hero-content {\n    max-width: 800px;\n}\n\n.pdc-badge {\n    display: inline-block;\n    background: var(--bg-card);\n    color: var(--primary);\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-size: 18px;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    border: 1px solid var(--primary);\n}\n\n.pdc-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n}\n\n\/* Features Grid *\/\n.pdc-feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n    align-items: center;\n    margin-bottom: 4rem;\n}\n\n.pdc-feature-media {\n    width: 100%;\n    flex: 1;\n}\n\n.pdc-feature-copy {\n    width: 100%;\n    flex: 1;\n}\n\n.pdc-tag-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 1rem;\n    list-style: none;\n    padding: 0;\n}\n\n.pdc-tag {\n    background: var(--bg-card);\n    padding: 4px 12px;\n    border-radius: 4px;\n    font-size: 18px;\n    color: #555;\n}\n\n\/* Comparison Section *\/\n.pdc-compare-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1rem;\n    background: var(--bg-dark-section);\n    padding: 2rem;\n    border-radius: var(--radius-lg);\n    color: white;\n}\n\n.pdc-compare-col {\n    text-align: center;\n    padding: 1rem;\n}\n\n.pdc-compare-title {\n    font-size: 20px;\n    font-weight: bold;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.pdc-compare-desc {\n    font-size: 18px;\n    opacity: 0.8;\n}\n\n\/* Specifications Table *\/\n.pdc-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n}\n\n.pdc-spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n}\n\n.pdc-spec-table td {\n    padding: 16px;\n}\n\n.pdc-spec-label {\n    font-weight: 600;\n    color: #555;\n    width: 30%;\n}\n\n.pdc-spec-value {\n    color: #333;\n    min-width: 0; \/* For mobile wrapping *\/\n}\n\n\/* FAQ *\/\n.pdc-faq-item {\n    margin-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 1.5rem;\n}\n\n.pdc-faq-q {\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: #333;\n}\n\n.pdc-faq-a {\n    font-size: 18px;\n    color: #666;\n}\n\n\/* Placeholder Styles *\/\n.image-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: #f0f0f0;\n    border: 2px dashed #ccc;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #888;\n    font-size: 18px;\n    border-radius: var(--radius-md);\n}\n\n\/* Desktop Media Queries *\/\n@media (min-width: 768px) {\n    .pdc-hero {\n        flex-direction: row-reverse;\n        text-align: left;\n    }\n    \n    .pdc-hero-content {\n        flex: 1;\n    }\n    \n    .pdc-hero-img-wrapper {\n        flex: 1;\n    }\n\n    .pdc-feature-item {\n        flex-direction: row;\n    }\n\n    \/* Z-Pattern for features *\/\n    .pdc-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n    }\n\n    .pdc-compare-grid {\n        grid-template-columns: 1fr 1fr;\n    }\n}\n\n\/* Mobile Specifics *\/\n@media (max-width: 767px) {\n    .pdc-spec-table, \n    .pdc-spec-table tbody, \n    .pdc-spec-table tr, \n    .pdc-spec-table td {\n        display: block;\n        width: 100%;\n    }\n\n    .pdc-spec-table tr {\n        margin-bottom: 10px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 10px;\n    }\n\n    .pdc-spec-table td {\n        padding: 5px 0;\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 5px;\n    }\n\n    .pdc-spec-label {\n        width: 100%;\n        font-size: 18px;\n    }\n    \n    .pdc-spec-value {\n        font-size: 18px;\n        width: 100%;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Ferrofluid Music Visualizer \u0026 Ambient Light\nTarget Audience: Tech enthusiasts, gamers, office workers, music lovers\nVisual Style: Cyberpunk \/ Minimalist \/ Sci-Fi\nColor Strategy: High-contrast dark mode with neon accents (Purple\/Cyan) to highlight the black fluid and RGB lights.\nModule Order: Hero -\u003e Features (Sound Sync, Alien Design, Interactive) -\u003e Comparison -\u003e Specs -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4, Compare=detail_5\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (Boring vs Vibrant desktop based on provided images)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003csection class=\"pdc-section pdc-hero\"\u003e\n\u003cdiv class=\"pdc-hero-content\"\u003e\n\u003cspan class=\"pdc-badge\"\u003eVisualize Your Sound\u003c\/span\u003e\n\u003ch1\u003eFerrofluid Music Rhythm Light\u003c\/h1\u003e\n\n\u003cp style=\"font-size: 18px; color: #666;\"\u003eCapture the soul of sound and see the shape of music. This sci-fi desk companion uses magnetic technology to turn audio waves into dancing liquid art.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-hero-img-wrapper\" style=\"flex: 1;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260921154019\/9fdcb23b985e80e635548ec643c35868.png\"\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\/section\u003e\n\n\u003csection class=\"pdc-section\"\u003e\n\u003cdiv class=\"pdc-feature-item\"\u003e\n\u003cdiv class=\"pdc-feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260921154019\/c57ceb47206cb8b5bf960dc9bb49ed7b.png\"\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=\"pdc-feature-copy\"\u003e\n\u003ch2\u003eDynamic Sound Synchronization\u003c\/h2\u003e\n\n\u003cp\u003eThe built-in microphone picks up external music or ambient sounds without any cables. Watch as the black ferrofluid morphs and dances in real-time to the beat, creating a mesmerizing visual experience that brings your audio to life.\u003c\/p\u003e\n\n\u003cul class=\"pdc-tag-list\"\u003e\n\t\u003cli class=\"pdc-tag\"\u003eAuto-Response\u003c\/li\u003e\n\t\u003cli class=\"pdc-tag\"\u003eNo Cables Needed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-feature-item\"\u003e\n\u003cdiv class=\"pdc-feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260921154043\/724fd96cf424c3922b8bbe78ad67bcf3.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=\"pdc-feature-copy\"\u003e\n\u003ch2\u003eAlien-Inspired Aesthetic\u003c\/h2\u003e\n\n\u003cp\u003eDesigned with inspiration from iconic sci-fi creatures, the heavy bass pulls the liquid into tentacle-like forms. The mysterious black fluid contrasts sharply against the vibrant RGB lighting, creating an otherworldly look perfect for gaming setups or modern offices.\u003c\/p\u003e\n\n\u003cul class=\"pdc-tag-list\"\u003e\n\t\u003cli class=\"pdc-tag\"\u003eRGB Lighting\u003c\/li\u003e\n\t\u003cli class=\"pdc-tag\"\u003eCyberpunk Style\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-feature-item\"\u003e\n\u003cdiv class=\"pdc-feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260921154019\/90bd8447a763cfd1a7cde0c552dcf403.png\"\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=\"pdc-feature-copy\"\u003e\n\u003ch2\u003eInteractive Stress Relief\u003c\/h2\u003e\n\n\u003cp\u003eBeyond just watching it dance to music, you can interact with the fluid using a magnet (included in the package). Manipulate the shapes manually for a unique relaxing experience. It acts as a fun desktop buddy to help relieve tension after a long day.\u003c\/p\u003e\n\n\u003cul class=\"pdc-tag-list\"\u003e\n\t\u003cli class=\"pdc-tag\"\u003eManual Control\u003c\/li\u003e\n\t\u003cli class=\"pdc-tag\"\u003eRelaxing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pdc-section pdc-compare-grid\"\u003e\n\u003cdiv class=\"pdc-compare-col\"\u003e\n\u003cdiv class=\"pdc-compare-title\" style=\"color: #888;\"\u003eBefore\u003c\/div\u003e\n\n\u003cp class=\"pdc-compare-desc\"\u003eA boring, static desk environment lacking energy and focus.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-compare-col\"\u003e\n\u003cdiv class=\"pdc-compare-title\" style=\"color: var(--primary);\"\u003eAfter\u003c\/div\u003e\n\n\u003cp class=\"pdc-compare-desc\"\u003eA lively workspace filled with moving light and rhythmic motion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pdc-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"pdc-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"pdc-spec-label\" data-label=\"Property\"\u003eBattery Capacity\u003c\/td\u003e\n\t\t\t\u003ctd class=\"pdc-spec-value\"\u003e\u003cspan class=\"spec-value\"\u003e4000mAh Lithium Battery\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"pdc-spec-label\" data-label=\"Property\"\u003eCharging Interface\u003c\/td\u003e\n\t\t\t\u003ctd class=\"pdc-spec-value\"\u003e\u003cspan class=\"spec-value\"\u003eUSB-C (Type-C)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"pdc-spec-label\" data-label=\"Property\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd class=\"pdc-spec-value\"\u003e\u003cspan class=\"spec-value\"\u003e115 x 115 x 75 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"pdc-spec-label\" data-label=\"Property\"\u003eAudio Output\u003c\/td\u003e\n\t\t\t\u003ctd class=\"pdc-spec-value\"\u003e\u003cspan class=\"spec-value\"\u003eSilent Operation (No Speaker)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"pdc-spec-label\" data-label=\"Property\"\u003eLighting\u003c\/td\u003e\n\t\t\t\u003ctd class=\"pdc-spec-value\"\u003e\u003cspan class=\"spec-value\"\u003eMulti-color RGB Automatic Switching\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pdc-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pdc-faq-item\"\u003e\n\u003cdiv class=\"pdc-faq-q\"\u003eDoes this device play music?\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-faq-a\"\u003eNo, this device does not contain a speaker and will not make any sound. It is designed purely for visual effects. The built-in microphone listens to music playing from your computer, phone, or external speakers to create the visual patterns.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-faq-item\"\u003e\n\u003cdiv class=\"pdc-faq-q\"\u003eWhy are there bubbles inside?\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-faq-a\"\u003eThe original design retains bubbles of different sizes. These bubbles act as pressure buffers. Keep the device upright so the bubbles rise to the top where they are less visible.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-faq-item\"\u003e\n\u003cdiv class=\"pdc-faq-q\"\u003eHow do I control the ferrofluid?\u003c\/div\u003e\n\n\u003cdiv class=\"pdc-faq-a\"\u003eYou can use the automatic sound sync mode by simply playing music near the device. For manual interaction, you can use the magnet close to the surface to pull and manipulate the liquid shapes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"Black","offer_id":48712261206228,"sku":null,"price":176.95,"currency_code":"EUR","in_stock":true},{"title":"White","offer_id":48712261238996,"sku":null,"price":176.95,"currency_code":"EUR","in_stock":true},{"title":"Grey","offer_id":48712261271764,"sku":null,"price":176.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/9fdcb23b985e80e635548ec643c35868.png?v=1789977210","url":"https:\/\/7t1gn3-sv.myshopify.com\/products\/led-ferrofluid-audio-visualizer-rjc","provider":"Omurio","version":"1.0","type":"link"}