{"product_id":"iphone-16-plus","title":"iPhone 16 Plus","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --apple-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        --text-color: #1d1d1f;\n        --secondary-text-color: #6e6e73;\n        --background-color: #ffffff;\n        --section-background: #f5f5f7;\n        --divider-color: #d2d2d7;\n        --link-color: #0066cc;\n        --border-radius: 12px;\n    }\n\n    .product-description-container {\n        font-family: var(--apple-font-family);\n        color: var(--text-color);\n        background-color: var(--background-color);\n        line-height: 1.6;\n        padding: 10px;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .pd-header {\n        text-align: center;\n        padding: 40px 20px;\n    }\n\n    .pd-header h1 {\n        font-size: 2.8rem;\n        font-weight: 600;\n        margin: 0;\n        color: var(--text-color);\n    }\n\n    .pd-header h2 {\n        font-size: 1.5rem;\n        font-weight: 400;\n        margin-top: 10px;\n        color: var(--secondary-text-color);\n    }\n\n    .pd-section {\n        padding: 40px 15px;\n        border-bottom: 1px solid var(--divider-color);\n    }\n    \n    .pd-section:last-child {\n        border-bottom: none;\n    }\n\n    .pd-section-title {\n        font-size: 2rem;\n        font-weight: 600;\n        text-align: center;\n        margin-bottom: 30px;\n    }\n\n    .feature-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 20px;\n        text-align: center;\n    }\n\n    .feature-item {\n        padding: 25px;\n        background-color: var(--section-background);\n        border-radius: var(--border-radius);\n        text-align: center;\n    }\n    \n    .feature-item svg {\n        margin: 0 auto 10px auto;\n        color: var(--link-color);\n    }\n\n    .feature-item h3 {\n        font-size: 1.2rem;\n        font-weight: 600;\n        margin-top: 10px;\n        margin-bottom: 5px;\n    }\n\n    .feature-item p {\n        color: var(--secondary-text-color);\n        font-size: 0.95rem;\n        margin: 0;\n    }\n    \n    .esim-notice {\n        background-color: #e8f0fe;\n        border: 1px solid #d1e0fc;\n        border-radius: var(--border-radius);\n        padding: 25px;\n        margin: 15px 0;\n        text-align: center;\n    }\n\n    .esim-notice h3 {\n        color: var(--link-color);\n        margin-top: 0;\n        font-size: 1.3rem;\n    }\n\n    .esim-notice p {\n        font-size: 1rem;\n        color: #333;\n    }\n    \n    .faq-item {\n        margin-bottom: 20px;\n        padding-bottom: 20px;\n        border-bottom: 1px solid var(--divider-color);\n    }\n\n    .faq-item:last-child {\n        border-bottom: none;\n        margin-bottom: 0;\n        padding-bottom: 0;\n    }\n\n    .faq-item h4 {\n        margin: 0 0 5px 0;\n        font-size: 1.1rem;\n    }\n\n    .faq-item p {\n        margin: 0;\n        color: var(--secondary-text-color);\n        font-size: 0.95rem;\n    }\n    \n    .box-content-list {\n        list-style: none;\n        padding: 0;\n        text-align: center;\n    }\n    .box-content-list li {\n        margin-bottom: 10px;\n        font-size: 1.1rem;\n    }\n\n    \/* Estilos para el desplegable de especificaciones *\/\n    .specs-collapsible {\n        background-color: var(--section-background);\n        border-radius: var(--border-radius);\n        margin-top: 20px;\n        border: 1px solid transparent; \/* Borde sutil *\/\n        transition: border 0.3s;\n    }\n\n    .specs-collapsible[open] {\n        border: 1px solid var(--divider-color);\n    }\n    \n    .specs-collapsible summary {\n        font-weight: 600;\n        font-size: 1.2rem;\n        padding: 20px;\n        cursor: pointer;\n        list-style: none; \/* Ocultar marcador por defecto *\/\n        position: relative;\n        outline: none;\n    }\n\n    .specs-collapsible summary::-webkit-details-marker {\n        display: none;\n    }\n\n    \/* Icono personalizado para el desplegable *\/\n    .specs-collapsible summary::after {\n        content: '+';\n        position: absolute;\n        right: 20px;\n        top: 50%;\n        transform: translateY(-50%);\n        font-size: 1.8rem;\n        font-weight: 300;\n        color: var(--link-color);\n        transition: transform 0.2s ease-in-out;\n    }\n\n    .specs-collapsible[open] summary::after {\n        transform: translateY(-50%) rotate(45deg);\n    }\n\n    .specs-list {\n        list-style: none;\n        padding: 0 20px 20px 20px;\n        margin: 0;\n    }\n\n    .specs-list li {\n        display: flex;\n        flex-direction: column;\n        padding: 12px 0;\n        border-top: 1px solid var(--divider-color);\n        font-size: 0.95rem;\n    }\n\n    .specs-list li strong {\n        color: var(--text-color);\n        margin-bottom: 4px;\n    }\n\n    .specs-list li span {\n        color: var(--secondary-text-color);\n    }\n\n    @media (max-width: 600px) {\n        .pd-header h1 {\n            font-size: 2.2rem;\n        }\n        .pd-header h2 {\n            font-size: 1.2rem;\n        }\n        .pd-section-title {\n            font-size: 1.6rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\n\u003c!-- Encabezado Principal --\u003e\n\u003cdiv class=\"pd-header\"\u003e\n\n\u003ch1\u003eiPhone 16 Plus\u003c\/h1\u003e\n\n\u003ch2\u003eA giant experience.\u003c\/h2\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Descripción del dispositivo --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\n\u003ch2 class=\"pd-section-title\"\u003eBig in every way\u003c\/h2\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003ch3\u003eSuper Retina XDR Display\u003c\/h3\u003e\n\n\u003cp\u003eImmerse yourself in its spectacular 6.7-inch screen with OLED technology. More vivid colors and sharp details than ever before.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 4l4-4 4 4\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 0v11a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V0l4 4-4 4-4-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 24l-4-4 4-4 4 4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 11v13\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eA18 Chip: Intelligent Power\u003c\/h3\u003e\n\n\u003cp\u003eWith the A18 chip, everything is faster and smoother. Enjoy superior performance and Apple's latest artificial intelligence.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"13\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003ch3\u003eAdvanced Camera System\u003c\/h3\u003e\n\n\u003cp\u003eCapture spectacular photos and videos with the 48 MP main sensor. Realistic colors and amazing detail in every shot.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19\"\u003e\u003c\/path\u003e\u003cline x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\"\u003e\u003c\/line\u003e\u003cpolyline points=\"11 6 7 12 13 12 9 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003ch3\u003eBattery to keep up with you\u003c\/h3\u003e\n\n\u003cp\u003eEnjoy up to 27 hours of video. The longest battery life in an iPhone, so you can do more of what you love, for longer.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Aviso Importante sobre eSIM --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\n\u003cdiv class=\"esim-notice\"\u003e\n\n\u003ch3\u003eWelcome to the eSIM era\u003c\/h3\u003e\n\n\u003cp\u003eThis iPhone is compatible with eSIM (digital SIM) technology. Activate your line easily with your carrier in Chile (Entel, Movistar, WOM, Claro, and more). It's simpler and more secure!\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Sección Ficha Técnica Desplegable --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\n\u003ch2 class=\"pd-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdetails class=\"specs-collapsible\"\u003e\n\u003csummary\u003eSee all details\u003c\/summary\u003e\n\u003cul class=\"specs-list\"\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eDisplay:\u003c\/strong\u003e \u003cspan\u003e6.7\" Super Retina XDR (OLED) with True Tone, 2796x1290 at 460 ppi.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eChip:\u003c\/strong\u003e \u003cspan\u003eA18. 6-core CPU, 5-core GPU, 16-core Neural Engine.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eRear Camera:\u003c\/strong\u003e \u003cspan\u003eDual system: 48 MP Main, 12 MP Ultra Wide, 12 MP 2x Telephoto.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eFront Camera:\u003c\/strong\u003e \u003cspan\u003e12 MP camera with ƒ\/1.9 aperture and autofocus.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eVideo:\u003c\/strong\u003e \u003cspan\u003e4K Dolby Vision. Cinematic mode and Action mode.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eBattery:\u003c\/strong\u003e \u003cspan\u003eUp to 27 hours of video. Fast charging and MagSafe\/Qi wireless charging.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eSIM:\u003c\/strong\u003e \u003cspan\u003eCompatible with Dual SIM (nano-SIM and eSIM) and Dual eSIM.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eConnectivity:\u003c\/strong\u003e \u003cspan\u003e5G, Wi-Fi 6E, Bluetooth 5.3, NFC, and precision GPS.\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Sección ¿Por qué GSMPRO.CL? --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\n\u003ch2 class=\"pd-section-title\"\u003eYour purchase, our priority\u003c\/h2\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003ch3\u003eNew and Sealed\u003c\/h3\u003e\n\n\u003cp\u003eYou receive a 100% new iPhone in its original, sealed box. The perfect experience you expect from Apple!\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\n\u003ch3\u003eFree and Insured Shipping\u003c\/h3\u003e\n\n\u003cp\u003eWe ship your iPhone throughout Chile at no cost. Your purchase is protected and insured until it reaches your hands.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Sección Preguntas Frecuentes --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\n\u003ch2 class=\"pd-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch4\u003eIs it compatible with my carrier in Chile (Entel, WOM, etc.)?\u003c\/h4\u003e\n\n\u003cp\u003eYes, all our iPhones are factory unlocked and work perfectly with all carriers in Chile and worldwide.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch4\u003eIs the device really new?\u003c\/h4\u003e\n\n\u003cp\u003eAbsolutely. When you buy this version, you receive a 100% new iPhone, in its original factory-sealed box.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch4\u003eWhat storage capacity should I choose?\u003c\/h4\u003e\n\n\u003cp\u003e\u003cstrong\u003e256GB:\u003c\/strong\u003e Ideal for most. Allows you to save thousands of photos, videos, and all your apps. \u003cbr\u003e\u003cstrong\u003e512GB\/1TB:\u003c\/strong\u003e For professionals, content creators, or if you love recording 4K videos.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"512 GB \/ Overseas","offer_id":58174404723036,"sku":"722664917937","price":1516.84,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Rose","offer_id":58174404755804,"sku":"3699431333334","price":1125.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Green","offer_id":58174404788572,"sku":"8001354241607","price":1516.84,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Black","offer_id":58174404821340,"sku":"8057169888314","price":1516.84,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ White","offer_id":58174404854108,"sku":"1965712108498","price":990.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Rose","offer_id":58174404886876,"sku":"4047084973202","price":1516.84,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Green","offer_id":58174404919644,"sku":"195949721533","price":990.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Black","offer_id":58174404952412,"sku":"4426826170279","price":1125.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ White","offer_id":58174404985180,"sku":"1568103729976","price":1125.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Overseas","offer_id":58174405017948,"sku":"4979117960309","price":1125.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Rose","offer_id":58174405050716,"sku":"5027468092345","price":990.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ White","offer_id":58174405083484,"sku":"9737967278246","price":1516.84,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Black","offer_id":58174405116252,"sku":"6210835898765","price":990.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Overseas","offer_id":58174405149020,"sku":"1703386488686","price":990.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Green","offer_id":58174405181788,"sku":"4985430099162","price":1125.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/iphone-16-plus_1b8f4a27.png?v=1782958632","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/iphone-16-plus","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}