{"product_id":"liora-pendant","title":"Liora Pendant","description":"\u003csection class=\"avian-liora-pendant\"\u003e\n\n  \u003cstyle\u003e\n    .avian-liora-pendant {\n      --lp-bg: #f8f5ef;\n      --lp-card: #ffffff;\n      --lp-ink: #302a26;\n      --lp-copy: #716961;\n      --lp-brass: #a57c45;\n      --lp-brown: #784936;\n      --lp-dark: #312b27;\n      --lp-line: rgba(48, 42, 38, 0.12);\n\n      width: 100%;\n      margin: 24px 0;\n      color: var(--lp-ink);\n      font-family: inherit;\n      line-height: 1.6;\n      container-type: inline-size;\n    }\n\n    .avian-liora-pendant,\n    .avian-liora-pendant * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n\n    .lp-hero {\n      padding: 34px;\n      overflow: hidden;\n      border: 1px solid var(--lp-line);\n      border-radius: 22px;\n      background:\n        radial-gradient(\n          circle at 10% 10%,\n          rgba(255,255,255,.98),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #fdfaf6 0%,\n          #ede3d7 58%,\n          #d3b792 100%\n        );\n    }\n\n    .lp-eyebrow {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 16px;\n      color: var(--lp-brass);\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: .17em;\n      text-transform: uppercase;\n    }\n\n    .lp-eyebrow::before {\n      content: \"\";\n      width: 30px;\n      height: 1px;\n      background: currentColor;\n    }\n\n    .lp-hero h2 {\n      max-width: 760px;\n      margin: 0;\n      font-size: clamp(34px, 7cqi, 54px);\n      font-weight: 500;\n      line-height: 1.03;\n      letter-spacing: -.045em;\n    }\n\n    .lp-hero h2 em {\n      display: block;\n      margin-top: 4px;\n      color: var(--lp-brown);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 400;\n    }\n\n    .lp-intro {\n      max-width: 760px;\n      margin: 20px 0 0;\n      color: var(--lp-copy);\n      font-size: 15px;\n      line-height: 1.72;\n    }\n\n    .lp-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 24px;\n    }\n\n    .lp-pills span {\n      padding: 8px 12px;\n      border: 1px solid var(--lp-line);\n      border-radius: 999px;\n      background: rgba(255,255,255,.58);\n      color: #594e46;\n      font-size: 11px;\n    }\n\n    \/* FEATURES *\/\n\n    .lp-features {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .lp-feature {\n      padding: 20px;\n      border: 1px solid var(--lp-line);\n      border-radius: 16px;\n      background: var(--lp-card);\n      transition:\n        transform .25s ease,\n        box-shadow .25s ease;\n    }\n\n    .lp-feature:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 32px rgba(48,42,38,.07);\n    }\n\n    .lp-feature small {\n      display: block;\n      margin-bottom: 10px;\n      color: var(--lp-brass);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n    }\n\n    .lp-feature h3 {\n      margin: 0 0 8px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .lp-feature p {\n      margin: 0;\n      color: var(--lp-copy);\n      font-size: 13px;\n      line-height: 1.62;\n    }\n\n    \/* DESIGN STORY *\/\n\n    .lp-story {\n      display: grid;\n      grid-template-columns: 1fr;\n      margin-top: 10px;\n      overflow: hidden;\n      border-radius: 18px;\n      background: var(--lp-dark);\n      color: #fff;\n    }\n\n    .lp-story-title {\n      padding: 28px;\n      background:\n        radial-gradient(\n          circle at 18% 8%,\n          rgba(255,255,255,.28),\n          transparent 35%\n        ),\n        linear-gradient(\n          135deg,\n          #7d4e38,\n          #b98a65 55%,\n          #e3c7a7\n        );\n      color: #2b211b;\n    }\n\n    .lp-story-title small {\n      display: block;\n      margin-bottom: 12px;\n      color: #5d3c2b;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n    }\n\n    .lp-story-title h3 {\n      margin: 0;\n      max-width: 500px;\n      font-size: clamp(26px, 5.5cqi, 40px);\n      font-weight: 500;\n      line-height: 1.08;\n      letter-spacing: -.035em;\n    }\n\n    .lp-story-copy {\n      padding: 28px;\n    }\n\n    .lp-story-copy p {\n      margin: 0;\n      color: rgba(255,255,255,.76);\n      font-size: 13px;\n      line-height: 1.72;\n    }\n\n    .lp-story-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin-top: 19px;\n    }\n\n    .lp-story-tags span {\n      padding: 7px 11px;\n      border: 1px solid rgba(255,255,255,.15);\n      border-radius: 999px;\n      color: rgba(255,255,255,.9);\n      font-size: 10px;\n    }\n\n    \/* DETAILS *\/\n\n    .lp-details {\n      margin-top: 10px;\n      padding: 22px;\n      border: 1px solid var(--lp-line);\n      border-radius: 18px;\n      background: #fff;\n    }\n\n    .lp-details-head {\n      padding-bottom: 16px;\n      border-bottom: 1px solid var(--lp-line);\n    }\n\n    .lp-details-head h3 {\n      margin: 0 0 7px;\n      font-size: clamp(24px, 5cqi, 35px);\n      font-weight: 500;\n      line-height: 1.12;\n      letter-spacing: -.03em;\n    }\n\n    .lp-details-head p {\n      max-width: 720px;\n      margin: 0;\n      color: var(--lp-copy);\n      font-size: 12px;\n      line-height: 1.62;\n    }\n\n    .lp-detail-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .lp-detail {\n      padding: 15px;\n      border-radius: 13px;\n      background: var(--lp-bg);\n    }\n\n    .lp-detail small {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--lp-copy);\n      font-size: 8px;\n      font-weight: 700;\n      letter-spacing: .14em;\n      text-transform: uppercase;\n    }\n\n    .lp-detail strong {\n      display: block;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.45;\n    }\n\n    \/* STYLING *\/\n\n    .lp-styling {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .lp-card {\n      padding: 20px;\n      border: 1px solid var(--lp-line);\n      border-radius: 16px;\n      background:\n        linear-gradient(\n          135deg,\n          #ffffff,\n          var(--lp-bg)\n        );\n    }\n\n    .lp-card small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--lp-brass);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .15em;\n      text-transform: uppercase;\n    }\n\n    .lp-card h3 {\n      margin: 0 0 8px;\n      font-size: 17px;\n      font-weight: 600;\n    }\n\n    .lp-card p {\n      margin: 0;\n      color: var(--lp-copy);\n      font-size: 12px;\n      line-height: 1.65;\n    }\n\n    \/* CLOSING *\/\n\n    .lp-footer {\n      margin-top: 10px;\n      padding: 28px;\n      border-radius: 18px;\n      background: #eee6dc;\n      text-align: center;\n    }\n\n    .lp-footer small {\n      display: block;\n      margin-bottom: 9px;\n      color: var(--lp-brown);\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .16em;\n      text-transform: uppercase;\n    }\n\n    .lp-footer h3 {\n      max-width: 680px;\n      margin: 0 auto;\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: clamp(22px, 4.8cqi, 34px);\n      font-weight: 400;\n      line-height: 1.25;\n      letter-spacing: -.025em;\n    }\n\n    @container (min-width: 540px) {\n\n      .lp-features {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .lp-story {\n        grid-template-columns:\n          minmax(220px,.9fr)\n          minmax(0,1.1fr);\n      }\n\n      .lp-story-title,\n      .lp-story-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n      }\n\n      .lp-detail-grid {\n        grid-template-columns: repeat(3, minmax(0,1fr));\n      }\n\n      .lp-styling {\n        grid-template-columns: repeat(2, minmax(0,1fr));\n      }\n    }\n\n    @media (max-width: 520px) {\n\n      .lp-hero,\n      .lp-feature,\n      .lp-story-title,\n      .lp-story-copy,\n      .lp-details,\n      .lp-card,\n      .lp-footer {\n        padding: 18px;\n      }\n    }\n\n  \u003c\/style\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003cdiv class=\"lp-hero\"\u003e\n\n    \u003cdiv class=\"lp-eyebrow\"\u003e\n      Contemporary decorative lighting\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Soft geometry.\n      \u003cem\u003eWarm material contrast.\u003c\/em\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"lp-intro\"\u003e\n      The Liora Pendant pairs a softly illuminated frosted loop\n      with a warm brown leather suspension and brushed-brass\n      detailing. Its sculptural silhouette introduces architectural\n      character while creating a gentle ambient glow.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lp-pills\"\u003e\n      \u003cspan\u003eSingle Pendant\u003c\/span\u003e\n      \u003cspan\u003eFrosted Diffuser\u003c\/span\u003e\n      \u003cspan\u003eBrown Leather\u003c\/span\u003e\n      \u003cspan\u003eBrushed Brass\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n\n  \u003cdiv class=\"lp-features\"\u003e\n\n    \u003carticle class=\"lp-feature\"\u003e\n\n      \u003csmall\u003e01 \/ FORM\u003c\/small\u003e\n\n      \u003ch3\u003eSculptural loop\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The softly rounded rectangular form creates a distinctive\n        silhouette with a central opening that gives the pendant\n        visual lightness.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"lp-feature\"\u003e\n\n      \u003csmall\u003e02 \/ MATERIAL\u003c\/small\u003e\n\n      \u003ch3\u003eLeather suspension\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A rich brown leather strap introduces warmth and tactile\n        character, contrasting beautifully with the illuminated\n        frosted shade.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"lp-feature\"\u003e\n\n      \u003csmall\u003e03 \/ LIGHT\u003c\/small\u003e\n\n      \u003ch3\u003eSoft diffused glow\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The frosted surface distributes light evenly, creating\n        gentle atmospheric illumination without harsh glare.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DESIGN STORY --\u003e\n\n  \u003cdiv class=\"lp-story\"\u003e\n\n    \u003cdiv class=\"lp-story-title\"\u003e\n\n      \u003csmall\u003eThe design story\u003c\/small\u003e\n\n      \u003ch3\u003e\n        A balance of soft light, leather and architectural form.\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-story-copy\"\u003e\n\n      \u003cp\u003e\n        Liora combines contrasting materials within a simple,\n        sculptural composition. The luminous frosted loop provides\n        visual softness, while the brown leather suspension introduces\n        warmth and craftsmanship.\n        \u003cbr\u003e\u003cbr\u003e\n        Brushed-brass detailing completes the composition, connecting\n        the pendant to the ceiling with a refined metallic accent.\n        The result is a decorative light that feels contemporary,\n        tactile and quietly distinctive.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lp-story-tags\"\u003e\n        \u003cspan\u003eFrosted Light\u003c\/span\u003e\n        \u003cspan\u003eBrown Leather\u003c\/span\u003e\n        \u003cspan\u003eBrushed Brass\u003c\/span\u003e\n        \u003cspan\u003eLoop Form\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003cdiv class=\"lp-details\"\u003e\n\n    \u003cdiv class=\"lp-details-head\"\u003e\n\n      \u003ch3\u003eProduct details\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A contemporary single pendant designed as both a functional\n        source of ambient light and a sculptural architectural feature.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-detail-grid\"\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eProduct\u003c\/small\u003e\n        \u003cstrong\u003eLiora Pendant\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eConfiguration\u003c\/small\u003e\n        \u003cstrong\u003eSingle Pendant\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eProduct Type\u003c\/small\u003e\n        \u003cstrong\u003eDecorative Pendant Light\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eShade\u003c\/small\u003e\n        \u003cstrong\u003eFrosted White Loop Diffuser\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eSuspension Detail\u003c\/small\u003e\n        \u003cstrong\u003eBrown Leather Strap\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eMetal Finish\u003c\/small\u003e\n        \u003cstrong\u003eBrushed Brass \/ Antique Gold\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eCanopy\u003c\/small\u003e\n        \u003cstrong\u003eRound Brushed Brass Ceiling Canopy\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eLight Character\u003c\/small\u003e\n        \u003cstrong\u003eWarm Diffused Ambient Glow\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-detail\"\u003e\n        \u003csmall\u003eDimensions\u003c\/small\u003e\n        \u003cstrong\u003eAvailable on specification\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- STYLING --\u003e\n\n  \u003cdiv class=\"lp-styling\"\u003e\n\n    \u003carticle class=\"lp-card\"\u003e\n\n      \u003csmall\u003eSingle placement\u003c\/small\u003e\n\n      \u003ch3\u003eCreate a sculptural focal point\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Position Liora above a side table, dining setting, bedside\n        surface or reading corner where its illuminated form can\n        become an intentional architectural feature.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"lp-card\"\u003e\n\n      \u003csmall\u003eMaterial pairing\u003c\/small\u003e\n\n      \u003ch3\u003eWarm neutrals work beautifully\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Pair the brown leather and brass details with marble, walnut,\n        warm oak, ivory upholstery and softly textured walls for a\n        refined contemporary composition.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CLOSING --\u003e\n\n  \u003cdiv class=\"lp-footer\"\u003e\n\n    \u003csmall\u003eLiora Pendant\u003c\/small\u003e\n\n    \u003ch3\u003e\n      Sculptural light softened by leather, brass and a warm diffused glow.\n    \u003c\/h3\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Avian","offers":[{"title":"Default Title","offer_id":48161010974950,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/0029\/4630\/files\/381d6f40-3ddf-40d4-b376-f9e0dfe9f0b1.png?v=1786533858","url":"https:\/\/avianlifestyle.com\/products\/liora-pendant","provider":"Avian","version":"1.0","type":"link"}