{"product_id":"cirelune-pendant-lamp","title":"Cirelune Pendant Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — organic brown + gold + raffia ═════════╗\n   ║  Warm bronze      →  primary accent    #7a5028          ║\n   ║  Deep brown       →  dark accent       #3a2010          ║\n   ║  Warm gold        →  highlight         #a87838          ║\n   ║  Natural raffia   →  raffia tone       #d8c8a8          ║\n   ║  Cream warm       →  card bg           #fbf9f6          ║\n   ║  Linen border     →  borders           #e8dcc4          ║\n   ║  Soft sand        →  deep card         #f3e8d4          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #fbf9f6;\n    --bg-deep:     #f3e8d4;\n    --border:      #e8dcc4;\n    --border-lt:   #efe4d2;\n    --accent:      #7a5028;\n    --accent-dk:   #3a2010;\n    --accent-lt:   #a87838;\n    --accent-bg:   #f3e8d4;\n    --accent-bdr:  #c8a878;\n    --raffia:      #d8c8a8;\n    --text:        #1c1408;\n    --text-mid:    #4a3018;\n    --text-light:  #8a6840;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  .d svg { fill: none !important; }\n\n  .d {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    background: var(--bg);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0.5rem 0 2.5rem;\n  }\n\n  .sec { margin-bottom: 3rem; }\n  .sec:last-child { margin-bottom: 0; }\n  .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem; }\n  .sec-header-line { flex: 1; height: 0.5px; background: var(--border); }\n  .sec-title {\n    font-size: 10.5px; font-weight: 700;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Video *\/\n  .video-frame {\n    position: relative; width: 100%; padding-bottom: 56.25%;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border); background: #000;\n  }\n  .video-frame iframe {\n    position: absolute; top: 0; left: 0;\n    width: 100%; height: 100%; border: 0;\n  }\n  \/* Hide entire VIDEO section when iframe has no src — appears only after URL is added *\/\n  .sec:has(.video-frame iframe[src=\"\"]),\n  .sec:has(.video-frame iframe:not([src])) { display: none; }\n\n  \/* Overview *\/\n  .heritage-tag {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 4px 10px; margin-bottom: 14px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    border-radius: 99px;\n    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; color: var(--accent);\n  }\n  .heritage-tag::before {\n    content: ''; width: 5px; height: 5px; border-radius: 50%;\n    background: var(--accent-lt);\n  }\n  .overview-card p {\n    font-size: 12.5px; line-height: 1.9;\n    color: var(--text-mid); margin-bottom: 10px;\n  }\n  .overview-card p:last-child { margin-bottom: 0; }\n  .overview-card strong { color: var(--text); font-weight: 600; }\n\n  \/* Materials trio strip *\/\n  .trio-strip {\n    margin-top: 14px;\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 10px;\n  }\n  .trio-pill {\n    display: flex; align-items: center; gap: 8px;\n    padding: 6px 10px;\n    background: #fff; border: 0.5px solid var(--border-lt);\n    border-radius: 8px;\n  }\n  .trio-dot {\n    width: 14px; height: 14px; border-radius: 50%;\n    border: 0.5px solid rgba(0,0,0,0.12);\n    flex-shrink: 0;\n  }\n  .trio-name {\n    font-size: 11px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.005em;\n  }\n  .trio-sub {\n    font-size: 9.5px; color: var(--text-light); margin-top: 1px;\n  }\n\n  \/* Features *\/\n  .features-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;\n  }\n  .feature-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; padding: 14px 13px 12px;\n  }\n  .feature-icon-wrap {\n    width: 28px; height: 28px; border-radius: 7px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 10px;\n  }\n  .feature-title {\n    font-size: 11.5px; font-weight: 700;\n    color: var(--text); margin-bottom: 4px;\n  }\n  .feature-desc {\n    font-size: 11px; color: var(--text-light); line-height: 1.6;\n  }\n\n  \/* Sizes — 2 SKU horizontal cards *\/\n  .size-grid {\n    display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;\n  }\n  .size-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n    display: flex; flex-direction: column;\n  }\n  .size-img-wrap {\n    position: relative; display: block;\n    background: #fff;\n    border-bottom: 0.5px solid var(--border);\n    overflow: hidden;\n    text-decoration: none;\n    height: 280px;\n    padding: 18px;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .size-img-wrap img {\n    max-width: 100%; max-height: 100%;\n    object-fit: contain;\n    transition: opacity 0.15s;\n  }\n  \/* Hide entire image wrapper when img has no src — appears only after URL is added *\/\n  .size-img-wrap:has(img[src=\"\"]),\n  .size-img-wrap:has(img:not([src])) { display: none; }\n  .size-img-wrap:hover img { opacity: 0.92; }\n  .size-zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10px; font-weight: 500;\n    background: rgba(28,20,8,0.55); color: #fff;\n    padding: 3px 9px; border-radius: 99px;\n    display: flex; align-items: center; gap: 4px;\n    pointer-events: none;\n  }\n  .size-body {\n    padding: 16px 18px 18px;\n    flex: 1;\n    display: flex; flex-direction: column;\n  }\n  .size-badge {\n    display: inline-block; font-size: 9.5px; font-weight: 700;\n    letter-spacing: 0.08em; text-transform: uppercase;\n    color: #fff; background: var(--accent);\n    padding: 3px 10px; border-radius: 99px;\n    margin-bottom: 9px; align-self: flex-start;\n  }\n  .size-dims {\n    font-size: 14px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.005em; margin-bottom: 2px;\n  }\n  .size-dims-sub {\n    font-size: 11.5px; color: var(--text-light);\n  }\n\n  \/* Leaf detail card *\/\n  .leaf-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; padding: 24px 28px;\n    display: flex; align-items: center; gap: 28px;\n  }\n  .leaf-viz {\n    flex-shrink: 0;\n    width: 160px; height: 130px;\n    background: #fff;\n    border: 0.5px solid var(--border);\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    padding: 12px;\n  }\n  .leaf-body { flex: 1; }\n  .leaf-label {\n    font-size: 10px; font-weight: 700; letter-spacing: 0.14em;\n    text-transform: uppercase; color: var(--accent);\n    margin-bottom: 6px;\n  }\n  .leaf-title {\n    font-size: 15px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.005em; margin-bottom: 8px;\n  }\n  .leaf-desc {\n    font-size: 12px; color: var(--text-mid); line-height: 1.7;\n  }\n  .leaf-desc strong { color: var(--text); font-weight: 700; }\n\n  \/* Where It Belongs — 3 scenarios *\/\n  .place-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;\n  }\n  .place-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 14px; overflow: hidden;\n    padding: 18px 18px 16px;\n    text-align: center;\n  }\n  .place-icon-wrap {\n    width: 52px; height: 52px; border-radius: 12px;\n    background: #fff; border: 0.5px solid var(--accent-bdr);\n    display: inline-flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n  }\n  .place-name {\n    font-size: 13px; font-weight: 700; color: var(--text);\n    margin-bottom: 4px; letter-spacing: -0.005em;\n  }\n  .place-desc {\n    font-size: 11px; color: var(--text-light); line-height: 1.6;\n  }\n  .place-tag {\n    display: inline-block; margin-top: 8px;\n    padding: 2px 8px;\n    font-size: 9.5px; font-weight: 700;\n    letter-spacing: 0.07em; text-transform: uppercase;\n    color: var(--accent); background: var(--accent-bg);\n    border: 0.5px solid var(--accent-bdr);\n    border-radius: 99px;\n  }\n\n  \/* Honest statement card — manage expectations *\/\n  .honest-card {\n    margin-top: 14px;\n    display: flex; gap: 10px; align-items: flex-start;\n    padding: 12px 14px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    border-left: 2.5px solid var(--accent); border-radius: 10px;\n  }\n  .honest-card svg { flex-shrink: 0; margin-top: 2px; }\n  .honest-card p { font-size: 11.5px; color: var(--text-mid); line-height: 1.65; margin: 0; }\n  .honest-card strong { color: var(--text); font-weight: 700; }\n\n  \/* Spec *\/\n  .spec-grid {\n    display: flex; flex-direction: column;\n    border: 0.5px solid var(--border); border-radius: 14px;\n    overflow: hidden;\n  }\n  .spec-item {\n    padding: 10px 16px;\n    border-bottom: 0.5px solid var(--border-lt);\n    display: flex; align-items: center;\n    background: var(--bg-card);\n  }\n  .spec-item:nth-child(even) { background: var(--bg); }\n  .spec-item:last-child { border-bottom: none; }\n  .spec-key {\n    font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;\n    text-transform: uppercase; color: var(--accent);\n    width: 155px; flex-shrink: 0;\n  }\n  .spec-val {\n    font-size: 12px; font-weight: 500;\n    color: var(--text); line-height: 1.5;\n  }\n\n  .cert-badges { display: flex; gap: 4px; flex-wrap: nowrap; }\n  .cert-badge {\n    font-size: 10px; font-weight: 500;\n    padding: 2px 7px; border-radius: 99px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    color: var(--accent); white-space: nowrap;\n  }\n\n  \/* Downloads *\/\n  .dl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px;\n  }\n  .dl-btn {\n    display: flex; flex-direction: column; align-items: center;\n    justify-content: center; gap: 7px; padding: 16px 10px;\n    border-radius: 12px; border: 0.5px solid var(--border);\n    background: var(--bg-card); color: var(--text);\n    text-decoration: none; font-size: 12px; font-weight: 600;\n    text-align: center; cursor: pointer;\n    transition: background 0.15s, border-color 0.15s;\n  }\n  .dl-btn:hover {\n    background: #f9faf7; border-color: var(--accent-bdr);\n  }\n  .dl-icon-wrap {\n    width: 36px; height: 36px; border-radius: 9px;\n    background: var(--accent-bg); border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr; }\n    .trio-strip { grid-template-columns: 1fr; }\n    .size-grid { grid-template-columns: 1fr; }\n    .leaf-card { flex-direction: column; text-align: center; }\n    .place-grid { grid-template-columns: 1fr; }\n    .dl-grid { grid-template-columns: 1fr; }\n    .cert-badges { flex-wrap: wrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eVideo\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-frame\"\u003e\n\u003c!-- ADD VIDEO URL: replace src=\"\" below with YouTube embed URL, e.g. https:\/\/www.youtube.com\/embed\/VIDEO_ID --\u003e \u003ciframe title=\"Cirelune Pendant Lamp\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cspan class=\"heritage-tag\"\u003eOrganic Modern · Lotus-Inspired\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eCirelune Pendant Lamp\u003c\/strong\u003e draws its silhouette from a lily pond. \u003cstrong\u003eIron-and-raffia disc-shaped leaves\u003c\/strong\u003e float around \u003cstrong\u003escalloped clear glass blossoms\u003c\/strong\u003e, suspended from a polished \u003cstrong\u003ebrass canopy\u003c\/strong\u003e — airy, sculptural, and quietly poetic.\u003c\/p\u003e\n\u003cp\u003eAvailable as a \u003cstrong\u003e1-light single pendant\u003c\/strong\u003e or a \u003cstrong\u003e3-light cluster pendant\u003c\/strong\u003e, both 13.8″ tall. Hardwired with a 59″ adjustable cord — bulbs not included.\u003c\/p\u003e\n\u003cp\u003eHang the 3-light cluster \u003cstrong\u003e30–36″ above a 4–6 seat dining table\u003c\/strong\u003e. Cluster two 1-light pendants \u003cstrong\u003e24″ apart\u003c\/strong\u003e over a 6–8 ft \u003cstrong\u003ekitchen island\u003c\/strong\u003e. The compact 1-light also fits \u003cstrong\u003ebreakfast nooks, narrow entryways, and reading nooks\u003c\/strong\u003e — a natural fit for organic-modern, japandi, coastal, or boho-farmhouse interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Materials trio --\u003e\n\u003cdiv class=\"trio-strip\"\u003e\n\u003cdiv class=\"trio-pill\"\u003e\n\u003cspan class=\"trio-dot\" style=\"background: radial-gradient(circle at 30% 28%,#9a7048,#5a3818 65%,#2a1808 95%);\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"trio-name\"\u003eIron Frame\u003c\/div\u003e\n\u003cdiv class=\"trio-sub\"\u003eSculptural arms\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trio-pill\"\u003e\n\u003cspan class=\"trio-dot\" style=\"background: linear-gradient(135deg,#a87850,#6a4828 80%,#3a2010);\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"trio-name\"\u003eRaffia Discs\u003c\/div\u003e\n\u003cdiv class=\"trio-sub\"\u003eHand-woven leaves\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trio-pill\"\u003e\n\u003cspan class=\"trio-dot\" style=\"background: rgba(255,255,255,0.7); border: 0.5px solid #c8c4be;\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"trio-name\"\u003eScalloped Glass\u003c\/div\u003e\n\u003cdiv class=\"trio-sub\"\u003eFloral diffusers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Honest statement: hand-woven raffia variation --\u003e\n\u003cdiv class=\"honest-card\"\u003e\n\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 16v-4M12 8h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eAbout the raffia:\u003c\/strong\u003e Each disc is hand-woven, so subtle variation in weave pattern and tone is part of the artisanal process — no two pendants are exactly alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You’ll Love It\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cellipse cx=\"8\" cy=\"10\" rx=\"5\" ry=\"2.5\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"16\" cy=\"13\" rx=\"5\" ry=\"2.5\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"9\" cy=\"16\" rx=\"4\" ry=\"2\"\u003e\u003c\/ellipse\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eLily-Pad Disc Leaves\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSix hand-woven raffia discs float around the cord on every pendant — the same lily-pad frame whether you choose 1 or 3 glass blossoms.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M7 11 Q 9 6, 12 7 Q 15 6, 17 11 Q 16 14, 12 16 Q 8 14, 7 11 Z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"11\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 11 q-1 -2, 0 -3M15 11 q1 -2, 0 -3M9 13 q-1 1, 0 2M15 13 q1 1, 0 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eScalloped Glass Blossoms\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHand-formed glass with ruffled, petal-like edges — pick 1 blossom for a single pendant or 3 for a cluster centerpiece.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"15\" height=\"15\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 4h6l-1 4H10z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"20\"\u003e\u003c\/line\u003e\u003ccircle cx=\"12\" cy=\"11\" r=\"0.7\" fill=\"#7a5028\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePolished Brass Canopy\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHand-finished brass canopy and stem hold the cord and discs in place — the only metallic moment against deep brown raffia and clear glass.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZES --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSizes \u0026amp; Configurations\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-img-wrap\"\u003e\n\u003c!-- ADD IMAGE URL: replace src=\"\" below with image URL --\u003e \u003cimg alt=\"Cirelune Pendant Lamp — 1-Light dimension drawing\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e1-Light Single Pendant\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 15.7″ × H 13.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 40 cm × H 35 cm · 6 raffia discs around 1 scalloped glass blossom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-img-wrap\"\u003e\n\u003c!-- ADD IMAGE URL: replace src=\"\" below with image URL --\u003e \u003cimg alt=\"Cirelune Pendant Lamp — 3-Lights dimension drawing\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003e3-Lights Cluster · Most Popular\u003c\/span\u003e\n\u003cdiv class=\"size-dims\"\u003e∅ 23.6″ × H 13.8″\u003c\/div\u003e\n\u003cdiv class=\"size-dims-sub\"\u003eDia 60 cm × H 35 cm · 6 raffia discs around 3 scalloped glass blossoms\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LAYERED LEAF DETAIL --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eThe Signature Detail\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"leaf-card\"\u003e\n\u003cdiv class=\"leaf-viz\"\u003e\u003csvg viewbox=\"0 0 140 110\" width=\"100%\" height=\"100%\"\u003e\n          \n          \u003cpath d=\"M 64 4 Q 70 0, 76 4 L 75 9 L 65 9 Z\" fill=\"#c8a448\" stroke=\"#8a6418\" stroke-width=\"0.4\"\u003e\u003c\/path\u003e\n          \u003cline x1=\"70\" y1=\"9\" x2=\"70\" y2=\"22\" stroke=\"#3a2010\" stroke-width=\"0.8\"\u003e\u003c\/line\u003e\n          \n          \u003ccircle cx=\"70\" cy=\"24\" r=\"2\" fill=\"#7a5028\" stroke=\"#3a2010\" stroke-width=\"0.3\"\u003e\u003c\/circle\u003e\n          \n          \u003cellipse cx=\"48\" cy=\"38\" rx=\"22\" ry=\"6\" fill=\"#a87850\" stroke=\"#5a3818\" stroke-width=\"0.5\" opacity=\"0.85\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse cx=\"92\" cy=\"40\" rx=\"22\" ry=\"6\" fill=\"#a87850\" stroke=\"#5a3818\" stroke-width=\"0.5\" opacity=\"0.85\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse cx=\"70\" cy=\"48\" rx=\"24\" ry=\"7\" fill=\"#8a5838\" stroke=\"#3a2010\" stroke-width=\"0.5\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cg stroke=\"#5a3818\" stroke-width=\"0.25\" fill=\"none\" opacity=\"0.5\"\u003e\n            \u003cline x1=\"32\" y1=\"38\" x2=\"64\" y2=\"38\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"32\" y1=\"40\" x2=\"64\" y2=\"40\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"76\" y1=\"40\" x2=\"108\" y2=\"40\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"76\" y1=\"42\" x2=\"108\" y2=\"42\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"50\" y1=\"48\" x2=\"90\" y2=\"48\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"50\" y1=\"50\" x2=\"90\" y2=\"50\"\u003e\u003c\/line\u003e\n          \u003c\/g\u003e\n          \n          \u003cline x1=\"70\" y1=\"48\" x2=\"70\" y2=\"62\" stroke=\"#a08038\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n          \n          \u003cpath d=\"M 56 65 Q 58 62, 62 64 Q 64 60, 68 62 Q 70 58, 72 62 Q 76 60, 78 64 Q 82 62, 84 65\n                   L 86 78 Q 80 88, 70 86 Q 60 88, 54 78 Z\" fill=\"rgba(255,255,255,0.55)\" stroke=\"#a08868\" stroke-width=\"0.6\"\u003e\u003c\/path\u003e\n          \n          \u003cg stroke=\"#a08868\" stroke-width=\"0.4\" fill=\"none\"\u003e\n            \u003cpath d=\"M 57 78 Q 58 82, 60 78\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 62 80 Q 63 84, 65 80\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 67 81 Q 68 85, 70 81\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 72 81 Q 73 85, 75 81\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 77 80 Q 78 84, 80 80\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 82 78 Q 83 82, 84 78\"\u003e\u003c\/path\u003e\n          \u003c\/g\u003e\n          \n          \u003cellipse cx=\"70\" cy=\"74\" rx=\"10\" ry=\"8\" fill=\"#fff5d8\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"70\" cy=\"74\" rx=\"5\" ry=\"4\" fill=\"#ffe8a8\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"leaf-body\"\u003e\n\u003cdiv class=\"leaf-label\"\u003eLily Pond Silhouette\u003c\/div\u003e\n\u003cdiv class=\"leaf-title\"\u003eDisc Leaves Float, Glass Blooms Below\u003c\/div\u003e\n\u003cdiv class=\"leaf-desc\"\u003eThe fixture reads like a still pond from below: \u003cstrong\u003esix round raffia discs\u003c\/strong\u003e float at different angles around the cord, each woven by hand. Beneath them, \u003cstrong\u003escalloped clear glass blossoms\u003c\/strong\u003e open downward like lotus flowers — the ruffled rims catching warm light and casting petal-soft shadows on the table below.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHERE IT BELONGS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhere It Belongs\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"place-grid\"\u003e\n\u003cdiv class=\"place-card\"\u003e\n\u003cdiv class=\"place-icon-wrap\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cellipse cx=\"12\" cy=\"14\" rx=\"9\" ry=\"3\"\u003e\u003c\/ellipse\u003e\n            \u003cline x1=\"5\" y1=\"14\" x2=\"5\" y2=\"20\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"20\"\u003e\u003c\/line\u003e\n            \u003ccircle cx=\"12\" cy=\"6\" r=\"0.7\" fill=\"#7a5028\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.7\" x2=\"12\" y2=\"11\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"place-name\"\u003eDining Room\u003c\/div\u003e\n\u003cdiv class=\"place-desc\"\u003eCentered above the table for warm, glare-free dinner lighting — a quiet centerpiece that doesn't dominate the conversation.\u003c\/div\u003e\n\u003cspan class=\"place-tag\"\u003e3-Lights ideal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"place-card\"\u003e\n\u003cdiv class=\"place-icon-wrap\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"3\" y=\"11\" width=\"18\" height=\"6\" rx=\"0.5\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M5 17v4M19 17v4\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"3\" y1=\"14\" x2=\"21\" y2=\"14\"\u003e\u003c\/line\u003e\n            \u003ccircle cx=\"9\" cy=\"6\" r=\"0.7\" fill=\"#7a5028\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"15\" cy=\"6\" r=\"0.7\" fill=\"#7a5028\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"9\" y1=\"6.7\" x2=\"9\" y2=\"11\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"15\" y1=\"6.7\" x2=\"15\" y2=\"11\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"place-name\"\u003eKitchen Island\u003c\/div\u003e\n\u003cdiv class=\"place-desc\"\u003eCluster of 1-Lights softens the hard edges of stone counters — warm task lighting with organic-modern character.\u003c\/div\u003e\n\u003cspan class=\"place-tag\"\u003e1-Light cluster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"place-card\"\u003e\n\u003cdiv class=\"place-icon-wrap\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"4\" y=\"13\" width=\"16\" height=\"7\" rx=\"1\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M6 13V8a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v5\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"12\" cy=\"6\" r=\"0.7\" fill=\"#7a5028\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.7\" x2=\"12\" y2=\"11\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"place-name\"\u003eEntryway \u0026amp; Foyer\u003c\/div\u003e\n\u003cdiv class=\"place-desc\"\u003eA plant-like welcome that draws the eye without filling the space — ideal for narrow entries and small foyers.\u003c\/div\u003e\n\u003cspan class=\"place-tag\"\u003eSingle piece\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDetails\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eIron, Raffia, Clear Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBody Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 10px; flex-wrap: wrap;\"\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 30% 28%,#9a7048,#5a3818 65%,#2a1808 95%); border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Brown \u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e \u003cspan style=\"width: 11px; height: 11px; border-radius: 50%; background: radial-gradient(circle at 30% 28%,#e8c878,#a87838 55%,#5a4218 95%); border: 0.5px solid rgba(0,0,0,0.15); flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Gold \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eShade Color\u003c\/span\u003e \u003cspan class=\"spec-val\" style=\"display: flex; align-items: center; gap: 7px;\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.7); border: 0.5px solid #c8c4be; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Clear Glass \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eStyle\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eOrganic Modern · Lotus \/ Lily-Pond Inspired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003ePendant Lamp — Indoor only (IP20)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eWiring\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eHardwired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Included\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eNo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBulb Socket\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eE26 \/ E27 base · MAX 40W per bulb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eConfigurations\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e1-Light or 3-Lights\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eBest For\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eDining rooms, kitchen islands, breakfast nooks, foyers, reading nooks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCord Length\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e59″ (150 cm) · adjustable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-key\"\u003eCertifications\u003c\/span\u003e\n\u003cdiv class=\"cert-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eResources \u0026amp; Downloads\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-btn\" href=\"#\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"\u003e\u003c\/path\u003e\u003crect x=\"9\" y=\"3\" width=\"6\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cline x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"16\" x2=\"13\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSpec Sheet\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"#\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\nInstallation Guide\u003c\/a\u003e\u003ca class=\"dl-btn\" href=\"#\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon-wrap\"\u003e\u003csvg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7a5028\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n3D Files\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mooijane","offers":[{"title":"1 Light: ∅ 15.7″ x H 13.8″ \/ Brown \u0026 Clear","offer_id":45797910052921,"sku":"MJP-260503-1","price":239.0,"currency_code":"USD","in_stock":true},{"title":"3 Lights: ∅ 23.6″ x H 13.8″ \/ Brown \u0026 Clear","offer_id":45797910085689,"sku":"MJP-260503-2","price":339.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Cirelune_Pendant_Lamp_1.jpg?v=1777795305","url":"https:\/\/mooijane.com\/products\/cirelune-pendant-lamp","provider":"Mooijane","version":"1.0","type":"link"}