{"product_id":"oppo-a6x-bateria-6100mah-snapdragon","title":"OPPO A6x","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: 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\u003eUntiring Power for Your Day\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eOPPO A6x: The perfect ally with a colossal 6100 mAh battery and a 6.75\" 120Hz display so nothing stops your daily flow.\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 A6x\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- CARD 1: HIGHLIGHT (Batería) --\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=\"10\" width=\"16\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"13\" x2=\"22\" y1=\"11\" x1=\"22\"\u003e\u003c\/line\u003e\u003cline y2=\"11\" x2=\"10\" y1=\"11\" x1=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eWorry-Free Battery Life\u003c\/h3\u003e\n\n\u003cp\u003eWith 6100 mAh, the OPPO A6x is designed to accompany you through intense days of video, social media, and messaging without needing to find an outlet.\u003c\/p\u003e\n\n\n\u003c\/div\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\u003cdiv\u003e\n\n\u003ch3\u003e120Hz Fluidity\u003c\/h3\u003e\n\n\u003cp\u003e6.75\" LCD display with ultra-smooth refresh rate. Enjoy smooth scrolling and a comfortable visual experience with every touch.\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\u003eSnapdragon Octa-Core\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with the SM6225 Pro processor for stable performance in your daily apps, light multitasking, and uninterrupted entertainment.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4: Almacenamiento --\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=\"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3\"\u003e\u003c\/path\u003e\u003crect ry=\"2\" rx=\"2\" height=\"8\" width=\"20\" y=\"8\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eExpandable 1TB Storage\u003c\/h3\u003e\n\n\u003cp\u003eDon't delete anything. Expand your storage with a microSD card up to 1 TB to save thousands of photos, videos, and applications.\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;\"\u003eUser 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 battery is truly impressive. I leave home early and come back at night with plenty of charge left, despite using social media a lot.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eElena R. - Student\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 6.75\" screen is huge and looks great. What I like most is the 120Hz fluidity when browsing the internet.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eRoberto F. - Daily User\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\"I was looking for a reliable device for work, and this one delivers. I was able to put a 512GB memory card in it without any problems for my files.\"\u003c\/p\u003e\n\n\u003cdiv class=\"reviewer\"\u003eMario S. - Entrepreneur\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.75\" LCD, 120Hz refresh rate\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\"\u003e6100 mAh long-lasting battery\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\"\u003eQualcomm Snapdragon SM6225 Pro Octa-Core\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eExpandable up to 1 TB via microSD\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eSecurity\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eSide fingerprint + Facial recognition\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eMain Camera\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e50 MP high resolution\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-label\"\u003eFront Camera\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e16 MP for sharp selfies\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\u003eDoes it come with expandable memory?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the OPPO A6x is compatible with microSD cards up to 1 TB, allowing you to easily expand storage space for all your photos and videos.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the screen experience like?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThanks to its 120Hz refresh rate, the screen offers much smoother transitions than standard panels, resulting in more comfortable and pleasant navigation.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere is the fingerprint sensor located?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe fingerprint sensor is integrated directly into the side power button, allowing for quick and natural unlocking when picking up the 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;\"\u003eGSMPRO.CL Support\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eOriginal, sealed, and approved device for Chile. \u003cbr\u003e\u003cstrong\u003eTechnical warranty and fast shipping nationwide.\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":"Titanium Silver","offer_id":58174493262172,"sku":"B0G61PJWGX","price":450.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":58174493294940,"sku":null,"price":450.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/6x_84e1ac2a-c49e-4304-840d-85da8ee9b31f.png?v=1782960146","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/oppo-a6x-bateria-6100mah-snapdragon","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}