{"product_id":"microfono-inalambrico-rode-wireless-me","title":"RØDE Wireless ME: Audio System for Vlogging","description":"\u003c!-- RØDE WIRELESS ME DESIGN START (PURE CSS VERSION - NO SCRIPTS) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- We only load fonts and icons, the rest is pure CSS --\u003e\n\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026amp;display=swap\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #rode-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f;\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.4;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #rode-custom-landing *, \n    #rode-custom-landing *::before, \n    #rode-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #rode-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #rode-custom-landing h1, \n    #rode-custom-landing h2, \n    #rode-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.1;\n        font-weight: 700;\n        color: #1d1d1f;\n    }\n\n    #rode-custom-landing p {\n        margin-bottom: 0.8rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .rd-section {\n        padding: 2.5rem 1rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .rd-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .rd-text-center { text-align: center; }\n    .rd-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .rd-hero {\n        background: radial-gradient(circle at center, #fcfbf7 0%, #ffffff 70%); \/* Fondo sutilmente cálido *\/\n        min-height: 35vh;\n        padding-top: 3rem;\n        padding-bottom: 3rem;\n    }\n\n    .rd-badge {\n        color: #d4af37; \/* Dorado RØDE *\/\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.75rem;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 0.5rem;\n    }\n\n    .rd-title-hero {\n        font-size: 3rem;\n        margin-bottom: 1rem;\n    }\n\n    .rd-subtitle-hero {\n        font-size: 1.25rem;\n        color: #6b7280;\n        font-weight: 500;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .rd-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n        margin-top: 1.5rem;\n    }\n\n    \/* Cards - ESTILO PREMIUM TECH *\/\n    .rd-card-dark {\n        background-color: #101010; \/* Negro RØDE *\/\n        color: white;\n        border-radius: 1.5rem;\n        padding: 2rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    \n    .rd-card-dark:hover {\n        transform: translateY(-3px);\n    }\n\n    .rd-card-gray {\n        background-color: #1f1f1f; \/* Gris Oscuro *\/\n        border: 1px solid rgba(255,255,255,0.05);\n    }\n\n    \/* Animaciones CSS (Sin Javascript) *\/\n    @keyframes rd-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .rd-reveal {\n        \/* Animación automática al cargar *\/\n        animation: rd-fade-in-up 1s ease-out forwards;\n        opacity: 0; \/* Empieza invisible pero la animación lo revela *\/\n    }\n\n    \/* Animación Ripple CSS puro *\/\n    @keyframes rd-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .rd-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #d4af37; \/* Dorado *\/\n        border-radius: 50%;\n        animation: rd-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .rd-big-text {\n        font-size: 4rem;\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .rd-sup-text {\n        font-size: 1.2rem;\n        color: #d4af37;\n        position: absolute;\n        top: 5px;\n        right: -30px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .rd-title-hero { font-size: 4.5rem; }\n        .rd-grid-2 { grid-template-columns: 1fr 1fr; }\n        .rd-big-text { font-size: 6rem; }\n        .rd-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 3rem;\n        }\n        .rd-section { padding: 4rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .rd-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .rd-col-span-2 { grid-column: span 2; }\n        .rd-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\u003cdiv id=\"rode-custom-landing\"\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"rd-section rd-hero rd-reveal\"\u003e\n\n\u003cdiv class=\"rd-container rd-text-center\"\u003e\n\n\u003cspan class=\"rd-badge\"\u003eGrab \u0026amp; Go Audio\u003c\/span\u003e\n\u003ch1 class=\"rd-title-hero\"\u003eWireless ME.\u003c\/h1\u003e\n\n\u003cp class=\"rd-subtitle-hero\"\u003eMicrophones in Transmitter and Receiver.\u003cbr\u003eEffortless Professional Audio.\u003c\/p\u003e\n\n\u003c!-- You can add the image here if you have it --\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Intro Text --\u003e\n\u003cdiv class=\"rd-section\" style=\"background-color: #f9fafb; padding-top: 2rem; padding-bottom: 2rem;\"\u003e\n\n\u003cdiv class=\"rd-container rd-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n\u003ch2 style=\"font-size: 2rem; margin-bottom: 1rem; color: #1d1d1f;\"\u003eYou and ME.\u003c\/h2\u003e\n\n\u003cdiv style=\"font-size: 1.1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eRØDE Wireless ME\u003c\/strong\u003e is an ultra-compact system that makes recording professional audio a breeze. Perfect for TikTok, interviews, and vlogging.\u003c\/p\u003e\n\n\u003cp\u003eThe revolutionary aspect: Both the transmitter and receiver have built-in microphones, allowing you to simultaneously record the subject in front of the camera and the interviewer behind it.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature: GainAssist --\u003e\n\u003cdiv class=\"rd-section\"\u003e\n\n\u003cdiv class=\"rd-container rd-text-center rd-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eIntelligent GainAssist.\u003c\/h2\u003e\n\n\u003cp style=\"color: #6b7280; font-size: 1.1rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003eForget about setting levels. Perfect audio every time.\u003c\/p\u003e\n\n\u003c!-- Dark Gray Card --\u003e\n\u003cdiv class=\"rd-card-dark rd-text-left\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\n\u003cdiv style=\"position: relative; z-index: 10;\"\u003e\n\n\u003cdiv style=\"display: inline-block; padding: 0.25rem 0.75rem; background: rgba(255,255,255,0.15); border-radius: 99px; font-size: 0.75rem; color: #d4af37; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1);\"\u003e\n\n\u003ci class=\"fa-solid fa-sliders\"\u003e\u003c\/i\u003e AUTO-LEVELING\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 2rem; color: white; margin-bottom: 0.5rem;\"\u003eZero Clipping.\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 1rem;\"\u003eIntelligent GainAssist technology automatically controls your audio levels on the fly. If the sound source suddenly becomes loud, the Wireless ME adjusts the gain to prevent distortion.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Background Decoration --\u003e\n\u003cdiv style=\"position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; background: #d4af37; opacity: 0.15; filter: blur(80px); border-radius: 50%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature: Dual Microphones --\u003e\n\u003cdiv class=\"rd-section\" style=\"background-color: #f9fafb;\"\u003e\n\n\u003cdiv class=\"rd-container rd-reveal\" style=\"display: flex; flex-direction: column; gap: 2rem; animation-delay: 0.4s;\"\u003e\n\n\u003cdiv class=\"rd-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\n\u003c!-- Left Column --\u003e\n\u003cdiv style=\"flex: 1; text-align: center;\"\u003e\n\n\u003ch2 style=\"color: #6b7280; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eDual Capture\u003c\/h2\u003e\n\n\u003cdiv class=\"rd-big-text\"\u003eTX\u003cspan class=\"rd-sup-text\"\u003e+RX\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;\"\u003e\n\n\u003cdiv style=\"width: 100px; height: 8px; background: #e5e7eb; border-radius: 4px; overflow: hidden;\"\u003e\n\n\u003cdiv style=\"width: 100%; height: 100%; background: #d4af37;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cspan style=\"font-size: 0.75rem; color: #d4af37; font-weight: bold;\"\u003eBroadcast-Grade\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Right Column --\u003e\n\u003cdiv style=\"flex: 1; text-align: center; padding: 0 1rem;\"\u003e\n\n\u003cp style=\"font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem; color: #1d1d1f;\"\u003eMicrophone on the Receiver.\u003c\/p\u003e\n\n\u003cp style=\"color: #4b5563;\"\u003eUnique in its class: the receiver (which attaches to the camera) also has a built-in microphone. Record two-way interviews or add voice-over comments behind the camera without needing a second system.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 1.5rem; background: white; padding: 1rem; border-radius: 1rem; display: inline-flex; align-items: center; gap: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\"\u003e\n\n\u003cdiv style=\"width: 40px; height: 40px; background: #d4af37; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n\n\u003ci class=\"fa-solid fa-microphone-lines\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: left;\"\u003e\n\n\u003cspan style=\"display: block; font-size: 0.75rem; font-weight: bold; color: #6b7280; text-transform: uppercase;\"\u003eVersatility\u003c\/span\u003e \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003eComplete Narrative\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature: Range and Series IV --\u003e\n\u003cdiv class=\"rd-section\"\u003e\n\n\u003cdiv class=\"rd-container rd-text-center rd-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\"\u003eStable Connectivity.\u003c\/h2\u003e\n\n\u003cdiv class=\"rd-grid-2\"\u003e\n\n\u003c!-- Range Card --\u003e\n\u003cdiv class=\"rd-card-dark rd-card-gray rd-text-left\"\u003e\n\n\u003ci class=\"fa-solid fa-wifi\" style=\"font-size: 2rem; color: #d4af37; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003e100m Range\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db;\"\u003e2.4GHz Series IV digital transmission. Crystal-clear and secure signal up to 100 meters, even in environments with high radio frequency.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Compatibility Card --\u003e\n\u003cdiv class=\"rd-card-dark rd-card-gray rd-text-left\"\u003e\n\n\u003ci class=\"fa-solid fa-laptop-mobile\" style=\"font-size: 2rem; color: #d4af37; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eMulti-Device\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db;\"\u003eWorks seamlessly with Cameras, PCs (Windows\/Mac), and Smartphones (iOS\/Android). Cables included to get started right away.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Functionality and Design (Bento Grid) --\u003e\n\u003cdiv class=\"rd-section\" style=\"background: #ffffff; padding-bottom: 4rem;\"\u003e\n\n\u003cdiv class=\"rd-container rd-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n\u003ch2 class=\"rd-text-center\" style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\"\u003eAll-in-One.\u003c\/h2\u003e\n\n\u003cdiv class=\"rd-bento-grid rd-grid-2\"\u003e\n\n\u003c!-- Software Card --\u003e\n\u003cdiv class=\"rd-card-dark rd-card-gray rd-col-span-2\" style=\"display: flex; flex-direction: column; justify-content: space-between;\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv style=\"width: 50px; height: 50px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 1rem; font-size: 1.25rem;\"\u003e\n\n\u003ci class=\"fa-solid fa-desktop\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 style=\"color: white; font-size: 1.25rem; margin-bottom: 0.5rem;\"\u003eRØDE Connect.\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eCompatible with free podcasting and streaming software. Total flexibility for your video calls or live streams.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Battery Card --\u003e\n\u003cdiv class=\"rd-card-dark rd-card-gray rd-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n\n\u003ci class=\"fa-solid fa-battery-full\" style=\"font-size: 3rem; color: #d4af37; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"color: white; font-size: 1.25rem;\"\u003e7 Hours\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 0.85rem;\"\u003eIntegrated Li-Ion battery.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Box Content Card --\u003e\n\u003cdiv class=\"rd-card-dark rd-card-gray rd-col-span-3\" style=\"display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;\"\u003e\n\n\u003cdiv style=\"width: 50px; height: 50px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem;\"\u003e\n\n\u003ci class=\"fa-solid fa-box-open\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex: 1;\"\u003e\n\n\u003ch3 style=\"color: white; font-size: 1.1rem; margin-bottom: 0;\"\u003eReady to Use\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 0.9rem; margin-bottom: 0;\"\u003eIncludes Transmitter, Receiver, Cables (USB-C, Lightning, TRS, TRRS), and Furry Windshields.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Product Footer --\u003e\n\u003cdiv class=\"rd-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n\n\u003cdiv class=\"rd-container rd-text-center\"\u003e\n\n\u003ch2 style=\"font-size: 1.8rem; color: #1d1d1f;\"\u003eRØDE Wireless ME\u003c\/h2\u003e\n\n\u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eThe creator's choice.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- RØDE WIRELESS ME DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Wime Dual","offer_id":58174547263836,"sku":"B0CZPVCHFF","price":231.88,"currency_code":"USD","in_stock":true},{"title":"Single Wime","offer_id":58174547296604,"sku":"B0BQLB596V","price":210.0,"currency_code":"USD","in_stock":true},{"title":"Wime Dual - White","offer_id":58174547329372,"sku":"B0D53TSRMV","price":338.0,"currency_code":"USD","in_stock":true},{"title":"Wime Tx","offer_id":58174547362140,"sku":"B0CCN2QJT5","price":135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/0000bbdac5107afc4caa0034b58079a2.jpg?v=1782961259","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/microfono-inalambrico-rode-wireless-me","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}