{"product_id":"nothing-phone-4a","title":"Nothing Phone 4a","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-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-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-description h3,\n  #nothing-phone4a-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-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); \/* Acento rojo crudo *\/\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-description\"\u003e\n\n\u003cdiv class=\"n-header\"\u003e\n\n\u003ch1 class=\"n-title\"\u003ePhone 4a\u003c\/h1\u003e\n\n\u003cp class=\"n-subtitle\"\u003ePower in its purest form. Brilliant by design.\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;\"\u003eEnjoy the full experience without bloatware. This global edition features pure Nothing OS, integrated Google Play Store, full certifications for NFC payments, and support for all international bands. Fast, smooth, and focused on the essentials.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"hero-image\" alt=\"Transparent back design of the Nothing Phone 4a\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/NothingPhone_4a_5.jpg?v=1773149148\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eENGINEERING UNCOVERED\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003ePhone 4a\u003c\/strong\u003e continues Nothing's transparent design legacy, but with a renewed focus. Its dual camera is centrally located for perfect visual symmetry, revealing the phone's \"guts,\" such as its matte-textured NFC coils and flex cables. A unibody made of recycled polycarbonate that feels amazingly premium.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"section-image\" alt=\"Glyph Interface LED lighting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Phone_4a_11.png?v=1773149178\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eTHE GLYPH INTERFACE\u003c\/h3\u003e\n\n\u003cp\u003eReduced to the essentials, yet smarter than ever. The Phone 4a's rear LED segments are not just aesthetic; they are concentration tools. Assign light patterns to specific contacts, use the visual timer, track music volume, or use natural fill light for your macro photos.\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 7s Gen 4\u003c\/span\u003e\u003c\/h4\u003e\n\n\u003cp\u003eCo-developed with \u003cspan\u003eQualcomm\u003c\/span\u003e. An efficient 4nm chipset that delivers ultra-fast performance in daily use and gaming, without draining the battery.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eDUAL 50MP CAMERA\u003c\/h4\u003e\n\n\u003cp\u003e50MP main sensor with OIS and 50MP ultra-wide-angle lens. Equipped with the TrueLens engine to capture reality exactly as you see it.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e5000 MAH BATTERY\u003c\/h4\u003e\n\n\u003cp\u003eOur longest-lasting battery. Two days of use on a single charge. And if you need more, 45W fast charging gives you 50% in just 20 minutes.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eNOTHING OS\u003c\/h4\u003e\n\n\u003cp\u003eAndroid at its best. Fast animations, dot-matrix typography, monochromatic widgets, and zero bloatware 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\u003eDoes it include a charger?\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 As part of Nothing's initiative to reduce electronic waste, the Phone 4a does not include a power adapter in the box. It does include Nothing's signature transparent USB-C to USB-C 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\u003eDoes it have wireless charging?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eNo, Nothing's \"a\" series focuses on maximizing essential specifications (performance, camera, battery, and screen) to maintain an accessible price. Charging is strictly wired at 45W.\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\u003eIt has IP54 certification. This means it is protected against dust and water splashes from any direction (such as light rain or sweat), but it should not be submerged.\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, 120Hz, HDR10+, 1500 nits (peak), 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\u003cspan\u003eSnapdragon 7s Gen 4 (4 nm)\u003c\/span\u003e\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\u003e8GB \/ 12GB RAM (+ RAM Booster) | 128GB \/ 256GB\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 (f\/1.8, OIS, PDAF)\u003cbr\u003e\u003cstrong\u003eUltra Wide Angle:\u003c\/strong\u003e 50MP (114˚ FOV)\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, f\/2.2\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 fast 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 (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\u003eGlyph Interface (rear LEDs), Stereo Speakers, Under-display fingerprint reader, NFC, IP54\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIn the Box (Global)\u003c\/td\u003e\n\n\u003ctd\u003e• Nothing Phone 4a\u003cbr\u003e• Type-C data cable (Nothing's transparent design)\u003cbr\u003e• Screen protector (Factory pre-applied)\u003cbr\u003e• SIM ejector tool\u003cbr\u003e• Safety information and warranty card\u003cbr\u003e\u003cem\u003e*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 RAM \/ White","offer_id":58174481203548,"sku":null,"price":530.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ 8 RAM \/ Black","offer_id":58174481236316,"sku":null,"price":530.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 RAM \/ Black","offer_id":58174481269084,"sku":"6974434227637","price":650.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 RAM \/ White","offer_id":58174481301852,"sku":"6974434227644","price":650.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 8 RAM \/ Black","offer_id":58174481334620,"sku":"6974434228047","price":590.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 8 RAM \/ White","offer_id":58174481367388,"sku":"6974434228054","price":590.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/NothingPhone_4a.jpg?v=1782959782","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nothing-phone-4a","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}