{"product_id":"nothing-headphone-1","title":"Nothing Headphone (1)","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eNothing Headphone (1) Description\u003c\/title\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  }\n\n  \/* --- Estilos Generales --- *\/\n  #nothing-headphone-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-headphone-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-headphone-description h3,\n  #nothing-headphone-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-headphone-description h3 {\n    font-size: 22px;\n    font-weight: 700;\n    border-bottom: 2px solid var(--n-black);\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;\n  }\n  \n  .feature-card:hover { \n    background-color: #EFEFEF;\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: 2px solid var(--n-black);\n  }\n  \n  .specs-table td { \n    padding: 18px 0; \n    border-bottom: var(--border-thin); \n    color: var(--n-text-muted); \n  }\n  \n  .specs-table tr:last-child td { border-bottom: 2px solid var(--n-black); }\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\n\u003cdiv id=\"nothing-headphone-description\"\u003e\n\n\n  \u003cdiv class=\"n-header\"\u003e\n\n    \u003ch1 class=\"n-title\"\u003eHeadphone (1)\u003c\/h1\u003e\n\n    \u003cp class=\"n-subtitle\"\u003ePure sound. Bold craftsmanship. Co-designed with KEF.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Headphone_1_1.jpg?v=1772051079\" alt=\"Nothing Headphone (1) transparent design\" class=\"hero-image\"\u003e\n\n  \u003cdiv class=\"highlight-notice\"\u003e\n\n    \u003cstrong\u003eAcoustic Engineering by KEF.\u003c\/strong\u003e\n    \u003cp style=\"margin:0;\"\u003eA landmark collaboration. Equipped with custom 40mm dynamic drivers and tuned by the legendary British audio brand \u003cstrong\u003eKEF\u003c\/strong\u003e. Resonant bass and crystal-clear vocals that don't distort the artist's original intention.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"product-description\"\u003e\n\n    \u003ch3\u003eFORM FOLLOWS FUNCTION\u003c\/h3\u003e\n\n    \u003cp\u003eNothing's iconic transparent design brought to over-ear headphones. \u003cstrong\u003eHeadphone (1)\u003c\/strong\u003e exposes the internal engineering that makes it possible. No unnecessary elements. Touch control replaced by \u003cstrong\u003eprecise physical controls\u003c\/strong\u003e (a wheel, a lever, and a customizable button) so you never miss a command.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Headphone_1_2.jpg?v=1772051079\" alt=\"Detail of microphones and transparent design\" class=\"section-image\"\u003e\n\n  \u003cdiv class=\"product-description\"\u003e\n\n    \u003ch3\u003eESCAPE THE NOISE\u003c\/h3\u003e\n\n    \u003cp\u003ePure sound, no distractions. Advanced hybrid Active Noise Cancellation (ANC) uses dual microphones to effectively reduce external noise. It checks your environment every 600 milliseconds and \u003cstrong\u003eadapts the cancellation level in real-time\u003c\/strong\u003e. Plus, integrated wear detection intuitively pauses and resumes music.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"features-grid\"\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003ch4\u003e80-HOUR BATTERY\u003c\/h4\u003e\n\n      \u003cp\u003eIndustry-leading battery life. Up to 80 hours of playback (with ANC off) and 35 hours with ANC on. Fast charging: 5 minutes gives you 5 hours of music.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003ch4\u003eHI-RES AUDIO \u0026amp; LDAC\u003c\/h4\u003e\n\n      \u003cp\u003eSupport for high-resolution LDAC codec (24-bit\/96 kHz). Also allows for lossless audio playback via USB-C cable or classic 3.5mm port.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003ch4\u003eIP52 RESISTANCE\u003c\/h4\u003e\n\n      \u003cp\u003eA rarity in over-ear headphones. IP52 water and dust resistance rating, allowing you to use them at the gym or in light rain without worry.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n\n      \u003ch4\u003eAI AND INTEGRATED CHATGPT\u003c\/h4\u003e\n\n      \u003cp\u003eAccess ChatGPT directly from your headphones (requires Nothing OS). The 4-microphone AI system cancels echoes and wind for crystal-clear calls.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\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\u003eDo they have touch controls?\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 has deliberately opted for physical, tactile controls (wheels and levers) to eliminate accidental touches and provide satisfying mechanical feedback, similar to classic analog audio equipment.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eCan I use them wired?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n\n          \u003cp\u003eYes, they offer complete versatility. You can listen to audio wirelessly (Bluetooth 5.3), use the traditional 3.5mm cable, or connect them via USB-C to take advantage of the internal DAC for lossless audio directly from your device.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n       \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eWhat is Multipoint Connectivity?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n\n          \u003cp\u003eIt allows you to connect Headphone (1) to two devices simultaneously (e.g., your laptop and your phone). You can listen to music on your computer and answer a call on your phone without having to disconnect and re-pair.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\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\u003eDesign and Weight\u003c\/td\u003e\n\n          \u003ctd\u003eCircumaural (Over-ear) Headphones. 173.8 x 78 x 189.2 mm | 329 grams\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n         \u003ctr\u003e\n\n          \u003ctd\u003eDrivers\u003c\/td\u003e\n\n          \u003ctd\u003eCustom 40mm Dynamic Drivers (tuned by KEF) \/ 16 Ω\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n          \u003ctd\u003eConnectivity\u003c\/td\u003e\n\n          \u003ctd\u003eBluetooth 5.3 (Range 10m) | Dual Multipoint Connection\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n         \u003ctr\u003e\n\n          \u003ctd\u003eAudio Codecs\u003c\/td\u003e\n\n          \u003ctd\u003eSBC, AAC, LDAC (Hi-Res Wireless Audio)\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n          \u003ctd\u003eNoise Cancellation\u003c\/td\u003e\n\n          \u003ctd\u003eAdaptive Real-time Hybrid ANC | Transparency Mode\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n          \u003ctd\u003eBattery\u003c\/td\u003e\n\n          \u003ctd\u003eUp to 80 h (ANC Off) | Up to 35 h (ANC On)\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n          \u003ctd\u003eResistance\u003c\/td\u003e\n\n          \u003ctd\u003eIP52 Certification (Dust and Splash Resistant)\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n          \u003ctd\u003eMicrophones\u003c\/td\u003e\n\n          \u003ctd\u003e4-microphone ENC system with Artificial Intelligence (Clear Voice Technology)\u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \n        \u003ctr\u003e\n\n          \u003ctd\u003eIn the Box (Global)\u003c\/td\u003e\n\n          \u003ctd\u003e\n\n            • Nothing Headphone (1)\u003cbr\u003e\n            • Hard Protective Travel Case (Smart Case)\u003cbr\u003e\n            • USB-C to USB-C Charging and Audio Cable\u003cbr\u003e\n            • Traditional 3.5 mm Audio Cable\u003cbr\u003e\n            • Safety Information and Warranty Card\n          \u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n","brand":"OURBIZ-US Shop","offers":[{"title":"White","offer_id":58174479466844,"sku":"6974434224179","price":330.0,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":58174479499612,"sku":"6974434224223","price":330.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/nothing-headphone-1.webp?v=1782959766","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nothing-headphone-1","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}