{"product_id":"iphone-13-usado","title":"Apple iPhone 13 + Free Screen Protector (Used - like new)","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --gsm-dark: #00003A;\n            --gsm-blue: #0389FC;\n            --gsm-blue-deep: #413AF4;\n            --gsm-yellow: #EDFF00;\n            --gsm-bg: #F8FAFC;\n            --gsm-white: #ffffff;\n        }\n\n        #gsmpro-layout {\n            font-family: 'Inter', sans-serif;\n            color: var(--gsm-dark);\n            max-width: 850px;\n            margin: 0 auto;\n            line-height: 1.5;\n            background-color: var(--gsm-white);\n        }\n\n        \/* --- Minimalist Hero --- *\/\n        .gsm-header {\n            text-align: center;\n            padding: 50px 20px;\n            background: var(--gsm-dark);\n            color: var(--gsm-white);\n            border-radius: 0 0 30px 30px;\n        }\n\n        .gsm-header h1 {\n            font-size: clamp(24px, 5vw, 36px);\n            font-weight: 800;\n            margin: 0 0 10px;\n            letter-spacing: -1px;\n        }\n\n        .gsm-header p {\n            font-size: 16px;\n            color: var(--gsm-blue);\n            font-weight: 500;\n            margin: 0;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        \/* --- Quick Specs Bar --- *\/\n        .gsm-specs-bar {\n            display: flex;\n            justify-content: space-around;\n            padding: 20px;\n            margin-top: -30px;\n            background: var(--gsm-white);\n            border-radius: 15px;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n            width: 90%;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .spec-item {\n            text-align: center;\n            font-size: 11px;\n            font-weight: 700;\n        }\n\n        .spec-item span {\n            display: block;\n            color: var(--gsm-blue);\n            font-size: 18px;\n            margin-bottom: 2px;\n        }\n\n        \/* --- High Conversion Banners --- *\/\n        .gsm-promo-strip {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            margin: 25px 20px;\n            padding: 18px;\n            border-radius: 12px;\n            font-weight: 700;\n            font-size: 14px;\n        }\n\n        .bg-dark { background-color: var(--gsm-dark); color: var(--gsm-white); border: 1px solid var(--gsm-blue); }\n\n        \/* --- Information Grid --- *\/\n        .gsm-content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            padding: 20px;\n        }\n\n        .gsm-info-card {\n            padding: 25px;\n            border-radius: 20px;\n            background: var(--gsm-bg);\n            border: 1px solid #eef2f6;\n        }\n\n        .gsm-info-card h3 {\n            font-size: 18px;\n            margin-top: 0;\n            color: var(--gsm-blue-deep);\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .gsm-info-card p {\n            font-size: 14px;\n            color: #475569;\n            margin-bottom: 0;\n        }\n\n        \/* --- Technical Summary --- *\/\n        .gsm-tech-summary {\n            margin: 20px;\n            padding: 30px;\n            background: var(--gsm-dark);\n            color: var(--gsm-white);\n            border-radius: 25px;\n        }\n\n        .gsm-tech-summary h3 { color: var(--gsm-yellow); margin-top: 0; }\n\n        .tech-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .tech-tag {\n            border-left: 2px solid var(--gsm-blue);\n            padding-left: 10px;\n        }\n\n        .tech-tag b { display: block; font-size: 13px; color: var(--gsm-blue); }\n        .tech-tag span { font-size: 13px; opacity: 0.9; }\n\n        \/* --- Product States --- *\/\n        .gsm-states-section {\n            padding: 20px;\n        }\n\n        .state-row {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 15px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid #f1f5f9;\n        }\n\n        .state-label {\n            min-width: 120px;\n            padding: 4px 8px;\n            border-radius: 6px;\n            font-size: 10px;\n            font-weight: 800;\n            text-align: center;\n            background: var(--gsm-blue);\n            color: white;\n            text-transform: uppercase;\n        }\n\n        .state-desc { font-size: 13px; color: #64748b; }\n\n        \/* --- FAQ Section --- *\/\n        .gsm-faq-section {\n            padding: 20px;\n            background: var(--gsm-bg);\n            margin: 20px;\n            border-radius: 25px;\n        }\n\n        .gsm-faq-section h3 { font-weight: 800; margin-bottom: 20px; color: var(--gsm-dark); }\n\n        .faq-item { margin-bottom: 20px; }\n        .faq-item b { display: block; color: var(--gsm-blue-deep); font-size: 14px; margin-bottom: 5px; }\n        .faq-item p { font-size: 13px; margin: 0; color: #475569; }\n\n        \/* --- Others Section --- *\/\n        .gsm-others-list {\n            background: #f1f5f9;\n            margin: 20px;\n            padding: 30px;\n            border-radius: 20px;\n        }\n\n        .gsm-others-list h4 { margin-top: 0; color: var(--gsm-dark); font-weight: 800; }\n\n        .model-links-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n            gap: 10px;\n            font-size: 12px;\n        }\n\n        .model-links-grid span {\n            color: var(--gsm-blue-deep);\n            cursor: pointer;\n            text-decoration: none;\n            transition: color 0.2s;\n        }\n\n        \/* --- Footer --- *\/\n        .gsm-footer {\n            text-align: center;\n            padding: 40px 20px;\n            font-size: 13px;\n            color: #94a3b8;\n        }\n\n        .gsm-footer ul { list-style: none; padding: 0; }\n        .gsm-footer li { margin-bottom: 8px; }\n\n        @media (max-width: 600px) {\n            .gsm-content-grid { grid-template-columns: 1fr; }\n            .gsm-specs-bar { flex-wrap: wrap; gap: 15px; }\n            .gsm-promo-strip { flex-direction: column; text-align: center; }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"gsmpro-layout\"\u003e\n\n\u003c!-- HERO --\u003e\u003cheader class=\"gsm-header\"\u003e\n\u003cp\u003ePower and Timeless Style\u003c\/p\u003e\n\n\u003ch1 translate=\"no\"\u003eiPhone 13\u003c\/h1\u003e\n\n: The Perfect Balance\u003c\/header\u003e\u003c!-- SPECS BAR --\u003e\n\u003cdiv class=\"gsm-specs-bar\"\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\n\u003cspan\u003e🚀\u003c\/span\u003eA15 Bionic\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\n\u003cspan\u003e✨\u003c\/span\u003e6.1\" OLED\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\n\u003cspan\u003e📸\u003c\/span\u003eCinematic Mode\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\n\u003cspan\u003e🔋\u003c\/span\u003e19h Video\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- INTRO CONTENT --\u003e\n\u003csection style=\"padding: 40px 20px 20px; text-align: center;\"\u003e\n\u003cp style=\"font-size: 16px; color: #475569;\"\u003eAvailable as a new sealed or certified refurbished device. The iPhone 13 represents one of the best value-for-money options on the market, offering high-end performance in an iconic design.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003c!-- MAIN CONTENT GRID --\u003e\n\u003cdiv class=\"gsm-content-grid\"\u003e\n\n\u003cdiv class=\"gsm-info-card\"\u003e\n\n\u003ch3\u003e⚡ Superior Performance\u003c\/h3\u003e\n\n\u003cp\u003eIts A15 Bionic chip outperforms most current processors, ensuring a fluid experience in demanding apps and next-generation games.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-info-card\"\u003e\n\n\u003ch3\u003e🎬 Photographic Quality\u003c\/h3\u003e\n\n\u003cp\u003eRecord videos with Cinematic Mode for a professional look. Capture bright photos in dark environments with optimized Night Mode and Smart HDR 4.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-info-card\"\u003e\n\n\u003ch3\u003e🛡️ Apple Longevity\u003c\/h3\u003e\n\n\u003cp\u003eGuaranteed updates for years. Stay secure and up-to-date with the latest features of the iOS ecosystem on hardware designed to last.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-info-card\"\u003e\n\n\u003ch3\u003e💎 Value-Price Ratio\u003c\/h3\u003e\n\n\u003cp\u003eAccess Apple's premium experience and luxury finishes at a significantly lower cost, without compromising power or camera.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- TECH SUMMARY --\u003e\n\u003csection class=\"gsm-tech-summary\"\u003e\n\u003ch3\u003eiPhone 13 Technical Specifications\u003c\/h3\u003e\n\n\u003cdiv class=\"tech-grid\"\u003e\n\n\u003cdiv class=\"tech-tag\"\u003e\n\n\u003cb\u003eProcessor\u003c\/b\u003e\u003cspan\u003eA15 Bionic Chip\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"tech-tag\"\u003e\n\n\u003cb\u003eDisplay\u003c\/b\u003e\u003cspan\u003e6.1\" Super Retina XDR\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"tech-tag\"\u003e\n\n\u003cb\u003eCamera\u003c\/b\u003e\u003cspan\u003eDual 12MP (Wide\/Ultra)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"tech-tag\"\u003e\n\n\u003cb\u003eResistance\u003c\/b\u003e\u003cspan\u003eIP68 \/ Ceramic Shield\u003c\/span\u003e\u003cspan\u003e.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- PROMISE GIFT STRIP --\u003e\u003c!-- STATES SECTION --\u003e\n\u003csection class=\"gsm-states-section\"\u003e\n\u003ch3 style=\"font-size: 20px; margin-bottom: 20px; color: var(--gsm-dark);\"\u003eAvailable Conditions\u003c\/h3\u003e\n\n\u003cdiv class=\"state-row\"\u003e\n\n\u003cdiv class=\"state-label\"\u003eNew\u003c\/div\u003e\n\n\u003cdiv class=\"state-desc\"\u003eDevice never used and in pristine condition. Factory sealed for you to unbox.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"state-row\"\u003e\n\n\u003cdiv style=\"background: var(--gsm-dark);\" class=\"state-label\"\u003eRefurbished\u003c\/div\u003e\n\n\u003cdiv class=\"state-desc\"\u003eFirst-rate performance with incredible savings. Interior like new; may have minimal cosmetic details.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"state-row\"\u003e\n\n\u003cdiv style=\"background: #64748b;\" class=\"state-label\"\u003eEXCELLENT CONDITION\u003c\/div\u003e\n\n\u003cdiv class=\"state-desc\"\u003eThe ideal balance. Fully functional with almost imperceptible signs of use. Very well-maintained aesthetics.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"state-row\"\u003e\n\n\u003cdiv style=\"background: #94a3b8;\" class=\"state-label\"\u003eGOOD CONDITION\u003c\/div\u003e\n\n\u003cdiv class=\"state-desc\"\u003eThe savings champion. 100% reliable with visible but minor signs of use. Maximum power at the lowest price.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection class=\"gsm-faq-section\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cb\u003eIs it compatible with my carrier?\u003c\/b\u003e\n\u003cp\u003eYes, all our iPhones are factory unlocked for any carrier in Chile (Movistar, Entel, Claro, Wom, etc.).\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cb\u003eDo you ship throughout Chile?\u003c\/b\u003e\n\u003cp\u003eYes, we offer free shipping nationwide through insured couriers (Chilexpress, Starken, etc.).\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003cb\u003eWhat storage capacity should I choose?\u003c\/b\u003e\n\u003cp\u003e\u003cstrong\u003e128GB:\u003c\/strong\u003e Enough for basic use and social media. \u003cstrong\u003e256GB:\u003c\/strong\u003e Ideal for most. \u003cstrong\u003e512GB:\u003c\/strong\u003e Content creators.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- COMMITMENT BOX --\u003e\n\u003cdiv style=\"margin: 20px; border-left: 5px solid var(--gsm-blue);\" class=\"gsm-info-card\"\u003e\n\n\u003ch3 style=\"font-size: 16px;\"\u003e🛡️ GSMPRO.CL Standard\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 13px;\"\u003eWe guarantee battery health above 85%. Device is homologated and unlocked for all carriers in Chile. It comes with a charging cable in a premium generic box.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- OTHERS SECTION --\u003e\u003c!-- FOOTER --\u003e\u003cfooter class=\"gsm-footer\"\u003e\n\u003cul\u003e\n\n\u003cli\u003eGSMPRO.CL - Technology within your reach.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/footer\u003e\n\n\u003c\/div\u003e\n\u003c!-- SEO SCHEMA --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"128 GB \/ Black \/ Good","offer_id":58172857549148,"sku":"194252705391-UB","price":360.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Black \/ Excellent","offer_id":58172857581916,"sku":"194252705391-UE","price":380.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ White \/ Good","offer_id":58172857614684,"sku":"194252705421-UB","price":360.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ White \/ Excellent","offer_id":58172857647452,"sku":"194252705421-UE","price":380.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Rose \/ Good","offer_id":58172857680220,"sku":"194252705452-UB","price":360.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Rose \/ Excellent","offer_id":58172857712988,"sku":"194252705452-UE","price":380.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Red \/ Good","offer_id":58172857745756,"sku":"194252705483-UB","price":360.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Red \/ Excellent","offer_id":58172857778524,"sku":"194252705483-UE","price":380.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Blue \/ Good","offer_id":58172857811292,"sku":"194252705513-UB","price":360.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Blue \/ Excellent","offer_id":58172857844060,"sku":"194252705513-UE","price":380.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Black \/ Good","offer_id":58172857876828,"sku":"194252705544-UB","price":400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Black \/ Excellent","offer_id":58172857909596,"sku":"194252705544-UE","price":420.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ White \/ Good","offer_id":58172857942364,"sku":"194252705575-UB","price":400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ White \/ Excellent","offer_id":58172857975132,"sku":"194252705575-UE","price":420.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Rose \/ Good","offer_id":58172858007900,"sku":"194252705605-UB","price":400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Rose \/ Excellent","offer_id":58172858040668,"sku":"194252705605-UE","price":420.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Red \/ Good","offer_id":58172858073436,"sku":"194252705636-UB","price":400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Red \/ Excellent","offer_id":58172858106204,"sku":"194252705636-UE","price":420.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Blue \/ Good","offer_id":58172858138972,"sku":"194252705667-UB","price":400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Blue \/ Excellent","offer_id":58172858171740,"sku":"194252705667-UE","price":420.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Black \/ Good","offer_id":58172858204508,"sku":"194252705698-UB","price":450.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Black \/ Excellent","offer_id":58172858237276,"sku":"194252705698-UE","price":490.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ White \/ Good","offer_id":58172858270044,"sku":"194252705728-UB","price":450.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ White \/ Excellent","offer_id":58172858302812,"sku":"194252705728-UE","price":490.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Rose \/ Good","offer_id":58172858335580,"sku":"194252705759-UB","price":450.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Rose \/ Excellent","offer_id":58172858368348,"sku":"194252705759-UE","price":490.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Red \/ Good","offer_id":58172858401116,"sku":"194252705780-UB","price":450.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Red \/ Excellent","offer_id":58172858433884,"sku":"194252705780-UE","price":490.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Blue \/ Good","offer_id":58172858466652,"sku":"194252705810-UB","price":450.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Blue \/ Excellent","offer_id":58172858499420,"sku":"194252705810-UE","price":490.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Green \/ Good","offer_id":58172858532188,"sku":"753575970529-UB","price":360.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Green \/ Excellent","offer_id":58172858564956,"sku":"753575970529-UE","price":380.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Green \/ Good","offer_id":58172858597724,"sku":"753575970529-UB","price":400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Green \/ Excellent","offer_id":58172858630492,"sku":"753575970529-UE","price":420.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Green \/ Good","offer_id":58172858663260,"sku":"753575970628-UB","price":450.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Green \/ Excellent","offer_id":58172858696028,"sku":"753575970628-UE","price":490.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/iphone-13-reacondicionado.jpg?v=1782931892","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/iphone-13-usado","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}