{"product_id":"noma-tv-unit","title":"Noma TV Unit","description":"\u003csection class=\"avian-noma-tv\"\u003e\n  \u003cstyle\u003e\n    .avian-noma-tv {\n      --nm-ink: #302a25;\n      --nm-copy: #70675f;\n      --nm-cream: #f7f2ea;\n      --nm-walnut: #7a5136;\n      --nm-brass: #a78350;\n      --nm-dark: #302b27;\n      --nm-white: #ffffff;\n      --nm-line: rgba(48,42,37,.13);\n\n      width: 100%;\n      max-width: 100%;\n      margin: 22px 0;\n      color: var(--nm-ink);\n      font-family: inherit;\n      line-height: 1.6;\n      container-type: inline-size;\n    }\n\n    .avian-noma-tv,\n    .avian-noma-tv * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n\n    .nm-hero {\n      padding: 28px;\n      border: 1px solid var(--nm-line);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 10% 5%,\n          rgba(255,255,255,.98),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #fbf8f3 0%,\n          #eee5da 57%,\n          #c9b5a1 100%\n        );\n    }\n\n    .nm-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 16px;\n      color: var(--nm-walnut);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .17em;\n      text-transform: uppercase;\n    }\n\n    .nm-eyebrow::before {\n      content: \"\";\n      width: 30px;\n      height: 1px;\n      background: currentColor;\n    }\n\n    .nm-hero h2 {\n      max-width: 760px;\n      margin: 0;\n      font-size: clamp(32px,7cqi,53px);\n      font-weight: 500;\n      line-height: 1.02;\n      letter-spacing: -.045em;\n    }\n\n    .nm-hero h2 em {\n      display: block;\n      margin-top: 4px;\n      color: var(--nm-walnut);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .nm-intro {\n      max-width: 760px;\n      margin: 20px 0 0;\n      color: var(--nm-copy);\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .nm-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 22px;\n    }\n\n    .nm-pills span {\n      padding: 7px 12px;\n      border: 1px solid var(--nm-line);\n      border-radius: 100px;\n      background: rgba(255,255,255,.54);\n      color: #564c43;\n      font-size: 11px;\n    }\n\n    \/* FEATURES *\/\n\n    .nm-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .nm-feature {\n      padding: 19px;\n      border: 1px solid var(--nm-line);\n      border-radius: 16px;\n      background: var(--nm-white);\n      transition:\n        transform .25s ease,\n        box-shadow .25s ease;\n    }\n\n    .nm-feature:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 30px rgba(48,42,37,.07);\n    }\n\n    .nm-feature small {\n      display: block;\n      margin-bottom: 10px;\n      color: var(--nm-brass);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n    }\n\n    .nm-feature h3 {\n      margin: 0 0 7px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .nm-feature p {\n      margin: 0;\n      color: var(--nm-copy);\n      font-size: 13px;\n      line-height: 1.58;\n    }\n\n    \/* STORY *\/\n\n    .nm-story {\n      display: grid;\n      grid-template-columns: 1fr;\n      margin-top: 10px;\n      overflow: hidden;\n      border-radius: 18px;\n      background: var(--nm-dark);\n      color: #fff;\n    }\n\n    .nm-story-heading {\n      padding: 25px;\n      background:\n        radial-gradient(\n          circle at 15% 10%,\n          rgba(255,255,255,.36),\n          transparent 34%\n        ),\n        linear-gradient(\n          135deg,\n          #77523a,\n          #ab8768 53%,\n          #d5c4ad\n        );\n      color: #2d2723;\n    }\n\n    .nm-story-heading small {\n      display: block;\n      margin-bottom: 11px;\n      color: #654c3c;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n    }\n\n    .nm-story-heading h3 {\n      max-width: 500px;\n      margin: 0;\n      font-size: clamp(25px,5.5cqi,39px);\n      font-weight: 500;\n      line-height: 1.08;\n      letter-spacing: -.035em;\n    }\n\n    .nm-story-copy {\n      padding: 25px;\n    }\n\n    .nm-story-copy p {\n      margin: 0;\n      color: rgba(255,255,255,.74);\n      font-size: 13px;\n      line-height: 1.68;\n    }\n\n    .nm-story-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .nm-story-tags span {\n      padding: 7px 11px;\n      border: 1px solid rgba(255,255,255,.15);\n      border-radius: 100px;\n      color: rgba(255,255,255,.9);\n      font-size: 10px;\n    }\n\n    \/* DETAILS *\/\n\n    .nm-details {\n      margin-top: 10px;\n      padding: 20px;\n      border: 1px solid var(--nm-line);\n      border-radius: 18px;\n      background: #fff;\n    }\n\n    .nm-details-header {\n      padding-bottom: 15px;\n      border-bottom: 1px solid var(--nm-line);\n    }\n\n    .nm-details-header h3 {\n      margin: 0 0 7px;\n      font-size: clamp(23px,5cqi,34px);\n      font-weight: 500;\n      letter-spacing: -.03em;\n    }\n\n    .nm-details-header p {\n      max-width: 720px;\n      margin: 0;\n      color: var(--nm-copy);\n      font-size: 12px;\n      line-height: 1.58;\n    }\n\n    .nm-detail-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .nm-detail {\n      padding: 14px;\n      border-radius: 13px;\n      background: var(--nm-cream);\n    }\n\n    .nm-detail small {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--nm-copy);\n      font-size: 8px;\n      font-weight: 700;\n      letter-spacing: .14em;\n      text-transform: uppercase;\n    }\n\n    .nm-detail strong {\n      display: block;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.42;\n    }\n\n    \/* STYLING *\/\n\n    .nm-styling {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .nm-card {\n      padding: 19px;\n      border: 1px solid var(--nm-line);\n      border-radius: 16px;\n      background:\n        linear-gradient(\n          135deg,\n          #fff,\n          var(--nm-cream)\n        );\n    }\n\n    .nm-card small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--nm-brass);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n      text-transform: uppercase;\n    }\n\n    .nm-card h3 {\n      margin: 0 0 7px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .nm-card p {\n      margin: 0;\n      color: var(--nm-copy);\n      font-size: 12px;\n      line-height: 1.62;\n    }\n\n    @container (min-width:520px) {\n      .nm-features {\n        grid-template-columns: repeat(3,minmax(0,1fr));\n      }\n\n      .nm-story {\n        grid-template-columns:\n          minmax(190px,.85fr)\n          minmax(0,1.15fr);\n      }\n\n      .nm-story-heading,\n      .nm-story-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .nm-detail-grid {\n        grid-template-columns: repeat(3,minmax(0,1fr));\n      }\n\n      .nm-styling {\n        grid-template-columns: repeat(2,minmax(0,1fr));\n      }\n    }\n\n    @container (min-width:760px) {\n      .nm-hero {\n        padding: 34px;\n      }\n    }\n\n    @media (max-width:520px) {\n      .nm-hero,\n      .nm-feature,\n      .nm-story-heading,\n      .nm-story-copy,\n      .nm-details,\n      .nm-card {\n        padding: 18px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"nm-hero\"\u003e\n\n    \u003cdiv class=\"nm-eyebrow\"\u003e\n      Contemporary media console\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Sculptural storage.\n      \u003cem\u003eRefined material contrast.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"nm-intro\"\u003e\n      The Noma TV Unit combines a long, softly rounded walnut body\n      with a light marble top and distinctive asymmetrical supports.\n      Flush storage fronts preserve its uninterrupted silhouette,\n      creating a sophisticated architectural centrepiece for\n      contemporary entertainment spaces.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nm-pills\"\u003e\n      \u003cspan\u003eWalnut finish\u003c\/span\u003e\n      \u003cspan\u003eMarble top\u003c\/span\u003e\n      \u003cspan\u003eSculptural asymmetric base\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nm-features\"\u003e\n\n    \u003carticle class=\"nm-feature\"\u003e\n      \u003csmall\u003e01 \/ FORM\u003c\/small\u003e\n\n      \u003ch3\u003eContinuous curved silhouette\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Softly rounded ends and flowing edges remove visual hardness\n        from the elongated form, giving Noma a distinctly sculptural\n        presence.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"nm-feature\"\u003e\n      \u003csmall\u003e02 \/ MATERIAL\u003c\/small\u003e\n\n      \u003ch3\u003eWalnut meets stone\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Rich horizontal walnut grain is balanced by a pale marble\n        surface with restrained natural veining for a sophisticated\n        contrast of warmth and lightness.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"nm-feature\"\u003e\n      \u003csmall\u003e03 \/ BASE\u003c\/small\u003e\n\n      \u003ch3\u003eUnexpected asymmetry\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A contrasting cream support is paired with a substantial\n        walnut pedestal finished with a warm brass base, giving the\n        unit its distinctive architectural identity.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nm-story\"\u003e\n\n    \u003cdiv class=\"nm-story-heading\"\u003e\n\n      \u003csmall\u003eThe design story\u003c\/small\u003e\n\n      \u003ch3\u003e\n        A media unit designed to feel more like furniture than technology.\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nm-story-copy\"\u003e\n\n      \u003cp\u003e\n        Noma uses material, proportion and curvature to soften the\n        traditional media console. The walnut body provides natural\n        warmth, while marble, cream and brushed-brass accents introduce\n        contrast. Its discreet storage keeps entertainment essentials\n        concealed without interrupting the clean exterior.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nm-story-tags\"\u003e\n        \u003cspan\u003eOrganic curves\u003c\/span\u003e\n        \u003cspan\u003eWalnut grain\u003c\/span\u003e\n        \u003cspan\u003eMarble surface\u003c\/span\u003e\n        \u003cspan\u003eBrass detailing\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nm-details\"\u003e\n\n    \u003cdiv class=\"nm-details-header\"\u003e\n\n      \u003ch3\u003eDesign details\u003c\/h3\u003e\n\n      \u003cp\u003e\n        An elongated contemporary media console designed to anchor\n        generous living rooms and sophisticated entertainment spaces.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nm-detail-grid\"\u003e\n\n      \u003cdiv class=\"nm-detail\"\u003e\n        \u003csmall\u003eProduct\u003c\/small\u003e\n        \u003cstrong\u003eNoma TV Unit\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-detail\"\u003e\n        \u003csmall\u003eType\u003c\/small\u003e\n        \u003cstrong\u003eTV Unit \/ Media Console\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-detail\"\u003e\n        \u003csmall\u003eConfiguration\u003c\/small\u003e\n        \u003cstrong\u003eFour flush-front storage sections\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-detail\"\u003e\n        \u003csmall\u003ePrimary finish\u003c\/small\u003e\n        \u003cstrong\u003eWarm walnut\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-detail\"\u003e\n        \u003csmall\u003eTop\u003c\/small\u003e\n        \u003cstrong\u003eLight marble with subtle veining\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-detail\"\u003e\n        \u003csmall\u003eBase detailing\u003c\/small\u003e\n        \u003cstrong\u003eCream, walnut \u0026amp; brushed brass\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nm-styling\"\u003e\n\n    \u003carticle class=\"nm-card\"\u003e\n\n      \u003csmall\u003eStyling direction\u003c\/small\u003e\n\n      \u003ch3\u003eKeep the marble surface restrained\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Allow the sculptural shape and stone top to remain visible.\n        If styling beside the television, use only one or two low\n        decorative objects rather than filling the surface.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n    \u003carticle class=\"nm-card\"\u003e\n\n      \u003csmall\u003ePlacement\u003c\/small\u003e\n\n      \u003ch3\u003eGive Noma room to breathe\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Position against a clean neutral wall with generous negative\n        space around the unit. Warm upholstery, stone flooring and\n        understated timber furniture complement its material palette.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48151395270886,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/b38fc8ca-f32c-4263-b6d2-dcf035a7f047.png?v=1786349793","url":"https:\/\/avianlifestyle.com\/products\/noma-tv-unit","provider":"Avian","version":"1.0","type":"link"}