{"product_id":"xiaomi-17-pro-max","title":"Xiaomi 17 Pro Max","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  \/* --- Importación de Fuentes --- *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026display=swap');\n\n  \/* --- Paleta de Colores y Variables de Xiaomi --- *\/\n  :root {\n    --xiaomi-orange: #FF6900;\n    --text-dark: #212121;\n    --text-light: #616161;\n    --bg-light: #f7f7f7;\n    --border-color: #e0e0e0;\n    --warning-red-bg: #FFF5F5;\n    --warning-red-border: #E53E3E;\n    --warning-red-text: #C53030;\n  }\n\n  \/* --- Contenedor Principal y Estilos Generales --- *\/\n  #xiaomi-full-description {\n    font-family: 'Inter', sans-serif;\n    color: var(--text-dark);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  #xiaomi-full-description strong {\n    font-weight: 600;\n  }\n  #xiaomi-full-description h3 {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-dark);\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 10px;\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  \/* --- Sección de Introducción --- *\/\n  .xiaomi-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n  .xiaomi-title {\n    font-size: 2.8em;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n  .xiaomi-subtitle {\n    font-size: 1.4em;\n    color: var(--text-light);\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.08);\n  }\n  .section-image {\n    margin: 20px 0;\n  }\n\n  \/* --- Aviso Destacado (Estilo Xiaomi) --- *\/\n  .highlight-notice {\n    background-color: var(--bg-light);\n    border-left: 4px solid var(--xiaomi-orange);\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    color: var(--text-dark);\n    text-align: left;\n    line-height: 1.6;\n  }\n  .highlight-notice strong {\n    color: var(--xiaomi-orange);\n    font-weight: 700;\n  }\n\n  \/* --- NUEVO: Aviso de Advertencia para Versión China --- *\/\n  .warning-notice {\n    background-color: var(--warning-red-bg);\n    border: 1px solid var(--warning-red-border);\n    border-left-width: 4px;\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    color: var(--text-dark);\n    line-height: 1.6;\n  }\n  .warning-notice strong {\n    color: var(--warning-red-text);\n    font-weight: 700;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  \/* --- Descripción de Producto --- *\/\n  .product-description p {\n    font-size: 1.1em;\n    line-height: 1.7;\n    color: var(--text-light);\n  }\n\n  \/* --- Estilos para la sección de Tarjetas --- *\/\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: #fff;\n    padding: 30px;\n    border-radius: 12px;\n    border: 1px solid var(--border-color);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0,0,0,0.08);\n  }\n  .feature-card h4 {\n    font-size: 1.5em;\n    font-weight: 700;\n    margin-top: 0;\n    margin-bottom: 15px;\n    color: var(--xiaomi-orange); \/* Color de acento *\/\n  }\n  .feature-card p {\n    font-size: 1.05em;\n    line-height: 1.7;\n    color: var(--text-light);\n    margin-bottom: 0;\n  }\n\n  \/* --- Estilos: Preguntas Frecuentes (FAQ) --- *\/\n  .faq-container-xiaomi {\n    margin-top: 50px;\n  }\n  .faq-title {\n    font-size: 2em;\n    font-weight: 700;\n    text-align: center;\n    color: var(--text-dark);\n    margin-bottom: 30px;\n    border-top: 1px solid var(--border-color);\n    padding-top: 40px;\n  }\n  .faq-accordion .faq-item {\n    background-color: #fff;\n    border-radius: 12px;\n    margin-bottom: 15px;\n    border: 1px solid var(--border-color);\n    overflow: hidden;  \n  }\n  .faq-accordion summary {\n    font-size: 1.2em;\n    font-weight: 600;\n    padding: 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none; \n    transition: color 0.3s ease;\n  }\n  .faq-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n  .faq-icon {\n    font-size: 1.5em;\n    font-weight: 400;\n    color: var(--xiaomi-orange);\n    transition: transform 0.3s ease;\n  }\n  .faq-item[open] \u003e summary {\n    color: var(--xiaomi-orange); \/* Se activa el color al abrir *\/\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: var(--text-light);\n    line-height: 1.7;\n  }\n  .faq-answer p {\n    margin: 0;\n  }\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 12px;\n    border-bottom: 1px solid #eee;\n  }\n  .specs-table tr td:first-child {\n    font-weight: 600;\n    color: var(--text-dark);\n    width: 40%;\n  }\n\n  \/* --- Responsive Media Queries --- *\/\n  @media (min-width: 768px) {\n    .features-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n  @media (max-width: 480px) {\n    .xiaomi-title { font-size: 2.2em; }\n    .xiaomi-subtitle { font-size: 1.2em; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"xiaomi-full-description\"\u003e\n\n\u003cdiv class=\"xiaomi-header\"\u003e\n\n\u003ch1 class=\"xiaomi-title\"\u003eXiaomi 17 Pro Max\u003c\/h1\u003e\n\n\u003cp class=\"xiaomi-subtitle\"\u003eThe Convergence of Power and Art.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"hero-image\" alt=\"Smartphone Xiaomi 17 Pro Max in titanium finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Xiaomi_17_Pro_Max.png?v=1760123673\"\u003e\n\u003cdiv class=\"highlight-notice\"\u003e\n\n\u003cstrong\u003eThe Future in Your Hands.\u003c\/strong\u003e\u003cbr\u003eExperience the new era of mobile photography and unprecedented performance.\u003c\/div\u003e\n\n\u003cdiv class=\"warning-notice\"\u003e\n\n\u003cstrong\u003e⚠️ Important Notice: Chinese Version (CN)\u003c\/strong\u003e\n\u003cp\u003eThis device is the version for the Chinese market. \u003cstrong\u003eIt does not include pre-installed Google services\u003c\/strong\u003e (Google Play Store, Gmail, Maps, etc.).\u003c\/p\u003e\n\n\u003cp\u003eDue to this, some global applications, especially \u003cstrong\u003ebanking and payment apps\u003c\/strong\u003e (like Google Pay), may not be compatible or function correctly. It is recommended for advanced users familiar with manual software installation.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003ePlease consider this information before purchasing!\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003ePrecision Engineering\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eXiaomi 17 Pro Max\u003c\/strong\u003e redefines what a smartphone can do. Designed with an \u003cstrong\u003eAerospace Titanium\u003c\/strong\u003e body and protected by our innovative Nanoceramic glass, it offers unparalleled strength and lightness. Every detail has been meticulously crafted to deliver a premium experience in your hands.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"section-image\" alt=\"Detail of the Leica camera system of the Xiaomi 17 Pro Max\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Xiaomi_17_Pro_Max5.png?v=1760125502\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eProfessional Photography with Leica Optics\u003c\/h3\u003e\n\n\u003cp\u003eCapture the world with astonishing clarity thanks to the triple camera system co-developed with \u003cstrong\u003eLeica\u003c\/strong\u003e. The 1-inch main sensor and variable aperture, along with the \u003cstrong\u003eXiaomi AISP\u003c\/strong\u003e AI engine, guarantee spectacular photos and videos in any light condition. From cinematic portraits to night landscapes, your creativity will have no limits.\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\u003e2K+ Fluid AMOLED Display\u003c\/h4\u003e\n\n\u003cp\u003eImmerse yourself in an immersive visual experience with the 6.8-inch screen and adaptive refresh rate of \u003cstrong\u003e1-144Hz\u003c\/strong\u003e. Its maximum brightness of 3000 nits ensures perfect visibility even under direct sunlight.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eExtreme and Efficient Power\u003c\/h4\u003e\n\n\u003cp\u003eEquipped with the \u003cstrong\u003eSnapdragon 8 Elite Gen 5\u003c\/strong\u003e processor, the Xiaomi 17 Pro Max offers elite performance for gaming and multitasking. The liquid cooling system maintains the ideal temperature for sustained performance.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eAll-Day Battery Life and More\u003c\/h4\u003e\n\n\u003cp\u003eWith a 7\u003cstrong\u003e500mAh\u003c\/strong\u003e battery and \u003cstrong\u003eHyperCharge 2.0\u003c\/strong\u003e technology, get 100% charge in just 18 minutes with a cable (100W) or in 30 minutes wirelessly (50W). You'll never run out of power.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eImmersive Audio and Total Connectivity\u003c\/h4\u003e\n\n\u003cp\u003eEnjoy high-resolution stereo sound with dual speakers tuned by Harman Kardon. It also features the latest \u003cstrong\u003eWi-Fi 8\u003c\/strong\u003e and \u003cstrong\u003e5G+\u003c\/strong\u003e technology for ultra-fast connection at all times.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-xiaomi\"\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\u003eWhat improvements does the Leica camera bring this year?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe new co-developed system with Leica includes a larger 1-inch main sensor, a variable aperture of f\/1.4-f\/4.0 for total depth of field control, and a new periscope telephoto lens with 10x optical zoom and up to 120x digital zoom.\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 the phone water-resistant?\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 Xiaomi 17 Pro Max has \u003cstrong\u003eIP68\u003c\/strong\u003e certification, which guarantees its resistance to dust and water, allowing it to be submerged up to 1.5 meters for 30 minutes.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat operating system does it use?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt comes with \u003cstrong\u003eHyperOS 3.0\u003c\/strong\u003e based on Android 16, offering a fluid, customizable interface and an ecosystem connected with other Xiaomi products. It is guaranteed 4 Android updates and 5 years of security patches.\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 it compatible with dual SIM or eSIM?\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 device is compatible with Dual SIM (nano-SIM + nano-SIM) and also supports \u003cstrong\u003eeSIM\u003c\/strong\u003e technology, allowing you to have multiple lines on a single device.\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 - Xiaomi 17 Pro Max\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\n\u003ctd\u003e6.9\" AMOLED LTPO 4.0, 2K+ Resolution (3200x1440), 1-144Hz adaptive, 3000 nits\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003e\u003cspan\u003eQualcomm SM8850-AC Snapdragon 8 Elite Gen 5 (3 nm)\u003c\/span\u003e\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\u003e16GB \/ 24GB LPDDR5X | 512GB \/ 1TB \/ 2TB UFS 4.1\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRear Camera (Leica)\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cstrong\u003eMain:\u003c\/strong\u003e 50MP, 1\", f\/1.4-f\/4.0 | \u003cstrong\u003eUltra Wide-Angle:\u003c\/strong\u003e 50MP, 122° | \u003cstrong\u003eTelephoto:\u003c\/strong\u003e 50MP, OIS, 10x Optical Zoom\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFront Camera\u003c\/td\u003e\n\n\u003ctd\u003e32MP with autofocus\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery\u003c\/td\u003e\n\n\u003ctd\u003e7500mAh with HyperCharge 2.0: 100W (wired) and 50W (wireless)\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 8, Bluetooth 5.4, NFC, Dual GPS, USB-C 3.2\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eOperating System\u003c\/td\u003e\n\n\u003ctd\u003eHyperOS 3.0 (Based on Android 16)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBox Contents\u003c\/td\u003e\n\n\u003ctd\u003eXiaomi 17 Pro Max, 150W Power Adapter, USB-C Cable, Protective Case, SIM Ejector.\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":"512 GB \/ 16 GB RAM \/ Black","offer_id":58174731551068,"sku":"6932554458843","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 RAM \/ Green","offer_id":58174731583836,"sku":"6932554458867","price":1090.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 RAM \/ Black","offer_id":58174731616604,"sku":"6932554458874","price":1090.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 16 GB RAM \/ Purple","offer_id":58174731649372,"sku":"6932554458928","price":1290.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 RAM \/ Purple","offer_id":58174731682140,"sku":"6932554458942","price":1090.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 16 GB RAM \/ Green","offer_id":58174731714908,"sku":"6932554459024","price":1290.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 RAM \/ White","offer_id":58174731747676,"sku":"6932554459109","price":1090.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Green","offer_id":58174731780444,"sku":"6932554459123","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Purple","offer_id":58174731813212,"sku":"6932554459246","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 16 GB RAM \/ White","offer_id":58174731845980,"sku":null,"price":1290.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 16 GB RAM \/ Black","offer_id":58174731878748,"sku":null,"price":1290.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ White","offer_id":58174731911516,"sku":null,"price":1150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Xiaomi_17_Pro_Max2.png?v=1782963501","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/xiaomi-17-pro-max","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}