{"title":"headphone","description":null,"products":[{"product_id":"cmf-by-nothing-headphone-pro","title":"CMF by Nothing Headphone Pro","description":"\u003cdiv class=\"zd\"\u003e\n\n\u003cstyle\u003e\n  .zd { color: #0B0B0B; font-family: inherit; }\n  .zd * { box-sizing: border-box; }\n\n  \/* ===== TOP BLACK CARD ===== *\/\n  .zd .zd-hero {\n    background: #0B0B0B;\n    border-radius: 16px;\n    padding: 28px 28px 30px;\n  }\n  .zd .zd-pill {\n    display: inline-block;\n    margin: 0;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: #D4FF3A;\n    color: #0B0B0B;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n  .zd .zd-title {\n    margin: 14px 0 10px;\n    color: #FFFFFF;\n    font-family: inherit;\n    font-size: 26px;\n    font-weight: 800;\n    line-height: 1.25;\n    letter-spacing: -0.01em;\n  }\n  .zd .zd-intro {\n    margin: 0;\n    color: #CFCFCF;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* ===== SECTIONS ===== *\/\n  .zd .zd-block { margin-top: 32px; }\n  .zd .zd-heading {\n    margin: 0 0 16px;\n    color: #0B0B0B;\n    font-family: inherit;\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  \/* ===== CHECK LIST ===== *\/\n  .zd .zd-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px 28px;\n  }\n  .zd .zd-list li {\n    position: relative;\n    margin: 0;\n    padding: 0 0 0 34px;\n    font-size: 15px;\n    line-height: 1.55;\n    list-style: none;\n  }\n  .zd .zd-list li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 1px;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #0B0B0B;\n  }\n  .zd .zd-list li::after {\n    content: \"\";\n    position: absolute;\n    left: 8px;\n    top: 6px;\n    width: 6px;\n    height: 10px;\n    border: solid #D4FF3A;\n    border-width: 0 2px 2px 0;\n    transform: rotate(45deg);\n  }\n  .zd .zd-list strong { font-weight: 700; }\n\n  \/* ===== INCLUDED + PERFECT FOR CARDS ===== *\/\n  .zd .zd-duo {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 32px;\n  }\n  .zd .zd-card {\n    background: #F4F4F4;\n    border-radius: 14px;\n    padding: 22px;\n  }\n  .zd .zd-card .zd-heading { margin-bottom: 10px; }\n  .zd .zd-card p {\n    margin: 0;\n    color: #333333;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .zd .zd-card .zd-note {\n    margin-top: 8px;\n    color: #666666;\n    font-size: 13px;\n  }\n\n  \/* ===== SPECS TABLE ===== *\/\n  .zd .zd-table-wrap {\n    border: 1px solid #E6E6E6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n  .zd .zd-specs {\n    width: 100%;\n    margin: 0;\n    border: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n  .zd .zd-specs th,\n  .zd .zd-specs td {\n    padding: 14px 18px;\n    border: 0;\n    border-bottom: 1px solid #EDEDED;\n    background: none;\n    text-align: left;\n    vertical-align: top;\n    font-size: 14.5px;\n    line-height: 1.5;\n  }\n  .zd .zd-specs tr:last-child th,\n  .zd .zd-specs tr:last-child td { border-bottom: 0; }\n  .zd .zd-specs tr:nth-child(odd) { background: #FAFAFA; }\n  .zd .zd-specs th {\n    width: 38%;\n    color: #666666;\n    font-weight: 500;\n  }\n  .zd .zd-specs td {\n    color: #0B0B0B;\n    font-weight: 600;\n  }\n\n  \/* ===== TRUST BADGES ===== *\/\n  .zd .zd-trust {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 32px;\n  }\n  .zd .zd-badge {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 10px;\n    padding: 20px 10px;\n    border-radius: 14px;\n    background: #0B0B0B;\n  }\n  .zd .zd-badge-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: #1E1E1E;\n    color: #D4FF3A;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .zd .zd-badge-icon svg { width: 22px; height: 22px; display: block; }\n  .zd .zd-badge-text {\n    color: #BDBDBD;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n  .zd .zd-badge-text strong {\n    display: block;\n    color: #FFFFFF;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* ===== MOBILE ===== *\/\n  @media screen and (max-width: 749px) {\n    .zd .zd-hero { padding: 22px 20px 24px; border-radius: 14px; }\n    .zd .zd-title { font-size: 21px; }\n    .zd .zd-intro { font-size: 14px; }\n    .zd .zd-block,\n    .zd .zd-duo,\n    .zd .zd-trust { margin-top: 26px; }\n    .zd .zd-list { grid-template-columns: minmax(0, 1fr); gap: 12px; }\n    .zd .zd-list li { font-size: 14.5px; }\n    .zd .zd-duo { grid-template-columns: minmax(0, 1fr); gap: 12px; }\n    .zd .zd-card { padding: 18px; }\n    .zd .zd-specs th,\n    .zd .zd-specs td { padding: 12px 14px; font-size: 13.5px; }\n    .zd .zd-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }\n    .zd .zd-badge { padding: 16px 8px; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ===== TOP BLACK CARD ===== --\u003e\n\u003cdiv class=\"zd-hero\"\u003e\n  \u003cspan class=\"zd-pill\"\u003eBuilt for the whole week\u003c\/span\u003e\n  \u003ch2 class=\"zd-title\"\u003eCMF by Nothing Headphone Pro\u003c\/h2\u003e\n  \u003cp class=\"zd-intro\"\u003eCMF's first over-ear headphone, with 40 mm nickel-plated drivers, LDAC Hi-Res Audio, hybrid ANC, Personal Sound and up to 100 hours of playback.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== WHY YOU WILL LOVE IT ===== --\u003e\n\u003cdiv class=\"zd-block\"\u003e\n  \u003ch3 class=\"zd-heading\"\u003eWhy you will love it\u003c\/h3\u003e\n  \u003cul class=\"zd-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e40 mm nickel-plated drivers\u003c\/strong\u003e for rich, detailed sound\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLDAC Hi-Res Audio\u003c\/strong\u003e support, wireless and wired\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eHybrid Active Noise Cancellation\u003c\/strong\u003e up to 40dB\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTransparency Mode\u003c\/strong\u003e to stay aware of your surroundings\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePersonal Sound by Audiodo\u003c\/strong\u003e, tuned to your hearing profile\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTactile 3-button controls\u003c\/strong\u003e with a multifunction roller for playback, calls and ANC\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eRemovable ear cushions\u003c\/strong\u003e to change the look of your headphones\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eUp to 100 hours playback\u003c\/strong\u003e with ANC off, up to 50 hours with ANC on\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e5-minute fast charge\u003c\/strong\u003e gives you 5 hours of playback\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eDual device connection\u003c\/strong\u003e with Google Fast Pair and Microsoft Swift Pair\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003e3.5 mm wired mode\u003c\/strong\u003e to listen without Bluetooth\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNothing X app\u003c\/strong\u003e to customise the equaliser and controls\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== WHAT IS INCLUDED + PERFECT FOR ===== --\u003e\n\u003cdiv class=\"zd-duo\"\u003e\n  \u003cdiv class=\"zd-card\"\u003e\n    \u003ch3 class=\"zd-heading\"\u003eWhat is included\u003c\/h3\u003e\n    \u003cp\u003e1 x CMF Headphone Pro, Carry Pouch, 3.5 mm Audio Cable (1.2 m), User Guide and Safety and Warranty Information\u003c\/p\u003e\n    \u003cp class=\"zd-note\"\u003eUSB-C charging cable is not included.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"zd-card\"\u003e\n    \u003ch3 class=\"zd-heading\"\u003ePerfect for\u003c\/h3\u003e\n    \u003cp\u003eLong commutes, travel, work from home, focused study sessions, and anyone who wants rich sound with a battery that lasts all week.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== PRODUCT DETAILS ===== --\u003e\n\u003cdiv class=\"zd-block\"\u003e\n  \u003ch3 class=\"zd-heading\"\u003eProduct details\u003c\/h3\u003e\n  \u003cdiv class=\"zd-table-wrap\"\u003e\n    \u003ctable class=\"zd-specs\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eType\u003c\/th\u003e\n\u003ctd\u003eOver Ear\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eConnectivity\u003c\/th\u003e\n\u003ctd\u003eBluetooth 5.4 + 3.5 mm wired\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eAudio codecs\u003c\/th\u003e\n\u003ctd\u003eSBC, AAC, LDAC\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eDrivers\u003c\/th\u003e\n\u003ctd\u003e40 mm, nickel-plated\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eNoise Cancellation\u003c\/th\u003e\n\u003ctd\u003eHybrid ANC up to 40dB + Transparency Mode\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMicrophones\u003c\/th\u003e\n\u003ctd\u003e5 mics\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMulti-device\u003c\/th\u003e\n\u003ctd\u003eUp to 2 devices\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery life\u003c\/th\u003e\n\u003ctd\u003eUp to 100 hours (ANC off), up to 50 hours (ANC on)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eFast charging\u003c\/th\u003e\n\u003ctd\u003e5 min charge = 5 hours playback\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater resistance\u003c\/th\u003e\n\u003ctd\u003eIPX2\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e283 g\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eIn the box\u003c\/th\u003e\n\u003ctd\u003eHeadphones, pouch, 3.5 mm cable, user guide\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ===== TRUST BADGES ===== --\u003e\n\u003cdiv class=\"zd-trust\"\u003e\n\n  \u003cdiv class=\"zd-badge\"\u003e\n    \u003cspan class=\"zd-badge-icon\" aria-hidden=\"true\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M14 17V6.5A1.5 1.5 0 0 0 12.5 5h-9A1.5 1.5 0 0 0 2 6.5V16a1 1 0 0 0 1 1h1.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M14 17H9.5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M19.5 17H21a1 1 0 0 0 1-1v-3.4a1 1 0 0 0-.2-.6l-3.1-3.9a1 1 0 0 0-.8-.4H14\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"7\" cy=\"17.5\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"17\" cy=\"17.5\" r=\"2\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n    \u003cspan class=\"zd-badge-text\"\u003e\u003cstrong\u003eFree shipping\u003c\/strong\u003eAll over India\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zd-badge\"\u003e\n    \u003cspan class=\"zd-badge-icon\" aria-hidden=\"true\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M3 12a9 9 0 1 0 3-6.7\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M3 4v5h5\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 8v4l3 2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n    \u003cspan class=\"zd-badge-text\"\u003e\u003cstrong\u003e7 days easy\u003c\/strong\u003eReturns\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zd-badge\"\u003e\n    \u003cspan class=\"zd-badge-icon\" aria-hidden=\"true\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M12 2.8l7.5 3v5.7c0 4.7-3.2 8.3-7.5 9.7-4.3-1.4-7.5-5-7.5-9.7V5.8z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8.8 12l2.3 2.3 4.2-4.6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n    \u003cspan class=\"zd-badge-text\"\u003e\u003cstrong\u003eSafe and secure\u003c\/strong\u003ePayments\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zd-badge\"\u003e\n    \u003cspan class=\"zd-badge-icon\" aria-hidden=\"true\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M4 14v-2a8 8 0 0 1 16 0v2\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M4 14a2 2 0 0 1 2-2h1v6H6a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M20 14a2 2 0 0 0-2-2h-1v6h1a2 2 0 0 0 2-2z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M17 18c0 1.7-1.8 3-5 3\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n    \u003cspan class=\"zd-badge-text\"\u003e\u003cstrong\u003e24\/7 customer\u003c\/strong\u003eSupport\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":53022564843805,"sku":null,"price":6999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0988\/7170\/5885\/files\/original-imahj9tfqf8bhngv.webp?v=1790334374"}],"url":"https:\/\/zuneec.com\/collections\/headphone.oembed","provider":"My Store","version":"1.0","type":"link"}