{"product_id":"hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze","title":"Hammered Bronze Finish Curved Plate Pendant Light, Solid Brass Ceiling Light, Leaf Pendant Light Bronze","description":"\u003cstyle\u003e\n    .pendant-desc {\n        --primary: #1a1a1a;\n        --accent: #a67c52;\n        --accent-light: #d4b896;\n        --muted: #666;\n        --bg-light: #fafaf8;\n        --shadow: rgba(0, 0, 0, .1);\n        color: var(--primary);\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        line-height: 1.6;\n        background: linear-gradient(to bottom, #fff 0%, var(--bg-light) 100%)\n    }\n\n    .pendant-desc * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0\n    }\n\n    .pendant-desc__wrap {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px)\n    }\n\n    .pendant-desc__header {\n        text-align: center;\n        padding: clamp(40px, 6vw, 40px) 0;\n        position: relative\n    }\n\n    .pendant-desc__header::after {\n        content: \"\";\n        position: absolute;\n        bottom: 0;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 80px;\n        height: 3px;\n        background: linear-gradient(90deg, transparent, var(--accent), transparent)\n    }\n\n    .pendant-desc__eyebrow {\n        font-size: clamp(.85rem, 1.1vw, 1rem);\n        \/* Increased slightly *\/\n        letter-spacing: .15em;\n        text-transform: uppercase;\n        color: var(--accent);\n        margin: 0 auto 1rem;\n        font-weight: 600;\n        text-align: center;\n    }\n\n    .pendant-desc__title {\n        font-size: clamp(2.2rem, 4.2vw, 3.8rem);\n        \/* Increased *\/\n        line-height: 1.1;\n        max-width: 800px;\n        margin: 0 auto 1rem;\n        font-weight: 700;\n        text-align: center;\n        background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n    }\n\n    .pendant-desc__sub {\n        color: var(--muted);\n        font-size: clamp(1.3rem, 1.8vw, 1.6rem);\n        \/* Increased *\/\n        max-width: 800px;\n        margin: 0 auto;\n        line-height: 1.7;\n        text-align: center;\n    }\n\n    .pendant-desc__hero {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(30px, 5vw, 80px);\n        align-items: center;\n        margin: clamp(60px, 8vw, 120px) 0;\n        position: relative;\n        padding: clamp(20px, 3vw, 40px);\n        border-radius: 20px;\n        background: rgba(255, 255, 255, .6);\n        backdrop-filter: blur(10px);\n        transition: transform .3s ease, box-shadow .3s ease\n    }\n\n    .pendant-desc__hero:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 20px 60px rgba(0, 0, 0, .12)\n    }\n\n    @media (min-width:880px) {\n        .pendant-desc__hero {\n            grid-template-columns: repeat(2, 1fr)\n        }\n\n        .pendant-desc__hero:nth-child(even) .pendant-desc__hero-img-wrap {\n            order: 2\n        }\n\n        .pendant-desc__hero:nth-child(even) .pendant-desc__hero-content {\n            order: 1\n        }\n    }\n\n    .pendant-desc__hero-img-wrap {\n        position: relative;\n        overflow: hidden;\n        border-radius: 16px;\n        box-shadow: 0 10px 40px var(--shadow)\n    }\n\n    .pendant-desc__hero-img {\n        width: 100%;\n        height: auto;\n        display: block;\n        transition: transform .5s ease\n    }\n\n    .pendant-desc__hero:hover .pendant-desc__hero-img {\n        transform: scale(1.05)\n    }\n\n    .pendant-desc__hero-content {\n        padding: clamp(16px, 3vw, 40px) clamp(12px, 2vw, 24px)\n    }\n\n    .pendant-desc__hero-content h4 {\n        font-size: clamp(1.9rem, 3.0vw, 2.8rem);\n        margin: 0 0 1.2rem;\n        color: var(--primary);\n        font-weight: 700;\n        position: relative;\n        display: inline-block\n    }\n\n    \/* Increased *\/\n    .pendant-desc__hero-content h4::after {\n        content: \"\";\n        position: absolute;\n        bottom: -8px;\n        left: 0;\n        width: 50px;\n        height: 3px;\n        background: var(--accent);\n        transition: width .3s ease\n    }\n\n    .pendant-desc__hero:hover .pendant-desc__hero-content h4::after {\n        width: 80px\n    }\n\n    .pendant-desc__hero-content p {\n        line-height: 1.8;\n        color: var(--muted);\n        font-size: clamp(1.2rem, 1.4vw, 1.4rem)\n    }\n\n    \/* Increased *\/\n\n    .pendant-desc__features-wrap {\n        margin: clamp(60px, 8vw, 100px) 0;\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        border-radius: 24px;\n        padding: clamp(32px, 5vw, 80px);\n        box-shadow: 0 15px 50px var(--shadow)\n    }\n\n    @media (max-width:879px) {\n        .pendant-desc__features-wrap {\n            padding: clamp(24px, 4vw, 32px)\n        }\n    }\n\n    .pendant-desc__grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: clamp(24px, 3vw, 40px);\n        align-items: start\n    }\n\n    .pendant-desc__card {\n        background: #fff;\n        border: none;\n        border-radius: 20px;\n        padding: clamp(24px, 4vw, 40px) clamp(20px, 3vw, 32px);\n        box-shadow: 0 8px 30px rgba(0, 0, 0, .08);\n        transition: transform .3s ease, box-shadow .3s ease\n    }\n\n    .pendant-desc__card:hover {\n        transform: translateY(-6px);\n        box-shadow: 0 15px 50px rgba(0, 0, 0, .15)\n    }\n\n    .pendant-desc__list {\n        display: grid;\n        gap: clamp(16px, 2vw, 20px);\n        margin: 0;\n        padding: 0;\n        list-style: none\n    }\n\n    .pendant-desc__li {\n        display: grid;\n        grid-template-columns: 28px 1fr;\n        gap: 14px;\n        align-items: start;\n        padding: 12px 8px;\n        border-radius: 12px;\n        transition: background .2s ease;\n        font-size: 1.35rem\n    }\n\n    \/* Added font size *\/\n    .pendant-desc__li:hover {\n        background: var(--bg-light)\n    }\n\n    .pendant-desc__icon {\n        margin-top: 2px;\n        color: #fff;\n        background: var(--accent);\n        width: 24px;\n        height: 24px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0\n    }\n\n    .pendant-desc__specs {\n        display: grid;\n        gap: clamp(20px, 2.5vw, 28px)\n    }\n\n    .pendant-desc__specs h4 {\n        font-size: clamp(1.5rem, 2.2vw, 1.9rem);\n        margin: 0 0 1rem;\n        color: var(--primary);\n        font-weight: 700\n    }\n\n    \/* Increased *\/\n    .pendant-desc__dl {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 12px;\n        margin: 0;\n        background: var(--bg-light);\n        padding: clamp(18px, 3vw, 24px);\n        border-radius: 12px;\n        font-size: 1.35rem\n    }\n\n    \/* Added font size *\/\n    .pendant-desc__dl dt {\n        font-weight: 700;\n        color: var(--primary)\n    }\n\n    .pendant-desc__dl dd {\n        margin: 0;\n        color: var(--muted);\n        padding-bottom: 12px;\n        border-bottom: 1px solid rgba(0, 0, 0, .06)\n    }\n\n    .pendant-desc__dl dd:last-child {\n        border-bottom: none;\n        padding-bottom: 0\n    }\n\n    @media (min-width:560px) {\n        .pendant-desc__dl {\n            grid-template-columns: 140px 1fr;\n            gap: 8px 20px\n        }\n\n        .pendant-desc__dl dd {\n            padding-bottom: 0;\n            border-bottom: none\n        }\n    }\n\n    .pill-list {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px\n    }\n\n    .pill {\n        border: 2px solid var(--accent-light);\n        border-radius: 999px;\n        padding: 10px 18px;\n        background: linear-gradient(135deg, #fff, var(--bg-light));\n        font-size: 1.15rem;\n        font-weight: 600;\n        color: var(--primary);\n        transition: all .2s ease;\n        cursor: default\n    }\n\n    \/* Increased *\/\n    .pill:hover {\n        background: var(--accent);\n        color: #fff;\n        border-color: var(--accent);\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(166, 124, 82, .3)\n    }\n\n    .note {\n        font-size: 1.15rem;\n        color: var(--muted);\n        background: var(--bg-light);\n        padding: 14px;\n        border-radius: 10px;\n        border-left: 3px solid var(--accent)\n    }\n\n    \/* Increased *\/\n    .hr {\n        height: 2px;\n        background: linear-gradient(90deg, transparent, var(--accent-light), transparent);\n        margin: clamp(20px, 2.5vw, 28px) 0\n    }\n\n    .tag-group {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px\n    }\n\n    .tag {\n        font-size: 1.05rem;\n        padding: 10px 16px;\n        border: 2px solid var(--accent-light);\n        border-radius: 12px;\n        background: linear-gradient(135deg, #fff, var(--bg-light));\n        font-weight: 600;\n        transition: all .2s ease\n    }\n\n    \/* Increased *\/\n    .tag:hover {\n        background: var(--accent);\n        color: #fff;\n        border-color: var(--accent);\n        transform: translateY(-2px)\n    }\n\n    .pendant-desc__faq-section {\n        margin-top: clamp(60px, 8vw, 100px)\n    }\n\n    .pendant-desc__faq-section h4 {\n        text-align: center;\n        font-size: clamp(2.1rem, 3.5vw, 3.0rem);\n        margin: 0 0 clamp(30px, 4vw, 50px);\n        color: var(--primary);\n        font-weight: 700\n    }\n\n    \/* Increased *\/\n\n    details.pendant-desc__faq {\n        border: none;\n        border-radius: 16px;\n        padding: clamp(18px, 2.5vw, 24px);\n        background: #fff;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, .06);\n        transition: all .3s ease;\n        margin-bottom: 16px\n    }\n\n    details.pendant-desc__faq:hover {\n        box-shadow: 0 8px 30px rgba(0, 0, 0, .12);\n        transform: translateX(4px)\n    }\n\n    details.pendant-desc__faq[open] {\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%)\n    }\n\n    .pendant-desc__faq summary {\n        cursor: pointer;\n        font-weight: 700;\n        font-size: clamp(1.25rem, 1.6vw, 1.5rem);\n        color: var(--primary);\n        display: flex;\n        align-items: center;\n        gap: 12px\n    }\n\n    \/* Increased *\/\n    .pendant-desc__faq summary::before {\n        content: \"→\";\n        color: var(--accent);\n        font-weight: bold;\n        font-size: 1.3em;\n        transition: transform .3s ease\n    }\n\n    details.pendant-desc__faq[open] summary::before {\n        transform: rotate(90deg)\n    }\n\n    .pendant-desc__faq-content {\n        margin-top: 14px;\n        padding-top: 14px;\n        border-top: 2px solid var(--accent-light);\n        color: var(--muted);\n        line-height: 1.7;\n        font-size: 1.35rem\n    }\n\n    \/* Added font size *\/\n    .pendant-desc__header {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n    .pendant-desc__gift-badge {\n        position: absolute;\n        top: 15px;\n        left: 15px;\n        background: #fff8f0;\n        padding: 12px 8px;\n        border-radius: 8px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        gap: 6px;\n        width: 100px;\n        height: 100px;\n        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);\n        border: 1px solid var(--accent);\n        z-index: 10;\n        transform-origin: top center;\n        animation: badge-swing 3.5s ease-in-out infinite;\n    }\n\n    .pendant-desc__gift-badge svg {\n        color: var(--accent);\n        width: 26px;\n        height: 26px;\n        flex-shrink: 0;\n    }\n\n    .pendant-desc__gift-badge span {\n        color: var(--primary);\n        font-size: clamp(11px, 1.2vw, 13px);\n        font-weight: 700;\n        line-height: 1.2;\n    }\n\n    \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n    .pendant-desc__hanging-label {\n        position: absolute;\n        top: 25px;\n        right: 20px;\n        background: #fff8f0;\n        border: 1px solid var(--accent);\n        border-radius: 8px;\n        padding: 14px 8px 10px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        width: 105px;\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n        z-index: 10;\n        transform-origin: 50% -20px;\n        animation: tag-swing 3.5s ease-in-out infinite;\n    }\n\n    .pendant-desc__hanging-label::before {\n        content: \"\";\n        position: absolute;\n        top: -20px;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 1.5px;\n        height: 20px;\n        background: var(--accent);\n        opacity: 0.8;\n    }\n\n    .pendant-desc__hanging-label::after {\n        content: \"\";\n        position: absolute;\n        top: 6px;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 6px;\n        height: 6px;\n        background: #333;\n        border-radius: 50%;\n        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8), 0 1px 0 rgba(255, 255, 255, 0.8);\n    }\n\n    .pendant-desc__label-bulb {\n        color: #e6a100;\n        width: 30px;\n        height: 30px;\n        flex-shrink: 0;\n        margin-top: 3px;\n        filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7));\n        animation: bulb-glow 1.5s infinite alternate ease-in-out;\n    }\n\n    .pendant-desc__hanging-label span {\n        color: var(--primary);\n        font-size: clamp(10px, 1.2vw, 12px);\n        font-weight: 800;\n        line-height: 1.25;\n        text-align: center;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    @keyframes tag-swing {\n        0% {\n            transform: rotate(-4deg);\n        }\n\n        50% {\n            transform: rotate(4deg);\n        }\n\n        100% {\n            transform: rotate(-4deg);\n        }\n    }\n\n    @keyframes bulb-glow {\n        0% {\n            filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5));\n            transform: scale(0.95);\n            opacity: 0.9;\n        }\n\n        100% {\n            filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1));\n            transform: scale(1.05);\n            opacity: 1;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .pendant-desc__hanging-label {\n            right: 10px;\n            width: 90px;\n            padding: 10px 5px 8px;\n        }\n\n        .pendant-desc__label-bulb {\n            width: 22px;\n            height: 22px;\n        }\n\n        .pendant-desc__hanging-label span {\n            font-size: 8px;\n        }\n    }\n\n    \/* ========== SUSPENSION OPTIONS SECTION ========== *\/\n    .pendant-desc__suspension {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: clamp(20px, 4vw, 40px);\n        align-items: center;\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        border: 1px solid var(--accent-light);\n        border-radius: 12px;\n        padding: clamp(20px, 4vw, 40px);\n        margin: 40px auto;\n        max-width: 900px;\n        box-shadow: 0 8px 25px rgba(166, 124, 82, 0.08);\n    }\n\n    .pendant-desc__suspension-content h4 {\n        font-size: clamp(20px, 3vw, 24px);\n        color: var(--primary);\n        margin-bottom: 12px;\n        font-weight: 600;\n    }\n\n    .pendant-desc__suspension-content p {\n        color: var(--muted);\n        font-size: clamp(14px, 1.5vw, 15px);\n        line-height: 1.6;\n        margin-bottom: 25px;\n    }\n\n    .pendant-desc__suspension-note {\n        background: #fff8f0;\n        border-left: 4px solid var(--accent);\n        padding: 18px;\n        border-radius: 4px 8px 8px 4px;\n        display: flex;\n        gap: 12px;\n        align-items: flex-start;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n    }\n\n    .pendant-desc__suspension-note svg {\n        color: var(--accent);\n        width: 24px;\n        height: 24px;\n        flex-shrink: 0;\n        margin-top: 2px;\n    }\n\n    .pendant-desc__suspension-note span {\n        font-size: 13.5px;\n        line-height: 1.5;\n        color: var(--primary);\n    }\n\n    .pendant-desc__suspension-note strong {\n        color: var(--accent);\n    }\n\n    .pendant-desc__suspension-img-wrapper {\n        position: relative;\n        border-radius: 8px;\n        overflow: hidden;\n        background: #f4f4f4;\n        border: 1px solid var(--accent-light);\n    }\n\n    .pendant-desc__suspension-img-wrapper img {\n        width: 100%;\n        height: auto;\n        display: block;\n        mix-blend-mode: multiply;\n    }\n\n    @media (max-width: 768px) {\n        .pendant-desc__suspension {\n            grid-template-columns: 1fr;\n            padding: 25px 20px;\n        }\n    }\n\n    \/* ========== PACKAGE INCLUDES SECTION ========== *\/\n    .pendant-desc__pkg-includes {\n        margin: clamp(40px, 6vw, 80px) 0;\n    }\n\n    .pendant-desc__pkg-includes h3 {\n        font-size: clamp(22px, 4vw, 28px);\n        margin-bottom: 20px;\n        color: var(--primary);\n        font-weight: 600;\n        border-bottom: 2px solid var(--accent-light);\n        padding-bottom: 15px;\n    }\n\n    .pendant-desc__pkg-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 15px;\n        background: var(--bg-light);\n        padding: clamp(15px, 3vw, 24px);\n        border-radius: 12px;\n        border: 1px solid var(--accent-light);\n    }\n\n    .pendant-desc__pkg-card {\n        text-align: center;\n        padding: 25px 15px;\n        background: #fff;\n        border-radius: 8px;\n        border: 1px solid var(--accent-light);\n        box-shadow: 0 2px 8px var(--shadow);\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n\n    .pendant-desc__pkg-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n    }\n\n    .pendant-desc__pkg-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 44px;\n        height: 44px;\n        background: var(--bg-light);\n        border-radius: 50%;\n        color: var(--accent);\n        margin-bottom: 12px;\n    }\n\n    .pendant-desc__pkg-icon svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .pendant-desc__pkg-label {\n        font-size: clamp(14px, 1.5vw, 16px);\n        font-weight: 600;\n        color: var(--primary);\n    }\n\n    .pendant-desc__pkg-highlight {\n        border: 2px solid var(--accent);\n        box-shadow: 0 4px 15px rgba(166, 124, 82, 0.15);\n        overflow: hidden;\n        padding-top: 35px;\n    }\n\n    .pendant-desc__pkg-highlight::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 4px;\n        background: var(--accent);\n    }\n\n    .pendant-desc__pkg-highlight .pendant-desc__pkg-label {\n        color: var(--accent);\n        font-weight: 700;\n    }\n\n    .pendant-desc__pkg-highlight .pendant-desc__pkg-icon {\n        background: rgba(166, 124, 82, 0.1);\n    }\n\n    .pendant-desc__pkg-badge {\n        position: absolute;\n        top: 10px;\n        left: 50%;\n        transform: translateX(-50%);\n        background: var(--accent);\n        color: #fff;\n        font-size: 10px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        padding: 4px 10px;\n        border-radius: 20px;\n        font-weight: 700;\n        white-space: nowrap;\n    }\n\n    @media (max-width: 900px) {\n        .pendant-desc__pkg-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 500px) {\n        .pendant-desc__pkg-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"pendant-desc\"\u003e\n\u003cdiv class=\"pendant-desc__wrap\"\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"pendant-desc__header\"\u003e\n\u003cdiv class=\"pendant-desc__eyebrow\"\u003eSolid Brass Pendant • Handmade\u003c\/div\u003e\n\u003ch2 class=\"pendant-desc__title\"\u003eHammered Bronze Finish Curved Plate Pendant Light\u003c\/h2\u003e\n\u003cp class=\"pendant-desc__sub\"\u003eLeaf-inspired ceiling light in solid brass with a hand-hammered bronze finish. Built to last and protected to preserve its antique character.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Hero Section 1: Image Left, Text Right --\u003e\n\u003csection class=\"pendant-desc__hero\"\u003e\n\u003cdiv class=\"pendant-desc__hero-img-wrap\"\u003e\n\u003c!-- ADDED: HANGING TAG BADGE --\u003e\n\u003cdiv class=\"pendant-desc__hanging-label\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"pendant-desc__label-bulb\"\u003e\n                        \u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"#a67c52\" d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"#ffd700\" d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#c07c00\" d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e \u003cspan style=\"display: inline-block; text-align: center; line-height: 1.2;\"\u003e \u003cspan style=\"display: block; font-size: 13px; font-weight: bold;\"\u003eFREE BULB\u003c\/span\u003e \u003cspan style=\"display: block; font-size: 10px; font-weight: 600; letter-spacing: 1px; margin-top: 4px; color: #a57c52;\"\u003eOUR GIFT TO YOU \u003cspan style=\"display: inline-block; vertical-align: middle; margin-left: 4px;\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#865e35\" viewbox=\"0 0 24 24\" height=\"11\" width=\"11\"\u003e\n                                    \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- END HANGING TAG BADGE --\u003e \u003cimg loading=\"lazy\" class=\"pendant-desc__hero-img\" alt=\"Hammered bronze pendant light detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze-3164780.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__hero-content\"\u003e\n\u003ch4\u003eTimeless Craftsmanship\u003c\/h4\u003e\n\u003cp\u003eEach pendant is handcrafted from solid brass, shaped into an elegant curved plate design that recalls natural leaf forms. The hammered bronze finish is meticulously applied by hand, creating subtle texture variations that catch and reflect light beautifully throughout your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Hero Section 2: Text Left, Image Right (Desktop) --\u003e\n\u003csection class=\"pendant-desc__hero\"\u003e\n\u003cdiv class=\"pendant-desc__hero-img-wrap\"\u003e\u003cimg loading=\"lazy\" class=\"pendant-desc__hero-img\" alt=\"Bronze finish pendant installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze-6482671.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__hero-content\"\u003e\n\u003ch4\u003eProtected Antique Beauty\u003c\/h4\u003e\n\u003cp\u003eThe distinctive bronze patina is sealed to preserve its character for years to come. This protective finish maintains the pendant's antique warmth while ensuring easy maintenance—simply dust with a soft cloth to keep it looking stunning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Hero Section 3: Image Left, Text Right --\u003e\n\u003csection class=\"pendant-desc__hero\"\u003e\n\u003cdiv class=\"pendant-desc__hero-img-wrap\"\u003e\u003cimg loading=\"lazy\" class=\"pendant-desc__hero-img\" alt=\"Pendant light in modern interior\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze-8044915.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__hero-content\"\u003e\n\u003ch4\u003eVersatile Sizing Options\u003c\/h4\u003e\n\u003cp\u003eAvailable in five diameters from 8 to 22 inches, this pendant adapts to any space—from intimate breakfast nooks to grand dining areas. Pair multiple pendants for dramatic visual impact, or use a single statement piece to define your space with understated elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Hero Section 4: Text Left, Image Right (Desktop) --\u003e\n\u003csection class=\"pendant-desc__hero\"\u003e\n\u003cdiv class=\"pendant-desc__hero-img-wrap\"\u003e\u003cimg loading=\"lazy\" class=\"pendant-desc__hero-img\" alt=\"Brass pendant construction detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze-6734337.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__hero-content\"\u003e\n\u003ch4\u003eBuilt to Last\u003c\/h4\u003e\n\u003cp\u003eUnlike hollow or plated alternatives, this pendant is crafted from solid brass throughout. This ensures structural integrity, lasting beauty, and the substantial quality you can feel. The standard E27 socket accommodates any bulb style, giving you complete control over ambiance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Video Section --\u003e\n\u003csection style=\"margin-bottom: clamp(60px,8vw,100px); text-align: center;\"\u003e\n\u003ch3 style=\"font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-size: clamp(1.9rem, 3.0vw, 2.8rem); line-height: 1.3; margin-bottom: 24px; color: var(--primary); font-weight: bold;\"\u003eThe Soul of Manufacturing: A Journey Inside Our Workshop\u003c\/h3\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 800px; margin: 0 auto; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08);\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" title=\"The Soul of Manufacturing\" src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features \u0026 Specs --\u003e\n\u003cdiv class=\"pendant-desc__features-wrap\"\u003e\n\u003cdiv class=\"pendant-desc__grid\"\u003e\n\u003c!-- Left: Features --\u003e\n\u003carticle class=\"pendant-desc__card\"\u003e\n\u003cul class=\"pendant-desc__list\"\u003e\n\u003cli class=\"pendant-desc__li\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pendant-desc__icon\"\u003e \u003csvg viewbox=\"0 0 16 16\" fill=\"currentColor\" height=\"14\" width=\"14\"\u003e\n                                    \u003cpath d=\"M6.173 13.307L2.12 9.254l1.415-1.414L6.173 10.48l6.293-6.293 1.414 1.414z\"\u003e\n                                    \u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSolid brass body\u003c\/strong\u003e for durability and timeless appeal.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pendant-desc__li\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pendant-desc__icon\"\u003e \u003csvg viewbox=\"0 0 16 16\" fill=\"currentColor\" height=\"14\" width=\"14\"\u003e\n                                    \u003cpath d=\"M6.173 13.307L2.12 9.254l1.415-1.414L6.173 10.48l6.293-6.293 1.414 1.414z\"\u003e\n                                    \u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eHand-applied \u003cstrong\u003ehammered bronze finish\u003c\/strong\u003e, sealed for a protected antique look.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pendant-desc__li\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pendant-desc__icon\"\u003e \u003csvg viewbox=\"0 0 16 16\" fill=\"currentColor\" height=\"14\" width=\"14\"\u003e\n                                    \u003cpath d=\"M6.173 13.307L2.12 9.254l1.415-1.414L6.173 10.48l6.293-6.293 1.414 1.414z\"\u003e\n                                    \u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eMultiple diameters\u003c\/strong\u003e available to suit bars, nooks, and dining zones.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pendant-desc__li\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pendant-desc__icon\"\u003e \u003csvg viewbox=\"0 0 16 16\" fill=\"currentColor\" height=\"14\" width=\"14\"\u003e\n                                    \u003cpath d=\"M6.173 13.307L2.12 9.254l1.415-1.414L6.173 10.48l6.293-6.293 1.414 1.414z\"\u003e\n                                    \u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eCord length is selected when ordering\u003c\/strong\u003e and is \u003cu\u003enot adjustable afterwards\u003c\/u\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pendant-desc__li\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"pendant-desc__icon\"\u003e \u003csvg viewbox=\"0 0 16 16\" fill=\"currentColor\" height=\"14\" width=\"14\"\u003e\n                                    \u003cpath d=\"M6.173 13.307L2.12 9.254l1.415-1.414L6.173 10.48l6.293-6.293 1.414 1.414z\"\u003e\n                                    \u003c\/path\u003e\n                                \u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003eStandard \u003cstrong\u003eE26\/E27 socket\u003c\/strong\u003e (Gift 🎁 2-Free Bulbs).\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv aria-hidden=\"true\" class=\"hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"tag-group\"\u003e\n\u003cdiv class=\"tag\"\u003eHand-hammered Finish\u003c\/div\u003e\n\u003cdiv class=\"tag\"\u003eProtected Antique Look\u003c\/div\u003e\n\u003cdiv class=\"tag\"\u003eSolid Brass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003cdiv class=\"pendant-desc__suspension\"\u003e\n\u003cdiv class=\"pendant-desc__suspension-content\"\u003e\n\u003ch4\u003eCustom Suspension Styles\u003c\/h4\u003e\n\u003cp\u003eWe tailor every detail to your space. Choose from our standard \u003cstrong\u003eFabric Cords\u003c\/strong\u003e, or elevate your design with a heavy-duty \u003cstrong\u003eBrass Link Chain\u003c\/strong\u003e or seamless \u003cstrong\u003eSolid Brass Rod\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"pendant-desc__suspension-note\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                                \u003cpath fill=\"currentColor\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eHow to request:\u003c\/strong\u003e Simply mention your preferred suspension style in the \"Order Notes\" box at checkout, or reach out to us at \u003ca style=\"color: var(--accent); font-weight: bold; text-decoration: none;\" href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e and we will gladly handle the rest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__suspension-img-wrapper\"\u003e\u003cimg alt=\"Suspension Options: Black Cord, Gold Cord, Brass Link Chain, Solid Brass Rod\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/weathered-antique-brass-dome-pendant-hammered-moroccan-brass-light-8559749.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"pendant-desc__pkg-includes\"\u003e\n\u003ch3\u003ePackage Includes\u003c\/h3\u003e\n\u003cdiv class=\"pendant-desc__pkg-grid\"\u003e\n\u003cdiv class=\"pendant-desc__pkg-card\"\u003e\n\u003cdiv class=\"pendant-desc__pkg-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M12 2v6\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M5 8h14l-2 8H7Z\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M10 16v2a2 2 0 0 0 4 0v-2\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-label\"\u003ePendant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-card\"\u003e\n\u003cdiv class=\"pendant-desc__pkg-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M4 10h16v2H4z\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M6 10V8c0-3.3 2.7-6 6-6s6 2.7 6 6v2\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-label\"\u003eCanopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-card\"\u003e\n\u003cdiv class=\"pendant-desc__pkg-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M8 22h8\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-label\"\u003eCord\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-card pendant-desc__pkg-highlight\"\u003e\n\u003cdiv class=\"pendant-desc__pkg-badge\"\u003eFree Gift\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .34 2.02 1.5 3.5.76.76 1.23 1.52 1.41 2.5\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pendant-desc__pkg-label\"\u003e2 Free Bulbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Right: Specs --\u003e\n\u003caside aria-label=\"Technical Specifications\" class=\"pendant-desc__card\"\u003e\n\u003cdiv class=\"pendant-desc__specs\"\u003e\n\u003ch4\u003eTechnical Specs\u003c\/h4\u003e\n\u003cdl class=\"pendant-desc__dl\"\u003e\n\u003cdt\u003eMaterial\u003c\/dt\u003e\n\u003cdd\u003eSolid Brass\u003c\/dd\u003e\n\u003cdt\u003eFinish\u003c\/dt\u003e\n\u003cdd\u003eHammered Bronze (sealed)\u003c\/dd\u003e\n\u003cdt\u003eBulb\u003c\/dt\u003e\n\u003cdd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (Gift 🎁 2 Free Bulbs)\u003c\/dd\u003e\n\u003cdt\u003eBulb Lighting Color\u003c\/dt\u003e\n\u003cdd\u003e2700K\u003c\/dd\u003e\n\u003cdt\u003eWattage\u003c\/dt\u003e\n\u003cdd\u003e300W\u003c\/dd\u003e\n\u003cdt\u003eVoltage\u003c\/dt\u003e\n\u003cdd\u003e110 \/ 220 V\u003c\/dd\u003e\n\u003cdt\u003eCord\u003c\/dt\u003e\n\u003cdd\u003eNot adjustable post-purchase\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdiv aria-hidden=\"true\" class=\"hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch5 style=\"margin: 0 0 12px; font-size: 1.3rem; font-weight: bold;\"\u003eAvailable Diameters\u003c\/h5\u003e\n\u003cdiv aria-label=\"Diameter options\" class=\"pill-list\"\u003e\n\u003cspan class=\"pill\"\u003e8 in\u003c\/span\u003e\u003cspan class=\"pill\"\u003e10 in\u003c\/span\u003e\u003cspan class=\"pill\"\u003e14 in\u003c\/span\u003e\u003cspan class=\"pill\"\u003e18 in\u003c\/span\u003e\u003cspan class=\"pill\"\u003e22 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch5 style=\"margin: 16px 0 12px; font-size: 1.3rem; font-weight: bold;\"\u003eCord Length Options\u003c\/h5\u003e\n\u003cdiv aria-label=\"Cord length options\" class=\"pill-list\"\u003e\n\u003cspan class=\"pill\"\u003e4 ft\u003c\/span\u003e\u003cspan class=\"pill\"\u003e6 ft\u003c\/span\u003e\u003cspan class=\"pill\"\u003e8 ft\u003c\/span\u003e\u003cspan class=\"pill\"\u003e10 ft\u003c\/span\u003e\u003cspan class=\"pill\"\u003e12 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"note\"\u003eNeed a different total drop? Choose the closest cord length when ordering. For special requests, contact us before checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003csection class=\"pendant-desc__faq-section\"\u003e\n\u003ch4\u003eFrequently Asked Questions\u003c\/h4\u003e\n\u003cdetails class=\"pendant-desc__faq\"\u003e\n\u003csummary\u003eWhat bulbs work with this pendant?\u003c\/summary\u003e\n\u003cdiv class=\"pendant-desc__faq-content\"\u003eAny standard E27 bulb (LED, halogen, or incandescent). We recommend LED for efficiency and lower heat.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pendant-desc__faq\"\u003e\n\u003csummary\u003eWill the antique finish change over time?\u003c\/summary\u003e\n\u003cdiv class=\"pendant-desc__faq-content\"\u003eThe hammered bronze finish is sealed to preserve its look. Dust gently with a soft, dry cloth and avoid harsh cleaners.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"pendant-desc__faq\"\u003e\n\u003csummary\u003eCan I adjust the hanging height after purchase?\u003c\/summary\u003e\n\u003cdiv class=\"pendant-desc__faq-content\"\u003e\n\u003cstrong\u003eNo.\u003c\/strong\u003e The cord length is selected when you order and the fixture ships to that length. If you need a specific drop, choose the closest option (or contact us before ordering).\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Noble Brass","offers":[{"title":"8\" \/ 4ft","offer_id":50256742285569,"sku":null,"price":96.57,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 6ft","offer_id":50256742318337,"sku":null,"price":96.57,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 8ft","offer_id":50256742351105,"sku":null,"price":96.57,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 10ft","offer_id":50256742383873,"sku":null,"price":96.57,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 12ft","offer_id":50256742416641,"sku":null,"price":96.57,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 4ft","offer_id":50256742449409,"sku":null,"price":147.44,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 6ft","offer_id":50256742482177,"sku":null,"price":147.44,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 8ft","offer_id":50256742514945,"sku":null,"price":147.44,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 10ft","offer_id":50256742547713,"sku":null,"price":147.44,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 12ft","offer_id":50256742580481,"sku":null,"price":147.44,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 4ft","offer_id":50256742613249,"sku":null,"price":213.27,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 6ft","offer_id":50256742646017,"sku":null,"price":213.27,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 8ft","offer_id":50256742678785,"sku":null,"price":213.27,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 10ft","offer_id":50256742711553,"sku":null,"price":213.27,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 12ft","offer_id":50256742744321,"sku":null,"price":213.27,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 4ft","offer_id":50256742777089,"sku":null,"price":289.97,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 6ft","offer_id":50256742809857,"sku":null,"price":289.97,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 8ft","offer_id":50256742842625,"sku":null,"price":289.97,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 10ft","offer_id":50256742875393,"sku":null,"price":289.97,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 12ft","offer_id":50256742908161,"sku":null,"price":289.97,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 4ft","offer_id":50256742940929,"sku":null,"price":420.08,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 6ft","offer_id":50256742973697,"sku":null,"price":420.08,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 8ft","offer_id":50256743006465,"sku":null,"price":420.08,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 10ft","offer_id":50256743039233,"sku":null,"price":420.08,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 12ft","offer_id":50256743072001,"sku":null,"price":420.08,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0827\/8848\/3329\/files\/hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze-6734337.jpg?v=1788137188","url":"https:\/\/noble-brass.com\/products\/hammered-bronze-finish-curved-plate-pendant-light-solid-brass-ceiling-light-leaf-pendant-light-bronze","provider":"Noble Brass","version":"1.0","type":"link"}