{"product_id":"microfono-inalambrico-neewer-cm28-pro-solapa-y-4gb-memoria-copia","title":"NEEWER CM28 Pro Wireless Microphone - Lavalier and 4GB Memory (Copy)","description":"\u003c!-- NEEWER CM28 PRO DESIGN START (COMPACT VERSION - NO SCRIPTS) --\u003e\n\u003c!-- We only load 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    #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\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"nw-section nw-hero nw-reveal\"\u003e\n\n        \u003cdiv class=\"nw-container nw-text-center\"\u003e\n\n            \u003cspan class=\"nw-badge\"\u003e4GB Standalone Recording\u003c\/span\u003e\n            \u003ch1 class=\"nw-title-hero\"\u003eCM28 PRO.\u003c\/h1\u003e\n\n            \u003cp class=\"nw-subtitle-hero\"\u003e\n                Internal Recording. Noise Cancellation.\u003cbr\u003eCharging Case Included.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"nw-section\" style=\"background-color: #f9fafb; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n\n        \u003cdiv class=\"nw-container nw-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eProfessional-Grade Recording.\u003c\/h2\u003e\n\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n\n                \u003cp\u003eThe \u003cstrong\u003eNEEWER CM28 PRO\u003c\/strong\u003e is an all-in-one wireless lavalier microphone system. It includes 2 transmitters, 1 receiver, and a charging case.\u003c\/p\u003e\n\n                \u003cp\u003eWhat makes it unique: each transmitter features \u003cstrong\u003e4GB of storage\u003c\/strong\u003e to function as a standalone recorder, saving up to 9 hours of uncompressed audio. Ideal for backing up your shots at weddings, interviews, and vlogs.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: 4GB Storage --\u003e\n    \u003cdiv class=\"nw-section\"\u003e\n\n        \u003cdiv class=\"nw-container nw-text-center nw-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eSecure Backup.\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                Never miss a critical moment. Local recording on the transmitter.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Dark Gray Card --\u003e\n            \u003cdiv class=\"nw-card-dark nw-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: #dc2626; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1);\"\u003e\n\n                        \u003ci class=\"fa-solid fa-database\"\u003e\u003c\/i\u003e 4GB STORAGE\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.8rem; color: white; margin-bottom: 0.5rem;\"\u003e9 Hours WAV.\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.95rem;\"\u003eEach transmitter acts as a standalone recorder. Stores uncompressed 48KHz WAV audio files. Activate recording with a single touch, even without a receiver connection.\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: #dc2626; opacity: 0.15; 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: LCD Screen and Modes --\u003e\n    \u003cdiv class=\"nw-section\" style=\"background-color: #f9fafb;\"\u003e\n\n        \u003cdiv class=\"nw-container nw-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n\n            \u003cdiv class=\"nw-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.2rem; margin-bottom: 0.5rem;\"\u003eVisual Control\u003c\/h2\u003e\n\n                    \u003cdiv class=\"nw-big-text\"\u003e\n\n                        LCD\u003cspan class=\"nw-sup-text\"\u003eScreen\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: #dc2626;\"\u003e\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cspan style=\"font-size: 0.75rem; color: #dc2626; font-weight: bold;\"\u003eReal-time Info\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.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eEverything in sight.\u003c\/p\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eThe LCD screen clearly displays volume, battery level, connection status, and noise cancellation mode. Plus, choose from \u003cstrong\u003e3 output modes: Mono, Stereo, and Ms\u003c\/strong\u003e for maximum post-production flexibility.\u003c\/p\u003e\n\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\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #dc2626; 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;\"\u003eGain dB\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: Range and Noise --\u003e\n    \u003cdiv class=\"nw-section\"\u003e\n\n         \u003cdiv class=\"nw-container nw-text-center nw-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eClarity at a Distance.\u003c\/h2\u003e\n\n            \n            \u003cdiv class=\"nw-grid-2\"\u003e\n\n                \u003c!-- Range Card --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-text-left\"\u003e\n\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 Range\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eStable wireless transmission up to 656 feet (200m) in open areas. High interference resistance.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Noise Cancel Card --\u003e\n                \u003cdiv class=\"nw-card-dark nw-card-gray nw-text-left\"\u003e\n\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;\"\u003eNoise Cancellation\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eActivate noise reduction with a single click. Includes windshields for clear outdoor recordings.\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=\"nw-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n\n        \u003cdiv class=\"nw-container nw-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n            \u003ch2 class=\"nw-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eTotal Power.\u003c\/h2\u003e\n\n\n            \u003cdiv class=\"nw-bento-grid nw-grid-2\"\u003e \n                \n                \u003c!-- Battery Detail Card --\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\n                    \u003cdiv\u003e\n\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\n                            \u003ci class=\"fa-solid fa-bolt\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003ePowerful Charging Case.\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #d1d5db; font-size: 0.85rem;\"\u003eThe RX lasts 9 hours, TXs last 8 hours. The case charges the entire set 2 full times (1.5h per charge). Record all day worry-free.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Monitoring Card --\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\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;\"\u003eReal Monitoring\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.8rem;\"\u003e3.5mm jack on the receiver.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Compatibility Card --\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\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\n                        \u003ci class=\"fa-solid fa-mobile-screen-button\"\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.85rem; margin-bottom: 0;\"\u003eCompatible with iPhone 15\/16\/17, Android (OTG), Cameras and PC. Adapters included.\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=\"nw-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n\n        \u003cdiv class=\"nw-container nw-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eNEEWER CM28 PRO\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eStudio quality, wireless freedom.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- NEEWER CM28 PRO DESIGN END --\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\/en\/products\/microfono-inalambrico-neewer-cm28-pro-solapa-y-4gb-memoria-copia","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}