{"product_id":"meta-quest-3-reacondicionado-cuotas-sin-interes-realidad-mixta","title":"Meta Quest 3 - Refurbished - With Interest-Free Installments","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@700;800\u0026display=swap');\n    \n    #gsm-product-content { font-family: 'Inter', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { --gsm-blue: #0389FC; --gsm-navy: #00003A; --gsm-indigo: #413AF4; --gsm-yellow: #EDFF00; }\n    \n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { margin: 0; font-family: 'Montserrat', sans-serif; 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    \/* TAGS *\/\n    .gsm-top-banner { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }\n    .gsm-tag-promo { background: #00a650; color: white; padding: 8px 16px; border-radius: 50px; font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; display: flex; align-items: center; gap: 8px; }\n    .gsm-tag-shipping { background: #f5f5f7; color: #00003A; padding: 8px 16px; border-radius: 50px; font-weight: 600; font-size: 0.9rem; border: 1px solid #ddd; }\n\n    \/* HERO *\/\n    .gsm-hero { text-align: center; padding: 4rem 1rem; background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); border-radius: 32px; margin-bottom: 2rem; }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); color: #0389FC; line-height: 1.1; margin-bottom: 1rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 750px; margin: 0 auto; opacity: 0.9; }\n\n    \/* SECCIÓN CUOTAS RESALTADA *\/\n    .gsm-payment-highlight { \n      background: #00003A; \n      color: white; \n      padding: 3rem; \n      border-radius: 28px; \n      margin-bottom: 3rem; \n      display: flex; \n      align-items: center; \n      gap: 35px; \n      border: 2px solid #EDFF00;\n      box-shadow: 0 20px 40px rgba(0,0,58,0.2);\n      position: relative;\n      overflow: hidden;\n    }\n    .gsm-payment-highlight::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: radial-gradient(circle, rgba(3,137,252,0.1) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .gsm-payment-highlight h3 { color: #EDFF00 !important; font-size: 1.8rem; margin-bottom: 12px; }\n    .gsm-payment-highlight p { color: #ffffff !important; margin-bottom: 0; font-size: 1.15rem; line-height: 1.5; font-weight: 400; }\n    .gsm-payment-icon { font-size: 3.5rem; flex-shrink: 0; filter: drop-shadow(0 0 10px rgba(237,255,0,0.3)); }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 3rem; }\n    .gsm-card { background: #f5f5f7; padding: 2.5rem; border-radius: 28px; transition: all 0.3s ease; border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: flex-start; }\n    .gsm-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    \n    .gsm-card.highlight { background: #00003A; grid-column: span 2; flex-direction: row; align-items: center; gap: 30px; }\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; flex-shrink: 0; }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.7rem; color: #00003A; }\n    .icon-box { width: 56px; height: 56px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: white; color: #0389FC; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; padding: 10px; }\n    .review-card { background: #ffffff; border: 1px solid #eee; border-radius: 20px; padding: 1.8rem; flex: 1; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }\n    .stars { color: #f1c40f; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 10px; display: block; }\n\n    \/* SPECS *\/\n    .specs-container { background: #ffffff; border-radius: 24px; border: 1px solid #f0f0f0; padding: 2.5rem; margin-bottom: 4rem; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f5; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; font-size: 1rem; }\n    .spec-value { color: #555; text-align: right; font-size: 1rem; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; transition: all 0.3s ease; }\n    details[open] { background: #fff; border: 1px solid #0389FC; }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; outline: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: bold; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #555; font-size: 1rem; border-top: 1px solid #f0f0f0; padding-top: 1rem; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-payment-highlight { flex-direction: column; text-align: center; padding: 2rem; }\n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { flex-direction: column; text-align: center; grid-column: span 1; }\n      .gsm-card.highlight .icon-box { margin: 0 auto; }\n      .gsm-reviews { flex-direction: column; } \n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003c!-- PROMOCIÓN Y DESPACHO --\u003e\n\u003cdiv class=\"gsm-top-banner\"\u003e\n\n\u003cdiv class=\"gsm-tag-promo\"\u003e\n\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 3 Interest-free installments with Mercado Pago\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-tag-shipping\"\u003e🚀 Shipping Time: 15 to 20 business days\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv style=\"font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-size: 0.9rem;\"\u003eRefurbished Mixed Reality\u003c\/div\u003e\n\n\u003ch1\u003eThe Meta Quest 3 \u003cbr\u003eis within your reach.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eExperience the power of next-gen VR without breaking your budget. 4K performance, total freedom, and the trust of GSMPRO.CL.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- APARTADO DE CUOTAS RESALTADO (OPTIMIZADO) --\u003e\n\u003cdiv class=\"gsm-payment-highlight\"\u003e\n\n\u003cdiv class=\"gsm-payment-icon\"\u003e💎\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003ePremium technology, secure and smart payment\u003c\/h3\u003e\n\n\u003cp\u003eAt GSMPRO.CL, we believe you shouldn't wait to experience the future. We offer you the \u003cstrong\u003emaximum financial convenience\u003c\/strong\u003e: get your Meta Quest 3 today and spread the payment over \u003cstrong\u003e3 interest-free installments\u003c\/strong\u003e. Enjoy a \u003cstrong\u003e100% secure, reliable, and backed\u003c\/strong\u003e by Mercado Pago purchasing process. It's the most advantageous and worry-free way to acquire the best technology, while taking care of your budget and with total transparency.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- HIGHLIGHT CARD --\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\" height=\"32\" width=\"32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eUncompromised Performance\u003c\/h3\u003e\n\n\u003cp\u003eThe Snapdragon XR2 Gen 2 processor offers 2 times more power than the previous generation. Smoother games, denser worlds, and instant response to your every move.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2 --\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e4K Visual Clarity\u003c\/h3\u003e\n\n\u003cp\u003eAn infinite display with 30% more resolution. Say goodbye to the screen-door effect and immerse yourself in hyper-realistic environments where every texture and detail comes to life.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3 --\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eTotal Mixed Reality\u003c\/h3\u003e\n\n\u003cp\u003eSee your real world in full color while interacting with virtual elements. Work on multiple floating screens or play by integrating your room into the action.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4 --\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\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e8GB RAM Multitasking\u003c\/h3\u003e\n\n\u003cp\u003e33% more memory for a responsive experience. Navigate between apps, games, and social content without unexpected crashes or slowdowns. The Quest 3 flies.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-bottom: 2rem;\"\u003eWhat do our customers say?\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\"The 4K screen is next level. The device arrived in immaculate condition, looks new. Very happy with the purchase.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Manuel V.\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 paid in 3 installments and it was super fast. The shipping wait was worth it for the savings and quality.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Carla S.\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\"The color mixed reality is impressive. GSMPRO delivered on everything promised in the support.\"\u003c\/p\u003e\n\n\u003cspan class=\"review-author\"\u003e— Roberto G.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; border-left: 5px solid #0389FC; padding-left: 15px; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eProcessor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSnapdragon XR2 Gen 2 (Optimized AI)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eRAM Memory\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e8 GB LPDDR5\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eResolution\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4K+ (2064x2208 per eye)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eRefresh Rate\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 120Hz (Ultra smooth)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eExternal Cameras\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDual full-color RGB (High Fidelity)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eControllers\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eTouch Plus (Ring-free, haptic feedback)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIn what condition will I receive my Meta Quest 3?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eEvery refurbished device at GSMPRO.CL undergoes a \u003cstrong\u003e25-point technical inspection\u003c\/strong\u003e. We guarantee scratch-free lenses, 100% functional cameras, and optimal battery health. It's the best way to get Pro technology with economic and environmental awareness.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does shipping take 15 to 20 days?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThis time is our \u003cstrong\u003ecommitment to quality\u003c\/strong\u003e. We manage the direct import of selected units and perform a second quality control at our facilities before final dispatch. This allows us to assure you the lowest price in Chile with the highest quality standard.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\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; font-size: 1.6rem;\"\u003eGSMPRO.CL Excellence Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eJoin the new era of entertainment with the peace of mind of expert support. \u003cbr\u003e\u003cspan style=\"color: #00003a; font-weight: 800;\"\u003eCertified quality, convenient payment, infinite fun.\u003c\/span\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":"512 GB \/ 8 GB RAM","offer_id":58174450008412,"sku":"815820025344","price":690.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/meta-quest-3_7ef9e30c-a4e3-43a1-97ee-52a9ab1e676d.jpg?v=1782959237","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/meta-quest-3-reacondicionado-cuotas-sin-interes-realidad-mixta","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}