{"product_id":"oppo-find-x9-16gb-ram-hasselblad","title":"OPPO Find X9","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%, #edf6ff 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: 750px; 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: 120px; }\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\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003ePower and Style in Every Detail\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eDiscover the OPPO Find X9: Premium performance, a 50MP Hasselblad camera, and an ultra-bright display designed for adventure.\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 X9\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- CARD 1: HIGHLIGHT --\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=\"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\u003cdiv\u003e\n\n\u003ch3\u003eHasselblad Master Camera\u003c\/h3\u003e\n\n\u003cp\u003eTriple 50MP camera co-developed with Hasselblad. Capture portraits with 3x optical zoom and go further with 120x AI-optimized super zoom.\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\"\u003e\u003cpath d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eLimitless Performance\u003c\/h3\u003e\n\n\u003cp\u003eDimensity 9500 processor and 16GB of RAM. Ample power for demanding applications, 4K video editing, and professional gaming without interruptions.\u003c\/p\u003e\n\n\n\u003c\/div\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\"\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\u003cdiv\u003e\n\n\u003ch3\u003e1800 nits AMOLED Display\u003c\/h3\u003e\n\n\u003cp\u003eFull visibility even under the sun. 6.59 inches with 120Hz fluidity and Gorilla Glass 7i protection for superior durability.\u003c\/p\u003e\n\n\n\u003c\/div\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\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eSUPERVOOC 80W Charging\u003c\/h3\u003e\n\n\u003cp\u003e7025 mAh battery designed for adventurers. Regain hours of use in minutes and forget the charger all day long.\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;\"\u003eCommunity Reviews\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\"The screen is incredibly bright. It looks perfect in broad daylight and the bezels are almost non-existent. Very comfortable in hand.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eCamila T. - Content Creator\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 4K video stabilization is next level. I recorded my entire last trek and it looks like a movie. The IP69 resistance gives me a lot of peace of mind.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eIgnacio L. - Outdoors Enthusiast\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\"Excellent gaming performance. It doesn't get hot and the 16GB of RAM is noticeable when jumping between heavy apps. Great purchase.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eMateo S. - Gamer\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\"\u003eDisplay\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e6.59\" AMOLED, 120Hz, 1800 nits, Gorilla Glass 7i\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\"\u003eMediaTek Dimensity 9500 (Premium Power)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eMemory\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e16 GB RAM for fluid multitasking\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eCameras\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eTriple 50MP Hasselblad \/ 120x AI Zoom\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\"\u003e7025 mAh + SUPERVOOC 80W Fast Charging\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eConstruction\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eAerospace Aluminum Frame \/ IP66-IP68-IP69\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eVideo\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e4K @ 120 FPS \/ Dual OIS + EIS Stabilization\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 resistant is the aerospace aluminum frame?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe aerospace-grade aluminum frame provides superior structural resistance to impacts and torsion, being lighter and more durable than standard aluminum used in other smartphones.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does it mean to have IP66, IP68, and IP69 certifications?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt means the device has the maximum possible protection: it is resistant to powerful water jets (IP66), submersible up to 1.5m (IP68), and resistant to high-pressure and high-temperature water jets (IP69).\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the 120x zoom maintain sharpness?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe system uses Artificial Intelligence algorithms to improve edges and reduce digital noise, allowing distant objects to be captured with surprising clarity for a mobile device.\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;\"\u003eElite GSMPRO.CL Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003e100% original product, sealed and with global certification. \u003cbr\u003eIncludes specialized support and \u003cstrong\u003epriority 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":"Black","offer_id":58174493524316,"sku":"B0FV257R9Z","price":1200.0,"currency_code":"USD","in_stock":true},{"title":"Titanium Grey","offer_id":58174493557084,"sku":"B0FV2FFS91","price":1200.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/9_negro_199c7aac-e5bc-449b-94ac-2135c8322c2a.png?v=1782960152","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/oppo-find-x9-16gb-ram-hasselblad","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}