{"product_id":"gu-lousi-tassel-ceiling-lamp","title":"Gu Lousi Tassel Ceiling Lamp","description":"\u003cstyle\u003e\n  \/*\n   ╔═ COLOR PALETTE — beige fabric + iron elegance ══════════╗\n   ║  Elegant beige     →  primary accent   #a89068          ║\n   ║  Deep walnut       →  dark accent      #3a2c18          ║\n   ║  Warm cream card   →  card bg          #faf6ec          ║\n   ║  Soft sand border  →  borders          #e8ddc8          ║\n   ║  Aged ivory        →  deep card        #f2e8d4          ║\n   ╚═════════════════════════════════════════════════════════╝\n  *\/\n  :root {\n    --bg:          #ffffff;\n    --bg-card:     #faf6ec;\n    --bg-deep:     #f2e8d4;\n    --border:      #e8ddc8;\n    --border-lt:   #ede4d0;\n    --accent:      #a89068;      \/* elegant beige — primary *\/\n    --accent-dk:   #3a2c18;      \/* deep walnut *\/\n    --accent-lt:   #c4ad88;\n    --accent-bg:   #f3eada;\n    --accent-bdr:  #d8c4a0;\n    --text:        #1a1510;\n    --text-mid:    #4a3c24;\n    --text-light:  #8a7858;\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\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);\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  \/* 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  \/* Product showcase *\/\n  .showcase-wrap {\n    display: block; position: relative;\n    border-radius: 14px; overflow: hidden;\n    border: 0.5px solid var(--border);\n    background: var(--bg-card);\n    text-decoration: none;\n  }\n  .showcase-wrap img {\n    display: block; width: 100%; height: auto;\n    max-height: 500px; object-fit: cover;\n    transition: opacity 0.15s;\n  }\n  .showcase-wrap:hover img { opacity: 0.92; }\n  .zoom-pill {\n    position: absolute; bottom: 12px; right: 14px;\n    font-size: 10.5px; font-weight: 500;\n    background: rgba(26,20,12,0.55); color: #fff;\n    padding: 4px 11px; border-radius: 99px;\n    display: flex; align-items: center; gap: 5px;\n    pointer-events: none;\n  }\n\n  \/* Size options — 4 sizes with silhouettes *\/\n  .size-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  }\n  .size-card {\n    background: var(--bg-card); border: 0.5px solid var(--border);\n    border-radius: 12px; overflow: hidden;\n  }\n  .size-body {\n    padding: 11px 12px 13px;\n  }\n  .size-badge {\n    display: inline-block; 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    padding: 2px 8px; border-radius: 99px; margin-bottom: 6px;\n  }\n  .size-dim {\n    font-size: 11.5px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.005em; margin-bottom: 2px;\n    line-height: 1.35;\n  }\n  .size-dim-sub {\n    font-size: 10px; color: var(--text-light);\n    margin-bottom: 7px;\n  }\n  .size-bulbs {\n    padding-top: 7px; border-top: 0.5px solid var(--border-lt);\n    font-size: 10px; color: var(--accent); font-weight: 700;\n    letter-spacing: 0.04em;\n    display: flex; align-items: center; gap: 5px;\n  }\n  .size-bulbs::before {\n    content: ''; width: 5px; height: 5px; border-radius: 50%;\n    background: var(--accent); flex-shrink: 0;\n  }\n\n  \/* Custom orders invitation card *\/\n  .custom-card {\n    background:\n      radial-gradient(ellipse at 20% 25%, rgba(255,250,235,0.5) 0%, transparent 55%),\n      linear-gradient(135deg, #faf6ec 0%, #f2e8d4 100%);\n    border: 0.5px solid var(--accent-bdr);\n    border-radius: 14px;\n    padding: 24px 28px;\n    display: flex; align-items: center; gap: 24px;\n  }\n  .custom-icon {\n    flex-shrink: 0;\n    width: 60px; height: 60px; border-radius: 50%;\n    background: var(--bg);\n    border: 0.5px solid var(--accent-bdr);\n    display: flex; align-items: center; justify-content: center;\n    box-shadow: 0 2px 8px rgba(168,144,104,0.1);\n  }\n  .custom-body { flex: 1; }\n  .custom-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  .custom-title {\n    font-size: 15px; font-weight: 700; color: var(--text);\n    letter-spacing: -0.005em; margin-bottom: 6px;\n  }\n  .custom-desc {\n    font-size: 11.5px; color: var(--text-mid); line-height: 1.7;\n  }\n  .custom-cta {\n    display: inline-flex; align-items: center; gap: 6px;\n    margin-top: 10px; padding: 7px 14px;\n    background: var(--accent-dk); color: #faf6ec;\n    border-radius: 8px; text-decoration: none;\n    font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em;\n    transition: background 0.15s;\n  }\n  .custom-cta:hover { background: var(--accent); color: #fff; }\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; grid-template-columns: repeat(3, 1fr); 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    .size-grid { grid-template-columns: repeat(2, 1fr); }\n    .custom-card { flex-direction: column; text-align: center; gap: 14px; }\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\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/vJfrx_cMyto\" title=\"Gu Lousi Tassel Ceiling Lamp\"\u003e\u003c\/iframe\u003e\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\"\u003eModern · Fringe Detail\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eGu Lousi Tassel Ceiling Lamp\u003c\/strong\u003e is a low-profile flush-mount with a quietly theatrical detail — a soft \u003cstrong\u003efringe of fabric tassels\u003c\/strong\u003e that frames the light like the hem of a curtain. A composition of iron and hand-tailored fabric, natural in tone and elegant in proportion.\u003c\/p\u003e\n\u003cp\u003eThe beige fabric shade diffuses the bulbs into warm, even ambient light with \u003cstrong\u003eno glare spill\u003c\/strong\u003e, while the tassel hem catches subtle shadow and movement. Ideal for \u003cstrong\u003edining rooms, bedrooms, entryways, and living-room ceilings\u003c\/strong\u003e where you want softness overhead without a bulky pendant.\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=\"#a89068\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 8h16\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 8v4M8 8v6M10 8v4M12 8v7M14 8v4M16 8v6M18 8v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eFringe Tassel Detail\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSoft hand-tied fringe that frames the fixture — a refined texture you don’t see in standard flush mounts.\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=\"#a89068\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"5\" width=\"18\" height=\"8\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 13v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eLow-Profile Ceiling Mount\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFrom 3.5″ to 5.9″ in depth — sits close to the ceiling, ideal for rooms with standard or lower heights.\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=\"#a89068\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3v2M12 19v2M3 12h2M19 12h2M5.6 5.6l1.4 1.4M17 17l1.4 1.4M5.6 18.4L7 17M17 7l1.4-1.4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eGlare-Free Diffused Light\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBeige fabric softens bulb light into a warm, even wash — comfortable, ambient, never harsh.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAIL \u0026 SIZES --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Detail \u0026amp; Sizes\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"showcase-wrap\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Gu-Lousi-Tassel-Ceiling-Lamp_600x600.jpg?v=1704248349\" rel=\"noopener\" style=\"margin-bottom: 10px;\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Gu-Lousi-Tassel-Ceiling-Lamp_600x600.jpg?v=1704248349\" alt=\"Gu Lousi Tassel Ceiling Lamp\"\u003e \u003cspan class=\"zoom-pill\"\u003e \u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003eSmall\u003c\/span\u003e\n\u003cdiv class=\"size-dim\"\u003e∅ 19.7″ × H 3.5″\u003c\/div\u003e\n\u003cdiv class=\"size-dim-sub\"\u003eDia 50 cm × H 9 cm\u003c\/div\u003e\n\u003cdiv class=\"size-bulbs\"\u003e3 × E26\/E27 bulbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003eMedium\u003c\/span\u003e\n\u003cdiv class=\"size-dim\"\u003e∅ 23.6″ × H 3.9″\u003c\/div\u003e\n\u003cdiv class=\"size-dim-sub\"\u003eDia 60 cm × H 10 cm\u003c\/div\u003e\n\u003cdiv class=\"size-bulbs\"\u003e3 × E26\/E27 bulbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003eLarge\u003c\/span\u003e\n\u003cdiv class=\"size-dim\"\u003e∅ 31.5″ × H 4.7″\u003c\/div\u003e\n\u003cdiv class=\"size-dim-sub\"\u003eDia 80 cm × H 12 cm\u003c\/div\u003e\n\u003cdiv class=\"size-bulbs\"\u003e4 × E26\/E27 bulbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-body\"\u003e\n\u003cspan class=\"size-badge\"\u003eX-Large\u003c\/span\u003e\n\u003cdiv class=\"size-dim\"\u003e∅ 39.4″ × H 5.9″\u003c\/div\u003e\n\u003cdiv class=\"size-dim-sub\"\u003eDia 100 cm × H 15 cm\u003c\/div\u003e\n\u003cdiv class=\"size-bulbs\"\u003e4 × E26\/E27 bulbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 10.5px; color: var(--text-light); margin-top: 10px; text-align: center; line-height: 1.5;\"\u003eMAX 40W per bulb recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CUSTOM ORDERS --\u003e\n\u003cdiv class=\"sec\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eMade to Order\u003c\/span\u003e\n\u003cdiv class=\"sec-header-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-card\"\u003e\n\u003cdiv class=\"custom-icon\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#a89068\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"custom-body\"\u003e\n\u003cdiv class=\"custom-label\"\u003eCustom Options Available\u003c\/div\u003e\n\u003cdiv class=\"custom-title\"\u003eNeed a different size or color?\u003c\/div\u003e\n\u003cdiv class=\"custom-desc\"\u003eWe can tailor Gu Lousi to your space. Additional diameters, fringe lengths, and fabric colors are available on request. Share your requirements with our support team and we’ll guide you through the customization process.\u003c\/div\u003e\n\u003ca class=\"custom-cta\" href=\"mailto:support@mooijane.com\"\u003e \u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22,6 12,13 2,6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Contact Our Support Team \u003c\/a\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\"\u003eFabric, Iron\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: 7px;\"\u003e \u003cspan style=\"width: 12px; height: 12px; border-radius: 50%; background: #d8c4a0; border: 0.5px solid #b8a480; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Beige \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: #e8d8b8; border: 0.5px solid #c8b890; flex-shrink: 0; display: inline-block;\"\u003e\u003c\/span\u003e Beige Fabric \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\"\u003eModern · Natural Elegance\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\"\u003eCeiling Light — Indoor only\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\"\u003eCustomization\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eSizes and colors available on request\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=\"https:\/\/drive.google.com\/file\/d\/1JkJVn7O0JPDe6XY96fR7KXz6ZMOaCG6C\/view?usp=drive_link\" 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=\"#a89068\" 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=\"https:\/\/drive.google.com\/file\/d\/1Rt6Ml0Q-sL8Px2B69pbZKu3X3HVT5bmX\/view?usp=drive_link\" 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=\"#a89068\" 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=\"https:\/\/drive.google.com\/file\/d\/1mqnI-1AA85y5O2SczargURWoMcWzmHLx\/view?usp=drive_link\" 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=\"#a89068\" 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":"∅ 19.7″ x H 3.5″ \/ Dia 50cm x H 9cm \/ Beige","offer_id":41976968773689,"sku":"MJC-114330-02","price":395.0,"currency_code":"USD","in_stock":true},{"title":"∅ 23.6″ x H 3.9″ \/ Dia 60cm x H 10cm \/ Beige","offer_id":41977000919097,"sku":"MJC-114330-03","price":469.0,"currency_code":"USD","in_stock":true},{"title":"∅ 31.5″ x H 4.7″ \/ Dia 80cm x H 12cm \/ Beige","offer_id":41977000984633,"sku":"MJC-114330-04","price":989.0,"currency_code":"USD","in_stock":true},{"title":"∅ 39.4″ x H 5.9″ \/ Dia 100cm x H 15cm \/ Beige","offer_id":44680414429241,"sku":"MJC-114330-05","price":1270.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/4062\/1881\/files\/Gu-Lousi-Tassel-Ceiling-Lamp-01.jpg?v=1722842566","url":"https:\/\/mooijane.com\/en-au\/products\/gu-lousi-tassel-ceiling-lamp","provider":"Mooijane","version":"1.0","type":"link"}