{"product_id":"oppo-find-n5-foldable-titanium-5g","title":"OPPO Find N5","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700\u0026family=Montserrat:wght@800\u0026display=swap');\n\n    #gsm-product-content { font-family: 'Inter', 'Montserrat', sans-serif; color: #00003A; line-height: 1.6; max-width: 1000px; margin: 0 auto; background-color: #fff; padding: 20px; }\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-weight: 800; letter-spacing: -0.02em; font-family: 'Montserrat', sans-serif; }\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 { text-align: center; padding: 4rem 1rem; background: linear-gradient(135deg, #f9f9f9 0%, #f0f7ff 100%); border-radius: 24px; margin-bottom: 3rem; border: 1px solid #eef2f7; }\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: 800px; margin: 0 auto; line-height: 1.4; }\n    \n    \/* GRID *\/\n    .gsm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 3rem; }\n    .gsm-card { background: #f5f5f7; padding: 2.5rem; border-radius: 24px; transition: transform 0.3s ease; border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: space-between; }\n    .gsm-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }\n    \n    \/* HIGHLIGHT CARD (NAVY) *\/\n    .gsm-card.highlight { background: #00003A; color: white !important; grid-column: span 2; }\n    @media (max-width: 768px) { .gsm-card.highlight { grid-column: span 1; } }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !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 { 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 10px rgba(0,0,0,0.05); }\n    .icon-box svg { width: 32px; height: 32px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; overflow-x: auto; padding: 1rem 0.5rem; scrollbar-width: none; }\n    .review-card { background: white; border: 1px solid #eee; border-radius: 20px; padding: 2rem; min-width: 300px; flex: 1; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }\n    .stars { color: #0389FC; margin-bottom: 1rem; font-size: 1.2rem; }\n    .review-text { font-style: italic; font-size: 1rem !important; margin-bottom: 1.5rem !important; }\n    .reviewer { font-weight: 700; color: #00003A; font-size: 0.9rem; display: flex; align-items: center; gap: 10px; }\n    .reviewer::before { content: \"\"; width: 8px; height: 8px; background: #EDFF00; border-radius: 50%; }\n\n    \/* SPECS *\/\n    .specs-container { background: #fff; border-radius: 24px; border: 1px solid #f0f0f0; padding: 2.5rem; margin-bottom: 4rem; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f0f0f0; gap: 20px; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: #00003A; min-width: 140px; }\n    .spec-value { color: #666; text-align: right; font-weight: 500; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; border: 1px solid #eee; transition: all 0.3s ease; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 5px 15px rgba(3,137,252,0.1); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; font-size: 1.1rem; }\n    summary::-webkit-details-marker { display: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: 900; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; line-height: 1.6; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { flex-direction: column; overflow-x: hidden; }\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\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eUnfold the Future in Your Hands\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eOPPO Find N5: The pinnacle of foldable engineering. Slim, powerful, and crafted with aerospace-grade titanium for a limitless experience.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eOPPO Find N5\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- CARD 1: HIGHLIGHT (Plegado\/Pantallas) --\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\u003crect ry=\"2\" rx=\"2\" height=\"18\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eCutting-Edge Dual Engineering\u003c\/h3\u003e\n\n\u003cp\u003eEnjoy a 6.62\" external screen for daily use and unfold an 8.12\" universe at just 4.21mm thick. A sleek design that redefines mobile productivity.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2: Bisagras --\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=\"M20 7h-9m3 10h5M4 7h2m0 10H4m10-10v10M8 7v10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eTitanium Hinges\u003c\/h3\u003e\n\n\u003cp\u003eMade with titanium alloy and 2200 MPa steel. Certified durability and exceptional reliability with every fold for your complete confidence.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3: Rendimiento --\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=\"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=\"9\" x2=\"23\" y1=\"9\" x1=\"20\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"4\" y1=\"9\" x1=\"1\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003e3nm Power\u003c\/h3\u003e\n\n\u003cp\u003eAccelerated performance with a 45% increase in AI efficiency and CPU speed. Effortless multitasking and console-level gaming.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4: Batería --\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=\"M6 7H4v10h2V7zm14 0h-2v10h2V7zm-9 0H9v10h2V7zm5 0h-2v10h2V7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eSilicon-Carbon: 5600 mAh\u003c\/h3\u003e\n\n\u003cp\u003eUnrivaled energy density in a compact body. Up to 25 hours of continuous video and 80W SUPERVOOC charging (wired) and 50W (wireless).\u003c\/p\u003e\n\n\n\u003c\/div\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;\"\u003eVIP User Experience\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 class=\"review-text\"\u003e\"It's incredibly thin. Unfolded, it's almost like a sheet of paper but with brutal power. The 8-inch screen is a cinema in my pocket.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eJavier P. - Senior Consultant\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"The battery surprised me. Foldables usually don't last long, but this one makes it to the end of the day even when using the large screen for video calls.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eLoreto V. - Digital Nomad\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"review-text\"\u003e\"It feels very solid. The titanium hinges make no noise and the crease is almost imperceptible to the touch. A design jewel.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eMarcos D. - Architect\u003c\/div\u003e\n\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-bottom: 3px solid #0389FC; padding-bottom: 12px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eExternal Screen\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e6.62\" (20.7:9) - One-hand control\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eInternal Screen\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e8.12\" Unfolded - Only 4.21mm thick\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eProcessor\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e3nm Architecture (AI Efficiency +45%)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eHinge\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eTitanium Alloy and 2200 MPa Steel\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e5600 mAh (Silicon-Carbon)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eCharging\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e80W Wired \/ 50W Wireless SUPERVOOC\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eProtection\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eTriple Certification IPX6, IPX8, and IPX9\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow durable is the screen crease?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThanks to the titanium hinges and ultra-high strength 2200 MPa steel, the OPPO Find N5 boasts industry-leading certification, guaranteeing hundreds of thousands of folds without losing reliability or generating visible marks.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it really resist high-pressure water (IPX9)?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the device is designed with advanced sealing that complies with IPX6, IPX8, and IPX9 standards, protecting it not only from accidental submersion but also from high-pressure and high-temperature water jets.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the silicon-carbon battery different?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThis technology allows for much higher energy density in a small space. This enables the phone to be extremely thin (4.21mm unfolded) without sacrificing the 5600 mAh capacity that lasts all day.\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.5rem;\"\u003ePremium Support from GSMPRO.CL\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eApproved device, factory-sealed, and with official warranty. \u003cbr\u003e\u003cstrong\u003eExpress insured shipping throughout Chile.\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":"Default Title","offer_id":58174493458780,"sku":"B0F3GYGPWV","price":1600.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Captura_de_pantalla_2026-02-23_182505.png?v=1782960150","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/oppo-find-n5-foldable-titanium-5g","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}