{"product_id":"nothing-phone-3a-lite","title":"Nothing Phone 3a Lite","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* --- Importación de Fuentes --- *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700\u0026display=swap');\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto+Mono:wght@700\u0026display=swap');\n\n  \/* --- Paleta de Colores y Variables de Nothing --- *\/\n  :root {\n    --text-dark: #111111;\n    --text-muted: #808080;\n    --bg-light: #FFFFFF;\n    --bg-card: #F9F9F9;\n    --border-color: #EAEAEA;\n    --notice-bg: #F5F5F5;\n  }\n\n  \/* --- Estilos Generales --- *\/\n  #nothing-lite-description {\n    font-family: 'Inter', sans-serif;\n    background-color: var(--bg-light);\n    color: var(--text-dark);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  #nothing-lite-description strong {\n    font-weight: 700;\n    color: var(--text-dark);\n  }\n  \n  \/* Estilo de fuente Monospace para títulos *\/\n  #nothing-lite-description h3,\n  #nothing-lite-description h4 {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    text-transform: uppercase;\n    color: var(--text-dark);\n  }\n  #nothing-lite-description h3 {\n    font-size: 24px;\n    font-weight: 700;\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 10px;\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  \/* --- Cabecera --- *\/\n  .nothing-header { text-align: center; margin-bottom: 20px; }\n  .nothing-title {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    font-size: 2.8em;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .nothing-subtitle { font-size: 1.4em; color: var(--text-muted); margin: 0 0 25px 0; font-weight: 500; }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 30px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.07);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* --- Aviso Informativo (Rumores) --- *\/\n  .rumor-notice {\n    background-color: var(--notice-bg);\n    border: 1px solid var(--border-color);\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    line-height: 1.6;\n  }\n  .rumor-notice strong {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    color: var(--text-dark);\n    font-weight: 700;\n    display: block;\n    margin-bottom: 8px;\n  }\n  \n  \/* --- Descripción y Tarjetas --- *\/\n  .product-description p { font-size: 1.1em; line-height: 1.7; color: var(--text-muted); }\n  .features-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin: 40px 0; }\n  .feature-card { background-color: var(--bg-card); padding: 30px; border-radius: 12px; border: 1px solid var(--border-color); }\n  .feature-card h4 { font-size: 1.5em; font-weight: 700; margin: 0 0 15px 0; }\n  .feature-card p { font-size: 1.05em; line-height: 1.7; color: var(--text-muted); margin-bottom: 0; }\n  \n  \/* --- FAQ --- *\/\n  .faq-container-nothing { margin-top: 50px; }\n  .faq-title {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    text-transform: uppercase;\n    font-size: 2em;\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 30px;\n    border-top: 1px solid var(--border-color);\n    padding-top: 40px;\n  }\n  .faq-accordion .faq-item { background-color: var(--bg-card); border-radius: 12px; margin-bottom: 15px; border: 1px solid var(--border-color); overflow: hidden; }\n  .faq-accordion summary {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    font-size: 1.2em;\n    font-weight: 700;\n    padding: 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    transition: color 0.3s ease;\n  }\n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  .faq-icon {\n    font-family: 'monospace';\n    font-size: 1.5em;\n    font-weight: 700;\n    color: var(--text-dark);\n    transition: transform 0.3s ease;\n  }\n  .faq-item[open] \u003e summary { color: var(--text-dark); }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  .faq-answer { padding: 0 20px 20px 20px; color: var(--text-muted); line-height: 1.7; }\n  \n  \/* --- Ficha Técnica --- *\/\n  .technical-specs { margin-top: 40px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 1.05em; background-color: var(--bg-card); border-radius: 12px; overflow: hidden; }\n  .specs-table td { padding: 15px 12px; border-bottom: 1px solid var(--border-color); }\n  .specs-table tr:last-child td { border-bottom: none; }\n  .specs-table tr td:first-child { font-weight: 700; width: 40%; }\n  \n  \/* --- Responsive --- *\/\n  @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 480px) { .nothing-title { font-size: 2.2em; } .nothing-subtitle { font-size: 1.2em; } }\n\u003c\/style\u003e\n\u003cdiv id=\"nothing-lite-description\"\u003e\n\n\u003cdiv class=\"nothing-header\"\u003e\n\n\u003ch1 class=\"nothing-title\"\u003eNothing Phone (3a) Lite\u003c\/h1\u003e\n\n\u003cp class=\"nothing-subtitle\"\u003eThe Nothing experience. More accessible than ever.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"hero-image\" alt=\"Smartphone Nothing Phone (3a) Lite\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Phone_3a_Lite3.png?v=1761746695\"\u003e\n\u003cdiv class=\"rumor-notice\"\u003e\n\n\u003cstrong\u003e[ PRELIMINARY INFORMATION ]\u003c\/strong\u003e\n\u003cp\u003eThe technical specifications and features described on this page are based on \u003cstrong style=\"font-size: 1.05em; color: rgb(17, 17, 17); display: inline !important;\"\u003erumors and projections\u003c\/strong\u003e. The final product presented by Nothing may vary.\u003c\/p\u003e\n\n\u003cp\u003eThe price is an \u003cstrong style=\"font-size: 1.05em; color: rgb(17, 17, 17); display: inline !important;\"\u003eestimated value\u003c\/strong\u003e and will be confirmed on the official launch date.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eLess Noise. More Essence.\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003ePhone (3a) Lite\u003c\/strong\u003e distills the Nothing experience to its purest form. We've focused on the essentials: smooth performance, a reliable camera, and clean software. All wrapped in our iconic transparent design and a simplified \u003cstrong\u003eGlyph Interface\u003c\/strong\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"section-image\" alt=\"Detail of the simplified Glyph Interface of the Nothing Phone (3a) Lite\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Phone_3a_Lite4.png?v=1761746694\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eConscious Interaction\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eGlyph Interface (Lite)\u003c\/strong\u003e gives you the information you need without having to turn on the screen. See who's calling or your charging status at a glance. It's the perfect tool to help you disconnect from your screen and connect with your surroundings.\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\u003eGLYPH (LITE)\u003c\/h4\u003e\n\n\u003cp\u003eThe iconic interface, reimagined. Key notifications at a glance, without the distractions of an always-on display.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eEFFICIENT PROCESSOR\u003c\/h4\u003e\n\n\u003cp\u003eFast and smart everyday performance, thanks to the Snapdragon 7s Gen 3 processor, optimized for Nothing OS.\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\u003eA dual camera system tuned by Nothing. Real quality and accurate colors, with a 50MP main sensor (OIS) and an ultra-wide angle.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eNOTHING OS 3.5\u003c\/h4\u003e\n\n\u003cp\u003eThe pure, fast, and fluid Android experience. No bloatware. Just speed, with Nothing's unmistakable monochromatic aesthetic.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-nothing\"\u003e\n\n\u003ch2 class=\"faq-title\"\u003eFREQUENTLY ASKED QUESTIONS\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eDIFFERENCE BETWEEN (3A) LITE AND (3)?\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 (3a) Lite focuses on offering the essential Nothing experience (design, Nothing OS, Glyph) at the most accessible price possible. The Phone (3) is our flagship, with the most powerful processor, the full Glyph Interface, and premium materials.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWHAT DOES \"GLYPH (LITE)\" MEAN?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt means it retains the main functionality of the Glyph Interface (light notifications, charge indicator) but with a more simplified LED setup to make it more accessible.\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\u003eTo maintain focus on value, the Phone (3a) Lite focuses on the essentials. Therefore, it does not include wireless charging, but it does have 45W wired fast charging for its large 5000 mAh battery.\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 (Preliminary) - Phone (3a) Lite\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.6\" OLED, 1B colors, 120Hz, HDR10+\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003eMediatek Dimensity 7300 Pro (4 nm)\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 RAM | 128GB\/256GB UFS 3.1\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\u003eDual:\u003c\/strong\u003e 50MP (Main, OIS) + 50MP (Ultra Wide Angle)\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\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery\u003c\/td\u003e\n\n\u003ctd\u003e5000 mAh\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCharging\u003c\/td\u003e\n\n\u003ctd\u003e45W (wired), no wireless 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\u003eAndroid 15, Nothing OS 3.5\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eExtras\u003c\/td\u003e\n\n\u003ctd\u003eIP54 resistance, Glyph Interface (Lite), Stereo speakers, Under-display fingerprint\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":"256 GB \/ 8 GB RAM \/ White","offer_id":58174480646492,"sku":null,"price":350.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ 8 GB RAM \/ Black","offer_id":58174480679260,"sku":"6974434227026","price":330.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ 8 GB RAM \/ White","offer_id":58174480712028,"sku":"6974434227033","price":330.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 8 GB RAM \/ Black","offer_id":58174480744796,"sku":"6974434227088","price":350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Nothing_Phone_3a_Lite2.png?v=1782959782","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nothing-phone-3a-lite","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}