{"product_id":"oppo-enco-air4-pro-cancelacion-ruido-49db-ip55","title":"OPPO Enco Air4 Pro","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700\u0026family=Montserrat:wght@800\u0026display=swap');\n\n    #gsm-product-content { font-family: 'Inter', 'Montserrat', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; padding: 20px; }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { --gsm-blue: #0389FC; --gsm-navy: #00003A; --gsm-indigo: #413AF4; --gsm-yellow: #EDFF00; }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; font-family: 'Montserrat', sans-serif; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.1rem; color: #4a4a4a; }\n    \n    \/* HERO *\/\n    .gsm-hero { text-align: center; padding: 4rem 1rem; background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); border-radius: 24px; margin-bottom: 3rem; border: 1px solid #eef2f7; }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); color: #0389FC; line-height: 1.1; margin-bottom: 1rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; line-height: 1.4; }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 3rem; }\n    .gsm-card { background: #f5f5f7; padding: 2.5rem; border-radius: 24px; transition: transform 0.3s ease; border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: space-between; }\n    .gsm-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }\n    \n    \/* HIGHLIGHT CARD (NAVY) *\/\n    .gsm-card.highlight { background: #00003A; color: white !important; grid-column: span 2; }\n    @media (max-width: 768px) { .gsm-card.highlight { grid-column: span 1; } }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; } \n    .gsm-card.highlight .icon-box { background: rgba(255,255,255,0.1); color: #EDFF00; }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 1rem; color: #00003A; }\n    .icon-box { width: 56px; height: 56px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: white; color: #0389FC; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }\n    .icon-box svg { width: 32px; height: 32px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; overflow-x: auto; padding: 1rem 0.5rem; scrollbar-width: none; }\n    .review-card { background: white; border: 1px solid #eee; border-radius: 20px; padding: 2rem; min-width: 300px; flex: 1; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }\n    .stars { color: #0389FC; margin-bottom: 1rem; font-size: 1.2rem; }\n    .review-text { font-style: italic; font-size: 1rem !important; margin-bottom: 1.5rem !important; }\n    .reviewer { font-weight: 700; color: #00003A; font-size: 0.9rem; display: flex; align-items: center; gap: 10px; }\n    .reviewer::before { content: \"\"; width: 8px; height: 8px; background: #EDFF00; border-radius: 50%; }\n\n    \/* SPECS *\/\n    .specs-container { background: #fff; border-radius: 24px; border: 1px solid #f0f0f0; padding: 2.5rem; margin-bottom: 4rem; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f0f0f0; gap: 20px; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; min-width: 140px; }\n    .spec-value { color: #666; text-align: right; font-weight: 500; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid #eee; transition: all 0.3s ease; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 5px 15px rgba(3,137,252,0.1); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; font-size: 1.1rem; }\n    summary::-webkit-details-marker { display: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: 900; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; line-height: 1.6; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { flex-direction: column; overflow-x: hidden; }\n      .spec-row { flex-direction: column; gap: 5px; }\n      .spec-value { text-align: left; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eYour Silence, Your Music, Your Control\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eOPPO Enco Air4 Pro: 49dB ultra-wide noise cancellation, triple microphone system, and epic battery life so nothing stops you.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eOPPO Enco Air4 Pro\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- CARD 1: HIGHLIGHT (ANC) --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\u003cline y2=\"22\" x2=\"12\" y1=\"19\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003e49 dB Noise Cancellation\u003c\/h3\u003e\n\n\u003cp\u003eEliminates up to 99.6% of ambient noise. With 4 smart modes that automatically adjust to your environment, from the subway bustle to the calm of your home.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2: Batería --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"11\" x2=\"23\" y1=\"13\" x1=\"23\"\u003e\u003c\/line\u003e\u003cline y2=\"10\" x2=\"9\" y1=\"10\" x1=\"5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003e44 Hours of Power\u003c\/h3\u003e\n\n\u003cp\u003eEnjoy your favorite content for days. Short on time? A quick 10-minute charge gives you up to 4 hours of continuous playback.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3: Llamadas --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eTriple Microphone with AI\u003c\/h3\u003e\n\n\u003cp\u003eCrystal-clear calls even with 20 km\/h wind. Two external microphones block noise while the internal one captures your pure voice in the ear canal.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4: Resistencia --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eIP55 Protection and Warranty\u003c\/h3\u003e\n\n\u003cp\u003eResistant to rain, sweat, and dust. Ideal for training or moving in the rain. Plus, it comes with a 1-year warranty as an authorized distributor.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-bottom: 2rem;\"\u003eEnco Air Experience\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-reviews\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"The noise cancellation is insane. At the gym, I don't hear any background music, only my own playlist. Highly recommended!\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eIgnacio P. - Gamer\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"I love the transparency mode. I can talk to my office colleagues without having to take them off. The battery lasts a long time.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eValentina C. - Designer\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"I make a lot of calls for work and people hear me perfectly even when walking down a noisy street. They are super comfortable.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eRicardo L. - Executive\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; border-bottom: 3px solid #0389FC; padding-bottom: 12px; display: inline-block; margin-bottom: 2rem;\"\u003eAir4 Pro Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eNoise Cancellation\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eUp to 49 dB (99.6% filtering)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eTotal Battery Life\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eUp to 44 hours of playback\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eFast Charging\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e10 min = 4 hours of use\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eResistance\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eIP55 (Water and Dust)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eAudio System\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eTriple Microphone with Wind Noise Cancellation\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eANC Modes\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eSmart, Max, Moderate, and Mild\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eWarranty\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e1 Year (Authorized Distributor)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; text-align: center; margin-bottom: 2rem;\"\u003eUser Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow does smart cancellation work?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe earbuds detect ambient sound in real time and automatically select between Max, Moderate, or Mild modes to offer you the best balance between silence and listening comfort.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use them to run in the rain?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the IP55 certification ensures protection against water splashes and sweat, as well as being hermetic against dust, making them ideal for outdoor sports activities.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the call quality?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eExcellent. The triple microphone system and the wind noise reduction algorithm ensure your voice is heard clearly even if you are walking in airports, construction sites, or noisy streets.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem; font-size: 1.5rem;\"\u003eGSMPRO.CL Premium Support\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003e100% original product with a 1-year warranty. \u003cbr\u003e\u003cstrong\u003ePriority and secure shipping throughout Chile.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174493360476,"sku":"B0DBJXRLT7","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Captura_de_pantalla_2026-02-23_202326.png?v=1782960147","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/oppo-enco-air4-pro-cancelacion-ruido-49db-ip55","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}