{"product_id":"microfono-insta360-mic-air-bluetooth","title":"Insta360 Mic Air - Ultralight Wireless Microphone","description":"\u003c!-- INSTA360 MIC AIR DESIGN START (COMPACT 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 href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #insta360-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    #insta360-custom-landing *, \n    #insta360-custom-landing *::before, \n    #insta360-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #insta360-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #insta360-custom-landing h1, \n    #insta360-custom-landing h2, \n    #insta360-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    #insta360-custom-landing p {\n        margin-bottom: 0.8rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .in-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    .in-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .in-text-center { text-align: center; }\n    .in-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .in-hero {\n        background: radial-gradient(circle at center, #fffbeb 0%, #ffffff 70%); \/* Fondo sutilmente amarillo *\/\n        min-height: 35vh;\n        padding-top: 3rem;\n        padding-bottom: 3rem;\n    }\n\n    .in-badge {\n        color: #eab308; \/* Amarillo Insta360 Oscuro *\/\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    .in-title-hero {\n        font-size: 3rem;\n        margin-bottom: 1rem;\n    }\n\n    .in-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    .in-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    .in-card-dark {\n        background-color: #171717; \/* Negro Neutro *\/\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    .in-card-dark:hover {\n        transform: translateY(-3px);\n    }\n\n    .in-card-gray {\n        background-color: #262626; \/* Gris Oscuro *\/\n        border: 1px solid rgba(255,255,255,0.05);\n    }\n\n    \/* Animaciones CSS (Sin Javascript) *\/\n    @keyframes in-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .in-reveal {\n        \/* Animación automática al cargar *\/\n        animation: in-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 in-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .in-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #facc15; \/* Amarillo *\/\n        border-radius: 50%;\n        animation: in-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .in-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    .in-sup-text {\n        font-size: 1.2rem;\n        color: #eab308;\n        position: absolute;\n        top: 5px;\n        right: -20px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .in-title-hero { font-size: 4.5rem; }\n        .in-grid-2 { grid-template-columns: 1fr 1fr; }\n        .in-big-text { font-size: 6rem; }\n        .in-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 3rem;\n        }\n        .in-section { padding: 4rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .in-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .in-col-span-2 { grid-column: span 2; }\n        .in-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\u003cdiv id=\"insta360-custom-landing\"\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"in-section in-hero in-reveal\"\u003e\n\n\u003cdiv class=\"in-container in-text-center\"\u003e\n\n\u003cspan class=\"in-badge\"\u003eUltralight Wireless\u003c\/span\u003e\n\u003ch1 class=\"in-title-hero\"\u003eMic Air.\u003c\/h1\u003e\n\n\u003cp class=\"in-subtitle-hero\"\u003eDirect Connection without Receiver.\u003cbr\u003eAs small as a coin.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Intro Text --\u003e\n\u003cdiv style=\"background-color: #f9fafb; padding-top: 2rem; padding-bottom: 2rem;\" class=\"in-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.2s;\" class=\"in-container in-reveal\"\u003e\n\n\u003ch2 style=\"font-size: 2rem; margin-bottom: 1rem; color: #1d1d1f;\"\u003eForget the receiver.\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\u003eInsta360 Mic Air\u003c\/strong\u003e simplifies your workflow. Connect it wirelessly and directly to your \u003cstrong\u003eX5, X4, Ace Pro 2, or GO Ultra\u003c\/strong\u003e cameras. No cables, no dangling receivers, just you and your content.\u003c\/p\u003e\n\n\u003cp\u003eWeighing just \u003cstrong\u003e7.9g\u003c\/strong\u003e, it's invisible and unobtrusive, allowing your voice to be the absolute star.\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: Direct Connection --\u003e\n\u003cdiv class=\"in-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.3s;\" class=\"in-container in-text-center in-reveal\"\u003e\n\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eSeamless Connect.\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;\"\u003eWorkflow designed for creators. Power on and record.\u003c\/p\u003e\n\n\u003c!-- Dark Gray Card --\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\" class=\"in-card-dark in-text-left\"\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: #facc15; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1);\"\u003e\n\n\u003ci class=\"fa-solid fa-link\"\u003e\u003c\/i\u003e NO RECEIVER NEEDED\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 2rem; color: white; margin-bottom: 0.5rem;\"\u003eTotal Freedom.\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 1rem;\"\u003eForget the dongles. This transmitter links natively with your Insta360 camera. To use it with mobile phones or the Flow series, remember to purchase the complete bundle (TX + RX).\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: #eab308; 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: Audio Quality --\u003e\n\u003cdiv style=\"background-color: #f9fafb;\" class=\"in-section\"\u003e\n\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 2rem; animation-delay: 0.4s;\" class=\"in-container in-reveal\"\u003e\n\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: center;\" class=\"in-row-md\"\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;\"\u003eHigh Fidelity\u003c\/h2\u003e\n\n\u003cdiv class=\"in-big-text\"\u003e48\u003cspan class=\"in-sup-text\"\u003ekHz\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: #eab308;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cspan style=\"font-size: 0.75rem; color: #eab308; font-weight: bold;\"\u003eCrystal Clear Sound\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;\"\u003eClean audio, even outdoors.\u003c\/p\u003e\n\n\u003cp style=\"color: #4b5563;\"\u003eCapture realistic sound with 48kHz sampling. \u003cstrong\u003eAdvanced Noise Cancellation\u003c\/strong\u003e and the included windscreen keep your audio crisp by eliminating wind and ambient noise.\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: #eab308; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n\n\u003ci class=\"fa-solid fa-wind\"\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;\"\u003eProtection\u003c\/span\u003e \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003eWindshield Included\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: Remote Control --\u003e\n\u003cdiv class=\"in-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.5s;\" class=\"in-container in-text-center in-reveal\"\u003e\n\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\"\u003eControl on your lapel.\u003c\/h2\u003e\n\n\u003cdiv class=\"in-grid-2\"\u003e\n\n\u003c!-- Remote Control Card --\u003e\n\u003cdiv class=\"in-card-dark in-card-gray in-text-left\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #facc15; margin-bottom: 1rem;\" class=\"fa-solid fa-circle-dot\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eShoot Video\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db;\"\u003eSimple remote control. Start or stop video recording directly from the transmitter. Stay focused on the action.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Mute\/Noise Card --\u003e\n\u003cdiv class=\"in-card-dark in-card-gray in-text-left\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #facc15; margin-bottom: 1rem;\" class=\"fa-solid fa-microphone-slash\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eMute \/ ANC\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db;\"\u003eActivate noise cancellation or mute the microphone with a tap. Full adaptability to your environment.\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 style=\"background: #ffffff; padding-bottom: 4rem;\" class=\"in-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.6s;\" class=\"in-container in-reveal\"\u003e\n\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\" class=\"in-text-center\"\u003eUltralight and Versatile.\u003c\/h2\u003e\n\n\u003cdiv class=\"in-bento-grid in-grid-2\"\u003e\n\n\u003c!-- Weight Card --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; justify-content: space-between;\" class=\"in-card-dark in-card-gray in-col-span-2\"\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-feather\"\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;\"\u003eOnly 7.9 grams.\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eCoin-sized. Goes unnoticed and won't tug at your clothes. Wear it magnetically, with a clip, or as a pendant.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Compatibility List Card --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\" class=\"in-card-dark in-card-gray in-text-center\"\u003e\n\n\u003ci style=\"font-size: 3rem; color: #eab308; margin-bottom: 1rem;\" class=\"fa-solid fa-camera-rotate\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"color: white; font-size: 1.25rem;\"\u003eCompatible with:\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 0.85rem;\"\u003eInsta360 X5, X4, X4 Air, Ace Pro 2, GO Ultra.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Box Content Card --\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;\" class=\"in-card-dark in-card-gray in-col-span-3\"\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;\"\u003eIn the Box (Transmitter Only)\u003c\/h3\u003e\n\n\u003cp style=\"color: #d1d5db; font-size: 0.9rem; margin-bottom: 0;\"\u003e1 Transmitter + Mounting Accessories. (No RX Receiver).\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 style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\" class=\"in-section\"\u003e\n\n\u003cdiv class=\"in-container in-text-center\"\u003e\n\n\u003ch2 style=\"font-size: 1.8rem; color: #1d1d1f;\"\u003eInsta360 Mic Air\u003c\/h2\u003e\n\n\u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eInvisible audio for creators.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- INSTA360 MIC AIR DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Mic Air (1 Tx + 1 Rx)","offer_id":58174450958684,"sku":"B0F7L6VTN4","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Mic Air Transmitter","offer_id":58174450991452,"sku":"B0F7KS5BLD","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/0faf56702d637f4d9ffa5d5c00b11a86.jpg?v=1782959256","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/microfono-insta360-mic-air-bluetooth","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}