{"product_id":"iphone-14-pro-max-reacondicionado","title":"Refurbished iPhone 14 Pro Max","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@400;600;800\u0026display=swap');\n\n    #gsm-product-content { \n      font-family: 'Montserrat', 'Inter', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n      padding: 20px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { \n      --gsm-blue: #0389FC; \n      --gsm-navy: #00003A; \n      --gsm-indigo: #413AF4; \n      --gsm-yellow: #EDFF00; \n    }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-weight: 800; letter-spacing: -0.02em; }\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 { \n      text-align: center; \n      padding: 5rem 1rem; \n      background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n      border: 1px solid rgba(0,0,0,0.05);\n    }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.5rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 750px; margin: 0 auto; opacity: 0.9; }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-bottom: 4rem; }\n    .gsm-card { \n      background: #f5f5f7; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); \n      border: 1px solid rgba(0,0,0,0.03); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }\n    \n    \/* HIGHLIGHT CARD (PANTALLA MAX) *\/\n    .gsm-card.highlight { background: #00003A; color: #FFFFFF !important; }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: #FFFFFF !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 { \n      width: 56px; \n      height: 56px; \n      margin-bottom: 2rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 14px; \n      background: white; \n      color: #0389FC; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    .icon-box svg { width: 30px; height: 30px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; overflow-x: auto; padding: 10px 0 20px; scrollbar-width: none; }\n    .review-card { background: white; border: 1px solid #e5e5e5; border-radius: 20px; padding: 2rem; min-width: 300px; flex: 1; }\n    .stars { color: #0389FC; margin-bottom: 1rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 1rem; display: block; }\n\n    \/* SPECS *\/\n    .specs-container { background: #f9f9fb; border-radius: 28px; padding: 3rem; margin-bottom: 4rem; }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #e1e1e1; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; }\n    .spec-value { color: #555; text-align: right; font-weight: 500; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #fff; margin-bottom: 12px; border-radius: 16px; border: 1px solid #eee; transition: all 0.3s ease; }\n    details[open] { border-color: #0389FC; box-shadow: 0 4px 20px rgba(3,137,252,0.05); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; font-size: 1.1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s ease; color: #0389FC; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #666; font-size: 1rem; border-top: 1px solid #f5f5f5; padding-top: 1rem; }\n    \n    \/* ESTADO BANNER SIMPLIFICADO *\/\n    .gsm-status-banner {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 4rem;\n    }\n    .status-item { \n      padding: 2.5rem; \n      border-radius: 24px; \n      border: 2px solid #0389FC; \n      background: #f0f7ff; \n      text-align: center;\n      max-width: 700px;\n      width: 100%;\n    }\n    .status-item h4 { color: #0389FC; margin: 0 0 15px 0; font-size: 1.5rem; }\n\n    \/* CTA CUOTAS *\/\n    .gsm-cta-cuotas { text-align: center; margin-top: 3rem; padding: 4rem 2rem; background: linear-gradient(135deg, #00003A 0%, #413AF4 100%); border-radius: 28px; color: white; box-shadow: 0 10px 30px rgba(0,0,58,0.15); }\n    .gsm-cta-cuotas h3 { color: #EDFF00 !important; font-size: 2rem; margin-bottom: 1.2rem; }\n    .gsm-cta-cuotas p { color: white !important; font-size: 1.15rem; max-width: 650px; margin: 0 auto 2.5rem; opacity: 0.9; }\n    .cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background-color: #EDFF00; color: #00003A !important; font-weight: 800; font-size: 1.1rem; padding: 1.2rem 3rem; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; }\n    .cta-btn:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(237, 255, 0, 0.25); }\n\n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .specs-container { padding: 1.5rem; }\n      .gsm-cta-cuotas { padding: 3rem 1.5rem; }\n      .gsm-cta-cuotas h3 { font-size: 1.6rem; }\n      .cta-btn { width: 100%; padding: 1.2rem; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eThe Pro at the highest level.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe refurbished iPhone 14 Pro Max offers the largest display, best battery life, and 48MP camera system in a premium stainless steel body.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: #00003a; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eRefurbished iPhone 14 Pro Max\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- BENTO GRID --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- HIGHLIGHT: PANTALLA MAX --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"5\" y1=\"18\" x2=\"19\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e6.7\" ProMotion Display\u003c\/h3\u003e\n\n\u003cp\u003eImmersive Super Retina XDR with Always-On technology. Absolute fluidity up to 120 Hz for an unprecedented visual experience.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- DYNAMIC ISLAND --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"2\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 7v1M12 16v1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDynamic Island\u003c\/h3\u003e\n\n\u003cp\u003eInteract with your notifications and activities in real time in a magical way. The perfect control center for your music and calls.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CHIP A16 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003crect x=\"9\" y=\"9\" width=\"6\" height=\"6\"\u003e\u003c\/rect\u003e\u003cline x1=\"9\" y1=\"1\" x2=\"9\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"15\" y1=\"1\" x2=\"15\" y2=\"4\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eA16 Bionic Chip\u003c\/h3\u003e\n\n\u003cp\u003eIndustry-leading power. Superior energy efficiency allows for a battery that lasts up to 29 hours of video playback.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CAMARA 48MP --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" 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\u003c\/div\u003e\n\n\u003ch3\u003e48MP Pro Cameras\u003c\/h3\u003e\n\n\u003cp\u003eCapture photos with incredible detail and record video in 4K with Cinematic Mode and Action Mode for professional results.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- ESTADO DEL PRODUCTO SIMPLIFICADO --\u003e\n\u003ch2 style=\"text-align: center;\"\u003eGuaranteed Premium Quality\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-status-banner\"\u003e\n\n\u003cdiv class=\"status-item\"\u003e\n\n\u003ch4\u003e✨ Impeccable Condition\u003c\/h4\u003e\n\n\u003cp\u003eAt GSMPRO.CL, we select only the best equipment. This iPhone 14 Pro Max has a \u003cstrong\u003ebattery health ≥ 80%\u003c\/strong\u003e, carefully maintained aesthetics with minimal details, and has passed our 40-point test for functionality identical to a new one.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid #0389FC; padding-bottom: 10px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eDisplay\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e6.7\" Super Retina XDR ProMotion OLED\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eProcessor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eA16 Bionic Chip (6-core CPU \/ 5-core GPU)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMain Camera\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eTriple: 48MP (Wide) \/ 12MP (Ultra-Wide) \/ 12MP (3x Telephoto)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 29 hours of video playback\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSecurity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eFace ID, Crash Detection and SOS via Satellite\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eMaterials\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSurgical-grade stainless steel and Ceramic Shield\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIP68 (Up to 6 meters for 30 min)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ --\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference from the regular Pro model?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe Pro Max model offers a significantly larger screen (6.7\" vs 6.1\") and the longest battery life of the entire 14 series, ideal for intensive users and multimedia consumption.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the battery condition like?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eWe guarantee that all our iPhone 14 Pro Max devices have a battery capacity of 80% or more, ensuring optimal performance throughout the day.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it unlocked for all carriers?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, all our refurbished devices are 100% unlocked to be used with any phone carrier in Chile and abroad.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- GARANTIA BANNER --\u003e\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;\"\u003eGSMPRO Quality Commitment\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eMax technology at your fingertips with real technical guarantee. \u003cbr\u003e\u003cstrong\u003eFast shipping throughout Chile.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CTA CUOTAS SECTION --\u003e\n\u003cdiv class=\"gsm-cta-cuotas\"\u003e\n\n\u003ch3\u003eWant it today? Pay at your own pace\u003c\/h3\u003e\n\n\u003cp\u003eDon't miss the opportunity to have the largest screen and best battery in the series. Get your Refurbished iPhone 14 Pro Max by paying comfortably in installments without destabilizing your budget.\u003c\/p\u003e\n\n\u003ca href=\"https:\/\/www.gsmpro.cl\/products\/iphone-14-pro-max-reacondicionado-pago-a-cuotas?_pos=3\u0026amp;_psq=iPhone+14+pro+max\u0026amp;_ss=e\u0026amp;_v=1.0\" rel=\"noopener noreferrer\" class=\"cta-btn\" target=\"_blank\"\u003e Buy in installments now \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"128 GB \/ Black","offer_id":58174384832860,"sku":"4737397712565","price":680.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Gilt-head bream","offer_id":58174384865628,"sku":"1381312089815","price":770.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Gilt-head bream","offer_id":58174384898396,"sku":"4158648539077","price":680.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Purple","offer_id":58174384931164,"sku":"13744912969319","price":650.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Purple","offer_id":58174384963932,"sku":"9442751721202","price":770.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Black","offer_id":58174384996700,"sku":"2979430517573","price":770.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Silver","offer_id":58174385029468,"sku":"2855340252026","price":680.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Silver","offer_id":58174385062236,"sku":"83717139619958","price":770.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Gilt-head bream","offer_id":58174385095004,"sku":"3380674678756","price":830.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Purple","offer_id":58174385127772,"sku":"7489265698874","price":830.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Black","offer_id":58174385160540,"sku":"4843353767022","price":830.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Silver","offer_id":58174385193308,"sku":"753575980092-1","price":830.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ Gilt-head bream","offer_id":58174385226076,"sku":"7621876257282","price":980.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ Purple","offer_id":58174385258844,"sku":"3077867864632","price":950.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ Black","offer_id":58174385291612,"sku":"71315718076109","price":950.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ Silver","offer_id":58174385324380,"sku":"4102088595834","price":980.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/iphone-14-pro-max-reacondicionado_e615ba10-d388-46ed-8f94-2cdbbb859028.jpg?v=1782958321","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/iphone-14-pro-max-reacondicionado","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}