{"product_id":"redmagic-10s-pro","title":"ZTE Nubia RedMagic 10S Pro","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Exo+2:wght@600;700;800\u0026family=Roboto:wght@400;500;700\u0026display=swap');\n\n  \/* --- Contenedor Principal y Estilos Generales --- *\/\n  #oura-full-description {\n    font-family: 'Roboto', sans-serif;\n    background-color: #1a1a1a;\n    color: #e0e0e0;\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n    border-radius: 16px;\n  }\n  #oura-full-description strong {\n    font-weight: 700;\n    color: #ff4d4d;\n  }\n  #oura-full-description h3 {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 28px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    border-bottom: 2px solid #ff4d4d;\n    padding-bottom: 10px;\n    margin-top: 40px;\n    margin-bottom: 20px;\n  }\n\n  \/* --- Sección de Introducción --- *\/\n  .oura-header {\n    text-align: center;\n    margin-bottom: 25px;\n  }\n  .oura-title {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 3.2em;\n    font-weight: 800;\n    margin-bottom: 10px;\n    color: #ffffff;\n    text-shadow: 0 0 10px rgba(255, 77, 77, 0.5);\n  }\n  .oura-subtitle {\n    font-size: 1.5em;\n    color: #bdbdbd;\n    margin-top: 0;\n    margin-bottom: 25px;\n    font-weight: 500;\n  }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 30px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n    border: 1px solid #333;\n  }\n\n  \/* --- Aviso Destacado --- *\/\n  .highlight-notice {\n    background-color: #222;\n    border: 1px solid #ffffff;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin: 30px auto;\n    font-size: 1.1em;\n    color: #f0f0f0;\n    text-align: center;\n    line-height: 1.6;\n  }\n  .highlight-notice strong {\n    font-family: 'Exo 2', sans-serif;\n    font-weight: 700;\n    font-size: 1.2em;\n  }\n\n  \/* --- Descripción de Producto --- *\/\n  .product-description p {\n    font-size: 1.1em;\n    line-height: 1.8;\n    color: #bdbdbd;\n  }\n\n  \/* --- Sección de Tarjetas de Características --- *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 25px;\n    margin: 40px 0;\n  }\n  .feature-card {\n    background-color: #252525;\n    padding: 30px;\n    border-radius: 12px;\n    border: 1px solid #444;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .feature-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 0 25px rgba(255, 77, 77, 0.3);\n    border-color: #ff4d4d;\n  }\n  .feature-card h4 {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 1.6em;\n    font-weight: 700;\n    margin-top: 0;\n    margin-bottom: 15px;\n    color: #ff4d4d;\n  }\n  .feature-card p {\n    font-size: 1.05em;\n    line-height: 1.7;\n    color: #bdbdbd;\n    margin-bottom: 0;\n  }\n\n  \/* --- Preguntas Frecuentes (FAQ) --- *\/\n  .faq-container-oura {\n    margin-top: 50px;\n  }\n  .faq-title {\n    font-family: 'Exo 2', sans-serif;\n    font-size: 2.2em;\n    font-weight: 700;\n    text-align: center;\n    color: #ffffff;\n    margin-bottom: 30px;\n    border-top: 1px solid #444;\n    padding-top: 40px;\n  }\n  .faq-accordion .faq-item {\n    background-color: #252525;\n    border-radius: 12px;\n    margin-bottom: 15px;\n    border: 1px solid #444;\n    overflow: hidden;\n  }\n  .faq-accordion summary {\n    font-size: 1.2em;\n    font-weight: 500;\n    padding: 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: #fff;\n    list-style: none;\n  }\n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  .faq-icon {\n    color: #ff4d4d;\n    transition: transform 0.3s ease;\n    font-size: 1.8em;\n    font-weight: 600;\n  }\n  .faq-item[open] \u003e summary .faq-icon {\n    transform: rotate(45deg);\n  }\n  .faq-answer {\n    padding: 0 20px 20px 20px;\n    color: #bdbdbd;\n    line-height: 1.7;\n    border-top: 1px solid #444;\n    margin-top: 10px;\n  }\n  .faq-answer p { margin: 0; }\n\n  \/* --- Ficha Técnica --- *\/\n  .technical-specs {\n    margin-top: 40px;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 1.05em;\n  }\n  .specs-table td {\n    padding: 15px;\n    border-bottom: 1px solid #444;\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .specs-table tr td:first-child {\n    font-weight: 500;\n    width: 40%;\n    color: #fff;\n  }\n\n  \/* --- Media Queries para Responsividad --- *\/\n  @media (min-width: 768px) {\n    .features-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 480px) {\n    .oura-title { font-size: 2.5em; }\n    .oura-subtitle { font-size: 1.3em; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"oura-full-description\"\u003e\n\n\u003cdiv class=\"oura-header\"\u003e\n\n\u003ch1 class=\"oura-title\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eRedMagic 10s Pro\u003c\/span\u003e\u003c\/h1\u003e\n\n\u003cp class=\"oura-subtitle\"\u003ePower Unleashed. The Ultimate Gaming Experience.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/redmagic10sprorgb.png?v=1758906604\" alt=\"Smartphone gamer ZTE Nubia RedMagic 10s Pro en color negro con luces RGB\" class=\"hero-image\"\u003e\n\u003cdiv class=\"highlight-notice\"\u003e\n\n\u003cstrong\u003eThe Perfect War Machine\u003c\/strong\u003e\u003cbr\u003eEngineered for total domination, the RedMagic 10s Pro merges brutal performance with cutting-edge technology to give you an unparalleled competitive edge.\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eThe New King of Gaming Performance\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eZTE Nubia RedMagic 10s Pro\u003c\/strong\u003e is not just a smartphone; it's a statement of intent. Equipped with the \u003cstrong\u003eSnapdragon® 8 Gen 4\u003c\/strong\u003e chipset and optimized by the Red Core 2 gaming co-processor, this device smashes all performance limits. Immerse yourself in an ultra-smooth gaming experience, with console-quality graphics and instant response that will always keep you one step ahead of your rivals.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Redmagic10sprocooler.png?v=1758905583\" alt=\"Detalle del sistema de refrigeración activa ICE 14.0 del RedMagic 10s Pro\" class=\"section-image\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eE-Sports Level Cooling\u003c\/h3\u003e\n\n\u003cp\u003eOverheating is a thing of the past. Our revolutionary \u003cstrong\u003eICE 14.0 multidimensional cooling system\u003c\/strong\u003e, with an improved 22,000 RPM turbofan and a dual-layer vapor chamber, keeps the device at an optimal temperature even during the most intense and prolonged gaming sessions. Play for hours with maximum performance, without any FPS drops.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eImmersive 165Hz Display\u003c\/h4\u003e\n\n\u003cp\u003eExperience unprecedented visual fluidity on its 6.8\" AMOLED display with Under-Display Camera (UDC). With a 165Hz refresh rate and 960Hz touch sampling rate, every swipe and tap is incredibly precise.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e520Hz Touch Shoulder Triggers\u003c\/h4\u003e\n\n\u003cp\u003eTake full control with the dual shoulder triggers. With improved response speed, they are fully customizable, allowing you to adapt your controls to any game and execute complex actions with ease.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eUltra-Long-Lasting Battery\u003c\/h4\u003e\n\n\u003cp\u003eThe monstrous 6500mAh battery provides power for the entire day. And with \u003cstrong\u003e120W Magic Flash ultra-fast charging\u003c\/strong\u003e, you'll go from 0 to 100% in less than 20 minutes. Less waiting time, more winning time.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eDTS:X Surround Sound\u003c\/h4\u003e\n\n\u003cp\u003eImmerse yourself completely in the action with its dual stereo speakers and DTS:X Ultra sound technology. Hear every step, every shot, and every detail with exceptional clarity and positioning.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-oura\"\u003e\n\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eHow does the active cooling system work?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe ICE 14.0 system uses a high-speed physical fan that actively expels heat from the processor, combined with advanced dissipation materials such as a vapor chamber and graphene, ensuring sustained performance.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eAre the triggers compatible with all games?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, the triggers are fully customizable via the Game Space software. You can map any on-screen action (aiming, shooting, jumping, etc.) to the triggers for use in virtually any game.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs this model the Global version?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, this is the official Global model, compatible with the main 4G and 5G networks in Latin America and worldwide. It comes with Google Play Store and full services pre-installed.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat's in the box?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe box includes the RedMagic 10s Pro, a 120W wall charger, a USB-C to USB-C cable, a protective case, a SIM ejector tool, and documentation.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"technical-specs\"\u003e\n\n\u003ch3\u003eTechnical Specifications - RedMagic 10s Pro\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003eQualcomm Snapdragon® 8 Gen 4 + Red Core 2 Pro\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\n\u003ctd\u003e6.8\" FHD+ AMOLED, 165Hz, 960Hz touch sampling, 1600 nits, UDC Gen 5\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCooling\u003c\/td\u003e\n\n\u003ctd\u003eICE 14.0 Active System with 22,000 RPM Turbofan\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRAM and Storage\u003c\/td\u003e\n\n\u003ctd\u003eUp to 24GB LPDDR5X + 1TB UFS 4.0\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery and Charging\u003c\/td\u003e\n\n\u003ctd\u003e6500mAh with 120W Magic Flash Fast Charging\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eTriggers\u003c\/td\u003e\n\n\u003ctd\u003e520Hz Dual Shoulder Triggers\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRear Cameras\u003c\/td\u003e\n\n\u003ctd\u003eMain 50MP (OIS) + Ultra Wide 12MP + Macro 2MP\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\n\u003ctd\u003e5G, Wi-Fi 7, Bluetooth 5.4, NFC, 3.5mm Jack, Dual SIM\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eOperating System\u003c\/td\u003e\n\n\u003ctd\u003eRedMagic OS 9.0 based on Android 15\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"1 TB \/ 24 GB RAM \/ Dusk","offer_id":58174750622044,"sku":null,"price":1155.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ Twilight","offer_id":58174750654812,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ Moonlight","offer_id":58174750687580,"sku":null,"price":899.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 RAM \/ Dusk","offer_id":58174750720348,"sku":null,"price":915.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ Dusk","offer_id":58174750753116,"sku":"6974608311131","price":899.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 RAM \/ Twilight","offer_id":58174750785884,"sku":"6974608311148","price":915.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 RAM \/ Moonlight","offer_id":58174750818652,"sku":"6974608311155","price":915.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ Moonlight","offer_id":58174750851420,"sku":"6974608311179","price":1155.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ Twilight","offer_id":58174750884188,"sku":"6974608311537","price":1155.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/nubia-redmagic-10s-pro.png?v=1782964149","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/redmagic-10s-pro","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}