{"product_id":"hollyland-lark-m2s-combo-mini-microfono-chile","title":"Hollyland Lark M2S - Microphone","description":"\u003c!-- HOLLYLAND LARK M2S DESIGN START (PURE CSS 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    #hollyland-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.5;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #hollyland-custom-landing *, \n    #hollyland-custom-landing *::before, \n    #hollyland-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #hollyland-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #hollyland-custom-landing h1, \n    #hollyland-custom-landing h2, \n    #hollyland-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    #hollyland-custom-landing p {\n        margin-bottom: 1rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .hl-section {\n        padding: 4rem 1.5rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .hl-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .hl-text-center { text-align: center; }\n    .hl-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .hl-hero {\n        background: radial-gradient(circle at center, #fffbeb 0%, #ffffff 70%);\n        min-height: 70vh;\n    }\n\n    .hl-badge {\n        color: #ca8a04; \/* Amarillo Oscuro Premium *\/\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.75rem;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1rem;\n    }\n\n    .hl-title-hero {\n        font-size: 3.5rem;\n        margin-bottom: 1.5rem;\n    }\n\n    .hl-subtitle-hero {\n        font-size: 1.5rem;\n        color: #6b7280;\n        font-weight: 500;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .hl-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 2rem;\n        margin-top: 2rem;\n    }\n\n    \/* Cards - ESTILO PREMIUM TECH *\/\n    .hl-card-dark {\n        background-color: #18181b; \/* Zinc Oscuro *\/\n        color: white;\n        border-radius: 2rem;\n        padding: 2.5rem;\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    .hl-card-dark:hover {\n        transform: translateY(-5px);\n    }\n\n    .hl-card-gray {\n        background-color: #27272a; \/* Zinc Grafito *\/\n        border: 1px solid rgba(255,255,255,0.05);\n    }\n\n    \/* Animaciones CSS (Sin Javascript) *\/\n    @keyframes hl-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .hl-reveal {\n        \/* Animación automática al cargar *\/\n        animation: hl-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 hl-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .hl-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #facc15; \/* Amarillo *\/\n        border-radius: 50%;\n        animation: hl-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería *\/\n    .hl-battery-text {\n        font-size: 6rem;\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .hl-battery-sup {\n        font-size: 2rem;\n        color: #eab308;\n        position: absolute;\n        top: 10px;\n        right: -30px;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .hl-title-hero { font-size: 5rem; }\n        .hl-grid-2 { grid-template-columns: 1fr 1fr; }\n        .hl-battery-text { font-size: 8rem; }\n        .hl-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 4rem;\n        }\n        .hl-section { padding: 6rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .hl-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1.5rem;\n        }\n        .hl-col-span-2 { grid-column: span 2; }\n        .hl-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"hollyland-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"hl-section hl-hero hl-reveal\"\u003e\n\n        \u003cdiv class=\"hl-container hl-text-center\"\u003e\n\n            \u003cspan class=\"hl-badge\"\u003eUnique Pearl Look\u003c\/span\u003e\n            \u003ch1 class=\"hl-title-hero\"\u003eLARK M2S.\u003c\/h1\u003e\n\n            \u003cp class=\"hl-subtitle-hero\"\u003e\n                Discreet Pearl Design.\u003cbr\u003eInnovative Titanium Clip.\n            \u003c\/p\u003e\n\n            \n            \u003cdiv style=\"margin-top: 4rem; position: relative;\"\u003e\n\n                \u003c!-- UPDATED PRODUCT IMAGE --\u003e\n                \u003cimg src=\"https:\/\/www.gsmpro.cl\/cdn\/shop\/files\/23b485a15ba82ed3439b1bdaf7bc001d.jpg?v=1768332953\u0026amp;width=1200\" alt=\"Hollyland LARK M2S Wireless Microphone\" style=\"border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); width: 100%; max-width: 600px; margin: 0 auto; object-fit: cover;\"\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"hl-section\" style=\"background-color: #fbfbfd;\"\u003e\n\n        \u003cdiv class=\"hl-container hl-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.5rem; margin-bottom: 2rem; color: #1d1d1f;\"\u003eDiscreet and Powerful.\u003c\/h2\u003e\n\n            \u003cdiv style=\"font-size: 1.125rem; color: #424245; max-width: 700px; margin: 0 auto;\"\u003e\n\n                \u003cp\u003eWeighing \u003cstrong\u003eonly 7 grams\u003c\/strong\u003e and featuring a logo-free \"pearl\" design, the \u003cstrong\u003eLARK M2S\u003c\/strong\u003e offers a completely professional and discreet appearance. Ideal for weddings, interviews, and live streaming.\u003c\/p\u003e\n\n                \u003cp\u003eIts innovative \u003cstrong\u003etitanium clip\u003c\/strong\u003e ensures exceptional structural stability, keeping the microphone secure even during high-intensity activities like running or cycling.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Hi-Fi Sound --\u003e\n    \u003cdiv class=\"hl-section\"\u003e\n\n        \u003cdiv class=\"hl-container hl-text-center hl-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \u003ch2 style=\"font-size: 3rem; margin-bottom: 1rem; color: #1d1d1f;\"\u003eNatural High-Fidelity.\u003cbr\u003e\n\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6e6e73; font-size: 1.25rem; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                Capture rich details with a 24-bit\/48kHz sampling rate.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Dark Grey Card --\u003e\n            \u003cdiv class=\"hl-card-dark hl-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: #facc15; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1);\"\u003e\n\n                        \u003ci class=\"fa-solid fa-wave-square\"\u003e\u003c\/i\u003e 116dB SPL\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 2.5rem; color: white; margin-bottom: 1rem;\"\u003eCrystal Clear.\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d1d6; font-size: 1.1rem;\"\u003eWith a signal-to-noise ratio of 70dB and a maximum SPL of 116dB, it ensures ultra-low distortion even with loud audio sources. Realistic and professional recordings in every take.\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: #eab308; 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: Battery and Range --\u003e\n    \u003cdiv class=\"hl-section\" style=\"background-color: #f5f5f7;\"\u003e\n\n        \u003cdiv class=\"hl-container hl-reveal\" style=\"display: flex; flex-direction: column; gap: 3rem; animation-delay: 0.4s;\"\u003e\n\n            \u003cdiv class=\"hl-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: #6e6e73; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eTotal Battery\u003c\/h2\u003e\n\n                    \u003cdiv class=\"hl-battery-text\"\u003e\n\n                        30\u003cspan class=\"hl-battery-sup\"\u003eH\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv style=\"margin-top: 1rem; 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: #34c759;\"\u003e\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cspan style=\"font-size: 0.75rem; color: #34c759; font-weight: bold;\"\u003e1.5H Fast Charge\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: 1.5rem; color: #1d1d1f;\"\u003eLong-Range Stability.\u003c\/p\u003e\n\n                    \u003cp style=\"color: #424245;\"\u003eEnjoy \u003cstrong\u003e30 hours\u003c\/strong\u003e of total battery life and a stable transmission range of up to \u003cstrong\u003e300m (1000ft)\u003c\/strong\u003e. The RF interference-resistant circuit ensures pristine sound even in crowded urban areas.\u003c\/p\u003e\n\n                    \n                    \u003cdiv style=\"margin-top: 2rem; 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-signal\"\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: #6e6e73; text-transform: uppercase;\"\u003eRange\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003e300m (1000ft)\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: Titanium Clip --\u003e\n    \u003cdiv class=\"hl-section\"\u003e\n\n         \u003cdiv class=\"hl-container hl-text-center hl-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.5rem; margin-bottom: 3rem; color: #1d1d1f;\"\u003eDesigned for Movement.\u003c\/h2\u003e\n\n            \n            \u003cdiv class=\"hl-grid-2\"\u003e\n\n                \u003c!-- Titanium Clip Card --\u003e\n                \u003cdiv class=\"hl-card-dark hl-card-gray hl-text-left\"\u003e\n\n                    \u003ci class=\"fa-solid fa-paperclip\" style=\"font-size: 2rem; color: #facc15; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eTitanium Clip\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d1d6;\"\u003eInnovative titanium clip design for exceptional structural stability. Your microphone stays secure even during intense sports.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Noise Cancellation Card --\u003e\n                \u003cdiv class=\"hl-card-dark hl-card-gray hl-text-left\"\u003e\n\n                     \u003ci class=\"fa-solid fa-volume-xmark\" style=\"font-size: 2rem; color: #facc15; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eENC Cancellation\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d1d6;\"\u003eAdvanced ENC technology that eliminates low-frequency noise. Easily adjust 2 levels of cancellation via the LarkSound App.\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=\"hl-section\" style=\"background: #ffffff; padding-bottom: 6rem;\"\u003e\n\n        \u003cdiv class=\"hl-container hl-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n            \u003ch2 class=\"hl-text-center\" style=\"font-size: 2.5rem; margin-bottom: 3rem; color: #1d1d1f;\"\u003eUltimate Combo Mini.\u003c\/h2\u003e\n\n\n            \u003cdiv class=\"hl-bento-grid hl-grid-2\"\u003e \n                \n                \u003c!-- Combo Card --\u003e\n                \u003cdiv class=\"hl-card-dark hl-card-gray hl-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-box-open\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch3 style=\"color: white; font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eAll-in-One.\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #d1d1d6; font-size: 0.95rem;\"\u003eIncludes: 2 Pearl TX, 1 Camera Receiver, 1 USB-C Receiver, 1 Lightning Receiver, and Charging Case.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Playback Card --\u003e\n                \u003cdiv class=\"hl-card-dark hl-card-gray hl-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n\n                    \u003ci class=\"fa-solid fa-play\" style=\"font-size: 3rem; color: #eab308; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.25rem;\"\u003ePlug \u0026amp; Play\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d1d6; font-size: 0.85rem;\"\u003ePlay audio on your mobile without disconnecting the receiver.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Compatibility Card --\u003e\n                \u003cdiv class=\"hl-card-dark hl-card-gray hl-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-laptop-medical\"\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: #d1d1d6; font-size: 0.9rem; margin-bottom: 0;\"\u003eWorks with cameras, iOS, Android, Windows, and Mac. 3.5mm analog and USB-C digital outputs.\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=\"hl-section\" style=\"background: #ffffff; padding-top: 2rem;\"\u003e\n\n        \u003cdiv class=\"hl-container hl-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 2rem; color: #1d1d1f;\"\u003eHollyland LARK M2S\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eDiscreet, Powerful, and Versatile.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- HOLLYLAND LARK M2S DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Black \/ Mini Combo (Rx camera + Type-C Rx camera)","offer_id":58174060888412,"sku":"B0DNQ5D1H4","price":162.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Ultimate Combo (Camera Rx + Type-C Rx + Lightning Rx)","offer_id":58174060921180,"sku":"B0DRBJSTBH","price":180.41,"currency_code":"USD","in_stock":true},{"title":"Black \/ USB Type-C Version","offer_id":58174060953948,"sku":"B0DNQ8CLXR","price":149.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/23b485a15ba82ed3439b1bdaf7bc001d.jpg?v=1782950010","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/hollyland-lark-m2s-combo-mini-microfono-chile","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}