{"product_id":"nothing-phone-4a-pro","title":"Nothing Phone 4a Pro","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* --- Importación de Fuentes --- *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600\u0026family=Space+Mono:ital,wght@0,400;0,700;1,400\u0026display=swap');\n\n  \/* --- Paleta de Colores y Variables (Estilo Nothing) --- *\/\n  :root {\n    --n-black: #000000;\n    --n-dark-gray: #111111;\n    --n-white: #FFFFFF;\n    --n-light-gray: #F5F5F5;\n    --n-red: #E02B20; \/* Rojo característico de Nothing *\/\n    --n-text-muted: #666666;\n    --border-thin: 1px solid #E5E5E5;\n    --border-thick: 2px solid #000000;\n  }\n\n  \/* --- Estilos Generales --- *\/\n  #nothing-phone4a-pro-description {\n    font-family: 'Inter', sans-serif;\n    background-color: var(--n-white);\n    color: var(--n-black);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  \n  #nothing-phone4a-pro-description strong {\n    font-weight: 600;\n    color: var(--n-black);\n  }\n  \n  \/* Títulos con fuente Monoespaciada (Estilo Tech\/Matriz de puntos) *\/\n  #nothing-phone4a-pro-description h3,\n  #nothing-phone4a-pro-description h4,\n  .n-title {\n    font-family: 'Space Mono', monospace;\n    text-transform: uppercase;\n    color: var(--n-black);\n    letter-spacing: -0.5px;\n  }\n  \n  #nothing-phone4a-pro-description h3 {\n    font-size: 22px;\n    font-weight: 700;\n    border-bottom: var(--border-thick);\n    padding-bottom: 10px;\n    margin-top: 50px;\n    margin-bottom: 20px;\n    display: inline-block;\n  }\n\n  \/* --- Cabecera --- *\/\n  .n-header { text-align: left; margin-bottom: 40px; }\n  \n  .n-title {\n    font-size: 3.5em;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n  \n  .n-subtitle { \n    font-size: 1.2em; \n    color: var(--n-text-muted); \n    margin: 0; \n    font-weight: 400; \n  }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 0px; \/* Bordes rectos, diseño industrial *\/\n    margin-bottom: 40px;\n    background-color: var(--n-light-gray);\n  }\n\n  \/* --- Aviso Destacado (Minimalista) --- *\/\n  .highlight-notice {\n    background-color: var(--n-white);\n    border: 1px solid var(--n-black);\n    border-left: 6px solid var(--n-red);\n    padding: 25px;\n    margin: 30px 0;\n    font-size: 1.1em;\n    line-height: 1.6;\n    color: var(--n-black);\n  }\n  .highlight-notice strong {\n    font-family: 'Space Mono', monospace;\n    font-size: 1.2em;\n    display: block;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n  }\n  \n  \/* --- Descripción y Tarjetas --- *\/\n  .product-description p { \n    font-size: 1.1em; \n    line-height: 1.7; \n    color: var(--n-text-muted); \n    margin-bottom: 20px;\n  }\n  \n  .features-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 50px 0; }\n  \n  .feature-card { \n    background-color: var(--n-light-gray); \n    padding: 30px; \n    border-radius: 0px; \n    border: var(--border-thin);\n    transition: background-color 0.2s ease, border-color 0.2s ease;\n  }\n  \n  .feature-card:hover { \n    background-color: #EFEFEF;\n    border-color: var(--n-black);\n  }\n  \n  .feature-card h4 { \n    font-size: 1.2em; \n    font-weight: 700;\n    margin: 0 0 15px 0; \n  }\n  \n  .feature-card p { \n    font-size: 1em; \n    line-height: 1.6; \n    color: var(--n-text-muted); \n    margin-bottom: 0; \n  }\n  \n  \/* --- FAQ --- *\/\n  .faq-container { margin-top: 60px; }\n  \n  .faq-accordion .faq-item { \n    background-color: var(--n-white); \n    border-bottom: var(--border-thin); \n    margin-bottom: 0; \n  }\n  \n  .faq-accordion summary {\n    font-size: 1.1em;\n    font-weight: 500;\n    padding: 25px 0;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    transition: color 0.2s ease;\n    color: var(--n-black);\n    font-family: 'Space Mono', monospace;\n    text-transform: uppercase;\n  }\n  \n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  \n  .faq-icon {\n    font-size: 1.2em;\n    font-weight: 700;\n    color: var(--n-red);\n  }\n  \n  .faq-item[open] \u003e summary { color: var(--n-red); }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  \n  .faq-answer { \n    padding: 0 0 30px 0; \n    color: var(--n-text-muted); \n    line-height: 1.7; \n  }\n  \n  \/* --- Ficha Técnica --- *\/\n  .technical-specs { margin-top: 50px; }\n  .specs-table { \n    width: 100%; \n    border-collapse: collapse; \n    font-size: 1em; \n    border-top: var(--border-thick);\n  }\n  \n  .specs-table td { \n    padding: 18px 10px; \n    border-bottom: var(--border-thin); \n    color: var(--n-text-muted); \n  }\n  \n  .specs-table tr:last-child td { border-bottom: var(--border-thick); }\n  \n  .specs-table tr td:first-child { \n    font-weight: 600; \n    width: 35%; \n    color: var(--n-black); \n    font-family: 'Space Mono', monospace;\n    text-transform: uppercase;\n    font-size: 0.9em;\n  }\n  \n  \/* --- Responsive --- *\/\n  @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 480px) { .n-title { font-size: 2.5em; } }\n\u003c\/style\u003e\n\u003cdiv id=\"nothing-phone4a-pro-description\" style=\"text-align: start;\"\u003e\n\n\u003cdiv class=\"n-header\"\u003e\n\n\u003ch1 class=\"n-title\"\u003ePhone 4a Pro\u003c\/h1\u003e\n\n\u003cp class=\"n-subtitle\"\u003eMore than the essentials. Pro level.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight-notice\"\u003e\n\n\u003cstrong\u003eOFFICIAL GLOBAL VERSION\u003c\/strong\u003e\n\u003cp style=\"margin: 0;\"\u003eUncompromised performance. This global edition features pure Nothing OS, integrated Google Play Store, full certifications for NFC payments, and international band support. Enjoy the Pro experience without bloatware or distractions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/NothingPhone_4a_Pro5.png?v=1773407796\" alt=\"Transparent back design of the Nothing Phone 4a Pro\" class=\"hero-image\" style=\"margin-bottom: 40px; float: none;\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eENGINEERING ELEVATED\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003ePhone 4a Pro\u003c\/strong\u003e takes our transparent design philosophy to the next level. It maintains perfect symmetry in its dual camera module but incorporates aerospace-grade materials and a finish on the rear glass that highlights the wireless charging coil, revealing a raw and sophisticated industrial beauty.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/NothingPhone_4a_Pro6.png?v=1773407796\" alt=\"LED lighting of the Glyph Interface in the Pro version\" class=\"section-image\" style=\"margin-bottom: 40px; float: none;\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eENHANCED GLYPH INTERFACE\u003c\/h3\u003e\n\n\u003cp\u003eYour attention is valuable. The Pro model's revamped Glyph Interface includes more independent LED lighting zones, allowing for a superior level of granularity. Track your ride's arrival in real-time, monitor exact volume, or create custom light patterns so you know who's calling without even looking at the screen.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e\u003cspan\u003eSnapdragon 7 Gen 4 (4 nm)\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003cp\u003ePowered by an advanced 7-series processor (4nm architecture). Offers ultra-fast performance for heavy multitasking and AAA games at maximum resolution.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e50MP PRO CAMERA SYSTEM\u003c\/h4\u003e\n\n\u003cp\u003eNext-generation 50MP main sensor with advanced OIS and a 50MP ultra-wide-angle lens. Capture stunning details in low-light conditions thanks to the TrueLens 2.0 engine.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eWIRELESS CHARGING\u003c\/h4\u003e\n\n\u003cp\u003eUnlike the base model, the Pro version includes wireless charging and reverse wireless charging. Its 5000 mAh battery also supports 65W wired fast charging.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eNOTHING OS (PURE)\u003c\/h4\u003e\n\n\u003cp\u003eAndroid perfected. Fluid animations, the iconic dot-matrix typography, intelligent monochromatic widgets, and zero bloatware pre-installed.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the difference from the standard Phone 4a?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Phone 4a Pro elevates the experience by offering a \u003cstrong\u003ehigher performance processor\u003c\/strong\u003e, support for \u003cstrong\u003ewireless charging\u003c\/strong\u003e, improved camera sensors, a superior wired charging speed (65W), and premium construction materials with metal frames.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs the charger included?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eNo.\u003c\/strong\u003e Maintaining our initiative to reduce global electronic waste, the Phone 4a Pro does not include a power adapter in the box. It does include Nothing's characteristic and durable transparent USB-C charging cable.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs it water-resistant?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Phone 4a Pro is IP54 certified, protecting it against dust ingress and water splashes from any direction (such as rain or sweat), ideal for everyday use.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"technical-specs\"\u003e\n\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\n\u003ctd\u003e6.7\" Flexible AMOLED LTPO, 1-120Hz, HDR10+, 2000 nits (peak), Thin symmetrical bezels\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003e\n\u003cspan\u003eSnapdragon 7 Gen 4 (4 nm)\u003c\/span\u003e Processor\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRAM and Storage\u003c\/td\u003e\n\n\u003ctd\u003e12GB RAM (+ RAM Booster) | 256GB UFS 4.0\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRear Camera\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cstrong\u003eMain:\u003c\/strong\u003e 50MP (Premium Sensor, Advanced OIS)\u003cbr\u003e\u003cstrong\u003eUltra-Wide Angle:\u003c\/strong\u003e 50MP (114˚ FOV, Macro)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFront Camera\u003c\/td\u003e\n\n\u003ctd\u003e32 MP, 4K Video Recording\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery\u003c\/td\u003e\n\n\u003ctd\u003e5080 mAh\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCharging\u003c\/td\u003e\n\n\u003ctd\u003e50W wired | 7.5W Reverse Charging\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eOperating System\u003c\/td\u003e\n\n\u003ctd\u003eNothing OS (Based on Android) - \u003cstrong\u003eGlobal Version\u003c\/strong\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eExtras\u003c\/td\u003e\n\n\u003ctd\u003eExpanded Glyph Interface, Dual Stereo Speakers, Optical Fingerprint Reader, NFC, IP54\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBox Contents (Global)\u003c\/td\u003e\n\n\u003ctd\u003e• Nothing Phone 4a Pro\u003cbr\u003e• USB Type-C data cable (Nothing's transparent design)\u003cbr\u003e• Screen protector (Factory pre-applied)\u003cbr\u003e• SIM ejector tool (Transparent Design)\u003cbr\u003e• Safety information and warranty card\u003cbr\u003e\u003cem\u003e*Wall power adapter not included.\u003c\/em\u003e\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"128 GB \/ 8 GB RAM \/ Black","offer_id":58174481400156,"sku":"6974434228139","price":700.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ 8 GB RAM \/ Silver","offer_id":58174481432924,"sku":"6974434228153","price":700.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ Black","offer_id":58174481465692,"sku":"6974434228207","price":730.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ Silver","offer_id":58174481498460,"sku":"6974434228221","price":730.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/NothingPhone_4a_Pro.png?v=1782959784","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nothing-phone-4a-pro","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}