{"product_id":"hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-1","title":"Hammered Pendant Light, Brass Dome Ceiling Light, Kitchen Island Hanging Light Fixture","description":"\u003cp\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e\n    \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* BASE RESET \u0026 VARIABLES *\/\n    :root {\n        --ias-copper: #b87333;\n        --ias-copper-dark: #8b4513;\n        --ias-gold-mark: #d4a373;\n        --ias-text: #2d2a26;\n        --ias-text-light: #6b665c;\n        --ias-bg: #faf9f6;\n        --ias-bg-soft: #fdf8f3;\n        --ias-border: #e5e1da;\n        --ias-max-width: 900px;\n    }\n\n   \n    #ias-p-top * {\n    box-sizing: border-box;\n}\n#ias-p-top {\n    background-color: var(--ias-bg);\n    font-family: 'Inter', sans-serif;\n    color: var(--ias-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n}\n    .ias-p-container {\n        max-width: var(--ias-max-width);\n        margin: 0 auto;\n        padding: 60px 20px;\n        scroll-behavior: smooth;\n    }\n\n    .ias-p-serif {\n        font-family: 'Playfair Display', serif;\n    }\n\n    \/* ALIGNMENT REFINEMENT - ALL CENTERED *\/\n    .ias-p-hero,\n    .ias-p-hook,\n    .ias-p-section-desc,\n    .ias-p-variations .ias-p-section-header,\n    .ias-p-specs-grid\u003ediv:first-child,\n    .ias-p-reviews .ias-p-section-header,\n    .ias-p-faq .ias-p-section-header {\n        text-align: center;\n    }\n\n    .ias-p-desc-text {\n        text-align: center;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    \/* FEATURE LIST CENTERING LOGIC *\/\n    .ias-p-feature-list {\n        list-style: none;\n        padding: 0;\n        margin-top: 30px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        \/* Centered on Desktop *\/\n    }\n\n    .ias-p-feature-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n        font-size: 15px;\n        font-weight: 500;\n        text-align: left;\n    }\n\n    \/* GOLD MARK STYLE *\/\n    .ias-p-gold-mark {\n        color: var(--ias-gold-mark);\n        flex-shrink: 0;\n        width: 18px;\n        height: 18px;\n    }\n\n    \/* HERO SECTION *\/\n    .ias-p-badge {\n        display: inline-block;\n        padding: 6px 18px;\n        background: #f5efe6;\n        color: var(--ias-copper-dark);\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        border-radius: 50px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-hero-title {\n        font-size: clamp(32px, 6vw, 52px);\n        margin-bottom: 16px;\n        line-height: 1.1;\n        color: var(--ias-text);\n    }\n\n    .ias-p-hero-subtitle {\n        font-size: 20px;\n        color: var(--ias-text-light);\n        font-style: italic;\n        font-weight: 300;\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img-wrapper {\n        position: relative;\n        border-radius: 24px;\n        overflow: hidden;\n        box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* MID SECTION IMAGE - SMALLER THAN HERO *\/\n    .ias-p-mid-img-wrapper {\n        max-width: 650px;\n        margin: 0 auto 60px;\n        border-radius: 20px;\n        overflow: hidden;\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n    }\n\n    .ias-p-mid-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* ADVANTAGES ROW *\/\n    .ias-p-adv-row {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 24px;\n        margin-bottom: 30px;\n        padding: 20px 0;\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    .ias-p-adv-item {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-size: 12px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--ias-text);\n    }\n\n    .ias-p-emergency-msg {\n        background: #fff8f0;\n        border-left: 4px solid var(--ias-copper);\n        padding: 20px;\n        border-radius: 8px;\n        margin-bottom: 60px;\n        font-size: 15px;\n        color: var(--ias-text);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n        text-align: center;\n    }\n\n    \/* GALLERY - REMOVED GREY BOXES *\/\n    .ias-p-gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-gallery-item {\n        border-radius: 16px;\n        overflow: hidden;\n        background-color: transparent;\n        \/* Removed grey background *\/\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n        display: flex;\n    }\n\n    .ias-p-gallery-img {\n        width: 100%;\n        height: auto;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n\n    .ias-p-gallery-item:hover .ias-p-gallery-img {\n        transform: scale(1.04);\n    }\n\n    \/* VARIATIONS *\/\n    .ias-p-variations {\n        background: var(--ias-bg-soft);\n        border-radius: 32px;\n        padding: 60px 20px;\n        margin-bottom: 20px;\n        border: 1px solid #f5efe6;\n    }\n\n    .ias-p-section-subtitle {\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        font-size: 11px;\n        font-weight: 700;\n        color: var(--ias-copper);\n        display: block;\n        margin-bottom: 12px;\n    }\n\n    .ias-p-var-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n    }\n\n    .ias-p-var-group h4 {\n        font-size: 20px;\n        margin-bottom: 16px;\n    }\n\n    .ias-p-tag-cloud {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        justify-content: center;\n    }\n\n    .ias-p-tag {\n        background: white;\n        border: 1px solid var(--ias-border);\n        padding: 8px 18px;\n        border-radius: 8px;\n        font-size: 13px;\n        font-weight: 600;\n        color: var(--ias-text);\n    }\n\n    .ias-p-custom-info {\n        margin-top: 50px;\n        text-align: center;\n        padding-top: 40px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-custom-link {\n        color: var(--ias-copper);\n        font-weight: 700;\n        text-decoration: none;\n        border-bottom: 2px solid var(--ias-copper);\n        padding-bottom: 2px;\n        transition: opacity 0.3s;\n    }\n\n    \/* REVIEWS *\/\n    .ias-p-reviews {\n        margin-bottom: 100px;\n    }\n\n    .ias-p-review-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n    }\n\n    .ias-p-review-card {\n        background: white;\n        padding: 32px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);\n        text-align: left;\n    }\n\n    .ias-p-stars {\n        color: var(--ias-copper);\n        margin-bottom: 16px;\n        font-size: 14px;\n        letter-spacing: 2px;\n    }\n\n    .ias-p-review-text {\n        font-style: italic;\n        color: var(--ias-text-light);\n        font-size: 15px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-reviewer-name {\n        font-weight: 700;\n        font-size: 14px;\n    }\n\n    \/* FAQ - NATIVE HTML *\/\n    .ias-p-faq {\n        margin-bottom: 100px;\n    }\n\n    details.ias-p-faq-item {\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    summary.ias-p-faq-trigger {\n        width: 100%;\n        padding: 24px 0;\n        background: none;\n        border: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        cursor: pointer;\n        text-align: left;\n        font-size: 18px;\n        color: var(--ias-text);\n        list-style: none;\n    }\n\n    summary.ias-p-faq-trigger::-webkit-details-marker {\n        display: none;\n    }\n\n    .ias-p-faq-icon {\n        transition: transform 0.3s ease;\n        font-size: 14px;\n    }\n\n    .ias-p-faq-content {\n        padding-bottom: 24px;\n    }\n\n    .ias-p-faq-content p {\n        color: var(--ias-text-light);\n        font-size: 15px;\n        text-align: left;\n    }\n\n    details[open] .ias-p-faq-icon {\n        transform: rotate(180deg);\n    }\n\n    \/* SPECS *\/\n    .ias-p-specs-grid {\n        display: grid;\n        grid-template-columns: 1fr 1.5fr;\n        gap: 60px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-table-wrapper {\n        border-radius: 20px;\n        overflow: hidden;\n        border: 1px solid var(--ias-border);\n    }\n\n    .ias-p-specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: white;\n        text-align: left;\n    }\n\n    .ias-p-specs-table td,\n    .ias-p-specs-table th {\n        padding: 18px 24px;\n        border-bottom: 1px solid var(--ias-border);\n        font-size: 14px;\n    }\n\n    .ias-p-spec-key {\n        font-weight: 700;\n        color: var(--ias-copper-dark);\n        width: 40%;\n    }\n\n    .ias-p-pdf-box {\n        background: var(--ias-bg-soft);\n        padding: 30px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        margin-top: 20px;\n    }\n\n    .ias-p-pdf-btn {\n        display: inline-block;\n        background: var(--ias-text);\n        color: white;\n        text-decoration: none;\n        padding: 14px 24px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-weight: 600;\n        font-size: 14px;\n    }\n\n    \/* WARRANTY \u0026 PROMISE *\/\n    .ias-p-promise-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-warranty-card {\n        background: var(--ias-text);\n        color: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-warranty-card h3 {\n        font-size: 26px;\n        margin-bottom: 20px;\n    }\n\n    .ias-p-policy-detail {\n        font-size: 13px;\n        color: #d1cfc9;\n        margin-bottom: 15px;\n        line-height: 1.5;\n    }\n\n    .ias-p-promise-card {\n        border: 2px dashed var(--ias-copper);\n        background: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-promise-card .ias-p-feature-list {\n        align-items: center;\n        \/* Center these lists specifically *\/\n    }\n\n    \/* FINAL CTA *\/\n    .ias-p-cta-footer {\n        background: white;\n        border: 1px solid var(--ias-border);\n        border-radius: 40px;\n        padding: 60px 20px;\n        text-align: center;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);\n        margin-bottom: 60px;\n    }\n\n    .ias-p-trusted-badges {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 40px;\n        margin-top: 40px;\n        padding-top: 30px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-trusted-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 12px;\n        font-size: 11px;\n        font-weight: 700;\n        text-transform: uppercase;\n        color: var(--ias-text-light);\n        min-width: 120px;\n    }\n\n    .ias-p-btn-primary {\n        display: inline-block;\n        background: linear-gradient(135deg, var(--ias-copper), var(--ias-copper-dark));\n        color: white;\n        padding: 22px 50px;\n        border-radius: 60px;\n        font-weight: 700;\n        font-size: 18px;\n        text-decoration: none;\n        margin-top: 40px;\n        box-shadow: 0 15px 30px rgba(184, 115, 51, 0.3);\n        transition: transform 0.3s;\n    }\n\n    .ias-p-btn-primary:hover {\n        transform: translateY(-4px);\n    }\n\n    \/* SECTION TITLES – FINAL REFINED SCALE *\/\n    .ias-p-hook h4 {\n        font-size: clamp(22px, 3.2vw, 28px);\n        \/* Smaller H4 *\/\n        line-height: 1.35;\n        margin-bottom: 12px;\n        padding-bottom: 6px;\n    }\n\n    .ias-p-section-desc h3 {\n        font-size: clamp(24px, 3.8vw, 32px);\n        \/* Primary section title *\/\n        line-height: 1.3;\n        margin-bottom: 12px;\n        padding-bottom: 8px;\n    }\n\n    .ias-p-hook p {\n        margin-bottom: 8px;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n\n        .ias-p-var-grid,\n        .ias-p-specs-grid,\n        .ias-p-promise-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-feature-list {\n            align-items: flex-start;\n            \/* Left aligned for mobile *\/\n            padding-left: 20px;\n            max-width: 340px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .ias-p-promise-card .ias-p-feature-list {\n            align-items: flex-start;\n        }\n\n        .ias-p-hook {\n            padding: 10 10px;\n        }\n\n        .ias-p-mid-img-wrapper {\n            max-width: 100%;\n        }\n    }\n\n    @media (max-width: 600px) {\n        .ias-p-gallery-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-adv-row {\n            flex-direction: row;\n            justify-content: center;\n            gap: 15px;\n        }\n\n        .ias-p-adv-item {\n            font-size: 9px;\n        }\n    }\n      \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n  .light-dome__gift-badge {\n    position: absolute;\n    top: 15px;\n    left: 15px; \/* Moved to top-left *\/\n    background: #fff8f0; \/* Matches scarcity box color *\/\n    padding: 12px 8px;\n    border-radius: 8px; \/* Slightly rounded corners for a softer square *\/\n    display: flex;\n    flex-direction: column; \/* Stack icon and text vertically to make a square *\/\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 6px;\n    width: 100px; \/* Fixed width for standard square shape *\/\n    height: 100px; \/* Fixed height for standard square shape *\/\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; \/* Makes the animation swing from the top *\/\n    animation: badge-swing 3.5s ease-in-out infinite; \/* Gentle hanging animation *\/\n  }\n\n  .light-dome__gift-badge svg {\n    color: var(--accent);\n    width: 26px;\n    height: 26px;\n    flex-shrink: 0;\n  }\n\n  .light-dome__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   \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\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    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__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  \/* The hole in the tag *\/\n  .light-dome__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; \/* Dark hole effect *\/\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  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__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  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\n \/* ========== SUSPENSION OPTIONS SECTION ========== *\/\n  .light-dome__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  .light-dome__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  .light-dome__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  .light-dome__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  .light-dome__suspension-note svg {\n    color: var(--accent);\n    width: 24px;\n    height: 24px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .light-dome__suspension-note span {\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--primary);\n  }\n  \n  .light-dome__suspension-note strong {\n    color: var(--accent);\n  }\n\n  .light-dome__suspension-img-wrapper {\n    position: relative;\n    border-radius: 8px;\n    overflow: hidden;\n    background: #f4f4f4; \/* Matches the background of your image *\/\n    border: 1px solid var(--accent-light);\n  }\n\n  .light-dome__suspension-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    mix-blend-mode: multiply; \/* Blends the image perfectly into the layout *\/\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__suspension {\n      grid-template-columns: 1fr;\n      padding: 25px 20px;\n    }\n  }\n\n      \/* ========== PACKAGE INCLUDES SECTION ========== *\/\n    .light-dome__pkg-includes {\n        margin: clamp(40px, 6vw, 80px) 0;\n    }\n\n    .light-dome__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    .light-dome__pkg-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr); \/* 4 equal columns *\/\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    .light-dome__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    .light-dome__pkg-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n    }\n\n    .light-dome__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    .light-dome__pkg-icon svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .light-dome__pkg-label {\n        font-size: clamp(14px, 1.5vw, 16px);\n        font-weight: 600;\n        color: var(--primary);\n    }\n\n    \/* Free Gift Highlight Card *\/\n    .light-dome__pkg-highlight {\n        border: 2px solid var(--accent);\n        box-shadow: 0 4px 15px rgba(166, 124, 82, 0.15);\n        overflow: hidden;\n        \/* Extra slightly larger padding on top to fit the absolute badge *\/\n        padding-top: 35px; \n    }\n\n    .light-dome__pkg-highlight::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0;\n        height: 4px;\n        background: var(--accent);\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-label {\n        color: var(--accent);\n        font-weight: 700;\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-icon {\n        background: rgba(166, 124, 82, 0.1); \n    }\n\n    .light-dome__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    \/* Responsive Adjustments *\/\n    @media (max-width: 900px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: repeat(2, 1fr); \/* 2x2 grid on tablets *\/\n        }\n    }\n\n    @media (max-width: 500px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: 1fr; \/* Stack on phones *\/\n        }\n    }\n\n\u003c\/style\u003e\n\n\u003c!-- GOLD CHECKMARK SVG TEMPLATE --\u003e\u003csvg style=\"display: none;\"\u003e\n    \u003csymbol stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" id=\"gold-mark\"\u003e\n        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\u003cdiv id=\"ias-p-top\" class=\"ias-p-container\"\u003e\n    \u003c!-- HERO --\u003e\n    \u003cheader class=\"ias-p-hero\"\u003e\u003cspan class=\"ias-p-badge\"\u003eArtisan Heritage\u003c\/span\u003e\n        \u003ch2 class=\"ias-p-hero-title ias-p-serif\"\u003eHammered Pendant Light\u003c\/h2\u003e\n        \u003cp class=\"ias-p-hero-subtitle\"\u003eAntique bronze dome with hand-hammered texture, a striking focal point over\n            kitchen islands, dining tables, and entryways.\u003c\/p\u003e\n        \u003cdiv class=\"ias-p-main-img-wrapper\"\u003e\n\u003cimg class=\"ias-p-main-img\" alt=\"Hammered Pendant Light in Antique Bronze\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_1588xN.6620962299_s92i.avif?v=1759848125\u0026amp;width=1800\"\u003e\n        \u003c\/div\u003e\n        \u003c!-- ADVANTAGES --\u003e\n        \u003cdiv class=\"ias-p-adv-row\"\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Reliable Shipping\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Flexible Returns\n            \u003c\/div\u003e\n           \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 15-Day Guarantee\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- EMERGENCY \/ CRAFT MSG --\u003e\n        \u003cdiv class=\"ias-p-emergency-msg\"\u003e\n            \u003cstrong\u003e✨ Hand-Hammered Distinction:\u003c\/strong\u003e Each dome is individually forged by master artisans organic\n            hammer marks and subtle asymmetry affirm its human origin. Made to order.\n        \u003c\/div\u003e\n        \u003c!-- VIDEO SECTION --\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(--ias-text); font-weight: 700; text-align: center;\"\u003e\n            The Soul of Manufacturing: A Journey Inside Our Workshop\n        \u003c\/h3\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 800px; margin: 60px auto 40px auto; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08);\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY\" title=\"The Soul of Manufacturing\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\u003c!-- EMOTIONAL HOOK --\u003e\n    \u003cdiv class=\"ias-p-hook\"\u003e\n        \u003ch4 class=\"ias-p-serif\"\u003eVintage Soul, Modern Presence\u003c\/h4\u003e\n        \u003cp\u003e \u003c\/p\u003e\n        \u003cp\u003eOur hammered pendant blends industrial heritage with contemporary elegance. The antique bronze finish rich\n            with depth and variation, creates a warm, inviting glow that evolves gracefully over time, becoming more\n            characterful with every passing season.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003c!-- MID SECTION IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n  \u003cdiv style=\"position: relative; max-width: 500px; margin: 0 auto; width: 100%;\"\u003e\n    \n    \u003c!-- ADDED: HANGING TAG BADGE --\u003e\n    \u003cdiv class=\"light-dome__hanging-label\"\u003e\n        \n      \u003c!-- Brightly Lit Bulb Icon --\u003e\n      \u003csvg class=\"light-dome__label-bulb\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- Light Rays --\u003e\n        \u003cpath d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Base of the bulb --\u003e\n        \u003cpath d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\" fill=\"#a67c52\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Glass glowing dome --\u003e\n        \u003cpath 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\" fill=\"#ffd700\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Filament inside --\u003e\n        \u003cpath d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\" stroke=\"#c07c00\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n\u003cspan style=\"display:inline-block; text-align:center; line-height:1.2;\"\u003e\n  \u003cspan style=\"display:block; font-size:13px; font-weight:700;\"\u003e\n    FREE BULB\n  \u003c\/span\u003e\n  \u003cspan style=\"display:block; font-size:10px; font-weight:600; letter-spacing:1px; margin-top:4px; color:#a57c52;\"\u003e\n    OUR GIFT TO YOU\n    \u003cspan style=\"display:inline-block; vertical-align:middle; margin-left:4px;\"\u003e\n      \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\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\n    \u003c\/span\u003e\n  \u003c\/span\u003e\n\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- END HANGING TAG BADGE --\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-6853409.jpg\" alt=\"Hammered Pendant Over Kitchen Island\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION \u0026 GALLERY --\u003e\n    \u003csection class=\"ias-p-section-desc\"\u003e\n        \u003ch3 class=\"ias-p-serif\"\u003eForged for Generations\u003c\/h3\u003e\n        \u003cdiv class=\"ias-p-desc-text\"\u003e\n            \u003cp\u003eCrafted from solid brass not plated or hollow, this pendant delivers unmatched durability and heirloom\n                quality. The hand-hammered surface diffuses light softly, casting dynamic shadows that animate your\n                space throughout the day.\u003c\/p\u003e\n            \u003cp\u003eThe antique bronze finish is chemically aged and sealed for stability, offering vintage charm without the\n                maintenance of raw metal. It resists fingerprints while retaining its artisanal soul.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"ias-p-feature-list\"\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 100% Solid Brass Construction\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Antique Bronze Finish (Sealed for Durability)\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Hanging Support Bracket Included\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Fully Compatible with Insideast Brass Collection\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Custom Sizes \u0026amp; Configurations Available on Request\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/section\u003e\n    \u003c!-- GALLERY - CLEANED UP --\u003e\n    \u003cdiv class=\"ias-p-gallery-grid\"\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Close-Up Hammered Texture\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-7489391.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Side Profile View\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-5135033.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Over Dining Table\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-3618530.jpg\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Cluster Installation\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-5137333.jpg\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- VARIATIONS GUIDE --\u003e\n    \u003csection class=\"ias-p-variations\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003cspan class=\"ias-p-section-subtitle\"\u003eThe Collection\u003c\/span\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eTailored To Your Vision\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-var-grid\"\u003e\n            \u003cdiv style=\"text-align: center;\" class=\"ias-p-var-group\"\u003e\n                \u003ch4 class=\"ias-p-serif\"\u003ePendant Diameter\u003c\/h4\u003e\n                \u003cdiv class=\"ias-p-tag-cloud\"\u003e\n                    \u003cspan class=\"ias-p-tag\"\u003e8 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e10 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e12 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e14 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e18 Inches\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"text-align: center;\" class=\"ias-p-var-group\"\u003e\n                \u003ch4 class=\"ias-p-serif\"\u003eCord Lengths\u003c\/h4\u003e\n                \u003cdiv class=\"ias-p-tag-cloud\"\u003e\n                    \u003cspan class=\"ias-p-tag\"\u003e4 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e6 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e8\n                        ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e10 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e12 ft\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-custom-info\"\u003e\n            \u003cp class=\"ias-p-desc-text\"\u003eWe specialize in bespoke lighting. Custom diameters, multi-pendant clusters, and\n                alternative finishes are available upon request.\u003c\/p\u003e\n            \u003cp style=\"background: #fff; padding: 15px; border-radius: 12px; border: 1px solid var(--ias-border); margin-bottom: 25px; margin-top: 20px;\" class=\"ias-p-desc-text\"\u003e\u003cstrong\u003eNeed a specific size or configuration? Provide your details at checkout,\n                    we’ll craft it to fit perfectly.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003csection\u003e\n\n\u003cdiv class=\"light-dome__suspension\"\u003e\n  \u003cdiv class=\"light-dome__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    \n    \u003cdiv class=\"light-dome__suspension-note\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath 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\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \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 href=\"mailto:contact@insideast.com\" style=\"color: var(--accent); font-weight: bold; text-decoration: none;\"\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  \n  \u003cdiv class=\"light-dome__suspension-img-wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/weathered-antique-brass-dome-pendant-hammered-moroccan-brass-light-8559749.png\" alt=\"Suspension Options: Black Cord, Gold Cord, Brass Link Chain, Solid Brass Rod\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n            \u003c!-- PACKAGE INCLUDES --\u003e\n            \u003csection class=\"light-dome__pkg-includes\"\u003e\n                \u003ch3\u003ePackage Includes\u003c\/h3\u003e\n                \u003cdiv class=\"light-dome__pkg-grid\"\u003e\n                    \n                    \u003c!-- Component 1 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 8h14l-2 8H7Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 16v2a2 2 0 0 0 4 0v-2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003ePendant\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Component 2 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M4 10h16v2H4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 10V8c0-3.3 2.7-6 6-6s6 2.7 6 6v2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003eCanopy\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- Component 3 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 22h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003eCord\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- Free Gift Highlight --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card light-dome__pkg-highlight\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-badge\"\u003eFree Gift\u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003c!-- Lit bulb icon --\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\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\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003e2 Free Bulbs\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n\n\n    \u003c!-- TECHNICAL SPECS --\u003e\n    \u003csection class=\"ias-p-specs-grid\"\u003e\n        \u003cdiv\u003e\n            \u003ch3 style=\"font-size: 32px; margin-bottom: 24px;\" class=\"ias-p-serif\"\u003eSpecifications\u003c\/h3\u003e\n            \u003cdiv class=\"ias-p-pdf-box\"\u003e\n                \u003ch5 style=\"margin-bottom: 10px;\"\u003eTechnical Blueprint\u003c\/h5\u003e\n                \u003cp style=\"font-size: 12px; color: var(--ias-text-light);\"\u003eDownload detailed dimensions, installation\n                    guide, and wiring diagrams.\u003c\/p\u003e\n                \u003ca class=\"ias-p-pdf-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IP-008-01-088-08-23.pdf\" target=\"_blank\"\u003eView Technical Drawing\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-table-wrapper\"\u003e\n            \u003ctable class=\"ias-p-specs-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eSolid Brass\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eFinish\u003c\/td\u003e\n                        \u003ctd\u003eAntique Bronze\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eInstallation Type\u003c\/td\u003e\n                        \u003ctd\u003eCeiling-Mounted – Hanging Support Included\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eBulb Type\u003c\/td\u003e\n                        \u003ctd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (Gift 🎁 2 Free Bulbs)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                     \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eBulb Lighting Color\u003c\/td\u003e\n                        \u003ctd\u003e2700K\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eWattage\u003c\/td\u003e\n                        \u003ctd\u003e300W Max\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eVoltage\u003c\/td\u003e\n                        \u003ctd\u003e110V \/ 220V Compatible\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eCable Length\u003c\/td\u003e\n                        \u003ctd\u003eAdjustable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eReturn Policy\u003c\/td\u003e\n                        \u003ctd\u003e15-Day Guarantee\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- REVIEWS --\u003e\n    \u003csection class=\"ias-p-reviews\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eCustomer Stories\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-review-grid\"\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Excellent communication throughout the shipping thank you Oumaima.\n                    Excellent product love the look of these pendant. However one light socket was black the other is\n                    white, they both should have been the same color.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eBarry E.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Beautifully made. Real copper. Adds warmth and texture hanging over our\n                    kitchen island.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eStacey P.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★☆\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Love it but one thing could have been improved on. The ceiling canopy is\n                    shiny copper and the dome is aged with some black and more vintage looking. Canopy would have been\n                    nicer if it matched but pleased with it. And would buy again.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eJane\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"ias-p-faq\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eQuestions \u0026amp; Support\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-faq-list\"\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs the antique bronze finish sealed? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eYes. Unlike raw unlacquered brass, this finish is chemically aged and protected with a micro-thin\n                        sealant to prevent further oxidation while preserving its vintage character.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I get matching canopy hardware? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eAbsolutely. We now offer antique bronze canopies to match the dome. Just leave a note at checkout\n                        or email us after ordering.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eWhat’s the maximum wattage? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003e300W max for incandescent\/halogen, or equivalent LED. Always use bulbs rated for enclosed\n                        fixtures if applicable.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs it dimmable? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eYes; compatible with all standard dimmer switches when used with dimmable bulbs.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- WARRANTY \u0026 PROMISE --\u003e\n    \u003csection class=\"ias-p-promise-grid\"\u003e\u003c!-- DARK BOX 1 --\u003e\n        \u003cdiv class=\"ias-p-warranty-card\"\u003e\n            \u003ch3 class=\"ias-p-serif\" style=\"color: #ffffff;\"\u003e5-Year Limited Warranty\u003c\/h3\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003eWe stand by the quality of our products with industry-leading protection.\n            \u003c\/div\u003e\n            \u003cul style=\"margin-bottom: 20px;\" class=\"ias-p-feature-list\"\u003e\n                \u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e 5-Year Limited Warranty on fixture construction and materials.\n                \u003c\/li\u003e\n                \u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e Covered for repair or replacement in case of manufacturing defects.\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003e\n                \u003cstrong\u003eVisual Damage Policy:\u003c\/strong\u003e Visual damages must be reported within 15 days of delivery.\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003eNeed help? Email \u003cstrong\u003econtact@insideast.com\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"font-style: italic; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 15px;\" class=\"ias-p-policy-detail\"\u003e\n                \u003cstrong\u003eFinish Note:\u003c\/strong\u003e Antique bronze is intentionally varied no two pieces are identical. This\n                is a feature, not a flaw.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- DASHED BOX 2 --\u003e\n        \u003cdiv class=\"ias-p-promise-card\"\u003e\n            \u003ch3 class=\"ias-p-serif\"\u003e🛡️ Our No-Risk Promise\u003c\/h3\u003e\n            \u003cp style=\"font-size: 14px; margin-bottom: 20px; font-weight: 500;\" class=\"ias-p-desc-text\"\u003eWe craft every\n                fixture to last generations.\u003c\/p\u003e\n            \u003cul style=\"margin-bottom: 25px;\" class=\"ias-p-feature-list\"\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects.\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Fixture + hardware always match (just\n                        ask!).\u003c\/span\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp style=\"font-size: 13px; font-style: italic; text-align: center;\" class=\"ias-p-desc-text\"\u003eIndustry-leading\n                protection for your peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FINAL CTA --\u003e\n    \u003cfooter class=\"ias-p-cta-footer\"\u003e\n        \u003ch3 style=\"font-size: 42px;\" class=\"ias-p-serif\"\u003eHammered with Purpose\u003c\/h3\u003e\n        \u003cp style=\"font-size: 18px;\" class=\"ias-p-desc-text\"\u003eEach dome is forged, finished, and fitted by hand.\n            Commission yours today.\u003c\/p\u003e\n        \u003ca class=\"ias-p-btn-primary js-scroll-top\" href=\"#\"\u003eCONFIGURE YOUR PENDANT\u003c\/a\u003e \u003c!-- FINAL TRUSTED BADGES --\u003e\n        \u003cdiv class=\"ias-p-trusted-badges\"\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Handcrafted to Order\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Free Shipping\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 15-Day Guarantee\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Insideast","offers":[{"title":"8\" \/ 4ft","offer_id":43524072341613,"sku":"IP-008-01-088-08-23(4ft)","price":161.67,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 6ft","offer_id":43524072374381,"sku":"IP-008-01-088-08-23(6ft)","price":161.67,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 8ft","offer_id":43524072407149,"sku":"IP-008-01-088-08-23(8ft)","price":161.67,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 10ft","offer_id":43524072439917,"sku":"IP-008-01-088-08-23(10ft)","price":161.67,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 12ft","offer_id":43524072472685,"sku":"IP-008-01-088-08-23(12ft)","price":161.67,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 4ft","offer_id":43524072538221,"sku":"IP-008-01-088-10-23(4ft)","price":170.0,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 6ft","offer_id":43524072570989,"sku":"IP-008-01-088-10-23(6ft)","price":170.0,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 8ft","offer_id":43524072603757,"sku":"IP-008-01-088-10-23(8ft)","price":170.0,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 10ft","offer_id":43524072636525,"sku":"IP-008-01-088-10-23(10ft)","price":170.0,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 12ft","offer_id":43524072669293,"sku":"IP-008-01-088-10-23(10ft)","price":170.0,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 4ft","offer_id":43524072734829,"sku":"IP-008-01-088-12-23(4ft)","price":246.12,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 6ft","offer_id":43524072767597,"sku":"IP-008-01-088-12-23(6ft)","price":246.12,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 8ft","offer_id":43524072800365,"sku":"IP-008-01-088-12-23(8ft)","price":246.12,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 10ft","offer_id":43524072833133,"sku":"IP-008-01-088-12-23(10ft)","price":246.12,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 12ft","offer_id":43524072865901,"sku":"IP-008-01-088-12-23(12ft)","price":246.12,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 4ft","offer_id":43524072931437,"sku":"IP-008-01-088-14-23(4ft)","price":298.23,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 6ft","offer_id":43524072964205,"sku":"IP-008-01-088-14-23(6ft)","price":298.23,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 8ft","offer_id":43524072996973,"sku":"IP-008-01-088-14-23(8ft)","price":298.23,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 10ft","offer_id":43524073029741,"sku":"IP-008-01-088-14-23(10ft)","price":298.23,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 12ft","offer_id":43524073062509,"sku":"IP-008-01-088-14-23(12ft)","price":298.23,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 4ft","offer_id":43524073128045,"sku":"IP-008-01-088-18-23(4ft)","price":430.65,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 6ft","offer_id":43524073160813,"sku":"IP-008-01-088-18-23(6ft)","price":430.65,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 8ft","offer_id":43524073193581,"sku":"IP-008-01-088-18-23(8ft)","price":430.65,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 10ft","offer_id":43524073226349,"sku":"IP-008-01-088-18-23(10ft)","price":430.65,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 12ft","offer_id":43524073259117,"sku":"IP-008-01-088-18-23(12ft)","price":430.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-6853409.jpg?v=1773579018","url":"https:\/\/www.insideast.com\/it\/products\/hammered-pendant-light-brass-dome-ceiling-light-kitchen-island-hanging-light-fixture-1","provider":"Insideast","version":"1.0","type":"link"}