{"product_id":"microfono-inalambrico-neewer-cm28-pro-solapa-y-4gb-memoria-copia","title":"Micrófono Inalámbrico NEEWER  CM28 Pro - Solapa y 4GB Memoria (Copia)","description":"\u003c!-- INICIO DEL DISEÑO NEEWER CM28 PRO (VERSIÓN COMPACTA - SIN SCRIPTS) --\u003e\n\u003c!-- Solo cargamos fuentes e iconos, el resto es CSS puro --\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    #neewer-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.3; \/* Reducido para compactar texto *\/\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #neewer-custom-landing *, \n    #neewer-custom-landing *::before, \n    #neewer-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #neewer-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #neewer-custom-landing h1, \n    #neewer-custom-landing h2, \n    #neewer-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    #neewer-custom-landing p {\n        margin-bottom: 0.6rem; \/* Reducido *\/\n    }\n\n    \/* Utilidades de Layout *\/\n    .nw-section {\n        padding: 2rem 1rem; \/* Reducido drásticamente *\/\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .nw-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .nw-text-center { text-align: center; }\n    .nw-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .nw-hero {\n        background: radial-gradient(circle at center, #fef2f2 0%, #ffffff 70%); \/* Fondo sutilmente rojo *\/\n        padding-top: 3rem;\n        padding-bottom: 2rem; \/* Reducido *\/\n        min-height: auto; \/* Altura automática al no tener imagen *\/\n    }\n\n    .nw-badge {\n        color: #dc2626; \/* Rojo Neewer *\/\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    .nw-title-hero {\n        font-size: 3rem; \/* Ajustado *\/\n        margin-bottom: 0.5rem;\n    }\n\n    .nw-subtitle-hero {\n        font-size: 1.2rem;\n        color: #6b7280;\n        font-weight: 500;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .nw-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem; \/* Gap reducido *\/\n        margin-top: 1rem;\n    }\n\n    \/* Cards - ESTILO PREMIUM TECH *\/\n    .nw-card-dark {\n        background-color: #171717; \/* Negro Neutro *\/\n        color: white;\n        border-radius: 1.5rem;\n        padding: 1.5rem; \/* Padding interno reducido *\/\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    .nw-card-dark:hover {\n        transform: translateY(-3px);\n    }\n\n    .nw-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 nw-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .nw-reveal {\n        \/* Animación automática al cargar *\/\n        animation: nw-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 nw-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .nw-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #dc2626; \/* Rojo *\/\n        border-radius: 50%;\n        animation: nw-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .nw-big-text {\n        font-size: 3.5rem; \/* Reducido *\/\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .nw-sup-text {\n        font-size: 1rem;\n        color: #dc2626;\n        position: absolute;\n        top: 5px;\n        right: -25px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .nw-title-hero { font-size: 4rem; }\n        .nw-grid-2 { grid-template-columns: 1fr 1fr; }\n        .nw-big-text { font-size: 5rem; }\n        .nw-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 2rem;\n        }\n        .nw-section { padding: 3rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .nw-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .nw-col-span-2 { grid-column: span 2; }\n        .nw-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"neewer-custom-landing\"\u003e\n\n    \u003c!-- Sección Hero --\u003e\n    \u003cdiv class=\"nw-section nw-hero nw-reveal\"\u003e\n        \u003cdiv class=\"nw-container nw-text-center\"\u003e\n            \u003cspan class=\"nw-badge\"\u003e4GB Standalone Recording\u003c\/span\u003e\n            \u003ch1 class=\"nw-title-hero\"\u003eCM28 PRO.\u003c\/h1\u003e\n            \u003cp class=\"nw-subtitle-hero\"\u003e\n                Grabación Interna. Cancelación de Ruido.\u003cbr\u003eEstuche de Carga Incluido.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Intro Texto --\u003e\n    \u003cdiv class=\"nw-section\" style=\"background-color: #f9fafb; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n        \u003cdiv class=\"nw-container nw-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eGrabación de Nivel Profesional.\u003c\/h2\u003e\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n                \u003cp\u003eEl \u003cstrong\u003eNEEWER CM28 PRO\u003c\/strong\u003e es un sistema de micrófono lavalier inalámbrico todo en uno. Incluye 2 transmisores, 1 receptor y un estuche de carga.\u003c\/p\u003e\n                \u003cp\u003eLo que lo hace único: cada transmisor cuenta con \u003cstrong\u003e4GB de almacenamiento\u003c\/strong\u003e para funcionar como grabadora independiente, guardando hasta 9 horas de audio sin comprimir. Ideal para asegurar tus tomas en bodas, entrevistas y vlogs.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Almacenamiento 4GB --\u003e\n    \u003cdiv class=\"nw-section\"\u003e\n        \u003cdiv class=\"nw-container nw-text-center nw-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eCopia de Seguridad Segura.\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                Nunca pierdas un momento crítico. Grabación local en el transmisor.\n            \u003c\/p\u003e\n\n            \u003c!-- Tarjeta en Gris Oscuro --\u003e\n            \u003cdiv class=\"nw-card-dark nw-text-left\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n                \u003cdiv style=\"position: relative; z-index: 10;\"\u003e\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: #dc2626; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1);\"\u003e\n                        \u003ci class=\"fa-solid fa-database\"\u003e\u003c\/i\u003e 4GB STORAGE\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"font-size: 1.8rem; color: white; margin-bottom: 0.5rem;\"\u003e9 Horas WAV.\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.95rem;\"\u003eCada transmisor actúa como una grabadora independiente. Almacena archivos de audio WAV de 48KHz sin comprimir. Activa la grabación con un solo toque, incluso sin conexión al receptor.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003c!-- Decoración fondo --\u003e\n                \u003cdiv style=\"position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; background: #dc2626; opacity: 0.15; filter: blur(80px); border-radius: 50%;\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Pantalla LCD y Modos --\u003e\n    \u003cdiv class=\"nw-section\" style=\"background-color: #f9fafb;\"\u003e\n        \u003cdiv class=\"nw-container nw-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n            \u003cdiv class=\"nw-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n                \n                \u003c!-- Columna Izquierda --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center;\"\u003e\n                    \u003ch2 style=\"color: #6b7280; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eControl Visual\u003c\/h2\u003e\n                    \u003cdiv class=\"nw-big-text\"\u003e\n                        LCD\u003cspan class=\"nw-sup-text\"\u003eScreen\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;\"\u003e\n                        \u003cdiv style=\"width: 100px; height: 8px; background: #e5e7eb; border-radius: 4px; overflow: hidden;\"\u003e\n                            \u003cdiv style=\"width: 100%; height: 100%; background: #dc2626;\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cspan style=\"font-size: 0.75rem; color: #dc2626; font-weight: bold;\"\u003eInfo en tiempo real\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Columna Derecha --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center; padding: 0 1rem;\"\u003e\n                    \u003cp style=\"font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eTodo a la vista.\u003c\/p\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eLa pantalla LCD muestra claramente el volumen, nivel de batería, estado de conexión y modo de cancelación de ruido. Además, elige entre \u003cstrong\u003e3 modos de salida: Mono, Stereo y Ms\u003c\/strong\u003e para máxima flexibilidad en postproducción.\u003c\/p\u003e\n                    \n                    \u003cdiv style=\"margin-top: 1rem; background: white; padding: 0.8rem; border-radius: 1rem; display: inline-flex; align-items: center; gap: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\"\u003e\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #dc2626; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n                            \u003ci class=\"fa-solid fa-sliders\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv style=\"text-align: left;\"\u003e\n                            \u003cspan style=\"display: block; font-size: 0.75rem; font-weight: bold; color: #6b7280; text-transform: uppercase;\"\u003eAjustes\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003eGanancia dB\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Rango y Ruido --\u003e\n    \u003cdiv class=\"nw-section\"\u003e\n         \u003cdiv class=\"nw-container nw-text-center nw-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eClaridad a Distancia.\u003c\/h2\u003e\n            \n            \u003cdiv class=\"nw-grid-2\"\u003e\n                \u003c!-- Range Card --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-text-left\"\u003e\n                    \u003ci class=\"fa-solid fa-wifi\" style=\"font-size: 1.8rem; color: #dc2626; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003e200m de Rango\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eTransmisión inalámbrica estable hasta 656 pies (200m) en áreas abiertas. Alta resistencia a interferencias.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Noise Cancel Card --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-text-left\"\u003e\n                     \u003ci class=\"fa-solid fa-volume-xmark\" style=\"font-size: 1.8rem; color: #dc2626; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eCancelación de Ruido\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eActiva la reducción de ruido con un solo clic. Incluye paravientos (windshields) para grabaciones nítidas en exteriores.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Funcionalidad y Diseño (Bento Grid) --\u003e\n    \u003cdiv class=\"nw-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n        \u003cdiv class=\"nw-container nw-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n            \u003ch2 class=\"nw-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003ePotencia Total.\u003c\/h2\u003e\n\n            \u003cdiv class=\"nw-bento-grid nw-grid-2\"\u003e \n                \n                \u003c!-- Tarjeta Battery Detail --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-col-span-2\" style=\"display: flex; flex-direction: column; justify-content: space-between;\"\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv style=\"width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 0.8rem; font-size: 1.2rem;\"\u003e\n                            \u003ci class=\"fa-solid fa-bolt\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eEstuche de Carga Potente.\u003c\/h3\u003e\n                        \u003cp style=\"color: #d1d5db; font-size: 0.85rem;\"\u003eEl RX dura 9 horas, los TX duran 8 horas. El estuche carga todo el set 2 veces completas (1.5h por carga). Graba todo el día sin preocupaciones.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Monitoring --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n                    \u003ci class=\"fa-solid fa-headphones\" style=\"font-size: 2.5rem; color: #dc2626; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.1rem;\"\u003eMonitoreo Real\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.8rem;\"\u003eJack de 3.5mm en el receptor.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Compatibilidad --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-col-span-3\" style=\"display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;\"\u003e\n                    \u003cdiv style=\"width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem;\"\u003e\n                        \u003ci class=\"fa-solid fa-mobile-screen-button\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"flex: 1;\"\u003e\n                        \u003ch3 style=\"color: white; font-size: 1.1rem; margin-bottom: 0;\"\u003eCompatibilidad Universal\u003c\/h3\u003e\n                        \u003cp style=\"color: #d1d5db; font-size: 0.85rem; margin-bottom: 0;\"\u003eCompatible con iPhone 15\/16\/17, Android (OTG), Cámaras y PC. Incluye adaptadores.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n     \u003c!-- Footer Producto --\u003e\n    \u003cdiv class=\"nw-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n        \u003cdiv class=\"nw-container nw-text-center\"\u003e\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eNEEWER CM28 PRO\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eCalidad de estudio, libertad inalámbrica.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL DISEÑO NEEWER CM28 PRO --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Cm28 Pro","offer_id":58174450762076,"sku":"B0DS5NTXGL","price":155.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/77f61265c29cf9947ae6955035799c64.jpg?v=1782959252","url":"https:\/\/www.ourbiz-us.shop\/products\/microfono-inalambrico-neewer-cm28-pro-solapa-y-4gb-memoria-copia","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}