{"product_id":"microfonos-inalambricos-boyamic-2-todo-en-uno","title":"BOYAMIC 2 Wireless Microphones - 32-bit and AI Noise Cancelling","description":"\u003c!-- BOYAMIC 2 DESIGN START (COMPACT VERSION - NO SCRIPTS) --\u003e\n\u003c!-- Load only fonts and icons, the rest is pure CSS --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #boyamic-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; \/* Reducido ligeramente *\/\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #boyamic-custom-landing *, \n    #boyamic-custom-landing *::before, \n    #boyamic-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #boyamic-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #boyamic-custom-landing h1, \n    #boyamic-custom-landing h2, \n    #boyamic-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    #boyamic-custom-landing p {\n        margin-bottom: 0.8rem; \/* Reducido *\/\n    }\n\n    \/* Utilidades de Layout *\/\n    .bm-section {\n        padding: 2.5rem 1rem; \/* Reducido de 4rem a 2.5rem *\/\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .bm-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .bm-text-center { text-align: center; }\n    .bm-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .bm-hero {\n        background: radial-gradient(circle at center, #f3f4f6 0%, #ffffff 70%);\n        min-height: 35vh; \/* Reducido de 50vh *\/\n        padding-top: 3rem;\n        padding-bottom: 3rem;\n    }\n\n    .bm-badge {\n        color: #3b82f6; \/* Azul Eléctrico BOYA *\/\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; \/* Reducido *\/\n    }\n\n    .bm-title-hero {\n        font-size: 3rem; \/* Reducido ligeramente *\/\n        margin-bottom: 1rem;\n    }\n\n    .bm-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    .bm-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem; \/* Reducido de 2rem *\/\n        margin-top: 1.5rem;\n    }\n\n    \/* Cards - ESTILO PREMIUM TECH *\/\n    .bm-card-dark {\n        background-color: #111827; \/* Dark Blue\/Black *\/\n        color: white;\n        border-radius: 1.5rem; \/* Reducido radio *\/\n        padding: 2rem; \/* Reducido padding interno *\/\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    .bm-card-dark:hover {\n        transform: translateY(-3px);\n    }\n\n    .bm-card-gray {\n        background-color: #1f2937; \/* Dark Gray *\/\n        border: 1px solid rgba(255,255,255,0.05);\n    }\n\n    \/* Animaciones CSS (Sin Javascript) *\/\n    @keyframes bm-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .bm-reveal {\n        \/* Animación automática al cargar *\/\n        animation: bm-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 bm-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .bm-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #3b82f6; \/* Azul *\/\n        border-radius: 50%;\n        animation: bm-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ AI Badge *\/\n    .bm-big-text {\n        font-size: 4rem; \/* Reducido *\/\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .bm-sup-text {\n        font-size: 1.2rem;\n        color: #3b82f6;\n        position: absolute;\n        top: 5px;\n        right: -35px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .bm-title-hero { font-size: 4.5rem; }\n        .bm-grid-2 { grid-template-columns: 1fr 1fr; }\n        .bm-big-text { font-size: 6rem; }\n        .bm-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 3rem; \/* Reducido de 4rem *\/\n        }\n        .bm-section { padding: 4rem 2rem; } \/* Ajustado para desktop *\/\n        \n        \/* Grid Bento *\/\n        .bm-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem; \/* Reducido de 1.5rem *\/\n        }\n        .bm-col-span-2 { grid-column: span 2; }\n        .bm-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"boyamic-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"bm-section bm-hero bm-reveal\"\u003e\n\n        \u003cdiv class=\"bm-container bm-text-center\"\u003e\n\n            \u003cspan class=\"bm-badge\"\u003eAI Noise Cancellation\u003c\/span\u003e\n            \u003ch1 class=\"bm-title-hero\"\u003eBOYAMIC 2.\u003c\/h1\u003e\n\n            \u003cp class=\"bm-subtitle-hero\"\u003e\n                32-Bit Float Internal Recording.\u003cbr\u003eAMOLED Touchscreen.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"bm-section\" style=\"background-color: #f9fafb; padding-top: 2rem; padding-bottom: 2rem;\"\u003e\n\n        \u003cdiv class=\"bm-container bm-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1rem; color: #1d1d1f;\"\u003eRedefine Excellence.\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\u003eBOYAMIC 2\u003c\/strong\u003e takes wireless audio to the next level. With AI-powered noise cancellation that suppresses up to 40dB, 32-bit float internal recording, and an intuitive touchscreen, it's the ultimate tool for demanding creators.\u003c\/p\u003e\n\n                \u003cp\u003eCapture everything from whispers to roars without distortion, thanks to its superior dynamic range and 8GB internal storage.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: AI \u0026 Sound --\u003e\n    \u003cdiv class=\"bm-section\"\u003e\n\n        \u003cdiv class=\"bm-container bm-text-center bm-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.5rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eArtificial Intelligence\u003cbr\u003eand Precision.\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;\"\u003e\n                40dB adaptive noise suppression and 32-bit float recording.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Dark Gray Card --\u003e\n            \u003cdiv class=\"bm-card-dark bm-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: #60a5fa; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1);\"\u003e\n\n                        \u003ci class=\"fa-solid fa-wand-magic-sparkles\"\u003e\u003c\/i\u003e TRUE AI NOISE CANCELLATION\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 2rem; color: white; margin-bottom: 0.5rem;\"\u003eStudio Clarity.\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 1rem;\"\u003eToggle between Strong Mode (for noisy streets) and Light Mode (for AC hum) with a tap. 32-bit float recording captures every sonic detail with \u003cstrong\u003ezero distortion\u003c\/strong\u003e, even in extreme volume changes.\u003c\/p\u003e\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: #3b82f6; opacity: 0.2; filter: blur(80px); border-radius: 50%;\"\u003e\u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Touch Control --\u003e\n    \u003cdiv class=\"bm-section\" style=\"background-color: #f9fafb;\"\u003e\n\n        \u003cdiv class=\"bm-container bm-reveal\" style=\"display: flex; flex-direction: column; gap: 2rem; animation-delay: 0.4s;\"\u003e\n\n            \u003cdiv class=\"bm-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\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;\"\u003eTotal Control\u003c\/h2\u003e\n\n                    \u003cdiv class=\"bm-big-text\"\u003e\n\n                        AMO\u003cspan class=\"bm-sup-text\"\u003eLED\u003c\/span\u003e\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: #3b82f6;\"\u003e\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cspan style=\"font-size: 0.75rem; color: #3b82f6; font-weight: bold;\"\u003eTouchscreen\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\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;\"\u003eSwipe, Tap, Adjust.\u003c\/p\u003e\n\n                    \u003cp style=\"color: #4b5563;\"\u003eThe integrated \u003cstrong\u003eAMOLED\u003c\/strong\u003e screen allows you to monitor gain levels, recording modes, and battery in real-time. Adjust settings on the fly without needing to take out your phone.\u003c\/p\u003e\n\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: #3b82f6; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n\n                            \u003ci class=\"fa-solid fa-sliders\"\u003e\u003c\/i\u003e\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;\"\u003eSettings\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003eKnob + Touch\u003c\/span\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Connectivity and Range --\u003e\n    \u003cdiv class=\"bm-section\"\u003e\n\n         \u003cdiv class=\"bm-container bm-text-center bm-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\"\u003ePower and Range.\u003c\/h2\u003e\n\n            \n            \u003cdiv class=\"bm-grid-2\"\u003e\n\n                \u003c!-- Range Card --\u003e\n                \u003cdiv class=\"bm-card-dark bm-card-gray bm-text-left\"\u003e\n\n                    \u003ci class=\"fa-solid fa-wifi\" style=\"font-size: 2rem; color: #60a5fa; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.25rem; margin-bottom: 0.5rem;\"\u003e984 feet \/ 300m\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.95rem;\"\u003eStable 2.4GHz transmission up to 300 meters. Total freedom of movement without dropouts or latency.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Multi-Link Card --\u003e\n                \u003cdiv class=\"bm-card-dark bm-card-gray bm-text-left\"\u003e\n\n                     \u003ci class=\"fa-solid fa-link\" style=\"font-size: 2rem; color: #60a5fa; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.25rem; margin-bottom: 0.5rem;\"\u003e2TX to 4RX\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.95rem;\"\u003eOne transmitter can connect to four receivers simultaneously. Ideal for multi-camera productions and team monitoring.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Functionality and Design (Bento Grid) --\u003e\n    \u003cdiv class=\"bm-section\" style=\"background: #ffffff; padding-bottom: 4rem;\"\u003e\n\n        \u003cdiv class=\"bm-container bm-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n            \u003ch2 class=\"bm-text-center\" style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\"\u003eEverything you need.\u003c\/h2\u003e\n\n\n            \u003cdiv class=\"bm-bento-grid bm-grid-2\"\u003e \n                \n                \u003c!-- Storage Card --\u003e\n                \u003cdiv class=\"bm-card-dark bm-card-gray bm-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-database\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch3 style=\"color: white; font-size: 1.25rem; margin-bottom: 0.5rem;\"\u003e8GB Internal Memory.\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eRecord up to \u003cstrong\u003e15 hours\u003c\/strong\u003e of backup audio directly on the transmitter. Never lose an important take due to interference.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Battery Card --\u003e\n                \u003cdiv class=\"bm-card-dark bm-card-gray bm-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: #3b82f6; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.25rem;\"\u003e54H Total Battery Life\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.85rem;\"\u003eWith the included charging case.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Compatibility Card --\u003e\n                \u003cdiv class=\"bm-card-dark bm-card-gray bm-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-plug\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv style=\"flex: 1;\"\u003e\n\n                        \u003ch3 style=\"color: white; font-size: 1.1rem; margin-bottom: 0;\"\u003eUniversal Compatibility\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #d1d5db; font-size: 0.9rem; margin-bottom: 0;\"\u003eIncludes USB-C and 3.5mm adapters. Works with iPhone 15\/16, Android, Cameras, and PC.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \n     \u003c!-- Product Footer --\u003e\n    \u003cdiv class=\"bm-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n\n        \u003cdiv class=\"bm-container bm-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; color: #1d1d1f;\"\u003eBOYAMIC 2\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eProfessional audio simplified.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- BOYAMIC 2 DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"2Tx+1Rx+Charging Case (Without Clip Mic)","offer_id":58174451286364,"sku":"B0F9979Q77","price":315.0,"currency_code":"USD","in_stock":true},{"title":"2 Transmitters + 1 Receiver + Charging Case (With Clip Mic)","offer_id":58174451319132,"sku":"B0F5WN29JF","price":320.0,"currency_code":"USD","in_stock":true},{"title":"1Tx+1Rx (With Clip Mic)","offer_id":58174451351900,"sku":"B0F9962D1M","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/25a587db8a45bda721a5a818f09de76d.jpg?v=1782959259","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/microfonos-inalambricos-boyamic-2-todo-en-uno","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}