{"product_id":"sonos-era-100-parlante-inteligente-wifi-chile","title":"Sonos Era 100 - Black - Wireless Smart Speaker","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- SEO: Optimized metadata for Chile --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Typography: Inter for a modern and clean aesthetic --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Encapsulamiento total mediante prefijo .gp-era100- para evitar conflictos *\/\n        .gp-era100-wrapper {\n            --gp-white: #ffffff;\n            --gp-bg-soft: #f5f5f7;\n            --gp-text-main: #1d1d1f;\n            --gp-text-muted: #86868b;\n            --gp-accent: #0071e3;\n            --gp-success: #34c759;\n            --gp-radius-lg: 32px;\n            --gp-radius-sm: 20px;\n            --gp-max-width: 800px;\n            \n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            background-color: var(--gp-white);\n            color: var(--gp-text-main);\n            line-height: 1.6;\n            margin: 0 auto;\n            max-width: var(--gp-max-width);\n            padding: 0 20px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .gp-era100-wrapper * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Hero \/ Encabezado *\/\n        .gp-era100-header {\n            text-align: center;\n            padding: 80px 20px 60px;\n        }\n\n        .gp-era100-badge {\n            display: inline-block;\n            background-color: var(--gp-bg-soft);\n            color: var(--gp-accent);\n            font-size: 0.85rem;\n            font-weight: 600;\n            padding: 8px 18px;\n            border-radius: 100px;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        .gp-era100-h1 {\n            font-size: clamp(2.5rem, 10vw, 4rem);\n            font-weight: 800;\n            line-height: 1.05;\n            letter-spacing: -0.05em;\n            margin-bottom: 24px;\n        }\n\n        .gp-era100-lead {\n            font-size: clamp(1.2rem, 5vw, 1.5rem);\n            color: var(--gp-text-muted);\n            max-width: 650px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n\n        \/* Secciones de Contenido *\/\n        .gp-era100-section {\n            padding: 30px 0;\n        }\n\n        .gp-era100-card {\n            background-color: var(--gp-bg-soft);\n            border-radius: var(--gp-radius-lg);\n            padding: 60px 40px;\n            margin-bottom: 20px;\n            transition: transform 0.3s ease;\n        }\n\n        .gp-era100-h2 {\n            font-size: clamp(1.8rem, 6vw, 2.6rem);\n            font-weight: 700;\n            margin-bottom: 24px;\n            letter-spacing: -0.03em;\n        }\n\n        .gp-era100-p {\n            font-size: 1.15rem;\n            color: var(--gp-text-muted);\n            margin-bottom: 24px;\n        }\n\n        .gp-era100-p strong {\n            color: var(--gp-text-main);\n        }\n\n        \/* Grid de Especificaciones (Iconografía Minimalista) *\/\n        .gp-era100-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n\n        .gp-era100-spec-item {\n            background: var(--gp-white);\n            padding: 30px 20px;\n            border-radius: var(--gp-radius-sm);\n            text-align: center;\n            border: 1px solid rgba(0,0,0,0.03);\n            transition: all 0.3s ease;\n        }\n\n        .gp-era100-spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n\n        .gp-era100-spec-icon {\n            font-size: 2.2rem;\n            display: block;\n            margin-bottom: 15px;\n        }\n\n        .gp-era100-spec-label {\n            font-size: 0.95rem;\n            font-weight: 700;\n            color: var(--gp-text-main);\n            display: block;\n        }\n\n        \/* Footer y Confianza *\/\n        .gp-era100-footer {\n            text-align: center;\n            padding: 80px 20px;\n        }\n\n        .gp-era100-guarantee {\n            color: var(--gp-success);\n            font-weight: 700;\n            font-size: 1.15rem;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n        }\n\n        \/* Accesibilidad: Foco visible *\/\n        .gp-era100-wrapper a:focus {\n            outline: 2px solid var(--gp-accent);\n            outline-offset: 4px;\n        }\n\n        \/* Ajustes para Móviles *\/\n        @media (max-width: 600px) {\n            .gp-era100-header { padding: 60px 10px 40px; }\n            .gp-era100-card { padding: 40px 25px; }\n            .gp-era100-h2 { font-size: 1.8rem; }\n            .gp-era100-p { font-size: 1.1rem; }\n            .gp-era100-grid { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\u003carticle class=\"gp-era100-wrapper\"\u003e\u003c!-- Hero Section --\u003e\u003cheader class=\"gp-era100-header\"\u003e\u003cspan class=\"gp-era100-badge\"\u003eAvailable at GSMPro Chile\u003c\/span\u003e\n\u003ch1 class=\"gp-era100-h1\"\u003eSonos Era 100\u003c\/h1\u003e\n\n\u003cp class=\"gp-era100-lead\"\u003eTransform every room with the detailed stereo sound and deep bass your music deserves.\u003c\/p\u003e\n\n\u003c\/header\u003e\u003cmain\u003e\u003c!-- Sección: Innovación Acústica --\u003e\n\u003csection class=\"gp-era100-section\"\u003e\n\u003cdiv class=\"gp-era100-card\"\u003e\n\n\u003ch2 class=\"gp-era100-h2\"\u003eThe Evolution of an Icon\u003c\/h2\u003e\n\n\u003cp class=\"gp-era100-p\"\u003eEquipped with a \u003cstrong\u003e47% faster\u003c\/strong\u003e processor and a new dual-tweeter acoustic architecture, the Era 100 achieves detailed stereo separation that fills any room with astonishing clarity.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Potencia de Bajos --\u003e\n\u003csection class=\"gp-era100-section\"\u003e\n\u003cdiv class=\"gp-era100-card\"\u003e\n\n\u003ch2 class=\"gp-era100-h2\"\u003eBass You Can Feel\u003c\/h2\u003e\n\n\u003cp class=\"gp-era100-p\"\u003eMany compact speakers sound \"flat.\" The Era 100 solves this with a \u003cstrong\u003e25% larger mid-woofer\u003c\/strong\u003e, specifically designed to deepen low frequencies and deliver rhythmic impact you'll feel in every note.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Grid de Características Técnicas --\u003e\n\u003csection class=\"gp-era100-section\"\u003e\n\u003cdiv class=\"gp-era100-card\"\u003e\n\n\u003ch2 class=\"gp-era100-h2\"\u003eLimitless Connectivity\u003c\/h2\u003e\n\n\u003cp class=\"gp-era100-p\"\u003eVersatility is key. Enjoy a complete audio experience regardless of the source, whether through wireless streaming or a physical connection.\u003c\/p\u003e\n\n\u003cdiv class=\"gp-era100-grid\"\u003e\n\n\u003cdiv class=\"gp-era100-spec-item\"\u003e\n\n\u003cspan class=\"gp-era100-spec-icon\"\u003e📡\u003c\/span\u003e \u003cspan class=\"gp-era100-spec-label\"\u003eHigh-fidelity WiFi 6\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gp-era100-spec-item\"\u003e\n\n\u003cspan class=\"gp-era100-spec-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"gp-era100-spec-label\"\u003eBluetooth 5.0\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gp-era100-spec-item\"\u003e\n\n\u003cspan class=\"gp-era100-spec-icon\"\u003e🔌\u003c\/span\u003e \u003cspan class=\"gp-era100-spec-label\"\u003e3.5mm Line-in\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gp-era100-spec-item\"\u003e\n\n\u003cspan class=\"gp-era100-spec-icon\"\u003e🎤\u003c\/span\u003e \u003cspan class=\"gp-era100-spec-label\"\u003eVoice Control\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Trueplay Tuning --\u003e\n\u003csection class=\"gp-era100-section\"\u003e\n\u003cdiv class=\"gp-era100-card\"\u003e\n\n\u003ch2 class=\"gp-era100-h2\"\u003eSound Tuned to Your Space\u003c\/h2\u003e\n\n\u003cp class=\"gp-era100-p\"\u003eWith \u003cstrong\u003eTrueplay™\u003c\/strong\u003e technology, the Era 100 analyzes the unique acoustics of your room and automatically optimizes the equalization. This way, all your content sounds exactly as it should, no matter where you place the speaker.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Diseño Sostenible --\u003e\n\u003csection style=\"border-bottom: none;\" class=\"gp-era100-section\"\u003e\n\u003cdiv class=\"gp-era100-card\"\u003e\n\n\u003ch2 class=\"gp-era100-h2\"\u003eConscious Design\u003c\/h2\u003e\n\n\u003cp class=\"gp-era100-p\"\u003eMade with recycled plastics and 100% recyclable packaging, the Era 100 is as good for the planet as it is for your ears. Its compact design fits perfectly on bookshelves, in kitchens, or on nightstands.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Footer: Confianza y Cierre --\u003e\u003cfooter class=\"gp-era100-footer\"\u003e\n\u003cdiv class=\"gp-era100-guarantee\"\u003e\n\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Official GSMPRO Chile Warranty\u003c\/div\u003e\n\n\u003cp style=\"margin: 0 auto; max-width: 500px;\" class=\"gp-era100-p\"\u003eElevate your listening experience with Sonos' technical reliability and the backing of \u003cstrong\u003eGSMPRO.cl\u003c\/strong\u003e. Fast shipping to all of Chile.\u003c\/p\u003e\n\n\u003c\/footer\u003e\u003c\/main\u003e\u003c\/article\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"White \/ 2- Soportes para altavoces","offer_id":58174652514652,"sku":"B0CCPRGPKZ","price":454.59,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2- Soportes para altavoces","offer_id":58174652547420,"sku":"B0CCPRD4VV","price":454.59,"currency_code":"USD","in_stock":true},{"title":"White \/ 1- Orator","offer_id":58174652580188,"sku":"B0BW2LVJ4P","price":344.52,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1- Orator","offer_id":58174652612956,"sku":"B0BW34LCB8","price":344.52,"currency_code":"USD","in_stock":true},{"title":"White \/ 2- Altavoces inalámbricos inteligentes","offer_id":58174652645724,"sku":"B0DVSSFLRH","price":651.42,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2- Altavoces","offer_id":58174652678492,"sku":"B0DVSSL51C","price":651.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/a036dadece33e85018258613a5adca4d_c36ec151-531e-4c78-a454-6b03110d73c0.jpg?v=1782962492","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/sonos-era-100-parlante-inteligente-wifi-chile","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}