{"product_id":"iphone-15-plus-reacondicionado","title":"Refurbished iPhone 15 Plus","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;700;800\u0026family=Inter:wght@400;500;600\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    }\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    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { \n      margin: 0; \n      font-weight: 800; \n      letter-spacing: -0.02em; \n    }\n    #gsm-product-content h2 { \n      font-size: 2.2rem; \n      margin-bottom: 1.5rem; \n      color: #00003A; \n      text-align: center;\n    }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.1rem; color: #4a4a4a; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 1.5rem; \n      background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n    }\n    .gsm-hero h1 { \n      font-size: clamp(2.2rem, 6vw, 3.8rem); \n      color: #0389FC; \n      line-height: 1.1; \n      margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.3rem; \n      color: #00003A; \n      font-weight: 500; \n      max-width: 800px; \n      margin: 0 auto; \n      opacity: 0.9;\n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      grid-template-rows: auto;\n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f5f5f7; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.3s ease; \n      border: 1px solid rgba(0,0,0,0.03); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { \n      transform: translateY(-5px); \n      box-shadow: 0 15px 35px rgba(0,0,0,0.1); \n    }\n    \n    \/* HIGHLIGHT CARD (Soporte Reacondicionado) *\/\n    .gsm-card.highlight { \n      background: #00003A; \n      color: white !important; \n      grid-column: span 2;\n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: #EDFF00; \n    }\n    \n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 1rem; }\n    .icon-box { \n      width: 55px; \n      height: 55px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 14px; \n      background: white; \n      color: #0389FC; \n    }\n    .icon-box svg { width: 30px; height: 30px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: flex; \n      gap: 20px; \n      margin-bottom: 4rem; \n      overflow-x: auto; \n      padding: 10px 5px 20px; \n      scrollbar-width: none;\n    }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 2rem; \n      min-width: 300px; \n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 1rem; display: block; }\n\n    \/* SPECS TABLE *\/\n    .specs-container { \n      background: #fff; \n      border-radius: 24px; \n      border: 1px solid #f0f0f0; \n      padding: 2.5rem; \n      margin-bottom: 4rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #f5f5f7; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; flex: 1; }\n    .spec-value { color: #666; text-align: right; flex: 1; }\n    \n    \/* FAQ Section *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { \n      background: #f9f9f9; \n      margin-bottom: 12px; \n      border-radius: 16px; \n      transition: all 0.3s ease;\n    }\n    details[open] { background: #fff; border: 1px solid #0389FC; }\n    summary { \n      padding: 1.5rem; \n      font-weight: 700; \n      cursor: pointer; \n      list-style: none; \n      position: relative; \n      color: #00003A; \n      outline: none;\n    }\n    summary::after { \n      content: '+'; \n      position: absolute; \n      right: 25px; \n      font-size: 1.5rem; \n      color: #0389FC; \n      transition: transform 0.3s ease;\n    }\n    details[open] summary::after { content: '-'; transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; }\n    \n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.4rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-column: span 1; }\n      .gsm-reviews { flex-direction: column; } \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\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eThe display you love, at the price you expected\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe iPhone 15 Plus combines stainless steel materials, the A16 Bionic chip, and a tireless battery. Elite performance, verified by experts.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: bold; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eiPhone 15 Plus [Refurbished]\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Benefit Bento Grid --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Card 1: Highlight Reacondicionado --\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 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eRefurbished: Smart Savings\u003c\/h3\u003e\n\n\u003cp\u003eOur technical team subjects each iPhone 15 Plus to a rigorous 40-point inspection. You receive a 100% functional, unlocked device with a warranty, saving significantly without sacrificing power.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 2: Pantalla --\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=\"20\" width=\"14\" y=\"2\" x=\"5\"\u003e\u003c\/rect\u003e\u003cline y2=\"18\" x2=\"12.01\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e6.7\" OLED Display\u003c\/h3\u003e\n\n\u003cp\u003eEnjoy immersive QHD resolution with 1000 nits of brightness. Perfect for content creators and gamers seeking total immersion.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 3: Procesador --\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 rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003crect height=\"6\" width=\"6\" y=\"9\" x=\"9\"\u003e\u003c\/rect\u003e\u003cline y2=\"4\" x2=\"9\" y1=\"1\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"4\" x2=\"15\" y1=\"1\" x1=\"15\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"9\" y1=\"20\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"15\" y1=\"20\" x1=\"15\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"23\" y1=\"9\" x1=\"20\"\u003e\u003c\/line\u003e\u003cline y2=\"15\" x2=\"23\" y1=\"15\" x1=\"20\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"4\" y1=\"9\" x1=\"1\"\u003e\u003c\/line\u003e\u003cline y2=\"15\" x2=\"4\" y1=\"15\" x1=\"1\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eA16 Bionic Chip\u003c\/h3\u003e\n\n\u003cp\u003e4nm architecture with 6GB of RAM. Run demanding applications and multitask without batting an eye. Pure, next-generation power.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 4: Cámara --\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=\"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 r=\"4\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e48 MP Camera System\u003c\/h3\u003e\n\n\u003cp\u003eSharp photos even in low light and 4K recording. The dual sensor redefines what a refurbished smartphone can capture.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Social Proof --\u003e\n\u003ch2\u003eGSMPRO Experiences\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\u003e\"I bought the refurbished version and aesthetically it's impeccable. It runs fast and the battery lasts me all day.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Ricardo M., Santiago\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Incredible savings. The iPhone 15 Plus is huge and looks luxurious. Shipping to Concepción was free and arrived in 2 days.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Marcela P., Concepción\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I was afraid of refurbished, but it comes certified and the technical review is noticeable. Totally recommended.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Juan D., Viña del Mar\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Especificaciones Técnicas --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; border-bottom: 3px solid #0389FC; padding-bottom: 10px; display: inline-block; text-align: left; 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\"\u003eOLED 6.7\" Super Retina XDR (1290x2796)\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\"\u003eApple A16 Bionic (4nm)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eRAM\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e6GB LPDDR5\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\"\u003eDual 48MP (Main) + 12MP (Ultra-Wide)\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\"\u003e4912 mAh (20W Fast Charging and Wireless)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eTechnical Condition\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eRefurbished (Battery ≥80% original)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5G, WiFi 6, Bluetooth 5.3, NFC, eSIM\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ Section --\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with my carrier (Entel, WOM, Movistar)?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, all our devices are factory unlocked. You can use any SIM card or eSIM from Chile and abroad.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does \"Refurbished\" condition include?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe device is 100% functional. Aesthetically, it may show minimal signs of use (light scratches), but its internal hardware is guaranteed by our technicians. It comes in a generic box with a charging cable.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does shipping and warranty work?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eWe offer free shipping throughout Chile via Chilexpress or Starken. The product has a direct technical warranty from GSMPRO.CL for your complete peace of mind.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Garantía Footer --\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.CL Trust\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-size: 1.1rem;\"\u003eYou invest in verified technology. \u003cbr\u003e\u003cstrong\u003eExpert technical review and fast shipping guaranteed.\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":"128 GB \/ Blue","offer_id":58174392074588,"sku":"8144256643934","price":609.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Pink","offer_id":58174392107356,"sku":"2322222003925","price":609.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Yellow","offer_id":58174392140124,"sku":"8461274634701","price":609.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Black","offer_id":58174392172892,"sku":"6169992377031","price":609.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Blue","offer_id":58174392205660,"sku":"4977089814031","price":690.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Pink","offer_id":58174392238428,"sku":"5183217093713","price":690.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Yellow","offer_id":58174392271196,"sku":"5676937842131","price":690.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Green","offer_id":58174392303964,"sku":"6222042639641","price":690.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Black","offer_id":58174392336732,"sku":"6637744977435","price":690.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Blue","offer_id":58174392369500,"sku":"254619704904","price":780.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Yellow","offer_id":58174392402268,"sku":"4347705205174","price":780.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Black","offer_id":58174392435036,"sku":"4080783887933","price":780.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Green","offer_id":58174392467804,"sku":"699d12860a7a8","price":609.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Pink","offer_id":58174392500572,"sku":"699d128747ecb","price":780.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Green","offer_id":58174392533340,"sku":"699d12885603e","price":780.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/iphone-15-plus-reacondicionado_e5593418-b9fa-49ce-a712-b7cbd1fb074e.jpg?v=1782958347","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/iphone-15-plus-reacondicionado","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}