{"title":"Scandinavian Style","description":"\u003cp\u003eScandinavian lighting keeps things honest: paper, wood, soft glass and clean geometry that make daylight last longer. From Akari-style lanterns to minimalist pendants and floor lamps, these designs warm up nordic-neutral rooms without cluttering them. Hygge, engineered.\u003c\/p\u003e","products":[{"product_id":"akari-floor-lamp","title":"Akari Series Floor Lamp","description":"\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f7f2e6;\n  --bg-card:    #fbf7ec;\n  --bg-stone:   #e8ddc0;\n  --bg-deep:    #1c1610;\n  --border:     #dfd4b4;\n  --border-lt:  #ebe2c8;\n  --accent:     #6b5432;\n  --accent-dk:  #2a1f10;\n  --accent-bg:  #efe4c4;\n  --accent-bdr: #c4b078;\n  --text:       #1a1408;\n  --text-mid:   #4a3e28;\n  --text-light: #8a7850;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO ============== *\/\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 22px 0 0 0; }\n.hero-name { font-size: 34.5px; font-weight: 300; letter-spacing: 0.3em;\n  color: var(--text); margin: 0; text-transform: uppercase; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 10px; font-weight: 600; }\n.hero-links { display: flex; gap: 10px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }\n.hero-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;\n  border: 0.5px solid var(--border); border-radius: 2px; background: var(--bg);\n  text-decoration: none; color: var(--text-mid); font-size: 12.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.2s; }\n.hero-link:hover { border-color: var(--accent); color: var(--accent); }\n.hero-link-dot { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 680px; }\n\n\/* ============== 02 FRAME \u0026 SHADE — two-panel ============== *\/\n.finish-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-block { padding: 22px 20px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 130px; }\n.finish-block.iron {\n  background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 55%, #000 100%);\n  color: #fff;\n}\n.finish-block.paper {\n  background: linear-gradient(135deg, #fdf6e4 0%, #f0e5c8 55%, #d8c890 100%);\n  color: #2a1f10;\n}\n.finish-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.75; }\n.finish-name { font-size: 20.5px; font-weight: 400; letter-spacing: 0.08em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 11.5px; letter-spacing: 0.12em; opacity: 0.65; margin-top: 4px; }\n\n\/* ============== 03 PAPER CRAFT — side-by-side layout ============== *\/\n.craft-split {\n  display: grid; grid-template-columns: 220px 1fr; gap: 24px;\n  align-items: center;\n  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-card) 100%);\n  border: 0.5px solid var(--accent-bdr);\n  border-radius: 2px;\n  padding: 22px 24px;\n}\n.craft-split-img {\n  display: block; position: relative; border-radius: 2px; overflow: hidden;\n  background: var(--bg); border: 0.5px solid var(--border-lt);\n  text-decoration: none; transition: all 0.2s;\n}\n.craft-split-img:hover { border-color: var(--accent); }\n.craft-split-img img { width: 100%; height: auto; display: block; }\n.craft-split-img .zoom-hint {\n  position: absolute; bottom: 8px; right: 8px;\n  font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 3px 8px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 3px; pointer-events: none;\n}\n.craft-split-img .zoom-hint svg { width: 9px; height: 9px; stroke: #fff; stroke-width: 2; fill: none; }\n.craft-split-text {\n  font-size: 14px; color: var(--text-mid); line-height: 1.7;\n}\n.craft-split-text strong { color: var(--text); font-weight: 600; }\n.craft-split-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 8px;\n}\n.craft-split-title {\n  font-size: 16.5px; font-weight: 400; color: var(--text);\n  font-style: italic; margin: 0 0 10px;\n}\n\n\/* ============== 04 PROPORTIONS — 2 sizes ============== *\/\n.prop-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px;\n  background: var(--bg-stone); padding: 20px 16px; border-radius: 2px;\n  align-items: end; margin-bottom: 12px; }\n.prop-silhouette { display: flex; flex-direction: column; align-items: center; gap: 8px;\n  text-decoration: none; color: inherit; }\n.prop-img-wrap { width: 100%; aspect-ratio: 3 \/ 4;\n  background: var(--bg); border: 0.5px solid var(--border-lt); border-radius: 2px;\n  overflow: hidden; position: relative;\n  display: flex; align-items: center; justify-content: center; padding: 10px; }\n.prop-img-wrap img { width: 100%; height: 100%; object-fit: contain; display: block; }\n.prop-style { font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em;\n  color: var(--accent); text-transform: uppercase; }\n.prop-height { font-size: 16px; font-weight: 500; color: var(--text); font-feature-settings: \"tnum\"; }\n\n.prop-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }\n.prop-spec-block { padding: 14px 16px; background: var(--bg-card);\n  border: 0.5px solid var(--border); border-radius: 2px; }\n.prop-spec-head { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }\n.prop-spec-line { display: flex; justify-content: space-between; font-size: 12.5px;\n  padding: 3px 0; color: var(--text-mid); }\n.prop-spec-line span:last-child { color: var(--text); font-weight: 600; }\n\n\/* ============== 05 MATERIALS \u0026 CRAFT ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { font-size: 30px; line-height: 1; color: var(--accent);\n  margin-bottom: 12px; font-weight: 300; }\n.craft-sym svg { width: 26px; height: 26px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n\n\/* ============== 06 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* ============== 07 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n\n\/* Wiring diagram card *\/\n.wiring-card { margin-top: 18px; padding: 18px;\n  background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 2px; }\n.wiring-head { font-size: 11.5px; font-weight: 700; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }\n.wiring-desc { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin-bottom: 12px; }\n.wiring-desc strong { color: var(--text); font-weight: 600; }\n.wiring-desc .wire-tag {\n  display: inline-flex; align-items: center; gap: 5px; padding: 1px 8px;\n  border-radius: 2px; font-size: 11.5px; font-weight: 600; margin: 0 2px;\n}\n.wiring-desc .wire-tag.black {\n  background: #1a1a1a; color: #fff;\n}\n.wiring-desc .wire-tag.white {\n  background: #fff; color: #1a1a1a; border: 0.5px solid var(--border);\n}\n.wiring-img-wrap {\n  display: block; background: var(--bg); border: 0.5px solid var(--border-lt);\n  border-radius: 2px; overflow: hidden; position: relative;\n  padding: 10px; text-decoration: none;\n  max-width: 380px; margin: 0 auto;\n}\n.wiring-img-wrap img { width: 100%; height: auto; display: block; }\n.wiring-img-wrap .zoom-hint { position: absolute; bottom: 14px; right: 16px;\n  font-size: 10.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 4px 10px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 4px; pointer-events: none; }\n.wiring-img-wrap .zoom-hint svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; fill: none; }\n\n\/* ============== 09 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n\n\/* ============== 10 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .finish-panel { grid-template-columns: 1fr; }\n  .craft-split { grid-template-columns: 1fr; gap: 16px; padding: 18px; }\n  .craft-split-img { max-width: 220px; margin: 0 auto; }\n  .prop-row, .prop-specs { grid-template-columns: 1fr; gap: 10px; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .hero-name { font-size: 25.5px; letter-spacing: 0.25em; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"d\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"hero\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/DwDfVvpQn2o\" title=\"Akari Floor Lamp\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-caption\"\u003e\n      \u003ch1 class=\"hero-name\"\u003eAkari\u003c\/h1\u003e\n      \u003cdiv class=\"hero-tag\"\u003eFloor Luminaire · Mulberry Paper \u0026amp; Iron\u003c\/div\u003e\n      \u003cdiv class=\"hero-links\"\u003e\n        \u003ca class=\"hero-link\" href=\"https:\/\/www.youtube.com\/watch?v=b3kgF8YzDZ0\" target=\"_blank\" rel=\"noopener\"\u003e\n          \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003e Watch: Akari 10A Installation\n        \u003c\/a\u003e\n        \u003ca class=\"hero-link\" href=\"https:\/\/www.youtube.com\/watch?v=Rjdw5PKC9TE\" target=\"_blank\" rel=\"noopener\"\u003e\n          \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003e Watch: Akari 14A Installation\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 01 OVERVIEW --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eLight, Named\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"statement\"\u003e\n      Akari — the Japanese word for light. A sculpture that illuminates; a lantern that weighs almost nothing.\n    \u003c\/p\u003e\n    \u003cp class=\"statement-body\"\u003e\n      Drawing inspiration from traditional Japanese fishing lanterns and designed by a pioneering American-Japanese artist in 1951, the Akari Floor Lamp is built from hand-pasted mulberry paper on a slender iron frame. It balances illumination with physical lightness — embodying the meaning of its name and offering a soft, ambient glow that makes it both a functional lamp and a quiet piece of sculpture in any contemporary interior.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 02 FRAME \u0026 SHADE --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eFrame \u0026amp; Shade\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTwo Materials, One Form\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"finish-panel\"\u003e\n      \u003cdiv class=\"finish-block iron\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eElement 01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eBlack Iron\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eMatte structural frame\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block paper\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eElement 02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eMulberry Paper\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eHand-pasted, translucent white\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 03 PAPER CRAFT --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003ePaper Craft\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eHand-Bonded Mulberry\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"craft-split\"\u003e\n      \u003ca class=\"craft-split-img\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Light_01_600x600.jpg?v=1734493523\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Light_01_600x600.jpg?v=1734493523\" alt=\"Akari lampshade — hand-pasted mulberry paper detail\" loading=\"lazy\"\u003e\n        \u003cspan class=\"zoom-hint\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Zoom\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-split-label\"\u003eA Note on Craft\u003c\/div\u003e\n        \u003cp class=\"craft-split-title\"\u003eThe hand of the artisan, visible at the edges.\u003c\/p\u003e\n        \u003cp class=\"craft-split-text\"\u003e\n          Each Akari shade is assembled through a meticulous \u003cstrong\u003ehand-bonding process\u003c\/strong\u003e using paper and glue. Minor traces of glue along the edges of the lampshade may be visible — this is an inherent signature of the craft, not a defect, and no two Akari lamps are identical.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 04 PROPORTIONS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eProportions\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTwo Silhouettes\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"prop-row\"\u003e\n      \u003ca class=\"prop-silhouette\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Series_Floor_Lamp_1.jpg?v=1742366834\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"prop-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Series_Floor_Lamp_1.jpg?v=1742366834\" alt=\"Akari 10A — wide, shorter silhouette\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"prop-style\"\u003eAkari 10A\u003c\/span\u003e\n        \u003cspan class=\"prop-height\"\u003eDia 50cm x H 120cm\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"prop-silhouette\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Series_Floor_Lamp_2.jpg?v=1742366834\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"prop-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Series_Floor_Lamp_2.jpg?v=1742366834\" alt=\"Akari 14A — slim, taller silhouette\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"prop-style\"\u003eAkari 14A\u003c\/span\u003e\n        \u003cspan class=\"prop-height\"\u003eDia 33cm x H 162cm\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"prop-specs\"\u003e\n      \u003cdiv class=\"prop-spec-block\"\u003e\n        \u003cdiv class=\"prop-spec-head\"\u003eAkari 10A — Wide \u0026amp; Low\u003c\/div\u003e\n        \u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cspan\u003eDia 50cm x H 120cm\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eImperial\u003c\/span\u003e\u003cspan\u003e∅ 19.7\" x H 47.2\"\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003ePacking\u003c\/span\u003e\u003cspan\u003eL 56 × W 56 × H 14 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prop-spec-block\"\u003e\n        \u003cdiv class=\"prop-spec-head\"\u003eAkari 14A — Slim \u0026amp; Tall\u003c\/div\u003e\n        \u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cspan\u003eDia 33cm x H 162cm\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eImperial\u003c\/span\u003e\u003cspan\u003e∅ 13\" x H 63.7\"\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003ePacking\u003c\/span\u003e\u003cspan\u003eL 63 × W 53 × H 38 cm\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 05 MATERIALS \u0026 CRAFT --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"craft-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9h14M5 13h14M5 17h14M9 5v14M13 5v14M17 5v14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eMulberry Paper\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eFine white paper, hand-pasted onto the iron ribs. Translucent enough to diffuse light into a soft, evenly distributed glow — warm, ambient, never harsh.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eIron Frame\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eSlim black iron ribs provide the structure and silhouette. Matte finish, subtle visible texture through the paper when illuminated from within.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-4 2-8 6-10M20 4c0 4-2 8-6 10\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"17\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17\" cy=\"7\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eHand-Bonded\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eEach shade is individually assembled and pasted by skilled artisans. Small traces of the bonding process are part of the finished object's character.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 06 PRODUCT NOTES --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"notes-row\"\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 18h6M10 21h4M8 14a6 6 0 1 1 8 0c-.8.7-1.5 1.5-1.5 2.5V18h-5v-1.5c0-1-.7-1.8-1.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eBulb Not Included\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eE26 or E27 base · sold separately\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"7\" y=\"9\" width=\"10\" height=\"6\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M10 9V6m4 3V6M9 15v3M15 15v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eGlobal Plug Options\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eUS · UK · AU · EU plug · choose at checkout\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20h16M5 20v-8l7-5 7 5v8M10 20v-5h4v5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eIndoor Only\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eAC 110–240V · dry interior use\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 07 SPECIFICATIONS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"spec-tab\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDimensions\u003c\/td\u003e\n        \u003ctd\u003e\n          Akari 10A: Dia 50cm x H 120cm \/ ∅ 19.7\" x H 47.2\"\u003cbr\u003e\n          Akari 14A: Dia 33cm x H 162cm \/ ∅ 13\" x H 63.7\"\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePacking size\u003c\/td\u003e\n        \u003ctd\u003e\n          Akari 10A: L 56 × W 56 × H 14 cm\u003cbr\u003e\n          Akari 14A: L 63 × W 53 × H 38 cm\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003eIron, matte black finish\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eShade material\u003c\/td\u003e\n\u003ctd\u003eMulberry paper, hand-pasted\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eShade color\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSocket\u003c\/td\u003e\n\u003ctd\u003eE26 or E27\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBulb included\u003c\/td\u003e\n\u003ctd\u003eNo — sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSwitch\u003c\/td\u003e\n\u003ctd\u003eInline on\/off switch on cord\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCord\u003c\/td\u003e\n\u003ctd\u003e150 cm \/ 59″ with inline on\/off switch\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePlug option\u003c\/td\u003e\n\u003ctd\u003eUS plug · UK plug · AU plug · EU plug — choose at checkout\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V, full-range\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003ePlug-in floor use\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor only\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCertifications\u003c\/td\u003e\n        \u003ctd\u003e\n          \u003cdiv class=\"cert-row\"\u003e\n            \u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"spec-note\"\u003e\n      \u003cstrong\u003eIndoor use only.\u003c\/strong\u003e Akari is designed for dry interior environments and is not suitable for bathrooms, wet rooms, or outdoor installations. Keep the paper shade away from moisture and direct heat.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 08 INSTALLATION --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eInstallation\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSetup \u0026amp; Wiring\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"install-list\"\u003e\n      \u003cli\u003eAssemble the iron frame first, then carefully slide the mulberry paper shade over the ribs — follow the step-by-step installation video above for your size (10A or 14A).\u003c\/li\u003e\n      \u003cli\u003eInstall an E26 or E27 bulb (sold separately). A \u003cstrong\u003ewarm white LED bulb (2700K–3000K)\u003c\/strong\u003e gives the most flattering glow through the paper shade.\u003c\/li\u003e\n      \u003cli\u003ePlug into a standard wall outlet. The 150 cm cord includes an inline on\/off switch. The fixture ships with your chosen regional plug (US, UK, AU, or EU) — specify at checkout so it arrives ready for your local outlet.\u003c\/li\u003e\n      \u003cli\u003eWhen replacing the bulb, ensure the lamp is unplugged and the bulb has cooled completely. Handle the paper shade with clean, dry hands.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"wiring-card\"\u003e\n      \u003cdiv class=\"wiring-head\"\u003eWiring Guide — Inside the Socket\u003c\/div\u003e\n      \u003cdiv class=\"wiring-desc\"\u003e\n        To ensure correct operation, connect the wires as follows: the\n        \u003cspan class=\"wire-tag black\"\u003e● Black wire\u003c\/span\u003e to \u003cstrong\u003ehole number 2\u003c\/strong\u003e, and the\n        \u003cspan class=\"wire-tag white\"\u003e○ White wire\u003c\/span\u003e to \u003cstrong\u003ehole number 3\u003c\/strong\u003e.\n      \u003c\/div\u003e\n      \u003ca class=\"wiring-img-wrap\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/17581633267169.png?v=1758163424\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/17581633267169.png?v=1758163424\" alt=\"Akari wiring diagram — black to hole 2, white to hole 3\" loading=\"lazy\"\u003e\n        \u003cspan class=\"zoom-hint\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Click to enlarge\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 09 FAQ --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich plug type should I choose?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003ePlease choose the plug type that matches your local outlets at checkout: \u003cstrong\u003eUS plug\u003c\/strong\u003e (North America, Japan), \u003cstrong\u003eUK plug\u003c\/strong\u003e (United Kingdom, Ireland, Hong Kong, Singapore), \u003cstrong\u003eAU plug\u003c\/strong\u003e (Australia, New Zealand, China), or \u003cstrong\u003eEU plug\u003c\/strong\u003e (most of continental Europe). The lamp itself supports full-range AC 110–240V, so only the plug shape needs to match — no transformer is required.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a light bulb included?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo. The Akari takes a standard E26 or E27 screw-base bulb, sold separately. We recommend a warm white LED (2700K–3000K, 5–8W) for the most flattering glow through the paper shade, and to keep heat output low.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhy are there small glue marks on the edge of my lampshade?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eAkari shades are assembled by hand using a meticulous paper-and-glue bonding process. Minor glue traces along the edges are inherent to this traditional craft and are considered normal — not a quality defect. Each shade is subtly different as a result.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I connect the wires correctly?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eInside the lamp's socket there are numbered terminal holes. Connect the \u003cstrong\u003eblack wire to hole number 2\u003c\/strong\u003e, and the \u003cstrong\u003ewhite wire to hole number 3\u003c\/strong\u003e. See the wiring diagram in Section 08 above, and the installation video for your model.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat's the difference between Akari 10A and Akari 14A?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThey are two different silhouettes. The \u003cstrong\u003e10A\u003c\/strong\u003e is wider and shorter (Dia 50cm x H 120cm), with a more grounded, organic presence. The \u003cstrong\u003e14A\u003c\/strong\u003e is slimmer and taller (Dia 33cm x H 162cm) — a vertical accent that reads almost as a sculpture. Both use the same frame language, mulberry paper, and hardware.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use Akari on 110V or 220V power?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eYes. The Akari supports full-range AC 110–240V and is certified for use in North America, Europe, Australia, and the Middle East — no additional transformer required. Just pair it with a bulb rated for your local voltage.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs Akari dimmable?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe lamp itself has a simple inline on\/off switch. To dim the light, install a dimmable LED bulb and plug the lamp into a wall outlet controlled by a compatible dimmer switch. The lamp does not have a built-in dimmer.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I install Akari in a bathroom or outdoors?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo. Akari is for dry indoor use only. The mulberry paper shade is sensitive to moisture and humidity — avoid bathrooms, kitchens with high steam exposure, covered porches, or any outdoor environment. Also keep the shade away from radiators and direct heat sources.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I clean the paper shade?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eDust very gently with a soft, dry brush (a camel-hair paintbrush or a feather duster works well). Do not use water, cleaning sprays, or damp cloths on the paper. Handle with clean, dry hands to avoid staining.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 10 DOWNLOADS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSpec · Install\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dl-list\"\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/19jpGeio_a5FDucc7fHOkerJqOktYOCzs\/view\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet\n      \u003c\/a\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1XIxZxYeNqi6I9Q5ZU57bUHp45Ql8Van8\/view\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions — Akari 10A\n      \u003c\/a\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1nbLDKORGWzYb-D92ZZgHijrex2Ybon9_\/view\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions — Akari 14A\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VALUES STRIP --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"values-strip\"\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◇\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eHand-Pasted Paper\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◉\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eIron Frame\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eGlobal Certification\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eHeritage Design\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Akari 10A Dia 50cm x H 120cm \/ ∅ 19.7″ x H 47.2″ \/ White \/ US plug","offer_id":42117316280577,"sku":"M-202112071005-1","price":306.0,"currency_code":"USD","in_stock":true},{"title":"Akari 10A Dia 50cm x H 120cm \/ ∅ 19.7″ x H 47.2″ \/ White \/ UK plug","offer_id":42117316313345,"sku":"M-202112071005-2","price":306.0,"currency_code":"USD","in_stock":true},{"title":"Akari 10A Dia 50cm x H 120cm \/ ∅ 19.7″ x H 47.2″ \/ White \/ AU plug","offer_id":42117316346113,"sku":"M-202112071005-3","price":306.0,"currency_code":"USD","in_stock":true},{"title":"Akari 10A Dia 50cm x H 120cm \/ ∅ 19.7″ x H 47.2″ \/ White \/ EU plug","offer_id":42117316378881,"sku":"M-202112071005-4","price":306.0,"currency_code":"USD","in_stock":true},{"title":"Akari 14A Dia 33cm x H 162cm \/ ∅ 13″ x H 63.7″ \/ White \/ US plug","offer_id":42117316411649,"sku":"M-202112071005-5","price":356.0,"currency_code":"USD","in_stock":true},{"title":"Akari 14A Dia 33cm x H 162cm \/ ∅ 13″ x H 63.7″ \/ White \/ UK plug","offer_id":42117316444417,"sku":"M-202112071005-6","price":356.0,"currency_code":"USD","in_stock":true},{"title":"Akari 14A Dia 33cm x H 162cm \/ ∅ 13″ x H 63.7″ \/ White \/ AU plug","offer_id":42117316477185,"sku":"M-202112071005-7","price":356.0,"currency_code":"USD","in_stock":true},{"title":"Akari 14A Dia 33cm x H 162cm \/ ∅ 13″ x H 63.7″ \/ White \/ EU plug","offer_id":42117316509953,"sku":"M-202112071005-8","price":356.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Series_Floor_Lamp.jpg?v=1742779390"},{"product_id":"akari-table-lamp","title":"Akari Table Lamp","description":"\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f7f2e6;\n  --bg-card:    #fbf7ec;\n  --bg-stone:   #e8ddc0;\n  --bg-deep:    #1c1610;\n  --border:     #dfd4b4;\n  --border-lt:  #ebe2c8;\n  --accent:     #6b5432;\n  --accent-dk:  #2a1f10;\n  --accent-bg:  #efe4c4;\n  --accent-bdr: #c4b078;\n  --text:       #1a1408;\n  --text-mid:   #4a3e28;\n  --text-light: #8a7850;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO ============== *\/\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 22px 0 0 0; }\n.hero-name { font-size: 34.5px; font-weight: 300; letter-spacing: 0.3em;\n  color: var(--text); margin: 0; text-transform: uppercase; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 10px; font-weight: 600; }\n.hero-links { display: flex; gap: 10px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }\n.hero-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;\n  border: 0.5px solid var(--border); border-radius: 2px; background: var(--bg);\n  text-decoration: none; color: var(--text-mid); font-size: 12.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.2s; }\n.hero-link:hover { border-color: var(--accent); color: var(--accent); }\n.hero-link-dot { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 680px; }\n\n\/* ============== 02 FRAME \u0026 SHADE — two-panel ============== *\/\n.finish-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-block { padding: 22px 20px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 130px; }\n.finish-block.iron {\n  background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 55%, #000 100%);\n  color: #fff;\n}\n.finish-block.paper {\n  background: linear-gradient(135deg, #fdf6e4 0%, #f0e5c8 55%, #d8c890 100%);\n  color: #2a1f10;\n}\n.finish-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.75; }\n.finish-name { font-size: 20.5px; font-weight: 400; letter-spacing: 0.08em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 11.5px; letter-spacing: 0.12em; opacity: 0.65; margin-top: 4px; }\n\n\/* ============== 03 PAPER CRAFT — side-by-side layout ============== *\/\n.craft-split {\n  display: grid; grid-template-columns: 220px 1fr; gap: 24px;\n  align-items: center;\n  background: var(--bg-card);\n  border: 0.5px solid var(--border);\n  border-radius: 2px;\n  padding: 22px 24px;\n}\n.craft-split-img {\n  display: block; position: relative; border-radius: 2px; overflow: hidden;\n  background: var(--bg); border: 0.5px solid var(--border-lt);\n  text-decoration: none; transition: all 0.2s;\n}\n.craft-split-img:hover { border-color: var(--accent); }\n.craft-split-img img { width: 100%; height: auto; display: block; }\n.craft-split-img .zoom-hint {\n  position: absolute; bottom: 8px; right: 8px;\n  font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 3px 8px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 3px; pointer-events: none;\n}\n.craft-split-img .zoom-hint svg { width: 9px; height: 9px; stroke: #fff; stroke-width: 2; fill: none; }\n.craft-split-text {\n  font-size: 14px; color: var(--text-mid); line-height: 1.7;\n}\n.craft-split-text strong { color: var(--text); font-weight: 600; }\n.craft-split-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 8px;\n}\n.craft-split-title {\n  font-size: 16.5px; font-weight: 400; color: var(--text);\n  font-style: italic; margin: 0 0 10px;\n}\n\n\/* ============== 04 PROPORTIONS — 2 sizes ============== *\/\n.prop-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px;\n  background: var(--bg-stone); padding: 20px 16px; border-radius: 2px;\n  align-items: end; margin-bottom: 12px; }\n.prop-silhouette { display: flex; flex-direction: column; align-items: center; gap: 8px;\n  text-decoration: none; color: inherit; }\n.prop-img-wrap { width: 100%; aspect-ratio: 3 \/ 4;\n  background: var(--bg); border: 0.5px solid var(--border-lt); border-radius: 2px;\n  overflow: hidden; position: relative;\n  display: flex; align-items: center; justify-content: center; padding: 10px; }\n.prop-img-wrap img { width: 100%; height: 100%; object-fit: contain; display: block; }\n.prop-style { font-size: 11.5px; font-weight: 700; letter-spacing: 0.18em;\n  color: var(--accent); text-transform: uppercase; }\n.prop-height { font-size: 16px; font-weight: 500; color: var(--text); font-feature-settings: \"tnum\"; }\n\n.prop-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }\n.prop-spec-block { padding: 14px 16px; background: var(--bg-card);\n  border: 0.5px solid var(--border); border-radius: 2px; }\n.prop-spec-head { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }\n.prop-spec-line { display: flex; justify-content: space-between; font-size: 12.5px;\n  padding: 3px 0; color: var(--text-mid); }\n.prop-spec-line span:last-child { color: var(--text); font-weight: 600; }\n\n\/* ============== 05 MATERIALS \u0026 CRAFT ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { font-size: 30px; line-height: 1; color: var(--accent);\n  margin-bottom: 12px; font-weight: 300; }\n.craft-sym svg { width: 26px; height: 26px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n\n\/* ============== 06 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* ============== 07 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n\n\/* Wiring diagram card *\/\n.wiring-card { margin-top: 18px; padding: 18px;\n  background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 2px; }\n.wiring-head { font-size: 11.5px; font-weight: 700; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }\n.wiring-desc { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin-bottom: 12px; }\n.wiring-desc strong { color: var(--text); font-weight: 600; }\n.wiring-desc .wire-tag {\n  display: inline-flex; align-items: center; gap: 5px; padding: 1px 8px;\n  border-radius: 2px; font-size: 11.5px; font-weight: 600; margin: 0 2px;\n}\n.wiring-desc .wire-tag.black { background: #1a1a1a; color: #fff; }\n.wiring-desc .wire-tag.white { background: #fff; color: #1a1a1a; border: 0.5px solid var(--border); }\n.wiring-img-wrap {\n  display: block; background: var(--bg); border: 0.5px solid var(--border-lt);\n  border-radius: 2px; overflow: hidden; position: relative;\n  padding: 10px; text-decoration: none;\n  max-width: 380px; margin: 0 auto;\n}\n.wiring-img-wrap img { width: 100%; height: auto; display: block; }\n.wiring-img-wrap .zoom-hint { position: absolute; bottom: 14px; right: 16px;\n  font-size: 10.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 4px 10px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 4px; pointer-events: none; }\n.wiring-img-wrap .zoom-hint svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; fill: none; }\n\n\/* ============== 09 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n\n\/* ============== 10 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .finish-panel { grid-template-columns: 1fr; }\n  .craft-split { grid-template-columns: 1fr; gap: 16px; padding: 18px; }\n  .craft-split-img { max-width: 220px; margin: 0 auto; }\n  .prop-row, .prop-specs { grid-template-columns: 1fr; gap: 10px; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .hero-name { font-size: 25.5px; letter-spacing: 0.25em; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection\u003e\n\u003cdiv class=\"hero\"\u003e\u003ciframe title=\"Akari Table Lamp\" src=\"https:\/\/www.youtube.com\/embed\/IQiGveHdgkE\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-caption\"\u003e\n\u003ch1 class=\"hero-name\"\u003eAkari\u003c\/h1\u003e\n\u003cdiv class=\"hero-tag\"\u003eTable Luminaire · Rice Paper \u0026amp; Iron\u003c\/div\u003e\n\u003cdiv class=\"hero-links\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=9mezA1qxW4k\" class=\"hero-link\" target=\"_blank\"\u003e \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003eWatch: Akair 1A Video Lamp\u003cbr\u003e\u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=dsqHdUgcmfs\" class=\"hero-link\" target=\"_blank\"\u003e \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003eWatch: Akari 1A Installation\u003cbr\u003e\u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=AToaYuUPQBo\" class=\"hero-link\" target=\"_blank\"\u003e \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003e Watch: Akari 24N Installation \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 01 OVERVIEW --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eLight, Named\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"statement\"\u003eAkari — the Japanese word for light. A table-scale sculpture rooted in the lantern tradition of Gifu.\u003c\/p\u003e\n\u003cp class=\"statement-body\"\u003eA refined example of the Akari light sculptures first designed in 1951 by a pioneering American-Japanese artist, the Akari Table Lamp draws directly from the traditional fishing lanterns of Gifu, Japan. Its slender framework — reminiscent of bamboo ribs — is wrapped in hand-pasted rice paper, softening and diffusing the bulb into an even, ambient glow. True to the dual meaning of its name, Akari is at once illumination and a lightweight aesthetic: a sophisticated lighting piece that bridges cultural heritage and modern interior design.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 02 FRAME \u0026 SHADE --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eFrame \u0026amp; Shade\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTwo Materials, One Form\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-panel\"\u003e\n\u003cdiv class=\"finish-block iron\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eBlack Iron\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eMatte bamboo-rib-style frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-block paper\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eRice Paper\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eHand-pasted, translucent white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 03 PAPER CRAFT --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003ePaper Craft\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eHand-Bonded Rice Paper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-split\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Light_01_600x600.jpg?v=1734493523\" class=\"craft-split-img\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Akari lampshade — hand-pasted rice paper detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Light_01_600x600.jpg?v=1734493523\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Zoom \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-split-label\"\u003eA Note on Craft\u003c\/div\u003e\n\u003cp class=\"craft-split-title\"\u003eThe hand of the artisan, visible at the edges.\u003c\/p\u003e\n\u003cp class=\"craft-split-text\"\u003eEach Akari shade is assembled through a meticulous \u003cstrong\u003ehand-bonding process\u003c\/strong\u003e using paper and glue. Minor traces of glue along the edges of the lampshade may be visible — this is an inherent signature of the craft, not a defect, and no two Akari lamps are identical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 04 PROPORTIONS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eProportions\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTwo Silhouettes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-row\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari-Table-Lamp-01_600x600.jpg?v=1700533769\" class=\"prop-silhouette\" target=\"_blank\"\u003e\n\u003cdiv class=\"prop-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Akari 1A — compact table silhouette\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari-Table-Lamp-01_600x600.jpg?v=1700533769\"\u003e\u003c\/div\u003e\n\u003cspan class=\"prop-style\"\u003eAkari 1A\u003c\/span\u003e \u003cspan class=\"prop-height\"\u003eDia 26cm x H 43cm\u003c\/span\u003e\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari-Table-Lamp-2_600x600.jpg?v=1700533773\" class=\"prop-silhouette\" target=\"_blank\"\u003e\n\u003cdiv class=\"prop-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Akari 24N — larger table silhouette\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari-Table-Lamp-2_600x600.jpg?v=1700533773\"\u003e\u003c\/div\u003e\n\u003cspan class=\"prop-style\"\u003eAkari 24N\u003c\/span\u003e \u003cspan class=\"prop-height\"\u003eDia 40cm x H 58cm\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-specs\"\u003e\n\u003cdiv class=\"prop-spec-block\"\u003e\n\u003cdiv class=\"prop-spec-head\"\u003eAkari 1A — Compact\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cspan\u003eDia 26cm x H 43cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eImperial\u003c\/span\u003e\u003cspan\u003e∅ 10.2\" x H 16.9\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003ePacking\u003c\/span\u003e\u003cspan\u003eL 41 × W 41 × H 25 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-block\"\u003e\n\u003cdiv class=\"prop-spec-head\"\u003eAkari 24N — Signature\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cspan\u003eDia 40cm x H 58cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003eImperial\u003c\/span\u003e\u003cspan\u003e∅ 15.7\" x H 22.8\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prop-spec-line\"\u003e\n\u003cspan\u003ePacking\u003c\/span\u003e\u003cspan\u003eL 42 × W 42 × H 56 cm (2 pcs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 05 MATERIALS \u0026 CRAFT --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9h14M5 13h14M5 17h14M9 5v14M13 5v14M17 5v14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eRice Paper\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eFine white paper, hand-pasted onto the iron ribs. Translucent enough to diffuse light into a soft, evenly distributed glow — warm, ambient, never harsh.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003ccircle r=\"8\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eIron Frame\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eSlender black iron ribs echo the bamboo structure of traditional Gifu lanterns. Matte finish, subtle silhouette visible through the paper when illuminated.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20c0-4 2-8 6-10M20 4c0 4-2 8-6 10\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.5\" cy=\"17\" cx=\"7\"\u003e\u003c\/circle\u003e\u003ccircle r=\"1.5\" cy=\"7\" cx=\"17\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eHand-Bonded\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eEach shade is individually assembled and pasted by skilled artisans. Small traces of the bonding process are part of the finished object's character.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 06 PRODUCT NOTES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-row\"\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 18h6M10 21h4M8 14a6 6 0 1 1 8 0c-.8.7-1.5 1.5-1.5 2.5V18h-5v-1.5c0-1-.7-1.8-1.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eBulb Not Included\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eE26 or E27 base · sold separately\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"1\" height=\"6\" width=\"10\" y=\"9\" x=\"7\"\u003e\u003c\/rect\u003e\u003cpath d=\"M10 9V6m4 3V6M9 15v3M15 15v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eGlobal Plug Options\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eUS · UK · AU · EU plug · choose at checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20h16M5 20v-8l7-5 7 5v8M10 20v-5h4v5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eIndoor Only\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eAC 110–240V · dry interior use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 07 SPECIFICATIONS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ctable class=\"spec-tab\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eAkari 1A: Dia 26cm x H 43cm \/ ∅ 10.2\" x H 16.9\"\u003cbr\u003eAkari 24N: Dia 40cm x H 58cm \/ ∅ 15.7\" x H 22.8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePacking size\u003c\/td\u003e\n\u003ctd\u003eAkari 1A: L 41 × W 41 × H 25 cm\u003cbr\u003eAkari 24N: L 42 × W 42 × H 56 cm (ships in 2 pieces)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003eIron, matte black finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade material\u003c\/td\u003e\n\u003ctd\u003eRice paper, hand-pasted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade color\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSocket\u003c\/td\u003e\n\u003ctd\u003eE26 or E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb included\u003c\/td\u003e\n\u003ctd\u003eNo — sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSwitch\u003c\/td\u003e\n\u003ctd\u003eInline on\/off switch on cord\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCord\u003c\/td\u003e\n\u003ctd\u003e150 cm \/ 59″ with inline on\/off switch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlug options\u003c\/td\u003e\n\u003ctd\u003eUS plug · UK plug · AU plug · EU plug — choose at checkout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V, full-range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003ePlug-in table use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"cert-row\"\u003e\n\u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"spec-note\"\u003e\n\u003cstrong\u003eIndoor use only.\u003c\/strong\u003e Akari is designed for dry interior environments and is not suitable for bathrooms, wet rooms, or outdoor installations. Keep the paper shade away from moisture and direct heat.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 08 INSTALLATION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eInstallation\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eSetup \u0026amp; Wiring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"install-list\"\u003e\n\u003cli\u003eAssemble the iron rib frame first, then carefully slide the rice paper shade over the frame — follow the step-by-step installation video above for your size (1A or 24N).\u003c\/li\u003e\n\u003cli\u003eInstall an E26 or E27 bulb (sold separately). A \u003cstrong\u003ewarm white LED bulb (2700K–3000K)\u003c\/strong\u003e gives the most flattering glow through the paper shade.\u003c\/li\u003e\n\u003cli\u003ePlug into a standard wall outlet. The 150 cm cord includes an inline on\/off switch for easy reach on a table or side surface. The lamp ships with your chosen regional plug (US, UK, AU, or EU) — specify at checkout so it arrives ready for your local outlet.\u003c\/li\u003e\n\u003cli\u003eWhen replacing the bulb, ensure the lamp is unplugged and the bulb has cooled completely. Handle the paper shade with clean, dry hands.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"wiring-card\"\u003e\n\u003cdiv class=\"wiring-head\"\u003eWiring Guide — Inside the Socket\u003c\/div\u003e\n\u003cdiv class=\"wiring-desc\"\u003eTo ensure correct operation, connect the wires as follows: the \u003cspan class=\"wire-tag black\"\u003e● Black wire\u003c\/span\u003e to \u003cstrong\u003ehole number 2\u003c\/strong\u003e, and the \u003cspan class=\"wire-tag white\"\u003e○ White wire\u003c\/span\u003e to \u003cstrong\u003ehole number 3\u003c\/strong\u003e.\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/17581633267169.png?v=1758163424\" class=\"wiring-img-wrap\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Akari wiring diagram — black to hole 2, white to hole 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/17581633267169.png?v=1758163424\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 09 FAQ --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich plug type should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003ePlease choose the plug type that matches your local outlets at checkout: \u003cstrong\u003eUS plug\u003c\/strong\u003e (North America, Japan), \u003cstrong\u003eUK plug\u003c\/strong\u003e (United Kingdom, Ireland, Hong Kong, Singapore), \u003cstrong\u003eAU plug\u003c\/strong\u003e (Australia, New Zealand, China), or \u003cstrong\u003eEU plug\u003c\/strong\u003e (most of continental Europe). The lamp itself supports full-range AC 110–240V, so only the plug shape needs to match — no transformer is required.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a light bulb included?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo. The Akari takes a standard E26 or E27 screw-base bulb, sold separately. We recommend a warm white LED (2700K–3000K, 5–8W) for the most flattering glow through the paper shade, and to keep heat output low.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy are there small glue marks on the edge of my lampshade?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eAkari shades are assembled by hand using a meticulous paper-and-glue bonding process. Minor glue traces along the edges are inherent to this traditional craft and are considered normal — not a quality defect. Each shade is subtly different as a result.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I connect the wires correctly?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eInside the lamp's socket there are numbered terminal holes. Connect the \u003cstrong\u003eblack wire to hole number 2\u003c\/strong\u003e, and the \u003cstrong\u003ewhite wire to hole number 3\u003c\/strong\u003e. See the wiring diagram in Section 08 above, and the installation video for your model.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the difference between Akari 1A and Akari 24N?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eThey are two different silhouettes at the same table-scale. The \u003cstrong\u003e1A\u003c\/strong\u003e is the compact, classic form (Dia 26cm x H 43cm) — ideal for a bedside table, side table, or console. The \u003cstrong\u003e24N\u003c\/strong\u003e is larger and more sculptural (Dia 40cm x H 58cm), with greater presence on a sideboard or entry console. Both share the same iron frame, rice paper shade, and hardware.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the 24N really ship in two boxes?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes. Because of its size, Akari 24N is shipped in two separate pieces\/boxes for safer transit. Both pieces are required for complete assembly — please check both boxes have arrived before starting installation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use Akari on 110V or 220V power?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes. The Akari supports full-range AC 110–240V and is certified for use in North America, Europe, Australia, and the Middle East — no additional transformer required. Just pair it with a bulb rated for your local voltage.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Akari dimmable?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eThe lamp itself has a simple inline on\/off switch. To dim the light, install a dimmable LED bulb and plug the lamp into a wall outlet controlled by a compatible dimmer switch. The lamp does not have a built-in dimmer.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install Akari in a bathroom or outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo. Akari is for dry indoor use only. The rice paper shade is sensitive to moisture and humidity — avoid bathrooms, kitchens with high steam exposure, covered porches, or any outdoor environment. Also keep the shade away from radiators and direct heat sources.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the paper shade?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eDust very gently with a soft, dry brush (a camel-hair paintbrush or a feather duster works well). Do not use water, cleaning sprays, or damp cloths on the paper. Handle with clean, dry hands to avoid staining.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10 DOWNLOADS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eSpec · Install\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-list\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1l3tvVcLVgKK9t11htyrjDPkhzlP0N7Bl\/view?usp=drive_link\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1bFJbeOF_q0zv9yJ-fFw5j-hOtqgrY2hc\/view?usp=drive_link\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions — Akari 1A \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1l3V7BxT0IedGnIPW6Qvl-Rxsr7h0z1ik\/view?usp=drive_link\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions — Akari 24N \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VALUES STRIP --\u003e\n\u003csection\u003e\n\u003cdiv class=\"values-strip\"\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◇\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eHand-Pasted Paper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◉\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eIron Frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eGlobal Certification\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eHeritage Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 26cm x H 43cm \/ ∅ 10.2″ x H 16.9″ \/ White \/ US plug","offer_id":42118333530369,"sku":"M-202112071006-1","price":580.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26cm x H 43cm \/ ∅ 10.2″ x H 16.9″ \/ White \/ UK plug","offer_id":42118333563137,"sku":"M-202112071006-2","price":580.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26cm x H 43cm \/ ∅ 10.2″ x H 16.9″ \/ White \/ AU plug","offer_id":42118333595905,"sku":"M-202112071006-3","price":580.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26cm x H 43cm \/ ∅ 10.2″ x H 16.9″ \/ White \/ EU plug","offer_id":42118333628673,"sku":"M-202112071006-4","price":580.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 58cm \/ ∅ 15.7″ x H 22.8″ \/ White \/ US plug","offer_id":42118333661441,"sku":"M-202112071006-5","price":274.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 58cm \/ ∅ 15.7″ x H 22.8″ \/ White \/ UK plug","offer_id":42118333694209,"sku":"M-202112071006-6","price":274.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 58cm \/ ∅ 15.7″ x H 22.8″ \/ White \/ AU plug","offer_id":42118333726977,"sku":"M-202112071006-7","price":274.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 58cm \/ ∅ 15.7″ x H 22.8″ \/ White \/ EU plug","offer_id":42118333759745,"sku":"M-202112071006-8","price":274.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Akari_Table_Lamp_0329.jpg?v=1743219302"},{"product_id":"caprani-floor-lamp","title":"Caprani Floor Lamp","description":"\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f6f0e2;\n  --bg-card:    #faf5e8;\n  --bg-stone:   #ead8b8;\n  --bg-deep:    #1c1408;\n  --border:     #ddc8a4;\n  --border-lt:  #ead8b8;\n  --accent:     #8a5a28;\n  --accent-dk:  #3a2010;\n  --accent-bg:  #f0e0c0;\n  --accent-bdr: #c89858;\n  --text:       #1a1208;\n  --text-mid:   #4a3820;\n  --text-light: #8a7048;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO ============== *\/\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 22px 0 0 0; }\n.hero-name { font-size: 34.5px; font-weight: 300; letter-spacing: 0.3em;\n  color: var(--text); margin: 0; text-transform: uppercase; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 10px; font-weight: 600; }\n.hero-links { display: flex; gap: 10px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }\n.hero-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;\n  border: 0.5px solid var(--border); border-radius: 2px; background: var(--bg);\n  text-decoration: none; color: var(--text-mid); font-size: 12.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.2s; }\n.hero-link:hover { border-color: var(--accent); color: var(--accent); }\n.hero-link-dot { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 680px; }\n\n\/* ============== 02 ELEMENTS — three-panel ============== *\/\n.finish-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-panel.three { grid-template-columns: repeat(3, 1fr); }\n.finish-block { padding: 22px 20px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 150px; }\n.finish-block.beech {\n  background: linear-gradient(135deg, #f0d8a8 0%, #c4945a 55%, #6a3e1c 100%);\n  color: #2a1808;\n}\n.finish-block.iron {\n  background: linear-gradient(135deg, #4a4a4a 0%, #1a1a1a 55%, #000 100%);\n  color: #fff;\n}\n.finish-block.linen {\n  background: linear-gradient(135deg, #faf3e0 0%, #e8d5b0 55%, #b8956a 100%);\n  color: #2a1808;\n}\n.finish-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.75; }\n.finish-name { font-size: 19px; font-weight: 400; letter-spacing: 0.08em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 11px; letter-spacing: 0.1em; opacity: 0.65; margin-top: 4px; }\n\n\/* ============== 03 SHADE — real photo banner ============== *\/\n.glass-banner {\n  display: block; position: relative; border-radius: 2px; overflow: hidden;\n  border: 0.5px solid var(--border); background: var(--bg-card);\n  text-decoration: none; transition: all 0.2s;\n}\n.glass-banner:hover { border-color: var(--accent); }\n.glass-banner img { width: 100%; height: auto; display: block; }\n.glass-banner .zoom-hint {\n  position: absolute; bottom: 12px; right: 14px; font-size: 11.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 5px 11px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 5px; pointer-events: none;\n}\n.glass-banner .zoom-hint svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; }\n\n.glass-labels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 8px; }\n.glass-label-cell {\n  padding: 10px 12px; background: var(--bg-card); border: 0.5px solid var(--border);\n  border-radius: 2px; display: flex; flex-direction: column; gap: 3px;\n}\n.glass-label-num {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); text-transform: uppercase;\n}\n.glass-label-name {\n  font-size: 14px; font-weight: 600; color: var(--text); letter-spacing: 0.02em;\n  display: flex; align-items: center; gap: 7px;\n}\n.glass-label-dot {\n  width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0;\n  border: 0.5px solid rgba(0,0,0,0.08);\n}\n\n\/* ============== 04 SILHOUETTE — single product ============== *\/\n.silhouette-wrap {\n  background: var(--bg-stone); padding: 28px 20px; border-radius: 2px;\n  display: flex; flex-direction: column; align-items: center; gap: 16px;\n}\n.silhouette-img {\n  display: block; max-width: 480px; width: 100%;\n  background: var(--bg); border: 0.5px solid var(--border-lt); border-radius: 2px;\n  overflow: hidden; padding: 14px;\n  text-decoration: none; position: relative;\n}\n.silhouette-img img { width: 100%; height: auto; display: block; }\n.silhouette-img .zoom-hint {\n  position: absolute; bottom: 18px; right: 20px; font-size: 10.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 4px 10px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 4px; pointer-events: none;\n}\n.silhouette-img .zoom-hint svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; }\n.silhouette-meta {\n  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; width: 100%; max-width: 480px;\n}\n.silhouette-meta-item {\n  padding: 12px 14px; background: var(--bg);\n  border: 0.5px solid var(--border); border-radius: 2px; text-align: center;\n}\n.silhouette-meta-key {\n  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;\n  text-transform: uppercase; color: var(--accent); margin-bottom: 4px;\n}\n.silhouette-meta-val {\n  font-size: 13.5px; color: var(--text); font-weight: 500;\n  font-feature-settings: \"tnum\"; line-height: 1.35;\n}\n.silhouette-meta-val small {\n  display: block; font-size: 10.5px; color: var(--text-light); font-weight: 400;\n}\n\n\/* ============== 05 MATERIALS \u0026 CRAFT ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { font-size: 30px; line-height: 1; color: var(--accent);\n  margin-bottom: 12px; font-weight: 300; }\n.craft-sym svg { width: 26px; height: 26px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n\n\/* ============== 06 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* ============== 07 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 09 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n\n\/* ============== 10 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .finish-panel, .finish-panel.three { grid-template-columns: 1fr; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .glass-labels { grid-template-columns: 1fr; }\n  .silhouette-meta { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .hero-name { font-size: 25.5px; letter-spacing: 0.25em; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n  .silhouette-wrap { padding: 22px 14px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"d\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection\u003e\n\u003cdiv class=\"hero\"\u003e\u003ciframe title=\"Caprani Floor Lamp\" src=\"https:\/\/www.youtube.com\/embed\/-432A5tYJpg\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-caption\"\u003e\n\u003ch1 class=\"hero-name\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/noJw4u0qT7I?si=dnPO8J2oUtJyf1zI\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/h1\u003e\n\u003ch1 class=\"hero-name\"\u003eCaprani\u003c\/h1\u003e\n\u003cdiv class=\"hero-tag\"\u003eFloor Luminaire · Beech Wood \u0026amp; Linen\u003c\/div\u003e\n\u003cdiv class=\"hero-links\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=noJw4u0qT7I\" class=\"hero-link\" target=\"_blank\"\u003e \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003eWatch: Caplane Installation Video\u003cbr\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 01 OVERVIEW --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eA Mid-Century Arch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"statement\"\u003eA retro silhouette in the Danish tradition — beech wood arching gently from a cast iron base, crowned by a soft linen shade.\u003c\/p\u003e\n\u003cp class=\"statement-body\"\u003eThe Caprani Floor Lamp is a mid-century classic — designed in the spirit of the Danish modern movement and built from three honest materials: beech wood, cast iron, and linen. A beech wood bracket curves elegantly from a substantial cast iron base, holding the linen shade in a gently leaning posture that diffuses light into the room with a warm, hand-crafted feel. Choose from three linen shade colours to suit your interior — White, Beige, or Coffee.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 02 ELEMENTS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eElements\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eThree Materials in Conversation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-panel three\"\u003e\n\u003cdiv class=\"finish-block beech\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eBeech Wood\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eCurved bracket\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-block iron\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eCast Iron\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eWeighted base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-block linen\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eLinen\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eDiffusing shade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 03 SHADE --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eShade\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eThree Linen Tones\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/17289768067084_480x480_ffb1a418-4469-44c7-8e9c-1ecf6afeaf92_1024x1024.avif?v=1758248264\" class=\"glass-banner\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Caprani lampshade options — White, Beige, Coffee\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/17289768067084_480x480_ffb1a418-4469-44c7-8e9c-1ecf6afeaf92_1024x1024.avif?v=1758248264\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Click to enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"glass-labels\"\u003e\n\u003cdiv class=\"glass-label-cell\"\u003e\n\u003cspan class=\"glass-label-num\"\u003eShade 01\u003c\/span\u003e \u003cspan class=\"glass-label-name\"\u003e \u003cspan style=\"background: #f8f3e6;\" class=\"glass-label-dot\"\u003e\u003c\/span\u003eWhite \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-label-cell\"\u003e\n\u003cspan class=\"glass-label-num\"\u003eShade 02\u003c\/span\u003e \u003cspan class=\"glass-label-name\"\u003e \u003cspan style=\"background: #d8c098;\" class=\"glass-label-dot\"\u003e\u003c\/span\u003eBeige \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glass-label-cell\"\u003e\n\u003cspan class=\"glass-label-num\"\u003eShade 03\u003c\/span\u003e \u003cspan class=\"glass-label-name\"\u003e \u003cspan style=\"background: #6a4828;\" class=\"glass-label-dot\"\u003e\u003c\/span\u003eCoffee \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 04 SILHOUETTE --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eSilhouette\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eA Single Configuration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"silhouette-wrap\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Caprani_Floor_Lamp_sku_1.jpg?v=1742366920\" class=\"silhouette-img\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Caprani Floor Lamp dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Caprani_Floor_Lamp_sku_1.jpg?v=1742366920\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Enlarge \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"silhouette-meta\"\u003e\n\u003cdiv class=\"silhouette-meta-item\"\u003e\n\u003cdiv class=\"silhouette-meta-key\"\u003eOverall\u003c\/div\u003e\n\u003cdiv class=\"silhouette-meta-val\"\u003eØ 72 × H 150 cm \u003csmall\u003eØ 28.3″ × H 59″\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"silhouette-meta-item\"\u003e\n\u003cdiv class=\"silhouette-meta-key\"\u003eIron Base\u003c\/div\u003e\n\u003cdiv class=\"silhouette-meta-val\"\u003eØ 29 × H 4 cm \u003csmall\u003eØ 11.4″ × H 1.6″\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"silhouette-meta-item\"\u003e\n\u003cdiv class=\"silhouette-meta-key\"\u003eSocket\u003c\/div\u003e\n\u003cdiv class=\"silhouette-meta-val\"\u003eE26 or E27 \u003csmall\u003estandard base\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 05 MATERIALS \u0026 CRAFT --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9h14M5 13h14M9 5v14M13 5v14M17 5v14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eBeech Wood Bracket\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eA solid beech wood arm — gently curved, naturally toned, with the soft warmth and visible grain of unfinished northern hardwood. Each bracket is subtly unique.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"5\" cy=\"18\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 13V3M9 13h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eCast Iron Base\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eA substantial cast iron disc anchors the lamp with weight you can feel. Low-profile and steady — the visual and structural counterweight to the bracket's curve.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"1.5\" height=\"10\" width=\"14\" y=\"4\" x=\"5\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 14v4M15 14v4M7 18h10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eLinen Shade\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eHand-fitted linen shade, available in White, Beige, or Coffee. The textured weave diffuses the bulb into a soft, ambient glow with a hint of natural texture.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 06 PRODUCT NOTES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-row\"\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 18h6M10 21h4M8 14a6 6 0 1 1 8 0c-.8.7-1.5 1.5-1.5 2.5V18h-5v-1.5c0-1-.7-1.8-1.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eBulb Not Included\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eE26 or E27 base · sold separately\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"1\" height=\"6\" width=\"10\" y=\"9\" x=\"7\"\u003e\u003c\/rect\u003e\u003cpath d=\"M10 9V6m4 3V6M9 15v3M15 15v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eInline On\/Off Switch\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003e150 cm cord · standard plug\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20h16M5 20v-8l7-5 7 5v8M10 20v-5h4v5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eIndoor Only\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eAC 110–240V · dry interior use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 07 SPECIFICATIONS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ctable class=\"spec-tab\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall dimensions\u003c\/td\u003e\n\u003ctd\u003eØ 72 × H 150 cm \/ Ø 28.3″ × H 59″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCast iron base\u003c\/td\u003e\n\u003ctd\u003eØ 29 × H 4 cm \/ Ø 11.4″ × H 1.6″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003eBeech wood, cast iron, linen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket finish\u003c\/td\u003e\n\u003ctd\u003eNatural beech wood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShade colours\u003c\/td\u003e\n\u003ctd\u003eWhite · Beige · Coffee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSocket\u003c\/td\u003e\n\u003ctd\u003eE26 or E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb included\u003c\/td\u003e\n\u003ctd\u003eNo — sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSwitch\u003c\/td\u003e\n\u003ctd\u003eInline on\/off switch on cord\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCord\u003c\/td\u003e\n\u003ctd\u003e150 cm \/ 59″ with switch and standard plug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V, full-range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003ePlug-in floor use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"cert-row\"\u003e\n\u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"spec-note\"\u003e\n\u003cstrong\u003eIndoor use only.\u003c\/strong\u003e The Caprani is designed for dry interior environments and is not suitable for bathrooms, wet rooms, or outdoor installations. Keep the linen shade and beech wood bracket away from moisture, direct sunlight, and direct heat.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 08 INSTALLATION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eInstallation\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eSetup Notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"install-list\"\u003e\n\u003cli\u003ePosition the cast iron base on a flat, level surface — its weight stabilises the curved bracket above. Allow clearance behind the lamp for the cord to run cleanly to the wall outlet.\u003c\/li\u003e\n\u003cli\u003eInstall an E26 or E27 bulb (sold separately). A \u003cstrong\u003ewarm white LED bulb (2700K–3000K)\u003c\/strong\u003e gives the most flattering glow through any of the three linen shade colours.\u003c\/li\u003e\n\u003cli\u003ePlug into a standard wall outlet. The 150 cm cord includes an inline on\/off switch — typically positioned along the cord for easy reach from a sofa or armchair.\u003c\/li\u003e\n\u003cli\u003eWhen replacing the bulb, unplug the lamp and let the bulb cool completely. Handle the linen shade gently with clean, dry hands to keep it free of marks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- 09 FAQ --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a light bulb included?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo. The Caprani takes a standard E26 or E27 screw-base bulb, sold separately. We recommend a warm white LED (2700K–3000K, 5–8W) for the most flattering glow through the linen shade and the lowest heat output.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich shade colour should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eWhite\u003c\/strong\u003e gives the brightest, most ambient diffusion — ideal for living rooms and reading corners. \u003cstrong\u003eBeige\u003c\/strong\u003e is the warmest, most neutral choice — pairs naturally with most interiors. \u003cstrong\u003eCoffee\u003c\/strong\u003e is the darkest and most directional — gives a moodier, more focused pool of light, with the strongest visual contrast against the beech bracket.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Caprani dimmable?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eThe lamp itself has a simple inline on\/off switch. To dim the light, install a dimmable LED bulb and plug the lamp into a wall outlet controlled by a compatible dimmer switch. The lamp does not have a built-in dimmer.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the beech wood vary in tone between lamps?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes, slightly. Each beech wood bracket is cut from natural northern hardwood, so subtle variations in grain pattern, tone, and warmth between pieces are expected — and part of the lamp's hand-crafted character. The overall colour and form remain consistent.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow heavy is the cast iron base?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eThe cast iron base is intentionally substantial — it provides the visual and structural counterweight for the curved beech bracket above, and prevents the lamp from tipping. Please use both hands when moving the lamp, and lift from the base rather than from the bracket.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the lamp on both 110V and 220V circuits?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes. The Caprani supports full-range AC 110–240V and is certified for use in North America, Europe, Australia, and the Middle East — no additional transformer required. Just pair it with a bulb rated for your local voltage.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it in a bathroom or outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo. The Caprani is for dry indoor use only. The linen shade and beech wood bracket are sensitive to moisture and humidity — avoid bathrooms, wet rooms, kitchens with high steam exposure, covered porches, or any outdoor environment. Also keep it away from radiators and direct heat sources.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the linen shade and beech bracket?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eFor the \u003cstrong\u003elinen shade\u003c\/strong\u003e, dust very gently with a soft, dry brush or a lint roller. Avoid water and cleaning sprays — they can stain the natural fibres. For the \u003cstrong\u003ebeech wood bracket\u003c\/strong\u003e, wipe with a soft, dry cloth. Use a slightly damp cloth (water only) on stubborn marks, then dry immediately. Avoid solvents and household cleaners on either material.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10 DOWNLOADS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eSpec · Install\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-list\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1GRkWp7pmEG4xvpjc1-U6AHy1IqSr1wH2\/view?usp=drive_link\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1xYwZ-qtm1ZRaJpvysksvcGuZlVFdqWHl\/view?usp=drive_link\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VALUES STRIP --\u003e\n\u003csection\u003e\n\u003cdiv class=\"values-strip\"\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◇\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eMid-Century Heritage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◉\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eSolid Beech \u0026amp; Iron\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eThree Linen Tones\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eGlobal Certification\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Beige \/ US plug","offer_id":42119340065025,"sku":"M-202112071123-1","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Beige \/ UK plug","offer_id":42848126730497,"sku":"M-202112071123-2","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Beige \/ AU plug","offer_id":42848126763265,"sku":"M-202112071123-3","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Beige \/ EU plug","offer_id":42848126796033,"sku":"M-202112071123-4","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+white \/ US plug","offer_id":42119340032257,"sku":"M-202112071123-5","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+white \/ UK plug","offer_id":42848126828801,"sku":"M-202112071123-6","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+white \/ AU plug","offer_id":42848126861569,"sku":"M-202112071123-7","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+white \/ EU plug","offer_id":42848126894337,"sku":"M-202112071123-8","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Coffee \/ US plug","offer_id":42119340097793,"sku":"M-202112071123-9","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Coffee \/ UK plug","offer_id":42848126927105,"sku":"M-202112071123-10","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Coffee \/ AU plug","offer_id":42848126959873,"sku":"M-202112071123-11","price":559.0,"currency_code":"USD","in_stock":true},{"title":"Dia 72cm x H 150cm \/ ∅ 28.3\" x 59\" \/ Beech Wood+Coffee \/ EU plug","offer_id":42848126992641,"sku":"M-202112071123-12","price":559.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Caprani_Floor_Lamp.jpg?v=1742779751"},{"product_id":"waterloo-floor-lamp","title":"Waterloo Floor Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/imnyMLWS7Mo?si=Ug72YNeWxqzojCTQ\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThis posh arc floor lamp with its iconic mid-century sensibility will set a modern mood wherever you place it. Frosted glass sphere combines with soft, brushed brass to double-down on contemporary design.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Waterloo_Floor_Lamp_Size_600x600.jpg?v=1638257146\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Metal, Glass.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Gold, Black.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLampshade: \u003cspan\u003eWhite.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eE27 or E26\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ebase bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1IkXFI1nVoiz0Oqq6dGPpo1uSt84Psf0-\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1mTKWwoFkHp_EsSl6xFvhpG_1ky1oJ2pz\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Gold \/ US plug","offer_id":42120582758657,"sku":"M-202112071306-1","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Gold \/ UK plug","offer_id":42120582791425,"sku":"M-202112071306-2","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Gold \/ AU plug","offer_id":42120582824193,"sku":"M-202112071306-3","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Gold \/ EU plug","offer_id":42120582856961,"sku":"M-202112071306-4","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Black \/ US plug","offer_id":43652581654785,"sku":"M-202112071306-5","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Black \/ UK plug","offer_id":43652581687553,"sku":"M-202112071306-6","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Black \/ AU plug","offer_id":43652581720321,"sku":"M-202112071306-7","price":251.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 165cm \/ ∅ 15.7″ x H 65″ \/ Black \/ EU plug","offer_id":43652581753089,"sku":"M-202112071306-8","price":251.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Waterloo_Floor_Lamp.jpg?v=1742788374"},{"product_id":"lunar-pendant-light","title":"Lunar Pendant Light","description":"\u003cp\u003eOur Lunar range of pendants takes inspiration from the captivating presence of the moon. The Speckle glass finish provides dramatic monochromatic detailing; echoing the moon’s unique stippled appearance. The more understated finish offers a special elegance with a subtly varying ivory palette. Each glass sphere is expertly handcrafted\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e7heads: Dia 40cm \/ ∅ 15.7″\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e13heads: Dia 60cm \/ ∅ 23.6″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e19heads: Dia 80cm \/ ∅ 31.5″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Lunar_Pendant_Light_1_600x60_fece13e3-e655-4f90-86f8-4499475ce105_600x600.jpg?v=1709621407\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Metal, PLA\u003c\/li\u003e\n\u003cli\u003eFinishes: Gold\u003c\/li\u003e\n\u003cli\u003eLampshade:  White\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003c\/strong\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1AIrHiSgaarRBWglsvJ8MqDwhue_jhXD_\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cstrong\u003e\u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1RDvmDPQmnUp7Xd5_xyC-V5ugOMVM9SKH\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003c\/a\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1RDvmDPQmnUp7Xd5_xyC-V5ugOMVM9SKH\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 279px; top: 150.75px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"7heads: Dia 40cm \/ ∅ 15.7″ \/ White","offer_id":42120593637633,"sku":"M-202112081128-2","price":233.0,"currency_code":"USD","in_stock":true},{"title":"13heads: Dia 60cm \/ ∅ 23.6″ \/ White","offer_id":42120593670401,"sku":"M-202112081128-1","price":396.0,"currency_code":"USD","in_stock":true},{"title":"19heads: Dia 80cm \/ ∅ 31.5″ \/ White","offer_id":42120593703169,"sku":"M-202112081128-3","price":616.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Lunar_Pendant_Light.jpg?v=1742441285"},{"product_id":"vine-wall-lamp","title":"Vine Wall Lamp","description":"\u003cp\u003eThe Vine series introduces exaggerated form with propensity for repetition resulting in a bold impact. Composed of a poised chrome arc flanked by two glowing glass globes—the multiplication of the module enables the fixture to grow, exponentially overstating the fixture’s overall silhouette.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 10cm x H 30cm \/ ∅ 3.9″ x H 11.8″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Size_9aa1463e-7a03-40dd-9f6d-51ec6e4ec42a_600x600.jpg?v=1655691641\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eMaterial: Steel, Glass spheres\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eFinishes: Chrome, Green, Yellow\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eLampshade: White.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eIs Bulbs Included: No.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eTakes G9 base bulb.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers,\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eHardwired.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eVoltage: AC 110-240V\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eEnvironment: Indoor\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eIP rating 20 - not waterproof.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1flCmm2GPx3P4VRLm8io6DJP9CfFhyre6\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/13ICL0AwHz5fNbUzSF9qdfzGYImBvfFlv\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 388px; top: 498.531px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 10cm x H 30cm \/ ∅ 3.9″ x H 11.8″ \/ Chrome","offer_id":42120598880513,"sku":"M-202112071301-1","price":127.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Vine_Wall_Lamp_1b3db081-d336-4d0a-b4dd-14431c2929f2.jpg?v=1742810211"},{"product_id":"post-wall-lamp","title":"Post Wall Lamp","description":"\u003cp\u003eThe Post Wall Lamp is an innovative lighting design with an archetypal appearance, graphic character and forward-thinking functionalities. Exploring the utmost flexibility of a magnetic joint, the user can position, dim and turn the lamp according to individual needs.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe same series of products, click on the picture to learn more \u0026gt;\u0026gt;\u0026gt;\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"Post Floor Lamp\" href=\"https:\/\/rayonshine.com\/products\/post-floor-lamp\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/products\/PostFloorLamp_2_240x240.jpg?v=1638536308\" alt=\"\" style=\"float: none;\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 10cm \/ ∅ 3.9″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Post_Floor_Lamp_4_480x480.jpg?v=1638536694\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterials: Metal, Acrylic\u003c\/li\u003e\n\u003cli\u003eFinishes: Black\u003c\/li\u003e\n\u003cli\u003eLight source: Integrated LED\u003c\/li\u003e\n\u003cli\u003eKelvin range: Warm Light (3000K), Neutral Light (4500K), Cool Light (6000K)\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eVoltage: AC 110-240V\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/14jAipYqwAWHT0LBs0Sdwj5oR_SFkL5tp\/view\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 276px; top: 498.531px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 10cm \/ ∅ 3.9″ \/ Black \/ Warm White","offer_id":42120602943745,"sku":"M-202112071447-1","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 10cm \/ ∅ 3.9″ \/ Black \/ Cool White","offer_id":42120602976513,"sku":"M-202112071447-2","price":292.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Post_Wall_Lamp.jpg?v=1742892163"},{"product_id":"model-2065-pendant-lamp","title":"Model 2065 Pendant Lamp","description":"\u003cp\u003e\u003ciframe width=\"1840\" height=\"1035\" src=\"https:\/\/www.youtube.com\/embed\/zqKvPTR1BPk\" title=\"Model 2065 Pendant Lamp\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe suspension lamp designed in 1950 emphasises the innovative, experimental approach of designer. At that time, the favoured material of the lighting industry was glass. But when designer received the first samples of methacrylate in 1949–50, a new polymer plastic that was much stronger and lighter than glass, his experiments led him to a new suspension lamp, Model 2065. As in so many of his designs, he continued to work with different compositions, dimensions and colour variants over the following years.\u003cbr\u003e\u003cbr\u003eModel 2065 consists of a diffuser made of two joined opalescent saucers, suspended from the ceiling with a black-painted aluminium canopy. The simplicity of designer elliptical design and the lightness of the materials make for a seemingly weightless luminaire.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDia 30cm x H \u003cspan\u003e55\u003c\/span\u003ecm \/ ∅ 11.8″ x H \u003cspan\u003e21.7\u003c\/span\u003e″ \u003c\/li\u003e\n\u003cli\u003eDia \u003cspan\u003e54\u003c\/span\u003ecm x H \u003cspan\u003e54\u003c\/span\u003ecm \/ ∅ \u003cspan\u003e21.3\u003c\/span\u003e″ x H \u003cspan\u003e21.3\u003c\/span\u003e″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Model-2065-Pendant-Lamp.jpg?v=1757158715\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eMetal, Polymer plastic\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Black\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: White.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1Z7zRwCwZY5KPAkYIqwi7SG9OVFYoAUjx\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1nyJ5cPHYSaMhBUVE0DgozVkPscThQhjN\/view\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 361px; top: 607.906px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 30cm x H 55cm \/ ∅ 11.8″ x H 21.7″ \/ White","offer_id":45665410646273,"sku":"M-202112081227-4","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 55cm \/ ∅ 11.8″ x H 21.7″ \/ Black","offer_id":45665410679041,"sku":"M-202112081227-3","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 54cm x H 54cm \/ ∅ 21.3″ x H 21.3″ \/ White","offer_id":42120606810369,"sku":"M-202112081227-1","price":374.0,"currency_code":"USD","in_stock":true},{"title":"Dia 54cm x H 54cm \/ ∅ 21.3″ x H 21.3″ \/ Black","offer_id":42120606744833,"sku":"M-202112081227-2","price":374.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/8_558bf8f3-4dc3-447c-ad03-7813e8f955a6.jpg?v=1741937629"},{"product_id":"eiko-table-lamp","title":"Eiko Table Lamp","description":"\u003cp\u003eEiko is a desk lamp with contemporary lines that manages to aesthetically differentiate from the current offer in the market.\u003c\/p\u003e\n\u003cp\u003eAimed at making the most of standard supplies and simple manufacturing processes as a strategy to achieve competitive prices.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eS\u003cspan\u003eize: Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/eiko_600x600_e1c6b8ef-1c89-4133-8fc4-a54f19a1809a_600x600.jpg?v=1638006694\" alt=\"\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterials:\u003cspan\u003e Metal, Aluminum\u003c\/span\u003e\u003cspan\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Black\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eLight source: Integrated LED\u003c\/li\u003e\n\u003cli\u003eKelvin range: Warm Light (3000K), Neutral Light (4500K), Cool Light (6000K)\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1dj5IFHoL6D9LBE8nKODp1LkKy27kDWVS\/view?usp=sharing\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e  \u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/18MSSb9tvfA8MFANpnInlraTxY2sPFX3i\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003c\/a\u003e \u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ US plug \/ Warm White","offer_id":44206817935617,"sku":"RY-154421-01","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ US plug \/ Cool White","offer_id":44206817968385,"sku":"RY-154421-02","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ UK plug \/ Warm White","offer_id":44206818001153,"sku":"RY-154421-03","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ UK plug \/ Cool White","offer_id":44206818033921,"sku":"RY-154421-04","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ AU plug \/ Warm White","offer_id":44206818066689,"sku":"RY-154421-05","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ AU plug \/ Cool White","offer_id":44206818099457,"sku":"RY-154421-06","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ EU plug \/ Warm White","offer_id":44206818132225,"sku":"RY-154421-07","price":259.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 50cm \/ ∅ 27.5″ x H 19.7″ \/ EU plug \/ Cool White","offer_id":44206818164993,"sku":"RY-154421-08","price":259.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Eiko_Table_Lamp_0329.jpg?v=1743233299"},{"product_id":"ktribe-table-lamp","title":"Ktribe Table Lamp","description":"\u003cp\u003e\u003cspan\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/2ObvVegrE_c\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eA member of the Ktribe family of products, this inspiring table light provides diffused light through a transparent diffuser that gracefully moves the eye upward. The base, rod, and diffuser support are die-cast, polished Zamak alloy. It features polished aluminum tubular and an injection-molded, matte black PA (nylon) base cover. The opal inner diffuser is injection-molded PC (polycarbonate). The outer diffuser is transparent or fumèe PMMA (polymethyl methacrylate).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3\u003cspan\u003e″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Ktribe_Table_Lamp_600x600.jpg?v=1672300381\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal, \u003cspan lang=\"en\" class=\"VIiyi\"\u003e\u003cspan data-number-of-phrases=\"15\" data-phrase-index=\"14\" data-language-to-translate-into=\"zh-CN\" data-language-for-alternatives=\"en\" class=\"JLqJ4b ChMk0b\"\u003eAcrylic, Plastic\u003c\/span\u003e\u003c\/span\u003e.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Silver.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: Transparent, Smoke grey, Bronze.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1DEPQcRs-LxjyEvhygQIFLyQF3HGp7f6F\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1_5JbjZR-R3lDsm1fsjIxJ6OkYJpKVAoV\/view?usp=drive_linkhttps:\/\/drive.google.com\/file\/d\/1_5JbjZR-R3lDsm1fsjIxJ6OkYJpKVAoV\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Transparent \/ UK plug","offer_id":42120627552513,"sku":"M-20211208074-2","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Transparent \/ AU plug","offer_id":42120627585281,"sku":"M-20211208074-3","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Transparent \/ EU plug","offer_id":42120627618049,"sku":"M-20211208074-4","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Smoke grey \/ US plug","offer_id":42120627650817,"sku":"M-20211208074-5","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Smoke grey \/ UK plug","offer_id":42120627683585,"sku":"M-20211208074-6","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Smoke grey \/ AU plug","offer_id":42120627716353,"sku":"M-20211208074-7","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Smoke grey \/ EU plug","offer_id":42120627749121,"sku":"M-20211208074-8","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Bronze \/ US plug","offer_id":42120627781889,"sku":"M-20211208074-9","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Bronze \/ UK plug","offer_id":42120627814657,"sku":"M-20211208074-10","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Bronze \/ AU plug","offer_id":42120627847425,"sku":"M-20211208074-11","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm x H 46.5cm \/ ∅ 9.4″ x H 18.3″ \/ Bronze \/ EU plug","offer_id":42120627880193,"sku":"M-20211208074-12","price":245.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Ktribe_Table_Lamp_0329.jpg?v=1743228600"},{"product_id":"ktribe-floor-lamp","title":"Ktribe Floor Lamp","description":"\u003cp\u003eFloor lamp providing diffused lighting. Base, rod support and diffuser support in die-cast, polished and chrome-plated Zamak alloy. Galvanized P04 steel base cover. Injectionmolded PC (polycarbonate) opal inner diffuser and support for the lamp-holder. Outer diffusers in transparent or fumèe PMMA (polymethylmethacrylate), and silver or bronze on the inner surface, by vacuum aluminum coating. Injection-molded PC (polycarbonate) upper ring, completely transparent or transparent diffuser and silver diffuser) or transparent brown for the outer bronze diffuser.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63\u003cspan\u003e″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Ktribe-F3-Streg-p_600x600_30c66db4-e6e6-4b49-99c0-7aaef7e7ba58_480x480.jpg?v=1638501149\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Metal, \u003cspan class=\"VIiyi\" lang=\"en\"\u003e\u003cspan class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"en\" data-language-to-translate-into=\"zh-CN\" data-phrase-index=\"14\" data-number-of-phrases=\"15\"\u003eAcrylic, Plastic.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Black.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLampshade: \u003cspan\u003eTransparent, Smoky, \u003c\/span\u003e\u003cspan\u003eBronze.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eE27 or E26\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ebase bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1KBmHe1KWkU_qQWkO70OHB1BT3dYj7QZD\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1Vc8kY0FUxAG78AEY5rb3FIge5oZZV4sq\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Transparent \/ US plug","offer_id":42120629747969,"sku":"M-20211208073-1","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Transparent \/ UK plug","offer_id":42120629780737,"sku":"M-20211208073-2","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Transparent \/ AU plug","offer_id":42120629813505,"sku":"M-20211208073-3","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Transparent \/ EU plug","offer_id":42120629846273,"sku":"M-20211208073-4","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Smoky \/ US plug","offer_id":42120629879041,"sku":"M-20211208073-5","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Smoky \/ UK plug","offer_id":42120629911809,"sku":"M-20211208073-6","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Smoky \/ AU plug","offer_id":42120629944577,"sku":"M-20211208073-7","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Smoky \/ EU plug","offer_id":42120629977345,"sku":"M-20211208073-8","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Bronze \/ US plug","offer_id":42120630010113,"sku":"M-20211208073-9","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Bronze \/ UK plug","offer_id":42120630042881,"sku":"M-20211208073-10","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Bronze \/ AU plug","offer_id":42120630075649,"sku":"M-20211208073-11","price":328.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 160cm \/ ∅ 15.7″ x H 63″ \/ Bronze \/ EU plug","offer_id":42120630108417,"sku":"M-20211208073-12","price":328.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Ktribe_Floor_Lamp.jpg?v=1742787441"},{"product_id":"nomade-table-lamp","title":"Nomade Table Lamp","description":"\u003cp\u003eA stylish, modern table lamp, inspired by vintage petrol lamps used in the railway, navy or mining industry.\u003c\/p\u003e\n\u003cp\u003eComposed of two distinct elements: a cylindrical lacquered metal base with carry handle, and a removable translucent plexiglass diffuser. The bulb is hidden in the base, while the translucent disc catches and diffuses the light to cast a warm, cosy glow.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003eSize: Dia 28cm x H 33\u003c\/span\u003e\u003cspan\u003ecm \/ ∅ 11″ x H 13″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Size_600x600_4b2a0e67-9e72-49d7-bda0-664f5816d6ff_480x480.jpg?v=1638499244\" width=\"480x480\" height=\"480x480\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Metal, PVC\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e White, Black, Yellow, Blue\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: White.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes \u003cspan\u003eGU10\u003c\/span\u003e base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1QiGovh8ZkSl2kl5XTksbxkVecQOkSTJY\/view?usp=sharing\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/18MSSb9tvfA8MFANpnInlraTxY2sPFX3i\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1QiGovh8ZkSl2kl5XTksbxkVecQOkSTJY\/view?usp=sharing\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003cspan\u003e  \u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 289px; top: 195.156px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Black \/ US plug","offer_id":42120635121921,"sku":"ML-519-5","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Black \/ UK plug","offer_id":42120635154689,"sku":"ML-519-6","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Black \/ AU plug","offer_id":42120635187457,"sku":"ML-519-7","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Black \/ EU plug","offer_id":42120635220225,"sku":"ML-519-8","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ White \/ US plug","offer_id":42120634958081,"sku":"ML-519-1","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ White \/ UK plug","offer_id":42120635023617,"sku":"ML-519-2","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ White \/ AU plug","offer_id":42120635056385,"sku":"ML-519-3","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ White \/ EU plug","offer_id":42120635089153,"sku":"ML-519-4","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Yellow \/ US plug","offer_id":42120635252993,"sku":"ML-519-9","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Yellow \/ UK plug","offer_id":42120635285761,"sku":"ML-519-10","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Yellow \/ AU plug","offer_id":42120635318529,"sku":"ML-519-11","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Yellow \/ EU plug","offer_id":42120635351297,"sku":"ML-519-12","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Blue \/ US plug","offer_id":42120635384065,"sku":"ML-519-13","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Blue \/ UK plug","offer_id":42120635416833,"sku":"ML-519-14","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Blue \/ AU plug","offer_id":42120635449601,"sku":"ML-519-15","price":484.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 33cm \/ ∅ 11″ x H 13″ \/ Blue \/ EU plug","offer_id":42120635482369,"sku":"ML-519-16","price":484.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nomade_Table_Lamp_0329.jpg?v=1743232440"},{"product_id":"alva-pendant-light","title":"Alva Pendant Light","description":"\u003cp\u003eAlternatively looking like a teardrop shape or the silhouette of a classic Edison lightbulb, Alva then adds a twist all its own. Offering a lively gradient-effect LED glow, the spiraling pendant comes in either a hard-wire version with a ceiling canopy or a plug-in cord hanging set.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 20cm  x  H 35cm \/ ∅ 7.9″ x  H 13.8″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 24cm  x  H 42cm \/ ∅ 9.4″ x  H 16.5″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Size_600x600_5b7b3204-b3f8-4246-aa76-1473e2f3eb7b_600x600.jpg?v=1638606020\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Polymer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: White\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIs Bulbs Included: No.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eTakes E26 or E27 base bulb.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAC 110-240V Voltage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eEnvironment: Indoor.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHardwired.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSwitch: Compatible with ordinary household switches, compatible with dimmers,\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eProvide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIP rating 20 - not waterproof.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1cxmt71tYpS8WApZFJwzrSj0jlBEzuQXf\/view\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1Pxyx91acLCLt9Bb2gJ_pIdK6w5a0UFSU\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 31px; top: 1080.06px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 20cm  x  H 35cm \/ ∅ 7.9″ x  H 13.8″ \/ White","offer_id":42120635580673,"sku":"M-202112071013-1","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Dia 24cm  x  H 42cm \/ ∅ 9.4″ x  H 16.5″ \/ White","offer_id":42120635613441,"sku":"M-202112071013-2","price":208.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Alva_Pendant_Light.jpg?v=1742353365"},{"product_id":"strand-pendant-light","title":"Strand Pendant Light","description":"\u003cp\u003eThe Strand Pendant Lamp is designed with soft, playful forms for a modern expression. The design provides both diffused lighting and direct lighting, the latter through its top and bottom opening. The design is made in a sprayed cocoon material that consists of tiny strands for a complex, intriguing structure that, paired with its modern form, gives the Strand Pendant Lamp an almost cloud-like appearance. With its cocoon material filtering light through for a warm, comfortable glow, the Strand Pendant Lamp hovers lightly in space, bringing comfort, harmony and a refined sensitivity to any room.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 28cm  x  H 30cm \/ ∅ 11″ x  H 11.8″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Strand_Pendant_Light_64_600x600.jpg?v=1638448051\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 50cm  x  H 45cm \/ ∅ 19.7″ x  H 17.7″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Strand_Pendant_Light_66_600x600.jpg?v=1638448075\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 60cm  x  H 40cm \/ ∅ 23.6″ x  H 15.7″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Strand_Pendant_Light_65_600x600.jpg?v=1638448092\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Metal, Fabric\u003c\/li\u003e\n\u003cli\u003eFinishes: White\u003c\/li\u003e\n\u003cli\u003eLampshade: White\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1FHzzegLNTY_qSjc1Wm79bNbqAImDrB5s\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1iwNe90CsS6K6NTWRFYyDsgyUNNJQvRC2\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1FHzzegLNTY_qSjc1Wm79bNbqAImDrB5s\/view?usp=sharing\" target=\"_blank\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 28cm  x  H 30cm \/ ∅ 11″ x  H 11.8″ \/ White","offer_id":42120654586113,"sku":"M-202112071348-2","price":331.0,"currency_code":"USD","in_stock":true},{"title":"Dia 50cm  x  H 45cm \/ ∅ 19.7″ x  H 17.7″ \/ White","offer_id":42120654618881,"sku":"M-202112071348-3","price":539.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm  x  H 40cm \/ ∅ 23.6″ x  H 15.7″ \/ White","offer_id":42120654651649,"sku":"M-202112071348-1","price":557.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Strand_Pendant_Light.jpg?v=1742268716"},{"product_id":"earring-pendant-light","title":"Earring Pendant Light","description":"\u003cp\u003e\u003ciframe width=\"1840\" height=\"1035\" src=\"https:\/\/www.youtube.com\/embed\/3o-LjLfT3nA\" title=\"Earring Pendant Light\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe Benedict Pendant celebrates the defining detail of the Benedict Series. Two nested spun brass hemispheres cradle a hand blown glass globe. This fixture lends itself to creative configuration of our many finishes meaning its sure to be a stunning accent in any space.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 15cm  x  H 21cm \/ ∅ 5.9″ x  H 8.3″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Benedict_Pendant_Light_1dc9c970-257c-4fff-b560-724c542f4924_600x600.jpg?v=1638927101\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eMatel, Glass\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Blue\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: White.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1kc3Y7TKNrHps3R5YhCm9zu82_ebKLZGo\/view\" target=\"_blank\"\u003e \u003c\/a\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1kc3Y7TKNrHps3R5YhCm9zu82_ebKLZGo\/view\" target=\"_blank\"\u003eData Sheet\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1-yo7POje9ajNeEPfCJD38dDOFbED5snJ\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003c\/a\u003e\u003c\/span\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 15cm  x  H 21cm \/ ∅ 5.9″ x  H 8.3″ \/ Blue","offer_id":42120655700225,"sku":"M-202112071048-1","price":208.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Benedict_Pendant_Light_0318.jpg?v=1742296871"},{"product_id":"nelson-wall-sconce","title":"Nelson Wall Sconce","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/rkMW_ul_ZBo?si=YZWI6QJ0biAJigwj\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/ZaPbFZS0gE8?si=9i-y6jWn3tPXLoy8\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eVariations on an essentially spherical form, the Bubble Lamp series is a distinguished and timeless design. The Nelson Ball Wall Sconce is designed with a swivel hinge and an adjustable plug-in cord, allowing easy movement of the lampshade without readjusting it on the wall.  Their expensive price prevented him from buying one, but also inspired him to design his own. The result was a series of lamps with elemental, spherical shapes like a rounded apple, an elongated cigar, and a shapely pear, among others.\u003c\/p\u003e\n\u003cp\u003e\u003cimg sizes=\"(max-width: 698px) 100vw, 698px\" srcset=\"https:\/\/www.mooielight.com\/wp-content\/uploads\/2022\/03\/Nelson-Ball-Wall-Sconce_011.jpg 698w, https:\/\/www.mooielight.com\/wp-content\/uploads\/2022\/03\/Nelson-Ball-Wall-Sconce_011-457x400.jpg 457w, https:\/\/www.mooielight.com\/wp-content\/uploads\/2022\/03\/Nelson-Ball-Wall-Sconce_011-510x446.jpg 510w\" height=\"611\" width=\"698\" alt=\"\" src=\"https:\/\/www.mooielight.com\/wp-content\/uploads\/2022\/03\/Nelson-Ball-Wall-Sconce_011.jpg\" class=\"alignnone size-full wp-image-484098\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWall canopy plate size:\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eDia 4.5cm x H 25cm \/ ∅ 1.8″ x H 9.8″\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 28cm  x  H 40cm \/ ∅ 11″ x  H 15.7″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/1_600x6009_63999994-28b6-42b7-9305-484d09abafc4.jpg?v=1721618381\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 30cm  x  H 30cm \/ ∅ 11.8″ x  H 11.8″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/2_600x600_76e2626e-8362-41c1-a8bd-c6b66794249c_600x600.jpg?v=1638496627\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 30cm  x  H 28cm \/ ∅ 11.8″ x  H 11″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/3_600x600_be42ab41-1af1-484c-b9a7-8c910d08ae98_600x600.jpg?v=1638496643\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 40cm  x  H 22cm \/ ∅ 15.7″ x  H 8.6″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Wall_Sconce_0319.jpg?v=1742365335\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Polymer, steel wire, Walnut\u003c\/li\u003e\n\u003cli\u003eFinishes: White \u0026amp; Walnut\u003c\/li\u003e\n\u003cli\u003eLampshade: Opal\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E27 or E26 base bulb.\u003c\/li\u003e\n\u003cli\u003ewitch: Compatible with ordinary household switches, not compatible with dimmers.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e59″ wires with plug switches.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eVoltage: AC 110-240V\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1HwuzdqcsmTFwDTX3yyktzX5e6U8HR_NW\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1_d2Iz897xw-FVSbog1eDQ6fPLPSGPZc_\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 28cm  x  H 40cm \/ ∅ 11″ x  H 15.7″ \/ White \/ US plug","offer_id":42120656617729,"sku":"ML-505-1","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm  x  H 40cm \/ ∅ 11″ x  H 15.7″ \/ White \/ UK plug","offer_id":45257271410945,"sku":"ML-505-3","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm  x  H 40cm \/ ∅ 11″ x  H 15.7″ \/ White \/ AU plug","offer_id":45257271476481,"sku":"ML-505-5","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm  x  H 40cm \/ ∅ 11″ x  H 15.7″ \/ White \/ EU plug","offer_id":45257271574785,"sku":"ML-505-7","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 30cm \/ ∅ 11.8″ x  H 11.8″ \/ White \/ US plug","offer_id":42120656650497,"sku":"ML-505-9","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 30cm \/ ∅ 11.8″ x  H 11.8″ \/ White \/ UK plug","offer_id":45257271673089,"sku":"ML-505-11","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 30cm \/ ∅ 11.8″ x  H 11.8″ \/ White \/ AU plug","offer_id":45257271738625,"sku":"ML-505-13","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 30cm \/ ∅ 11.8″ x  H 11.8″ \/ White \/ EU plug","offer_id":45257271804161,"sku":"ML-505-15","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 28cm \/ ∅ 11.8″ x  H 11″ \/ White \/ US plug","offer_id":42120656683265,"sku":"ML-505-17","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 28cm \/ ∅ 11.8″ x  H 11″ \/ White \/ UK plug","offer_id":45257271902465,"sku":"ML-505-19","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 28cm \/ ∅ 11.8″ x  H 11″ \/ White \/ AU plug","offer_id":45257272033537,"sku":"ML-505-21","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm  x  H 28cm \/ ∅ 11.8″ x  H 11″ \/ White \/ EU plug","offer_id":45257272099073,"sku":"ML-505-23","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm  x  H 22cm \/ ∅ 15.7″ x  H 8.6″ \/ White \/ US plug","offer_id":42120656716033,"sku":"ML-505-25","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm  x  H 22cm \/ ∅ 15.7″ x  H 8.6″ \/ White \/ UK plug","offer_id":45257272197377,"sku":"ML-505-27","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm  x  H 22cm \/ ∅ 15.7″ x  H 8.6″ \/ White \/ AU plug","offer_id":45257272262913,"sku":"ML-505-29","price":305.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm  x  H 22cm \/ ∅ 15.7″ x  H 8.6″ \/ White \/ EU plug","offer_id":45257272328449,"sku":"ML-505-31","price":305.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Wall_Sconce_39939d11-98b0-496e-8951-5e61c7e39125.jpg?v=1742805450"},{"product_id":"nelson-tripod-table-lamp","title":"Nelson Tripod Table Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/vpJYQEsRXqE?si=TGghKqjkZEASQb9k\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe Nelson Tripod Lamp comes in two sizes and with a steel tripod stand that allows it to be placed in a variety of settings, Available in charming spherical silhouettes, the Nelson Bubble Lamps add a touch of softness and luminosity to interiors. The Nelson Lamp series of lamps with elemental, spherical shapes like a rounded apple, an elongated cigar, and a shapely pear, among others.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 28cm x H 48cm \/ ∅ 11″ x H 18.9″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Tripod_Lamp_h-48cm_600x600.jpg?v=1744458708\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 30cm x H 35cm \/ ∅ 11.8″ x H 13.8″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Tripod_Lamp_h-35cm_600x600.jpg?v=1744458708\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003eDia 35cm x H 40cm \/ ∅ 13.8″ x H 15.7″\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Tripod_Lamp_h-40cm_600x600.jpg?v=1744458709\"\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eDia 30cm x H 38cm \/ ∅ 11.8\u003cspan style=\"font-size: 0.875rem;\"\u003e″\u003c\/span\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003e x H 15\u003c\/span\u003e\u003cspan style=\"font-size: 0.875rem;\"\u003e″ \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Tripod_Lamp_h-38cm_600x600.jpg?v=1744458708\"\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Polymer, Steel wire\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Silver\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: White.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 0.1px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1MZ4ov3GZbg8nlJQ1R0-U6aYNdVqIHzZW\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e  \u003cspan\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1GvTWXEfqMXSpwQpWA5k7uXfMRL-2X13e\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 28cm x H 48cm \/ ∅ 11″ x H 18.9″ \/ US plug \/ White","offer_id":42120658813185,"sku":"M-202112081250-5","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 48cm \/ ∅ 11″ x H 18.9″ \/ UK plug \/ White","offer_id":42120658845953,"sku":"M-202112081250-6","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 48cm \/ ∅ 11″ x H 18.9″ \/ AU plug \/ White","offer_id":42120658878721,"sku":"M-202112081250-7","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 28cm x H 48cm \/ ∅ 11″ x H 18.9″ \/ EU plug \/ White","offer_id":42120658911489,"sku":"M-202112081250-8","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 35cm \/ ∅ 11.8″ x H 13.8″ \/ US plug \/ White","offer_id":42120658944257,"sku":"M-202112081250-1","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 35cm \/ ∅ 11.8″ x H 13.8″ \/ UK plug \/ White","offer_id":42120658977025,"sku":"M-202112081250-2","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 35cm \/ ∅ 11.8″ x H 13.8″ \/ AU plug \/ White","offer_id":42120659009793,"sku":"M-202112081250-3","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 35cm \/ ∅ 11.8″ x H 13.8″ \/ EU plug \/ White","offer_id":42120659042561,"sku":"M-202112081250-4","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 40cm \/ ∅ 13.8″ x H 15.7″ \/ US plug \/ White","offer_id":42120659075329,"sku":"M-202112081250-9","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 40cm \/ ∅ 13.8″ x H 15.7″ \/ UK plug \/ White","offer_id":42120659108097,"sku":"M-202112081250-10","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 40cm \/ ∅ 13.8″ x H 15.7″ \/ AU plug \/ White","offer_id":42120659140865,"sku":"M-202112081250-11","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 40cm \/ ∅ 13.8″ x H 15.7″ \/ EU plug \/ White","offer_id":42120659173633,"sku":"M-202112081250-12","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 38cm \/ ∅ 11.8″ x H 15″ \/ US plug \/ White","offer_id":42715913027841,"sku":"M-202112081250-13","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 38cm \/ ∅ 11.8″ x H 15″ \/ UK plug \/ White","offer_id":42715913060609,"sku":"M-202112081250-14","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 38cm \/ ∅ 11.8″ x H 15″ \/ AU plug \/ White","offer_id":42715913093377,"sku":"M-202112081250-15","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 38cm \/ ∅ 11.8″ x H 15″ \/ EU plug \/ White","offer_id":42715913126145,"sku":"M-202112081250-16","price":231.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Tripod_Table-Lamp_0329.jpg?v=1743229677"},{"product_id":"nelson-table-lamp","title":"Nelson Table Lamp","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/VMyHnbFRZ1E?si=IX12AYRAAudCPVw-\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e \u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/Pygi8i7vwb0?si=gtqwT3C-ObbgyO5y\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe Cigar Lotus Table Lamp brings this classic George Nelson design to a table setting. Its elegant lampshade is set on a steel base that is available with or without a walnut cover, and an easy-to-use on\/off pull chain with a solid walnut end. The lamp also includes an 86-inch plug-in cord. The Nelson Bubble Lamps were first designed in 1952 when Nelson was inspired by set of Swedish hanging lamps. Their expensive price prompted Nelson to make his own set, and he arrived at an innovative process that replaced their silk shade with a translucent plastic material, making them available at a modest price.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 28cm x H 75cm \/ ∅ 11″ x H 29.5″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson-Table-Lamp_Size__2_600x6_9aefcb20-6574-45e6-b896-7ca1cd2959a6.jpg?v=1728608956\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 30cm x H 63cm \/ ∅ 11.8″ x H 24.8″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Nelson-Table-Lamp_Size__3_600x600.jpg?v=1711448567\" data-pin-me-only=\"true\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 30cm x H 67cm \/ ∅ 11.8″ x H 26.4″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Nelson-Table-Lamp_Size__1_600x600.jpg?v=1711448541\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Polymer, Steel wire\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Silver\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: White.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1Dkya5sC6VQWGDA6VpGsEyWw7i_wkZE1R\/view?usp=sharing\" target=\"_blank\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e\u003c\/a\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1l3tvVcLVgKK9t11htyrjDPkhzlP0N7Bl\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003c\/a\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1Dkya5sC6VQWGDA6VpGsEyWw7i_wkZE1R\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1Dkya5sC6VQWGDA6VpGsEyWw7i_wkZE1R\/view?usp=sharing\" target=\"_blank\"\u003e \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1bXdbJ0LGuU6VKi7WKpZhVvpc5X9ebNdM\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 398px; top: 2207.5px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Model A: Dia 28cm x H 75cm \/ ∅ 11″ x H 29.5″ \/ US plug","offer_id":42120659468545,"sku":"M-202112081249-1","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 28cm x H 75cm \/ ∅ 11″ x H 29.5″ \/ UK plug","offer_id":42120659501313,"sku":"M-202112081249-2","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 28cm x H 75cm \/ ∅ 11″ x H 29.5″ \/ AU plug","offer_id":42120659534081,"sku":"M-202112081249-3","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 28cm x H 75cm \/ ∅ 11″ x H 29.5″ \/ EU plug","offer_id":42120659566849,"sku":"M-202112081249-4","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 30cm x H 63cm \/ ∅ 11.8″ x H 24.8″ \/ US plug","offer_id":42120659599617,"sku":"M-202112081249-5","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 30cm x H 63cm \/ ∅ 11.8″ x H 24.8″ \/ UK plug","offer_id":42120659632385,"sku":"M-202112081249-6","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 30cm x H 63cm \/ ∅ 11.8″ x H 24.8″ \/ AU plug","offer_id":42120659665153,"sku":"M-202112081249-7","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 30cm x H 63cm \/ ∅ 11.8″ x H 24.8″ \/ EU plug","offer_id":42120659697921,"sku":"M-202112081249-8","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 30cm x H 67cm \/ ∅ 11.8″ x H 26.4″ \/ US plug","offer_id":42120659730689,"sku":"M-202112081249-9","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 30cm x H 67cm \/ ∅ 11.8″ x H 26.4″ \/ UK plug","offer_id":42120659763457,"sku":"M-202112081249-10","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 30cm x H 67cm \/ ∅ 11.8″ x H 26.4″ \/ AU plug","offer_id":42120659796225,"sku":"M-202112081249-11","price":294.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 30cm x H 67cm \/ ∅ 11.8″ x H 26.4″ \/ EU plug","offer_id":42120659828993,"sku":"M-202112081249-12","price":294.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Nelson_Table_Lamp_0329.jpg?v=1743221666"},{"product_id":"lento-table-lamp","title":"Lento Table Lamp","description":"\u003cp\u003eIlluminate your living space with this simple yet bold table lamp. It features a beautiful polished gold finish with black body. The perfect accent piece for your office, bedroom, foyer or living room.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Lento_table_lamp_600x600_f0e3f46d-51e2-4987-8766-8b48874cb1f9_600x600.jpg?v=1638168341\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Black, Gold \u0026amp; Black.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: Gold, Black.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/13glsrrbnJguF6k1XYd4NjUcsIMLTzeh0\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Gold \u0026 Black \/ US plug","offer_id":42120663204097,"sku":"M-202112081105-1","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Gold \u0026 Black \/ UK plug","offer_id":42120663236865,"sku":"M-202112081105-2","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Gold \u0026 Black \/ AU plug","offer_id":42120663269633,"sku":"M-202112081105-3","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Gold \u0026 Black \/ EU plug","offer_id":42120663302401,"sku":"M-202112081105-4","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Black \/ US plug","offer_id":42120663073025,"sku":"M-202112081105-5","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Black \/ UK plug","offer_id":42120663105793,"sku":"M-202112081105-6","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Black \/ AU plug","offer_id":42120663138561,"sku":"M-202112081105-7","price":186.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 50cm \/ ∅ 13.8″ x H 19.7″ \/ Black \/ EU plug","offer_id":42120663171329,"sku":"M-202112081105-8","price":186.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Lento_Table_Lamp_0329.jpg?v=1743233055"},{"product_id":"onos-pendant-lamp","title":"Onos Pendant Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/Kk0n2xAv4_k?si=YLSJoKgSBuYxqDxr\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/6x1jzvzdbOc?si=gsSwvSwOJrz0Phbl\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/G4mLk02BQj0?si=1IJP_rFzNSvQ6RrU\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eVery nice and extremely rare height-adjustable pendulum lamp from the 1970s. The light effect of the lamp is extremely beautiful. The design and the very nice details create a very noble and pleasant light.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 30cm  \/ ∅ 11.8″ \u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 50cm  \/ ∅ 19.7″ \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Onos_Pendant_Lamp_size-30cm_600x600.jpg?v=1746620056\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Metal.\u003c\/li\u003e\n\u003cli\u003eFinishes: Chrome, Gold.\u003c\/li\u003e\n\u003cli\u003eLampshade: Chrome, Gold.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003c\/li\u003e\n\u003cli\u003eInstall: Sloped ceiling compatible (Sloped Ceiling Adaptable\u0026lt;30°)\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/17onF2GWXm_xq1_EwRprBkc57TDkOboup\/view\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003c\/a\u003e\u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/17T-92JiO9iVLjXwigulR8n5YkvYpbi8B\/view\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Single Dia 30cm  \/ ∅ 11.8″ \/ Gold","offer_id":42120664940801,"sku":"ML-498-1","price":282.0,"currency_code":"USD","in_stock":true},{"title":"Single Dia 30cm  \/ ∅ 11.8″ \/ Chrome","offer_id":42120664973569,"sku":"ML-498-2","price":282.0,"currency_code":"USD","in_stock":true},{"title":"Single Dia 50cm  \/ ∅ 19.7″ \/ Gold","offer_id":42120665006337,"sku":"ML-498-3","price":308.0,"currency_code":"USD","in_stock":true},{"title":"Single Dia 50cm  \/ ∅ 19.7″ \/ Chrome","offer_id":42120665039105,"sku":"ML-498-4","price":308.0,"currency_code":"USD","in_stock":true},{"title":"Double Dia 30cm  \/ ∅ 11.8″ \/ Gold","offer_id":42120665071873,"sku":"ML-498-5","price":528.0,"currency_code":"USD","in_stock":true},{"title":"Double Dia 30cm  \/ ∅ 11.8″ \/ Chrome","offer_id":42120665104641,"sku":"ML-498-6","price":528.0,"currency_code":"USD","in_stock":true},{"title":"Double Dia 50cm  \/ ∅ 19.7″ \/ Gold","offer_id":42120665137409,"sku":"ML-498-7","price":583.0,"currency_code":"USD","in_stock":true},{"title":"Double Dia 50cm  \/ ∅ 19.7″ \/ Chrome","offer_id":42120665170177,"sku":"ML-498-8","price":583.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Onos-Pendant-Lamp.jpg?v=1766133271"},{"product_id":"portal-table-lamp","title":"Portal Table Lamp","description":"\u003cp\u003eEmanating luminescence from a minimalist form, PORTAL TABLE LAMP embodies the cyclical nature of existence.\u003c\/p\u003e\n\u003cp\u003eLooking through PORTAL TABLE LAMP one is drawn through a metaphysical passageway connecting two environments, dimensions or points in time.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #ff2a00;\"\u003eNote: *\u003c\/span\u003eOur default light source is Warm Light (3000K) , if you need other color temperature, please contact us.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 36cm x H 37cm \/ ∅ 14″ x H 14.5″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Portal_Table_Lamp_1_480x480.jpg?v=1638534487\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterials:\u003cspan\u003e Brass, Marble\u003c\/span\u003e\u003cspan\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e White\u003c\/span\u003e\u003cspan\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: Brass.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eLight source: Integrated LED\u003c\/li\u003e\n\u003cli\u003eKelvin range: Warm Light (3000K), Neutral Light (4500K), Cool Light (6000K)\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/18MSSb9tvfA8MFANpnInlraTxY2sPFX3i\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003c\/a\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1B864M9O7FEiGan9b-GqpxD5t_BkaKipL\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -41px; top: 91.9688px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 36cm x H 37cm \/ ∅ 14″ x H 14.5″ \/ Brass \/ US plug","offer_id":42120672936193,"sku":"M-202112071445-1","price":198.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 37cm \/ ∅ 14″ x H 14.5″ \/ Brass \/ UK plug","offer_id":42120672968961,"sku":"M-202112071445-2","price":198.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 37cm \/ ∅ 14″ x H 14.5″ \/ Brass \/ AU plug","offer_id":44474579321089,"sku":"","price":198.0,"currency_code":"USD","in_stock":false},{"title":"Dia 36cm x H 37cm \/ ∅ 14″ x H 14.5″ \/ Brass \/ EU plug","offer_id":44474579353857,"sku":"","price":198.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Portal_Table_Lamp_0329.jpg?v=1743232190"},{"product_id":"quan-floor-lamp","title":"Quan Floor Lamp","description":"\u003cp\u003eMito largo stages every room with elegance and lightness. It harmoniously fits into a room situation and sets an expressive statement in interior design. Its appearance and finely tuned lighting effect create an extraordinary atmosphere.\u003c\/p\u003e\n\u003cp\u003eThe ring-shaped head floats almost weightlessly on the tapered carbon body.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 40cm \/ ∅ 15.7″\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 60cm \/ ∅ 23.6″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Quan_Floor_Lamp_01.jpg?v=1742368298\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterials:\u003cspan\u003e Metal, Stainless steel, Acrylic.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Black.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLampshade:\u003cspan\u003e Copper, Black, Rose Gold.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eLight source: Integrated LED\u003c\/li\u003e\n\u003cli\u003eKelvin range: Warm Light (3000K), Neutral Light (4500K), Cool Light (6000K)\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePACKING SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e40cm: \u003cspan\u003eL 61cm\u003c\/span\u003e\u003cspan\u003e x W 61\u003c\/span\u003e\u003cspan\u003ecm\u003c\/span\u003e\u003cspan\u003e x H 13\u003c\/span\u003e\u003cspan\u003ecm \/ L 151cm x W 41cm x H 10cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e60cm: L 75cm x W 75cm x H 13cm \/ L 151cm x W 41cm x H 10cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1z9AFbbnprgkpXvP8vLzx1rm1PM5fEket\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 218px; top: 195.156px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Warm Light \/ US plug","offer_id":42120695120129,"sku":"M-202112081220-1","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Warm Light \/ UK plug","offer_id":44209111171329,"sku":"M-202112081220-2","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Warm Light \/ AU plug","offer_id":44209111204097,"sku":"M-202112081220-3","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Warm Light \/ EU plug","offer_id":44209111236865,"sku":"M-202112081220-4","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Cool Light \/ US plug","offer_id":44209111269633,"sku":"M-202112081220-5","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Cool Light \/ UK plug","offer_id":44209111302401,"sku":"M-202112081220-6","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Cool Light \/ AU plug","offer_id":44209111335169,"sku":"M-202112081220-7","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Black \u0026 Cool Light \/ EU plug","offer_id":44209111367937,"sku":"M-202112081220-8","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Warm Light \/ US plug","offer_id":44209111400705,"sku":"M-202112081220-9","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Warm Light \/ UK plug","offer_id":44209111433473,"sku":"M-202112081220-10","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Warm Light \/ AU plug","offer_id":44209111466241,"sku":"M-202112081220-11","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Warm Light \/ EU plug","offer_id":44209111499009,"sku":"M-202112081220-12","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Cool Light \/ US plug","offer_id":44209111531777,"sku":"M-202112081220-13","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Cool Light \/ UK plug","offer_id":44209111564545,"sku":"M-202112081220-14","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Cool Light \/ AU plug","offer_id":44209111597313,"sku":"M-202112081220-15","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Copper \u0026 Cool Light \/ EU plug","offer_id":44209111630081,"sku":"M-202112081220-16","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Warm Light \/ US plug","offer_id":44209111662849,"sku":"M-202112081220-17","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Warm Light \/ UK plug","offer_id":44209111695617,"sku":"M-202112081220-18","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Warm Light \/ AU plug","offer_id":44209111728385,"sku":"M-202112081220-19","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Warm Light \/ EU plug","offer_id":44209111761153,"sku":"M-202112081220-20","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Cool Light \/ US plug","offer_id":44209111793921,"sku":"M-202112081220-21","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Cool Light \/ UK plug","offer_id":44209111826689,"sku":"M-202112081220-22","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Cool Light \/ AU plug","offer_id":44209111859457,"sku":"M-202112081220-23","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm \/ ∅ 15.7″ \/ Rose gold \u0026 Cool Light \/ EU plug","offer_id":44209111892225,"sku":"M-202112081220-24","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Warm Light \/ US plug","offer_id":42120695316737,"sku":"M-202112081220-25","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Warm Light \/ UK plug","offer_id":44209111924993,"sku":"M-202112081220-26","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Warm Light \/ AU plug","offer_id":44209111957761,"sku":"M-202112081220-27","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Warm Light \/ EU plug","offer_id":44209111990529,"sku":"M-202112081220-28","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Cool Light \/ US plug","offer_id":44209112023297,"sku":"M-202112081220-29","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Cool Light \/ UK plug","offer_id":44209112056065,"sku":"M-202112081220-30","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Cool Light \/ AU plug","offer_id":44209112088833,"sku":"M-202112081220-31","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Black \u0026 Cool Light \/ EU plug","offer_id":44209112121601,"sku":"M-202112081220-32","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Warm Light \/ US plug","offer_id":44209112154369,"sku":"M-202112081220-33","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Warm Light \/ UK plug","offer_id":44209112187137,"sku":"M-202112081220-34","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Warm Light \/ AU plug","offer_id":44209112219905,"sku":"M-202112081220-35","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Warm Light \/ EU plug","offer_id":44209112252673,"sku":"M-202112081220-36","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Cool Light \/ US plug","offer_id":44209112285441,"sku":"M-202112081220-37","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Cool Light \/ UK plug","offer_id":44209112318209,"sku":"M-202112081220-38","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Cool Light \/ AU plug","offer_id":44209112350977,"sku":"M-202112081220-39","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Copper \u0026 Cool Light \/ EU plug","offer_id":44209112383745,"sku":"M-202112081220-40","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Warm Light \/ US plug","offer_id":44209112416513,"sku":"M-202112081220-41","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Warm Light \/ UK plug","offer_id":44209112449281,"sku":"M-202112081220-42","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Warm Light \/ AU plug","offer_id":44209112482049,"sku":"M-202112081220-43","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Warm Light \/ EU plug","offer_id":44209112514817,"sku":"M-202112081220-44","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Cool Light \/ US plug","offer_id":44209112547585,"sku":"M-202112081220-45","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Cool Light \/ UK plug","offer_id":44209112580353,"sku":"M-202112081220-46","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Cool Light \/ AU plug","offer_id":44209112613121,"sku":"M-202112081220-47","price":616.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm \/ ∅ 23.6″ \/ Rose gold \u0026 Cool Light \/ EU plug","offer_id":44209112645889,"sku":"M-202112081220-48","price":616.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Quan_Floor_Lamp.jpg?v=1742786874"},{"product_id":"faceted-table-light","title":"Faceted  Table Light","description":"\u003cp\u003eInspired by polyhedral designs of the 1970s, our asymmetrical faceted table lamp is like a gem forged from metal.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 33cm x H 56cm \/ ∅ 13″ x H 22″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Faceted_Table_Light_600x600.jpg?v=1638071431\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal, Fabric.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Gold.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: White.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/14pmlLlE34QW45WpjRYn15rg_fffsdygf\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/18_a0GTpe1i20wM6Tk91LOVaGUKNKtm6q\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 33cm x H 56cm \/ ∅ 13″ x H 22″ \/ Gold \u0026 Beige \/ US plug","offer_id":42120695709953,"sku":"M-202112071247-1","price":288.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 56cm \/ ∅ 13″ x H 22″ \/ Gold \u0026 Beige \/ UK plug","offer_id":42120695742721,"sku":"M-202112071247-2","price":288.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 56cm \/ ∅ 13″ x H 22″ \/ Gold \u0026 Beige \/ AU plug","offer_id":42120695775489,"sku":"M-202112071247-3","price":288.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 56cm \/ ∅ 13″ x H 22″ \/ Gold \u0026 Beige \/ EU plug","offer_id":42120695808257,"sku":"M-202112071247-4","price":288.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Faceted_Table_Light_0329.jpg?v=1743229179"},{"product_id":"pangen-pendant-lamp","title":"Pangen Pendant Lamp","description":"\u003cp\u003e\u003cspan\u003e\u003ciframe title=\"Pangen Pendant Lamp\" src=\"https:\/\/www.youtube.com\/embed\/h2IpEhRzRk0\" height=\"1035\" width=\"1840\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003ePangen  is a \u003c\/span\u003e\u003cspan\u003esuspension lamp. Moulded dome in painted aluminium with white inside. Diffuser in satin finish polycarbonate. Chrome-plated canopy. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: \u003cspan\u003eDia\u003c\/span\u003e 60cm x H 18cm \/ \u003cspan\u003e∅ 23.6″ x H 7.1″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Pangen_Pendant_Lamp_23_size_600x60_6a4a5833-801a-46c3-af90-e8b8fc6d0237.jpg?v=1714701993\"\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Aluminum, Acrylic\u003c\/li\u003e\n\u003cli\u003eFinishes: Black, White\u003c\/li\u003e\n\u003cli\u003eLampshade: Black, White\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1-hLsytAB1uk5JhmoMVsGJipz646ZP7SR\/view\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003c\/a\u003e\u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1_5Xl1KXicZRC4Qon1x2pvbEQzgJCtetV\/view\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e \u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 60cm x H 18cm \/ ∅ 23.6″ x H 7.1″ \/ White","offer_id":42120713470209,"sku":"M-202112071424-1","price":792.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm x H 18cm \/ ∅ 23.6″ x H 7.1″ \/ Black","offer_id":42120713437441,"sku":"M-202112071424-2","price":792.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Pangen_Pendant_Lamp_03142.jpg?v=1742084525"},{"product_id":"track-light-ceiling-light","title":"Track Light Ceiling Light","description":"\u003cp\u003e\u003cspan\u003eYou can easily direct the light where you want it because the arms and spotlights are adjustable.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003eSize\u003c\/span\u003e: Dia 150cm x H 32cm \/ ∅ 59″ x H 12.6″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Track_Light_Ceiling_Light_600x600.jpg?v=1700828375\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterials: Aluminum alloy, Metal, Acrylic.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eFinishes: Black, Gold.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: White.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLight source: Integrated LED\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eKelvin range: Warm Light (3000K), Neutral Light (4500K), Cool Light (6000K)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHardwired.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eVoltage: AC 110-240V\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eEnvironment: Indoor\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIP rating 20 - not waterproof.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1zT0nCSsCpmj3dGSnCHjLEM-k_xYWN8Fd\/view?usp=sharing\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1SpdVICJOf6QBrQgoOwIRoBA_Nrng2Xn9\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 150cm x H 32cm \/ ∅ 59″ x H 12.6″ \/ Black","offer_id":42120718516481,"sku":"M-202112071405-1","price":244.0,"currency_code":"USD","in_stock":true},{"title":"Dia 150cm x H 32cm \/ ∅ 59″ x H 12.6″ \/ Gold","offer_id":42120718582017,"sku":"M-202112071405-3","price":244.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Track_Light_Ceiling_Light_666629c8-daf3-4d8f-aea5-c8d5f9b30950.jpg?v=1742952510"},{"product_id":"bola-disc-table-lamp","title":"Bola Disc Table Lamp","description":"\u003cp\u003eBola Disc Table's iconic silhouette is defined by its elegant chromed stainless steel disc shade positioned at 45 degrees while elevated by an opaline glass globe diffusor that appears to float over its marble cylinder base. The shade can be rotated 360 degrees to provide multiple lighting possibilities allowing its friendly asymmetric design to cast both direct and indirect light where you need it most.\u003c\/p\u003e\n\u003cp\u003eThis distinctly iconic design is perfectly suited for desks, bedside stands, and reading nooks. Bola Disc Table also features full-range dimming via a discreet push button switch and is available in a variety of exquisite base and shade combinations in marble and polished stainless steel.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003ePlease note, the marbling will vary from product to product so may look different from the images shown.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Bola_Disc_Table_Lamp_1_480x480.jpg?v=1637895563\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal, Marble, Glass.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Black, White.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: White.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1TKymm4cN08SOV90fJZ-0bMcik_p-u47Y\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1XhU9wDmk1RDkP2aM9GzhNoPrwCL9s1UY\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 Black Marble \/ US plug","offer_id":42120722448641,"sku":"M-202112071101-13","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 Black Marble \/ UK plug","offer_id":42120722481409,"sku":"M-202112071101-14","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 Black Marble \/ AU plug","offer_id":42120722514177,"sku":"M-202112071101-15","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 Black Marble \/ EU plug","offer_id":42120722546945,"sku":"M-202112071101-16","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 White Marble \/ US plug","offer_id":42120722186497,"sku":"M-202112071101-9","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 White Marble \/ UK plug","offer_id":42120722219265,"sku":"M-202112071101-10","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 White Marble \/ AU plug","offer_id":42120722252033,"sku":"M-202112071101-11","price":231.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 40cm \/ ∅ 11.8″ x H 15.7″ \/ Gold \u0026 White Marble \/ EU plug","offer_id":42120722284801,"sku":"M-202112071101-12","price":231.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Bola_Disc_Table_Lamp_0329.jpg?v=1743229216"},{"product_id":"galileo-table-lamp","title":"Galileo Table Lamp","description":"\u003cp\u003e\u003ciframe width=\"1152\" height=\"648\" src=\"https:\/\/www.youtube.com\/embed\/iCeq6xrmwGI\" title=\"Galileo Table Lamp\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eAdd the finishing touch to any room in your home with this lovely fluted ceramic table lamp. Atop a brushed brass base, a solid coating of gray glaze gives this ribbed shape a high-gloss finish. Topped with a linen hardback drum shade and paired with brass fittings, the style extends all the way to the plus with a silk-wrapped cord.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eSize: Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Galileo_Table_Lamp_8.jpg?v=1742453112\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal, Ceramics.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Black, Grey.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: White.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1msjoh4uCnIFW_nmJh_ke4xOd3yIaZNPP\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Grey \/ US plug","offer_id":42120723071233,"sku":"M-202112081049-1","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Grey \/ UK plug","offer_id":42120723104001,"sku":"M-202112081049-2","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Grey \/ AU plug","offer_id":42120723136769,"sku":"M-202112081049-3","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Grey \/ EU plug","offer_id":42120723169537,"sku":"M-202112081049-4","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Black \/ US plug","offer_id":42120723202305,"sku":"M-202112081049-5","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Black \/ UK plug","offer_id":42120723235073,"sku":"M-202112081049-6","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Black \/ AU plug","offer_id":42120723267841,"sku":"M-202112081049-7","price":310.0,"currency_code":"USD","in_stock":true},{"title":"Dia 38cm x H 68cm \/ ∅ 15″ x H 26.7″ \/ White \u0026 Black \/ EU plug","offer_id":42120723300609,"sku":"M-202112081049-8","price":310.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Galileo_Table_-Lamp_0329.jpg?v=1743230894"},{"product_id":"zanuso-table-lamp","title":"Zanuso Table Lamp","description":"\u003cp\u003eOur designed the table lamp for with its large adjustable rotary Perspex diffuser, fastened to a lacquered metal base. Subsequently renamed Zanuso, the lamp was originally conceived for use as a desk lamp.\u003c\/p\u003e\n\u003cp\u003eHowever, its purpose was not intended as an operational lamp, but rather to illuminate a table in an environment that is not necessarily an office. In fact, its iconic shape finds use not only on desks, but generally on any bearing plane, its primary role being to light a portion of a room.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Zanuso_Table_Lamp_Size_600x600.jpg?v=1638156385\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterials:\u003cspan\u003e Plastica, Polipropilene\u003c\/span\u003e\u003cspan\u003e.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e White\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eLight source: Integrated LED\u003c\/li\u003e\n\u003cli\u003eKelvin range: Warm Light (3000K), Neutral Light (4500K), Cool Light (6000K)\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1QyA2CFL0dBW0to2Q3mkIDkuCQ7dTSV-2\/view?usp=sharing\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003cspan\u003e  \u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 66px; top: 234.344px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Warm White \/ US plug","offer_id":42120725463297,"sku":"M-202112071321-1","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Warm White \/ UK plug","offer_id":44211702694145,"sku":"M-202112071321-2","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Warm White \/ AU plug","offer_id":44211702726913,"sku":"M-202112071321-3","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Warm White \/ EU plug","offer_id":44211702759681,"sku":"M-202112071321-4","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Cool White \/ US plug","offer_id":42120725496065,"sku":"M-202112071321-5","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Cool White \/ UK plug","offer_id":44211702792449,"sku":"M-202112071321-6","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Cool White \/ AU plug","offer_id":44211702825217,"sku":"M-202112071321-7","price":429.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 40cm \/ ∅ 16.5\" x H 15.7\" \/ Cool White \/ EU plug","offer_id":44211702857985,"sku":"M-202112071321-8","price":429.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Zanuso_Table_Lamp_0329.jpg?v=1743231114"},{"product_id":"anae-table-lamp","title":"Anae Table Lamp","description":"\u003cp\u003e\u003ciframe width=\"1840\" height=\"1035\" src=\"https:\/\/www.youtube.com\/embed\/Z8zv9VSjEFc\" title=\"Anae Table Lamp\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe Anae Table Lamp features a silky, modern table lamp design and this was emphasized by the fantastic all-metal profile, stylish, and eye-catching look. The lacquered metal makeup of the Anae Table Lamp together with its matt ivory finishes makes it possible for the table lamp to be mounted in all interior styles. It is a great lighting system that stands as an elegant and well-designed island of light for all and sundry, particularly those who are longing to tame it. \u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Anae Table Lamp is suitable and perfect for use at the entrance to your house, a bedroom, or your living room. The distinctive and incomparable interface of this table lamp makes light tangible for the light enthusiasts and re-establishes the way we view lighting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Anae_Table_Lamp_600x600_bcf31a39-9c78-44fc-af5f-dbadb5d29e10_600x600.jpg?v=1638605751\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Pink, Black, White\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1yQXw1JpXJXboagfpWwXlYiPFw-UcCG29\/view?usp=sharing\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003cspan\u003e  \u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ White \/ US plug","offer_id":42120740897025,"sku":"M-202112071016-1","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ White \/ UK plug","offer_id":42120740929793,"sku":"M-202112071016-2","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ White \/ AU plug","offer_id":42120740962561,"sku":"M-202112071016-3","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ White \/ EU plug","offer_id":42120740995329,"sku":"M-202112071016-4","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Pink \/ US plug","offer_id":42120740602113,"sku":"M-202112071016-5","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Pink \/ UK plug","offer_id":42120740634881,"sku":"M-202112071016-6","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Pink \/ AU plug","offer_id":42120740667649,"sku":"M-202112071016-7","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Pink \/ EU plug","offer_id":42120740700417,"sku":"M-202112071016-8","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Black \/ US plug","offer_id":42120740765953,"sku":"M-202112071016-9","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Black \/ UK plug","offer_id":42120740798721,"sku":"M-202112071016-10","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Black \/ AU plug","offer_id":42120740831489,"sku":"M-202112071016-11","price":219.0,"currency_code":"USD","in_stock":true},{"title":"Dia 36cm x H 52cm \/ ∅ 14″ x H 20.4″ \/ Black \/ EU plug","offer_id":42120740864257,"sku":"M-202112071016-12","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Anae_Table_Lamp_0329.jpg?v=1743233885"},{"product_id":"orbe-table-lamp","title":"Orbe Table Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/cQcJqQvaMq4\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/Eg-BjNUKwAg\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eORBE is a table lamp with indirect light, designed to provide soft illumination to the environment.\u003c\/p\u003e\n\u003cp\u003eThe piece has a simple structure, composed by the minimum required for its functionality: the front box houses the light source and provides the weight that supports the set; the conical plate has the function of gradually rebounding the light, creating a nuance of shade that encicles its volume; the back support provides stability to the piece and completes its silhouette. Each of these elements is marked by the use of different colors and finishes that seek to emphasize the precise constitution of the ORBE lamp.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Orbe_Table_Lamp_8_045fd536-a0e1-46a3-8c88-056432dcc9c8.jpg?v=1742438410\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Metal, Iron\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Black, White\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: Red, Blue.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1ev-whOJX9AhF_hTbLcrSjl9nkADZzt23\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1wlVVy8LMiFlK6g8wCyIf142-32ns0YQS\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1ev-whOJX9AhF_hTbLcrSjl9nkADZzt23\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 360px; top: 888.719px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Black+Red \/ US plug","offer_id":42120745320705,"sku":"ML-464-1","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Black+Red \/ UK plug","offer_id":42120745386241,"sku":"ML-464-2","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Black+Red \/ AU plug","offer_id":44209229889793,"sku":"ML-464-3","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Black+Red \/ EU plug","offer_id":44209229922561,"sku":"ML-464-4","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Blue+White \/ US plug","offer_id":42120745419009,"sku":"ML-464-5","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Blue+White \/ UK plug","offer_id":42120745451777,"sku":"ML-464-6","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Blue+White \/ AU plug","offer_id":44209229955329,"sku":"ML-464-7","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 42cm \/ ∅ 11.8″ x H 16.5″ \/ Blue+White \/ EU plug","offer_id":44209229988097,"sku":"ML-464-8","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Orbe_Table_Lamp_0329.jpg?v=1743221592"},{"product_id":"wooden-pumpkin-pendant-lamp","title":"Wooden Pumpkin Pendant Lamp","description":"\u003cp\u003e\u003ciframe width=\"1064\" height=\"599\" src=\"https:\/\/www.youtube.com\/embed\/XWQ5cDlpakE\" title=\"Wooden Pumpkin Pendant Lamp\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eFrom the love of nature,From the fond memories of childhood,Bring nature home,The fragrance of natural life creates a natural and free life.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 30cm x H 18cm \/ ∅ 11.8″ x H 7″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 42cm x H 25cm \/ ∅ 16.5″ x H 10″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 50cm x H 30cm \/ ∅ 19.7″ x H 11.8″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Size_b6624290-1283-46ca-8f3a-c73bec494d01_600x600.jpg?v=1638169715\" alt=\"\" style=\"margin-bottom: 0.1px; float: none;\"\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Wooden\u003c\/li\u003e\n\u003cli\u003eFinishes: Wooden＆Dark brown, Wooden＆Light Brown\u003c\/li\u003e\n\u003cli\u003eLampshade: Wooden＆Dark brown, Wooden＆Light Brown\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1P7ljQOterTNPZF3pWjS8a9VsEm1fg_sh\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/116XkvsTFoA3OAceqVaREoh8A2LblRk_k\/view?usp=drive_link\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 30cm x H 18cm \/ ∅ 11.8″ x H 7″ \/ Dark brown","offer_id":42120761934081,"sku":"M-202112071318-1","price":142.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 18cm \/ ∅ 11.8″ x H 7″ \/ Light Brown","offer_id":43141012947201,"sku":"M-202112071318-2","price":142.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 25cm \/ ∅ 16.5″ x H 10″ \/ Dark brown","offer_id":42120761966849,"sku":"M-202112071318-3","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Dia 42cm x H 25cm \/ ∅ 16.5″ x H 10″ \/ Light Brown","offer_id":43141012979969,"sku":"M-202112071318-4","price":194.0,"currency_code":"USD","in_stock":true},{"title":"Dia 50cm x H 30cm \/ ∅ 19.7″ x H 11.8″ \/ Dark brown","offer_id":42120761999617,"sku":"M-202112071318-5","price":264.0,"currency_code":"USD","in_stock":true},{"title":"Dia 50cm x H 30cm \/ ∅ 19.7″ x H 11.8″ \/ Light Brown","offer_id":43141013012737,"sku":"M-202112071318-6","price":264.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Wooden_Pumpkin_Pendant_Lamp_0318.jpg?v=1742295355"},{"product_id":"betty-sconce","title":"Betty Sconce","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/UpWbC_QrRyc?si=7V2iMsGk_4giP63H\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eWith curvaceous shapes and a nipped center, Betty is a modern take on Mid-century era design. Sculptural mold-blown glass spheres glow in opal opaque, semi-opaque colors or clear glass.\u003c\/p\u003e\n\u003cp\u003eBetty is anchored by a cast brass back-plate finished in vintage or blackened brass.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 15cm x H 25cm \/ ∅ 5.9″ x H 9.8″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Betty_Sconce_19_480x480.jpg?v=1637827268\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Metal, Glass\u003c\/li\u003e\n\u003cli\u003eFinishes: Satin brass, Blackened brass\u003c\/li\u003e\n\u003cli\u003eLampshade: White, Smoked gray\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E14 base bulb.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eVoltage: AC 110-240V\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1OU0ibsHF3yjWM_Ygts2-HhZe5LVi_5u5\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 0px; top: 755.156px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 15cm x H 25cm \/ ∅ 5.9″ x H 9.8″ \/ Blackened brass \/ White","offer_id":42120784085249,"sku":"M-202112071050-1","price":175.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15cm x H 25cm \/ ∅ 5.9″ x H 9.8″ \/ Blackened brass \/ Smoke Gray","offer_id":42120784118017,"sku":"M-202112071050-2","price":175.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15cm x H 25cm \/ ∅ 5.9″ x H 9.8″ \/ Satin brass \/ White","offer_id":42120784019713,"sku":"M-202112071050-3","price":175.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15cm x H 25cm \/ ∅ 5.9″ x H 9.8″ \/ Satin brass \/ Smoke Gray","offer_id":42120784052481,"sku":"M-202112071050-4","price":175.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Betty_Sconce.jpg?v=1742886813"},{"product_id":"wink-floor-lamp","title":"Wink Floor Lamp","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/F_p2ZGsX2eQ?si=5sVSfg7PU_E-6FR3\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/A1HyLyKxt00?si=6ytDrg1-2nhHPF7O\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eA post-modern inspiration for this glamour and retro pendant. A nod to the past and the present, Wink symbolizes an inverted eye. Decorated with colorful fabric fringes, this sophisticated and bohemian pendant revisits the boudoir theme and 30s style with a great deal of modernity.\u003c\/p\u003e\n\u003cp\u003eSuch a precious jewel, the fringes elegantly adorn the golden metal geometric structure. The rigidity of the rainbow serves as a contradiction to the fragility and delicateness of the fringes. This silky and light curtain gently twirls under the effect of the air currents... Wink draws both the eye and the hand: you want to caress and run your hands through it, slipping them inside this waterfall of wools that are warm to the touch. The bulb is housed in a delicate white glass globe.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/wink_floor_lamp_size_600x600.jpg?v=1638255128\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Metal, Tassel, Blown Glass.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Gold.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eTassel color: Maroon, Blue, Pink, Orange.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 0.1px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/11cfplnpv03R0bgv0pOoi3KZ_SyYvWOXb\/view\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 0.1px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1PPVvkvlPcdSsK3jmdj7a3bzo_ciRUgBZ\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"WidgetFloaterPanels\" translate=\"no\" style=\"display: none; text-align: left; direction: ltr; visibility: hidden;\" class=\"LTRStyle\"\u003e\n\u003cdiv id=\"WidgetFloater\" style=\"display: none;\"\u003e\n\u003cdiv id=\"WidgetLogoPanel\"\u003e\n\u003cspan id=\"WidgetTranslateWithSpan\"\u003e\u003cspan\u003eTRANSLATE with \u003c\/span\u003e\u003cimg id=\"FloaterLogo\"\u003e\u003c\/span\u003e \u003cspan id=\"WidgetCloseButton\" title=\"Exit Translation\"\u003ex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"LanguageMenuPanel\"\u003e\n\u003cdiv class=\"DDStyle_outer\"\u003e\n\u003cinput name=\"LanguageMenu_svid\" type=\"text\" id=\"LanguageMenu_svid\" style=\"display: none;\" autocomplete=\"on\" value=\"en\"\u003e\u003cinput name=\"LanguageMenu_textid\" type=\"text\" id=\"LanguageMenu_textid\" style=\"display: none;\" autocomplete=\"on\"\u003e\u003cspan class=\"DDStyle\" id=\"__LanguageMenu_header\" tabindex=\"0\"\u003eEnglish\u003c\/span\u003e\n\u003cdiv style=\"position: relative; text-align: left; left: 0;\"\u003e\n\u003cdiv style=\"position: absolute; ;left: 0px;\"\u003e\n\u003cdiv class=\"DDStyle\" style=\"display: none;\" id=\"__LanguageMenu_popup\"\u003e\n\u003ctable id=\"LanguageMenu\" border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ar\" tabindex=\"-1\"\u003eArabic\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#he\" tabindex=\"-1\"\u003eHebrew\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#pl\" tabindex=\"-1\"\u003ePolish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#bg\" tabindex=\"-1\"\u003eBulgarian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#hi\" tabindex=\"-1\"\u003eHindi\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#pt\" tabindex=\"-1\"\u003ePortuguese\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ca\" tabindex=\"-1\"\u003eCatalan\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#mww\" tabindex=\"-1\"\u003eHmong Daw\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ro\" tabindex=\"-1\"\u003eRomanian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#zh-CHS\" tabindex=\"-1\"\u003eChinese Simplified\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#hu\" tabindex=\"-1\"\u003eHungarian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ru\" tabindex=\"-1\"\u003eRussian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#zh-CHT\" tabindex=\"-1\"\u003eChinese Traditional\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#id\" tabindex=\"-1\"\u003eIndonesian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sk\" tabindex=\"-1\"\u003eSlovak\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#cs\" tabindex=\"-1\"\u003eCzech\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#it\" tabindex=\"-1\"\u003eItalian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sl\" tabindex=\"-1\"\u003eSlovenian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#da\" tabindex=\"-1\"\u003eDanish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ja\" tabindex=\"-1\"\u003eJapanese\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#es\" tabindex=\"-1\"\u003eSpanish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#nl\" tabindex=\"-1\"\u003eDutch\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#tlh\" tabindex=\"-1\"\u003eKlingon\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sv\" tabindex=\"-1\"\u003eSwedish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#en\" tabindex=\"-1\"\u003eEnglish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ko\" tabindex=\"-1\"\u003eKorean\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#th\" tabindex=\"-1\"\u003eThai\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#et\" tabindex=\"-1\"\u003eEstonian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#lv\" tabindex=\"-1\"\u003eLatvian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#tr\" tabindex=\"-1\"\u003eTurkish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#fi\" tabindex=\"-1\"\u003eFinnish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#lt\" tabindex=\"-1\"\u003eLithuanian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#uk\" tabindex=\"-1\"\u003eUkrainian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#fr\" tabindex=\"-1\"\u003eFrench\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ms\" tabindex=\"-1\"\u003eMalay\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ur\" tabindex=\"-1\"\u003eUrdu\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#de\" tabindex=\"-1\"\u003eGerman\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#mt\" tabindex=\"-1\"\u003eMaltese\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#vi\" tabindex=\"-1\"\u003eVietnamese\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#el\" tabindex=\"-1\"\u003eGreek\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#no\" tabindex=\"-1\"\u003eNorwegian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#cy\" tabindex=\"-1\"\u003eWelsh\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ht\" tabindex=\"-1\"\u003eHaitian Creole\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#fa\" tabindex=\"-1\"\u003ePersian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cimg alt=\"\" style=\"height: 7px; width: 17px; border-width: 0px; left: 20px;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"CTFLinksPanel\"\u003e\u003cspan id=\"ExternalLinksPanel\"\u003e\u003ca id=\"HelpLink\" title=\"Help\" href=\"https:\/\/go.microsoft.com\/?linkid=9722454\" target=\"_blank\"\u003e \u003cimg id=\"HelpImg\"\u003e\u003c\/a\u003e \u003ca id=\"EmbedLink\" title=\"Get this widget for your own site\"\u003e \u003cimg id=\"EmbedImg\"\u003e\u003c\/a\u003e \u003ca id=\"ShareLink\" title=\"Share translated page with friends\"\u003e \u003cimg id=\"ShareImg\"\u003e\u003c\/a\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"WidgetFloaterCollapsed\" style=\"display: none;\"\u003e\n\u003cspan\u003eTRANSLATE with \u003c\/span\u003e\u003cimg id=\"CollapsedLogoImg\"\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"FloaterSharePanel\" style=\"display: none;\"\u003e\n\u003cdiv id=\"ShareTextDiv\"\u003e\u003cspan id=\"ShareTextSpan\"\u003e COPY THE URL BELOW \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"ShareTextboxDiv\"\u003e\n\u003cinput name=\"ShareTextbox\" type=\"text\" id=\"ShareTextbox\" readonly\u003e\u003ca id=\"EmailLink\" title=\"Email this translation\"\u003e \u003cimg id=\"EmailImg\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ShareFooter\"\u003e\n\u003cspan id=\"ShareHelpSpan\"\u003e\u003ca id=\"ShareHelpLink\"\u003e \u003cimg id=\"ShareHelpImg\"\u003e\u003c\/a\u003e\u003c\/span\u003e \u003cspan id=\"ShareBackSpan\"\u003e\u003ca id=\"ShareBack\" title=\"Back To Translation\"\u003e Back\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cinput name=\"EmailSubject\" type=\"hidden\" id=\"EmailSubject\" value=\"Check out this page in {0} translated from {1}\"\u003e\u003cinput name=\"EmailBody\" type=\"hidden\" id=\"EmailBody\" value=\"Translated: {0}%0d%0aOriginal: {1}%0d%0a%0d%0aAutomatic translation powered by Microsoft® Translator%0d%0ahttp:\/\/www.bing.com\/translator?ref=MSTWidget\"\u003e\u003cinput type=\"hidden\" id=\"ShareHelpText\" value=\"This link allows visitors to launch this page and automatically translate it to {0}.\"\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"FloaterEmbed\" style=\"display: none;\"\u003e\n\u003cdiv id=\"EmbedTextDiv\"\u003e\n\u003cspan id=\"EmbedTextSpan\"\u003eEMBED THE SNIPPET BELOW IN YOUR SITE\u003c\/span\u003e\u003ca id=\"EmbedHelpLink\" title=\"Copy this code and place it into your HTML.\"\u003e \u003cimg id=\"EmbedHelpImg\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"EmbedTextboxDiv\"\u003e\u003cinput name=\"EmbedSnippetTextBox\" type=\"text\" id=\"EmbedSnippetTextBox\" readonly value=\"\u0026lt;div id='MicrosoftTranslatorWidget' class='Dark' style='color:white;background-color:#555555'\u0026gt;\u0026lt;\/div\u0026gt;\u0026lt;script type='text\/javascript'\u0026gt;setTimeout(function(){var s=document.createElement('script');s.type='text\/javascript';s.charset='UTF-8';s.src=((location \u0026amp;\u0026amp; location.href \u0026amp;\u0026amp; location.href.indexOf('https') == 0)?'https:\/\/ssl.microsofttranslator.com':'http:\/\/www.microsofttranslator.com')+'\/ajax\/v3\/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**\u0026amp;ctf=true\u0026amp;ui=true\u0026amp;settings=manual\u0026amp;from=en';var p=document.getElementsByTagName('head')[0]||document.documentElement;p.insertBefore(s,p.firstChild); },0);\u0026lt;\/script\u0026gt;\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"EmbedNoticeDiv\"\u003e\u003cspan id=\"EmbedNoticeSpan\"\u003eEnable collaborative features and customize widget: \u003ca href=\"http:\/\/www.bing.com\/widget\/translator\" target=\"_blank\"\u003eBing Webmaster Portal\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"EmbedFooterDiv\"\u003e\u003cspan id=\"EmbedBackSpan\"\u003e\u003ca title=\"Back To Translation\"\u003eBack\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Pink \/ US plug","offer_id":42120818917633,"sku":"M-202112071310-1","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Pink \/ UK plug","offer_id":42120818950401,"sku":"M-202112071310-2","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Pink \/ AU plug","offer_id":42120818983169,"sku":"M-202112071310-3","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Pink \/ EU plug","offer_id":42120819015937,"sku":"M-202112071310-4","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Maroon \/ US plug","offer_id":42120819048705,"sku":"M-202112071310-5","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Maroon \/ UK plug","offer_id":42120819081473,"sku":"M-202112071310-6","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Maroon \/ AU plug","offer_id":42120819114241,"sku":"M-202112071310-7","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Maroon \/ EU plug","offer_id":42120819147009,"sku":"M-202112071310-8","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Orange \/ US plug","offer_id":42120819179777,"sku":"M-202112071310-9","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Orange \/ UK plug","offer_id":42120819212545,"sku":"M-202112071310-10","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Orange \/ AU plug","offer_id":42120819245313,"sku":"M-202112071310-11","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Orange \/ EU plug","offer_id":42120819278081,"sku":"M-202112071310-12","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Blue \/ US plug","offer_id":42120819310849,"sku":"M-202112071310-13","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Blue \/ UK plug","offer_id":42120819343617,"sku":"M-202112071310-14","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Blue \/ AU plug","offer_id":42120819376385,"sku":"M-202112071310-15","price":393.0,"currency_code":"USD","in_stock":true},{"title":"Dia 90cm x H 168cm \/ ∅ 35.4″ x H 66.1″ \/ Blue \/ EU plug","offer_id":42120819409153,"sku":"M-202112071310-16","price":393.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Wink_Floor_Lamp_6af0f9c5-9ec5-45c8-87d5-dc08d253df74.jpg?v=1742786190"},{"product_id":"origo-wall-lamp","title":"Origo Wall Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/P_WUPgy_dBE?si=NeQBuwDDTB5Z0xXq\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/1m78o59x7jk?si=yvlxoCQP0zBd9l5d\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eGeometry in its purest form. The Origo material is a combination of terrazzo and glass shade. An exploration of interaction, light shining onto the texture of the volcanic rock, revealing its relief and contour. Sober and logical, both materials create a relationship between light and composition. Balance in its essence, lightness and heaviness expressed through a timeless piece. Reinforce the fundamental relationship between light and shadows.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: \u003cspan\u003eDia\u003c\/span\u003e 10cm\u003cspan\u003e x \u003c\/span\u003e\u003cspan\u003eW 19cm x H 10cm \/ ∅ 3.9″ x W 7.5″ x H 3.9″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Origo-Wall-Lamp.jpg?v=1766024288\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Cement, Black sandstone, White sandstone, Glass\u003c\/li\u003e\n\u003cli\u003eFinishes: White, Pink, Black\u003c\/li\u003e\n\u003cli\u003eLampshade: White\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eVoltage: AC 110-240V\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1cX38Km8pTkexLjjRZIvaCpKvHB-ufXx3\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1OHNmW3EOzkM0zUFT7yVBYBtTBv02IwA3\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 426px; top: 1184.91px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"∅ 3.9″ x W 7.5″ x H 3.9″ \/ Grey","offer_id":42120829993217,"sku":"M-202112071414-1","price":117.0,"currency_code":"USD","in_stock":true},{"title":"∅ 3.9″ x W 7.5″ x H 3.9″ \/ Pink","offer_id":42120830025985,"sku":"M-202112071414-2","price":117.0,"currency_code":"USD","in_stock":true},{"title":"∅ 3.9″ x W 7.5″ x H 3.9″ \/ Black","offer_id":42120830058753,"sku":"M-202112071414-3","price":117.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Origo_Wall_Lamp.jpg?v=1742867893"},{"product_id":"screen-cannage-sconce","title":"Screen Cannage Sconce","description":"\u003csection class=\"center-content-section product-sheet-concept row\"\u003e\n\u003cp class=\"small-12 medium-10 large-9 columns\"\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/bZNK6GZgANE?si=IL6nDt3gDCNbYdtg\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp class=\"small-12 medium-10 large-9 columns\"\u003eScreens floating like a mobile. Light and material effect.These vintage looking screens will suit any decorative style.Chic and natural, caning is everywhere.It inspires an art of living, a quest for authenticity and sustainability.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 33cm x H 42cm \/ ∅ 13″ x H 16.5″, Depth: 9cm \/ 3.5″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Screen_Cannage_Sconce_1_01_600x600.jpg?v=1725001201\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDia 77cm x H 59cm \/ ∅ 30.3″ x H 23.2″, Depth: 9cm \/ 3.5″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Screen_Cannage_Sconce_1_02_600x600.jpg?v=1725001201\" loading=\"lazy\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: Bamboo, Wood, Metal\u003c\/li\u003e\n\u003cli\u003eFinishes: Natural Bamboo.\u003c\/li\u003e\n\u003cli\u003eLampshade: Natural Bamboo.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eVoltage: AC 110-240V\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1QuGREP7oxcy6LwSIOD9MrtP_DbG8xIGu\/view\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1ClOSKPtMjwuufTx0t5csdKbk1yPsCGF4\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 336px; top: 1476.31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 33cm x H 42cm \/ ∅ 13″ x H 16.5″ \/ Natural Bamboo","offer_id":42120852078849,"sku":"M-202112071436-1","price":114.0,"currency_code":"USD","in_stock":true},{"title":"Dia 77cm x H 59cm \/ ∅ 30.3″ x H 23.2″ \/ Natural Bamboo","offer_id":42120852111617,"sku":"M-202112071436-3","price":146.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Screen_Cannage_Sconce.jpg?v=1742815895"},{"product_id":"dot-wall-lamp","title":"Dot Wall Lamp","description":"\u003cp\u003e\u003ciframe title=\"Dot Wall Lamp\" src=\"https:\/\/www.youtube.com\/embed\/GCtVlaVLNlk\" height=\"1035\" width=\"1840\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThe Dot Suspension combines the luminosity of exposed bulbs with the richness of brass in a geometrical distribution. The result is a collection of lamps inspired by a graceful balance of lines and incandescent points.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: W 12cm x H 32cm\/ W 4.8″ x H 12.6″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/DotWallLamp_600x600.jpg?v=1701138000\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eBrass, Metal\u003c\/span\u003e\u003cspan\u003e, Glass.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes: Black, White, Brass.\u003c\/li\u003e\n\u003cli\u003eLampshade: White.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, not compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eVoltage: AC 110-240V\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1x-eYYkwXks1bTclI7FZhHG4nTgNTRFR_\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -76px; top: 395.969px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"W 4.8″ x H 12.6″ \/ Brass \/ US plug","offer_id":42120852668673,"sku":"M-202112071229-1","price":140.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Brass \/ UK plug","offer_id":44520114553089,"sku":"M-202112071229-2","price":140.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Brass \/ AU plug","offer_id":44520114585857,"sku":"M-202112071229-3","price":140.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Brass \/ EU plug","offer_id":44520114618625,"sku":"M-202112071229-4","price":140.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Black \/ US plug","offer_id":42120852603137,"sku":"M-202112071229-5","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Black \/ UK plug","offer_id":44520114651393,"sku":"M-202112071229-6","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Black \/ AU plug","offer_id":44520114684161,"sku":"M-202112071229-7","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ Black \/ EU plug","offer_id":44520114716929,"sku":"M-202112071229-8","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ White \/ US plug","offer_id":42120852635905,"sku":"M-202112071229-9","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ White \/ UK plug","offer_id":44520114749697,"sku":"M-202112071229-11","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ White \/ AU plug","offer_id":44520114782465,"sku":"M-202112071229-12","price":101.0,"currency_code":"USD","in_stock":true},{"title":"W 4.8″ x H 12.6″ \/ White \/ EU plug","offer_id":44520114815233,"sku":"M-202112071229-13","price":101.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Dot_Wall_Lamp.jpg?v=1742887704"},{"product_id":"cirkus-wall-lamp","title":"Cirkus Wall Lamp","description":"\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f4ede2;\n  --bg-card:    #f9f3e8;\n  --bg-stone:   #e2d6c0;\n  --bg-deep:    #1F1A14;\n  --border:     #d8cdb8;\n  --border-lt:  #e8dfca;\n  --accent:     #B0593A;\n  --accent-dk:  #6B2D1A;\n  --accent-bg:  #f3dccc;\n  --accent-bdr: #C99480;\n  --text:       #1F1A14;\n  --text-mid:   #4a3a2a;\n  --text-light: #8a7860;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO — dual video ============== *\/\n.hero-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 24px 0 0 0; }\n.hero-name { font-size: 38px; font-weight: 300; letter-spacing: 0.32em;\n  color: var(--text); margin: 0; text-transform: uppercase; }\n.hero-model { font-size: 11px; letter-spacing: 0.25em; color: var(--text-light);\n  text-transform: uppercase; margin-top: 8px; font-weight: 600; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 6px; font-weight: 600; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 720px; }\n.statement-body em { color: var(--text); font-style: italic; font-weight: 400; }\n\n\/* ============== 02 FINISHES — 4-panel ============== *\/\n.finish-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-panel.four { grid-template-columns: repeat(4, 1fr); }\n.finish-block { padding: 22px 18px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 168px; }\n.finish-block.cirkus-gray {\n  background: linear-gradient(135deg, #c8c0b0 0%, #968d80 55%, #56504a 100%);\n  color: #1a1408;\n}\n.finish-block.cirkus-black {\n  background: linear-gradient(135deg, #4a4238 0%, #221d18 55%, #0a0806 100%);\n  color: #f0e8d8;\n}\n.finish-block.cirkus-blue {\n  background: linear-gradient(135deg, #7e96aa 0%, #4d6a85 55%, #1f3850 100%);\n  color: #f0e8d8;\n}\n.finish-block.cirkus-terracotta {\n  background: linear-gradient(135deg, #d18c70 0%, #a8593a 55%, #6b2d18 100%);\n  color: #f8ece0;\n}\n.finish-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.78; }\n.finish-name { font-size: 18px; font-weight: 400; letter-spacing: 0.1em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 10.5px; letter-spacing: 0.12em; opacity: 0.68; margin-top: 4px;\n  text-transform: uppercase; }\n\n\/* ============== 03 PROPORTIONS — single size + LIGHTBOX ============== *\/\n.prop-grid {\n  display: grid; grid-template-columns: 1fr 1.2fr; gap: 28px;\n  align-items: stretch;\n}\n.prop-img-wrap {\n  background: var(--bg-card); border: 0.5px solid var(--border);\n  border-radius: 2px; padding: 18px;\n  display: flex; align-items: center; justify-content: center;\n  position: relative;\n  overflow: hidden;\n}\n.prop-img-zoom {\n  display: block; position: relative;\n  text-decoration: none; color: inherit;\n  cursor: zoom-in;\n  width: 100%;\n  max-width: 260px;\n}\n.prop-img-zoom img {\n  display: block; width: 100%; height: auto;\n  border-radius: 2px;\n  transition: transform 0.3s ease;\n}\n.prop-img-zoom:hover img { transform: scale(1.03); }\n.prop-img-hint {\n  position: absolute; bottom: 6px; right: 6px;\n  background: rgba(31, 26, 20, 0.88); color: #ffffff;\n  font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;\n  font-weight: 700; padding: 5px 9px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 6px;\n  opacity: 0; transform: translateY(4px);\n  transition: opacity 0.22s ease, transform 0.22s ease;\n  pointer-events: none;\n}\n.prop-img-zoom:hover .prop-img-hint,\n.prop-img-zoom:focus .prop-img-hint {\n  opacity: 1; transform: translateY(0);\n}\n.prop-img-hint svg {\n  width: 11px; height: 11px;\n  stroke: currentColor; stroke-width: 1.8;\n  stroke-linecap: round; stroke-linejoin: round;\n}\n@media (hover: none) {\n  .prop-img-hint { opacity: 1; transform: translateY(0); }\n}\n\n.prop-lightbox {\n  display: none; position: fixed; top: 0; left: 0;\n  width: 100vw; height: 100vh; z-index: 9999;\n  background: rgba(15, 12, 8, 0.94);\n  align-items: center; justify-content: center;\n  padding: 60px 24px;\n  cursor: zoom-out;\n  -webkit-backdrop-filter: blur(2px);\n  backdrop-filter: blur(2px);\n}\n.prop-lightbox-img {\n  max-width: 92vw; max-height: 88vh;\n  width: auto; height: auto;\n  display: block; border-radius: 2px;\n  box-shadow: 0 10px 60px rgba(0,0,0,0.5);\n  background: #ffffff;\n}\n.prop-lightbox-close {\n  position: absolute; top: 20px; right: 24px;\n  width: 38px; height: 38px;\n  background: rgba(255,255,255,0.08);\n  border: 0.5px solid rgba(255,255,255,0.28);\n  color: #ffffff; font-size: 22px; line-height: 1; font-weight: 300;\n  border-radius: 50%; cursor: pointer;\n  display: flex; align-items: center; justify-content: center;\n  transition: background 0.2s, border-color 0.2s;\n  padding: 0;\n  font-family: inherit;\n}\n.prop-lightbox-close:hover {\n  background: rgba(255,255,255,0.18);\n  border-color: rgba(255,255,255,0.5);\n}\n.prop-lightbox-caption {\n  position: absolute; bottom: 28px; left: 0; right: 0;\n  text-align: center;\n  color: rgba(255,255,255,0.65);\n  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;\n  font-weight: 600;\n}\n\n.dim-card {\n  background: var(--bg-card); border: 0.5px solid var(--border);\n  border-radius: 2px; padding: 22px 26px;\n  display: flex; flex-direction: column; justify-content: center;\n  position: relative;\n}\n.dim-card-label {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 14px;\n}\n.dim-card-row {\n  display: flex; align-items: baseline; gap: 14px;\n  padding: 10px 0; border-bottom: 0.5px solid var(--border-lt);\n}\n.dim-card-row:last-child { border-bottom: 0; }\n.dim-card-key {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;\n  text-transform: uppercase; color: var(--text-mid);\n  min-width: 80px;\n}\n.dim-card-val {\n  font-size: 21px; font-weight: 500; color: var(--text);\n  font-feature-settings: \"tnum\"; letter-spacing: 0.01em;\n  flex: 1;\n}\n.dim-card-imp {\n  font-size: 12px; color: var(--text-light);\n  font-feature-settings: \"tnum\";\n}\n.prop-pack-note {\n  margin-top: 14px; padding: 12px 16px;\n  background: var(--accent-bg); border-left: 2px solid var(--accent); border-radius: 2px;\n  font-size: 13.5px; color: var(--text-mid); line-height: 1.65;\n}\n.prop-pack-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 04 AS SEEN ON INSTAGRAM — iframe (bulletproof centering) ============== *\/\n.ig-intro {\n  font-size: 16px; line-height: 1.75; color: var(--text-mid);\n  margin: 0 auto 1.8rem !important;\n  max-width: 620px; text-align: center !important;\n}\n.ig-intro em {\n  color: var(--text); font-style: italic; font-weight: 400;\n}\n.ig-stage {\n  display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n  justify-content: center !important;\n  width: 100% !important;\n  gap: 18px;\n  text-align: center;\n}\n.ig-frame {\n  display: block !important;\n  width: 100% !important;\n  max-width: 564px !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  background: var(--bg-card);\n  border: 0.5px solid var(--border);\n  border-radius: 2px;\n  padding: 12px;\n  position: relative;\n  box-sizing: border-box;\n}\n.ig-frame::before {\n  content: 'POST · 01';\n  position: absolute; top: -8px; left: 18px;\n  font-size: 9.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); background: var(--bg);\n  padding: 0 8px;\n}\n.ig-iframe {\n  display: block !important;\n  width: 100% !important;\n  max-width: 540px !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  border: 0 !important;\n  background: #FFFFFF;\n  border-radius: 2px;\n  min-height: 870px;\n}\n.ig-cta-row {\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  flex-wrap: wrap;\n  gap: 14px;\n  width: 100% !important;\n  text-align: center;\n}\n.ig-credit {\n  font-size: 11.5px; letter-spacing: 0.15em; text-transform: uppercase;\n  color: var(--text-light); font-weight: 600;\n}\n.ig-credit-handle { color: var(--accent); }\n.ig-link {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; color: var(--text);\n  text-decoration: none; padding: 11px 20px;\n  border: 0.5px solid var(--accent-bdr); background: var(--bg-card);\n  border-radius: 2px; transition: all 0.22s ease;\n}\n.ig-link:hover {\n  background: var(--accent-dk); border-color: var(--accent-dk);\n  color: #ffffff;\n}\n.ig-link .ig-arr {\n  font-size: 13px; color: var(--accent); transition: color 0.22s;\n}\n.ig-link:hover .ig-arr { color: #ffffff; }\n\n\/* ============== 05 MATERIALS \u0026 CRAFT — 3 pillars w\/ light temp swatches ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { margin-bottom: 12px; }\n.craft-sym svg { width: 28px; height: 28px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n.craft-desc strong { color: var(--text); font-weight: 600; }\n.kelvin-swatches {\n  display: flex; gap: 14px; margin-top: 14px; flex-wrap: wrap;\n}\n.kelvin-sw {\n  display: flex; flex-direction: column; align-items: center; gap: 6px;\n}\n.kelvin-dot {\n  width: 30px; height: 30px; border-radius: 50%;\n  border: 0.5px solid var(--border);\n}\n.kelvin-3000 {\n  background: radial-gradient(circle at 35% 30%, #fff3d6 0%, #ffd089 60%, #d4a04e 100%);\n}\n.kelvin-4500 {\n  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #faf5e8 50%, #d8d0bc 100%);\n}\n.kelvin-k {\n  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;\n  color: var(--text-mid); font-feature-settings: \"tnum\";\n}\n\n\/* ============== 06 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* ============== 07 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 09 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n.faq .a strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 10 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .hero-stack { grid-template-columns: 1fr; gap: 10px; }\n  .hero-name { font-size: 27px; letter-spacing: 0.26em; }\n  .finish-panel, .finish-panel.four { grid-template-columns: 1fr 1fr; }\n  .prop-grid { grid-template-columns: 1fr; gap: 18px; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n  .ig-intro { font-size: 14.5px; }\n  .ig-frame { padding: 10px; }\n  .ig-frame::before { left: 14px; font-size: 9px; }\n  .ig-iframe { min-height: 820px; }\n  .ig-cta-row { gap: 10px; }\n  .ig-link { padding: 10px 16px; font-size: 10.5px; letter-spacing: 0.18em; }\n  .dim-card-val { font-size: 18px; }\n  .prop-lightbox { padding: 40px 14px; }\n  .prop-lightbox-close { top: 14px; right: 14px; width: 34px; height: 34px; font-size: 20px; }\n  .prop-lightbox-caption { bottom: 14px; font-size: 10px; letter-spacing: 0.18em; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"d\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"hero-stack\"\u003e\n      \u003cdiv class=\"hero\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/r6PzxPhwVZA\" title=\"Cirkus Modular Pendant Lamp · 01\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/m9QhrgNENXo\" title=\"Cirkus Modular Pendant Lamp · 02\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-caption\"\u003e\n      \u003ch1 class=\"hero-name\"\u003eCirkus\u003c\/h1\u003e\n      \u003cdiv class=\"hero-model\"\u003eModular U-Shape\u003c\/div\u003e\n      \u003cdiv class=\"hero-tag\"\u003eIntegrated LED Pendant\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 01 OVERVIEW --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eA Playful Module\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"statement\"\u003e\n      A pendant lamp recast as a kit — U-shape modules that swivel, point, and rearrange. Light treated as a piece of geometry you compose.\n    \u003c\/p\u003e\n    \u003cp class=\"statement-body\"\u003e\n      \u003cem\u003eCirkus\u003c\/em\u003e approaches function and form with a deliberate playfulness. Each piece pivots around the same U-shape module — directional, modular, ready to be angled to its own orientation. The collection extends across a wall lamp, a track-rail configuration, and two chandelier arrangements, so a single design language can scale from a quiet hallway sconce to a centrepiece of clustered light. Offered in four coated finishes — Gray, Black, Blue, and Terracotta — with integrated LED in two selectable colour temperatures, Cirkus becomes a small architectural gesture overhead.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 02 FINISHES --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eFinishes\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFour Coated Colours\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"finish-panel four\"\u003e\n      \u003cdiv class=\"finish-block cirkus-gray\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eFinish 01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eGray\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eWarm pebble\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block cirkus-black\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eFinish 02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eBlack\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eMatte graphite\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block cirkus-blue\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eFinish 03\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eBlue\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eSlate dusk\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block cirkus-terracotta\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eFinish 04\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eTerracotta\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eWarm clay\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 03 PROPORTIONS — single size + click-to-enlarge image --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eProportions\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSingle Standard Size\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"prop-grid\"\u003e\n      \u003cdiv class=\"prop-img-wrap\"\u003e\n        \u003ca href=\"javascript:void(0)\" class=\"prop-img-zoom\" role=\"button\" aria-label=\"Enlarge Cirkus dimension image\" onclick=\"var o=document.getElementById('cirkusDimLb');o.style.display='flex';o.style.pointerEvents='auto';document.body.style.overflow='hidden';\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/CIRKUS03_600x600_9ce32091-7e3c-4c70-8b0b-7fc9cbbc2f95_600x600.jpg?v=1637998616\" alt=\"Cirkus U-shape pendant lamp — dimension diagram\"\u003e\n          \u003cspan class=\"prop-img-hint\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.5-4.5M8.5 11h5M11 8.5v5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            Tap to enlarge\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dim-card\"\u003e\n        \u003cdiv class=\"dim-card-label\"\u003eModule · Single Size\u003c\/div\u003e\n        \u003cdiv class=\"dim-card-row\"\u003e\n          \u003cspan class=\"dim-card-key\"\u003eDiameter\u003c\/span\u003e\n          \u003cspan class=\"dim-card-val\"\u003eØ 20 cm\u003c\/span\u003e\n          \u003cspan class=\"dim-card-imp\"\u003e7.9″\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"dim-card-row\"\u003e\n          \u003cspan class=\"dim-card-key\"\u003eHeight\u003c\/span\u003e\n          \u003cspan class=\"dim-card-val\"\u003eH 24 cm\u003c\/span\u003e\n          \u003cspan class=\"dim-card-imp\"\u003e9.4″\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"prop-pack-note\"\u003e\n      \u003cstrong\u003ePacking dimensions:\u003c\/strong\u003e L 35 × W 27 × H 17 cm — designed for safe transport with minimal void volume. Each Cirkus piece arrives with ceiling rose, mounting hardware, and the assembly guide.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 04 AS SEEN ON INSTAGRAM — Instagram iframe embed --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eAs Seen On Instagram\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFrom the Community\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"ig-intro\"\u003e\n      Real customer installs — cards below are live \u003cem\u003eInstagram\u003c\/em\u003e embeds. Tap any card to open the full post on \u003cem\u003eInstagram\u003c\/em\u003e.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ig-stage\"\u003e\n      \u003cdiv class=\"ig-frame\"\u003e\n        \u003ciframe class=\"ig-iframe\" src=\"https:\/\/www.instagram.com\/p\/DKMOlDxRBIW\/embed\/captioned\/\" width=\"540\" height=\"870\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" allowfullscreen=\"true\" loading=\"lazy\" title=\"Instagram post by @rayonshineofficial\"\u003e\n        \u003c\/iframe\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ig-cta-row\"\u003e\n        \u003cspan class=\"ig-credit\"\u003eFeaturing \u003cspan class=\"ig-credit-handle\"\u003e@rayonshineofficial\u003c\/span\u003e\u003c\/span\u003e\n        \u003ca class=\"ig-link\" href=\"https:\/\/www.instagram.com\/rayonshineofficial\/p\/DKMOlDxRBIW\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Open post on Instagram\n          \u003cspan class=\"ig-arr\"\u003e↗\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 05 MATERIALS \u0026 CRAFT --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"craft-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"4\" y=\"6\" width=\"16\" height=\"12\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M4 10h16M9 6v12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eCoated ABS \u0026amp; Aluminium\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eA coated ABS body laid over an internal aluminium frame — light enough to angle by hand, rigid enough to hold any direction. The colour coat is even, matte, and consistent across the module and shade.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v3M5.6 5.6l2.1 2.1M3 12h3M5.6 18.4l2.1-2.1M12 21v-3M18.4 18.4l-2.1-2.1M21 12h-3M18.4 5.6l-2.1 2.1\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eIntegrated LED\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eNo bulb to swap, no socket to align. The LED is sealed inside the module — long service life, low heat, and a continuous, even glow that follows the U-shape directly.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"8\" cy=\"12\" r=\"3.2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"12\" r=\"3.2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eTwo Light Temperatures\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eSpecify the light tone at order — \u003cstrong\u003eWarm White (3000K)\u003c\/strong\u003e or \u003cstrong\u003eNeutral Light (4500K)\u003c\/strong\u003e — to match the room.\n          \u003cdiv class=\"kelvin-swatches\"\u003e\n            \u003cdiv class=\"kelvin-sw\"\u003e\n\u003cdiv class=\"kelvin-dot kelvin-3000\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kelvin-k\"\u003eWarm White\u003c\/div\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"kelvin-sw\"\u003e\n\u003cdiv class=\"kelvin-dot kelvin-4500\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kelvin-k\"\u003eNeutral Light\u003c\/div\u003e\n\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 06 PRODUCT NOTES --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"notes-row\"\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 18h6M10 21h4M8 14a6 6 0 1 1 8 0c-.8.7-1.5 1.5-1.5 2.5V18h-5v-1.5c0-1-.7-1.8-1.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eLED Included\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eIntegrated · not user-replaceable\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5.6 18.4 18.4 5.6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eNot Dimmable\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eStandard household switch only\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 8h16M6 8v10h12V8M9 18v-4h6v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 8l9-5 9 5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eIndoor Only\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eIP20 · not waterproof\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 07 SPECIFICATIONS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"spec-tab\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCirkus Modular U-Shape Pendant\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCollection\u003c\/td\u003e\n\u003ctd\u003eCirkus (wall lamp · track rail · two chandelier configurations)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003eDia 20cm x H 24cm \/ Ø 7.9″ × H 9.4″ — single standard size\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003eCoated ABS · Aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFinishes\u003c\/td\u003e\n\u003ctd\u003eGray · Black · Blue · Terracotta (body and shade matched)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLight source\u003c\/td\u003e\n\u003ctd\u003eIntegrated LED (not replaceable)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eKelvin range\u003c\/td\u003e\n\u003ctd\u003eWarm White (3000K) · Neutral Light (4500K) — specified at order\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSwitch\u003c\/td\u003e\n\u003ctd\u003eCompatible with ordinary household switches, not compatible with dimmers\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWiring\u003c\/td\u003e\n\u003ctd\u003eHardwired\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIP rating\u003c\/td\u003e\n\u003ctd\u003eIP20 — not waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePacking size\u003c\/td\u003e\n\u003ctd\u003eL 35cm x W 27cm x H 17cm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCertification\u003c\/td\u003e\n        \u003ctd\u003e\n          \u003cdiv class=\"cert-row\"\u003e\n            \u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"spec-note\"\u003e\n      \u003cstrong\u003eIndoor use only.\u003c\/strong\u003e Cirkus is IP20-rated for dry interior environments — not suitable for bathrooms, wet rooms, saunas, or any outdoor installation. The integrated LED driver is incompatible with dimmer switches; pairing one will damage the unit and void warranty.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 08 INSTALLATION --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eInstallation\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSetup Notes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"install-list\"\u003e\n      \u003cli\u003eHardwired installation — a \u003cstrong\u003elicensed electrician is recommended\u003c\/strong\u003e for safe mounting, wiring, and grounding.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSpecify the Kelvin range at order.\u003c\/strong\u003e The LED tone — Warm White (3000K) or Neutral Light (4500K) — is set during manufacture and cannot be changed afterward. Choose carefully based on the room's intended mood.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUse a standard, non-dimming switch.\u003c\/strong\u003e The integrated LED driver is not dimmer-compatible; installing a TRIAC, leading-edge, or trailing-edge dimmer will damage the lamp and void warranty.\u003c\/li\u003e\n      \u003cli\u003eThe mounting style depends on configuration — pendants and chandeliers attach to a ceiling junction box; the wall lamp attaches to a standard backbox. Verify the host point can support the assembled weight before installation.\u003c\/li\u003e\n      \u003cli\u003eThe voltage is full-range (AC 110–240V) — no transformer or step-down required for any of the certified regions.\u003c\/li\u003e\n      \u003cli\u003eThe U-shape module is hand-positionable — once installed, angle each piece to its preferred direction. Avoid forcing past the natural rotation range.\u003c\/li\u003e\n      \u003cli\u003eClean the coated ABS body with a \u003cstrong\u003edry microfibre cloth\u003c\/strong\u003e. Avoid solvents, alcohol-based cleaners, and abrasives — they can dull or scratch the matte coating.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 09 FAQ --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich finish should I choose?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eGray\u003c\/strong\u003e is the most neutral and works in restrained interiors; \u003cstrong\u003eBlack\u003c\/strong\u003e reads architectural and sits against most palettes; \u003cstrong\u003eBlue\u003c\/strong\u003e brings a quiet, muted contrast to warm-toned rooms; \u003cstrong\u003eTerracotta\u003c\/strong\u003e warms a space and pairs well with wood, linen, and earthen tones. All four are matte-coated and consistent across the body and shade.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I dim Cirkus?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo. The integrated LED driver is \u003cstrong\u003enot dimmer-compatible\u003c\/strong\u003e. Cirkus must be paired with a standard on\/off household switch. Installing a dimmer of any type (TRIAC, leading-edge, trailing-edge, or smart) will damage the driver and void the warranty.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat's the difference between Warm White and Neutral Light?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eWarm White (3000K)\u003c\/strong\u003e is amber-leaning — cosy, like late afternoon — and suits living rooms, dining areas, and bedrooms where atmosphere matters. \u003cstrong\u003eNeutral Light (4500K)\u003c\/strong\u003e is balanced and closer to daylight, suited to hallways, entries, kitchens, and workspaces where clarity is more important than mood.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I change the Kelvin range later?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo. The Kelvin range is set at manufacture and is \u003cstrong\u003enot user-adjustable\u003c\/strong\u003e. Please choose carefully when ordering — match it to the room and its purpose. If you're unsure, Warm White is the safest default for living and dining spaces; Neutral Light is recommended for hallways, kitchens, and workrooms.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the LED replaceable? How long does it last?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo, the LED is sealed inside the module and \u003cstrong\u003enot user-replaceable\u003c\/strong\u003e. Typical integrated LED service life is around \u003cstrong\u003e30,000–50,000 hours\u003c\/strong\u003e of continuous use — equivalent to roughly 25–40 years at an average of 3 hours per day. Operating outside the rated voltage or using a dimmer drastically shortens this.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I install Cirkus in a bathroom or outdoors?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo. Cirkus is \u003cstrong\u003eIP20-rated for indoor use only\u003c\/strong\u003e — not suitable for bathrooms, wet rooms, saunas, covered porches, or any outdoor environment. Moisture can corrode the internal aluminium frame and damage the LED driver.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it work on both 110V and 220V circuits?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eYes. Cirkus accepts full-range \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e and is certified for North America, Europe, Australia, and the Middle East — no additional transformer or step-down required.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I cluster multiple Cirkus pieces together?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eYes — Cirkus is designed to be modular. Several pieces can be installed in proximity and angled independently to form a directional cluster. Each unit is wired separately and connects to its own ceiling box, so the cluster's spacing and geometry are entirely up to you.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat other Cirkus configurations exist in the collection?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Cirkus collection includes the standalone pendant module shown here, plus a \u003cstrong\u003ewall lamp\u003c\/strong\u003e, a \u003cstrong\u003etrack-rail configuration\u003c\/strong\u003e (multiple modules on a continuous rail), and \u003cstrong\u003etwo chandelier arrangements\u003c\/strong\u003e at different scales. All share the same U-shape module and the same four finishes.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I clean the coated ABS body?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eWith the power off and the unit cool, wipe the body gently with a \u003cstrong\u003edry microfibre cloth\u003c\/strong\u003e. For stubborn dust, a slightly damp cloth is acceptable — wring it nearly dry first. Avoid alcohol, solvents, ammonia-based cleaners, abrasive pads, and polishing creams; all of these can dull or scratch the matte finish.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 10 DOWNLOADS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSpec · Install\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dl-list\"\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1dDmNTOYuWYwkSqU9wEvjAMg0YEKFFX5I\/view\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet\n      \u003c\/a\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1Ig2vff3IPPcdGswcoNlrmCDr4IkyrK6m\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VALUES STRIP --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"values-strip\"\u003e\n      \u003cdiv class=\"val-item\"\u003e\n        \u003cdiv class=\"val-item-sym\"\u003e◇\u003c\/div\u003e\n        \u003cdiv class=\"val-item-t\"\u003eFour Coated Finishes\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n        \u003cdiv class=\"val-item-sym\"\u003e◉\u003c\/div\u003e\n        \u003cdiv class=\"val-item-t\"\u003eTwo Light Temperatures\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n        \u003cdiv class=\"val-item-sym\"\u003e✦\u003c\/div\u003e\n        \u003cdiv class=\"val-item-t\"\u003eIntegrated LED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n        \u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n        \u003cdiv class=\"val-item-t\"\u003eModular Collection\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LIGHTBOX OVERLAY — click backdrop to close, X button to close, Esc to close --\u003e\n  \u003cdiv id=\"cirkusDimLb\" class=\"prop-lightbox\" onclick=\"if(event.target===this){this.style.display='none';document.body.style.overflow='';}\"\u003e\n    \u003cbutton type=\"button\" class=\"prop-lightbox-close\" aria-label=\"Close enlarged image\" onclick=\"document.getElementById('cirkusDimLb').style.display='none';document.body.style.overflow='';\"\u003e\n      ×\n    \u003c\/button\u003e\n    \u003cimg class=\"prop-lightbox-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/CIRKUS03_600x600_9ce32091-7e3c-4c70-8b0b-7fc9cbbc2f95_600x600.jpg?v=1637998616\" alt=\"Cirkus U-shape pendant lamp — dimension diagram (enlarged)\"\u003e\n    \u003cdiv class=\"prop-lightbox-caption\"\u003eClick anywhere · Press Esc to close\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Schema.org JSON-LD — Product + FAQPage for GEO\/SEO --\u003e\n\n\n\n\n\u003c!-- IG iframe auto-resize + Esc to close lightbox --\u003e\n\u003cscript\u003e\n  (function() {\n    window.addEventListener('message', function(e) {\n      if (!e.origin || e.origin.indexOf('instagram.com') === -1) return;\n      try {\n        var data = typeof e.data === 'string' ? JSON.parse(e.data) : e.data;\n        if (data \u0026\u0026 data.type === 'MEASURE' \u0026\u0026 data.details \u0026\u0026 data.details.height) {\n          var iframes = document.querySelectorAll('iframe.ig-iframe');\n          for (var i = 0; i \u003c iframes.length; i++) {\n            iframes[i].style.height = data.details.height + 'px';\n          }\n        }\n      } catch (err) {}\n    }, false);\n    document.addEventListener('keydown', function(e) {\n      if (e.key === 'Escape' || e.keyCode === 27) {\n        var lb = document.getElementById('cirkusDimLb');\n        if (lb \u0026\u0026 lb.style.display === 'flex') {\n          lb.style.display = 'none';\n          document.body.style.overflow = '';\n        }\n      }\n    });\n  })();\n\u003c\/script\u003e","brand":"Rayonshine","offers":[{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Gray \/ Warm White","offer_id":42120864628993,"sku":"M-202112071145-1","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Gray \/ Neutral Light","offer_id":42120864661761,"sku":"M-202112071145-2","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Black \/ Warm White","offer_id":42120864497921,"sku":"M-202112071145-3","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Black \/ Neutral Light","offer_id":42120864530689,"sku":"M-202112071145-4","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Blue \/ Warm White","offer_id":42120864563457,"sku":"M-202112071145-5","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Blue \/ Neutral Light","offer_id":42120864596225,"sku":"M-202112071145-6","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Terracotta \/ Warm White","offer_id":42120864694529,"sku":"M-202112071145-7","price":160.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20cm x H 24cm \/ ∅ 7.9″ x H 9.4″ \/ Terracotta \/ Neutral Light","offer_id":42120864727297,"sku":"M-202112071145-8","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Cirkus_Wall_Lamp_0331_024a6310-4b52-4e8d-9876-98a1be04aaab.jpg?v=1743412468"},{"product_id":"squiggle-floor-lamp","title":"Squiggle Floor Lamp","description":"\u003c!-- ============== GEO STRUCTURED DATA — Schema.org JSON-LD ============== --\u003e\n\n\n\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n\/* ============== SQUIGGLE-SPECIFIC PALETTE — Playful Ink ==============\n   Drawn from the Squiggle's defining identity: a black metal stem bent\n   into a sinuous brush-stroke curve, paired with three soft fabric shade\n   colors (Beige, White, Dark green). Accent is a deep charcoal-ink\n   (#4a3a3a) — neither pure black (too cold) nor warm brown (too tame).\n   It echoes the postmodern Memphis-Group black-on-cream palette that\n   inspired this product type, and pairs naturally with all three shade\n   color options. Backgrounds stay near-white with warm cream for the\n   \"sketchbook\" feel — like the lamp is a brush stroke on a page. *\/\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f4ede0;\n  --bg-card:    #faf6ec;\n  --bg-stone:   #d4cdb8;\n  --bg-deep:    #1a1410;\n  --border:     #d8ccb0;\n  --border-lt:  #e8dec8;\n  --accent:     #4a3a3a;\n  --accent-dk:  #1a0a08;\n  --accent-bg:  #ebdfc8;\n  --accent-bdr: #968476;\n  --text:       #1a1410;\n  --text-mid:   #4a3a30;\n  --text-light: #8a7868;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO ============== *\/\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 22px 0 0 0; }\n.hero-name { font-size: 34.5px; font-weight: 300; letter-spacing: 0.3em;\n  color: var(--text); margin: 0; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 10px; font-weight: 600; }\n\n\/* ============== HERITAGE RIBBON — Design Language ============== *\/\n.heritage-ribbon {\n  display: grid; grid-template-columns: 44px 1fr; gap: 18px;\n  align-items: center; margin-top: 22px;\n  padding: 18px 24px; background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-card) 100%);\n  border: 0.5px solid var(--accent-bdr); border-left: 3px solid var(--accent);\n  border-radius: 2px;\n}\n.heritage-icon {\n  width: 44px; height: 44px;\n  display: flex; align-items: center; justify-content: center;\n  color: var(--accent);\n}\n.heritage-icon svg { width: 40px; height: 40px; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.heritage-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 4px;\n}\n.heritage-text {\n  font-size: 13.5px; color: var(--text); line-height: 1.55; margin: 0;\n  font-style: italic;\n}\n.heritage-text strong { font-style: normal; font-weight: 600; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 680px; }\n.statement-body strong { color: var(--text); font-weight: 600; }\n.statement-body em { color: var(--text); font-style: italic; }\n\n\/* ============== 02 SIZE — Single product hero (image left · meta right) ============== *\/\n.size-hero {\n  background: var(--bg-card); border: 0.5px solid var(--border);\n  border-radius: 2px; overflow: hidden;\n  display: grid; grid-template-columns: 1fr 1fr;\n  align-items: stretch;\n}\n.size-hero-img {\n  display: flex; align-items: center; justify-content: center;\n  background: var(--bg); padding: 28px;\n  text-align: center; position: relative;\n  border-right: 0.5px solid var(--border-lt);\n  min-height: 320px;\n}\n.size-hero-img img {\n  max-width: 100%; max-height: 420px; height: auto; display: block;\n}\n.size-hero-img .zoom-hint {\n  position: absolute; bottom: 14px; right: 14px;\n  font-size: 10.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 4px 10px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 4px;\n}\n.size-hero-img .zoom-hint svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; fill: none !important; }\n.size-hero-meta {\n  padding: 28px;\n  display: flex; flex-direction: column; justify-content: center;\n}\n.size-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 6px;\n}\n.size-dims {\n  font-size: 18px; font-weight: 500; color: var(--text);\n  font-feature-settings: \"tnum\"; line-height: 1.3; margin-bottom: 4px;\n}\n.size-dims small {\n  display: block; font-size: 13px; color: var(--text-light); font-weight: 400;\n  margin-top: 4px;\n}\n.size-best {\n  font-size: 13.5px; color: var(--text-mid); margin-top: 14px;\n  padding-top: 14px; border-top: 0.5px dashed var(--border-lt);\n  font-style: italic; line-height: 1.55;\n}\n.size-best strong { color: var(--text); font-weight: 600; font-style: normal; }\n\n\/* ============== 03 SHADE COLOR — 3-color panel ============== *\/\n.finish-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-block { padding: 22px 16px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 170px;\n  color: #fff; }\n.finish-block.beige {\n  background: linear-gradient(135deg, #ebd9b6 0%, #c8a878 55%, #8a6c44 100%);\n  color: #2a1f10;\n}\n.finish-block.white {\n  background: linear-gradient(135deg, #fffefa 0%, #f0e8d4 55%, #c8b896 100%);\n  color: #2a1f10;\n  border-left: 0.5px solid var(--border);\n}\n.finish-block.dark-green {\n  background: linear-gradient(135deg, #4a6048 0%, #2a3a28 55%, #0c1808 100%);\n  color: #f0e8d4;\n  border-left: 0.5px solid var(--border);\n}\n.finish-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.78; }\n.finish-name { font-size: 16px; font-weight: 400; letter-spacing: 0.06em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 10.5px; letter-spacing: 0.08em; opacity: 0.78; margin-top: 4px; }\n\n\/* ============== 04 PLUG OPTION — 4-card grid with plug shape SVG ============== *\/\n.plug-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.plug-tile { padding: 22px 14px; min-height: 170px;\n  display: flex; flex-direction: column; align-items: center; justify-content: space-between;\n  background: var(--bg-card);\n  border-left: 0.5px solid var(--border-lt);\n  text-align: center;\n}\n.plug-tile:first-child { border-left: 0; }\n.plug-icon { width: 50px; height: 64px; margin-bottom: 6px; }\n.plug-icon svg { width: 100%; height: 100%; stroke: var(--accent); stroke-width: 1.6;\n  fill: none; stroke-linecap: round; stroke-linejoin: round; }\n.plug-tile-label { font-size: 10px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 4px; }\n.plug-tile-name { font-size: 14.5px; font-weight: 500; color: var(--text);\n  letter-spacing: 0.06em; text-transform: uppercase; }\n.plug-tile-sub { font-size: 10.5px; color: var(--text-light); letter-spacing: 0.04em;\n  margin-top: 3px; }\n\n\/* ============== 05 SQUIGGLE FORM — feature highlight ============== *\/\n.squiggle-feature {\n  display: grid; grid-template-columns: 1fr; gap: 0;\n  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-card) 100%);\n  border: 0.5px solid var(--accent-bdr); border-radius: 2px;\n  overflow: hidden;\n}\n.squiggle-feature-img {\n  background: rgba(255, 255, 255, 0.5); padding: 28px;\n  text-align: center;\n  border-bottom: 0.5px solid var(--accent-bdr);\n}\n.squiggle-feature-img svg {\n  width: 220px; height: 220px; stroke: var(--accent); stroke-width: 2;\n  stroke-linecap: round; stroke-linejoin: round; fill: none;\n}\n.squiggle-feature-body {\n  padding: 22px 28px;\n}\n.squiggle-feature-title {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 8px;\n}\n.squiggle-feature-headline {\n  font-size: 19px; font-weight: 400; color: var(--text);\n  font-style: italic; margin: 0 0 12px;\n  line-height: 1.4;\n}\n.squiggle-feature-text {\n  font-size: 14px; color: var(--text-mid); line-height: 1.7; margin: 0;\n}\n.squiggle-feature-text strong { color: var(--text); font-weight: 600; }\n.squiggle-feature-text em { color: var(--text); font-style: italic; }\n\n\/* ============== 06 MATERIALS \u0026 CRAFT ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { font-size: 30px; line-height: 1; color: var(--accent);\n  margin-bottom: 12px; font-weight: 300; }\n.craft-sym svg { width: 28px; height: 28px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n.craft-desc strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 07 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* Bulb recommendation card *\/\n.bulb-rec {\n  margin-top: 14px; padding: 16px 20px;\n  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-card) 100%);\n  border: 0.5px solid var(--accent-bdr); border-left: 3px solid var(--accent);\n  border-radius: 2px;\n  display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start;\n}\n.bulb-rec svg { width: 30px; height: 30px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.bulb-rec-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin: 0; }\n.bulb-rec-text strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 09 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n.install-list li a { color: var(--accent); text-decoration: none; border-bottom: 0.5px solid var(--accent); }\n\n\/* ============== 10 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n.faq .a strong { color: var(--text); font-weight: 600; }\n.faq .a em { color: var(--text); font-style: italic; }\n\n\/* ============== 11 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .finish-panel { grid-template-columns: 1fr; }\n  .finish-block.white, .finish-block.dark-green { border-left: 0; border-top: 0.5px solid var(--border); }\n  .plug-panel { grid-template-columns: 1fr 1fr; }\n  .plug-tile { border-left: 0.5px solid var(--border-lt); border-top: 0.5px solid var(--border-lt); }\n  .plug-tile:nth-child(odd) { border-left: 0; }\n  .plug-tile:nth-child(-n+2) { border-top: 0; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .hero-name { font-size: 25.5px; letter-spacing: 0.25em; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n  .heritage-ribbon { grid-template-columns: 1fr; gap: 12px; }\n  .heritage-icon { margin: 0 auto; }\n  .squiggle-feature-img svg { width: 160px; height: 160px; }\n  .squiggle-feature-body { padding: 18px 22px; }\n  .size-hero { grid-template-columns: 1fr; }\n  .size-hero-img { padding: 18px; border-right: 0; border-bottom: 0.5px solid var(--border-lt); min-height: 0; }\n  .size-hero-img img { max-height: 360px; }\n  .size-hero-meta { padding: 18px 22px; }\n  .size-dims { font-size: 16px; }\n  .bulb-rec { grid-template-columns: 1fr; gap: 10px; }\n  .bulb-rec svg { margin: 0 auto; }\n}\n\u003c\/style\u003e\n\n\u003carticle class=\"d\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"hero\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/NZn6ldNxjjs\" title=\"Squiggle Floor Lamp\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-caption\"\u003e\n      \u003ch1 class=\"hero-name\"\u003eSQUIGGLE\u003c\/h1\u003e\n      \u003cdiv class=\"hero-tag\"\u003eFloor Lamp · Wavy Stem · Pleated Shade\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 01 OVERVIEW --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eA Brush Stroke that Lights the Room\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"statement\"\u003e\u003cem\u003eWhat a fun piece!\u003c\/em\u003e Add instant visual appeal to your space with the fun wavy lamp. \u003cstrong\u003eIt would look amazing with a pleated lamp shade!\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"statement-body\"\u003eA \u003cstrong\u003esinuous black metal stem\u003c\/strong\u003e rises from a polished iron base in a single, flowing brush-stroke curve — neither geometric nor random, but somewhere in between. At the top, a \u003cstrong\u003epleated fabric lampshade\u003c\/strong\u003e catches and diffuses the warm glow of an E14 bulb (yours to choose). The result is a floor lamp that reads as much as \u003cem\u003esculpture\u003c\/em\u003e as it does as a light source — a piece that \u003cem\u003eanimates\u003c\/em\u003e a quiet corner rather than just illuminating it. Available in a single height (Dia 43cm x H 150cm) with three pleated shade colors: \u003cstrong\u003eBeige, White, or Dark green\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003c!-- HERITAGE RIBBON — Design Language --\u003e\n    \u003cdiv class=\"heritage-ribbon\"\u003e\n      \u003cdiv class=\"heritage-icon\"\u003e\n        \u003csvg viewbox=\"0 0 48 48\"\u003e\n          \u003cpath d=\"M6 36 Q12 30 16 36 T24 36 T32 36 T42 36\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 24 Q12 18 16 24 T24 24 T32 24 T42 24\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 12 Q12 6 16 12 T24 12 T32 12 T42 12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"heritage-label\"\u003ePostmodern Design Language · Memphis-Inspired\u003c\/div\u003e\n        \u003cp class=\"heritage-text\"\u003eDrawing on the playful, free-form curves popularised by the \u003cstrong\u003eMemphis Group\u003c\/strong\u003e in 1980s Milan and continued through contemporary art-deco-revival lighting — the squiggle is more \u003cem\u003ebrush stroke\u003c\/em\u003e than hardware, a deliberate counterpoint to the rectilinearity of most floor lamps.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 02 SIZE --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSize\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSingle Standard · 150 cm Height\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"size-hero\"\u003e\n      \u003ca class=\"size-hero-img\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Squiggle_floor_lamp_Size_d37d8811-b15a-4cfd-9ee9-dd112acbd721_600x600.jpg?v=1629680654\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0355\/1320\/4874\/files\/Squiggle_floor_lamp_Size_d37d8811-b15a-4cfd-9ee9-dd112acbd721_600x600.jpg?v=1629680654\" alt=\"Squiggle Floor Lamp — dimensions\" loading=\"lazy\"\u003e\n        \u003cspan class=\"zoom-hint\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Zoom\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"size-hero-meta\"\u003e\n        \u003cdiv class=\"size-label\"\u003eStandard Size\u003c\/div\u003e\n        \u003cdiv class=\"size-dims\"\u003eDia 43cm x H 150cm \u003csmall\u003e∅ 17″ x H 59″\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"size-best\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e Living-room corners next to a sofa, reading-chair companions, bedroom alternatives to a nightstand lamp, home offices wanting a sculptural touch, gallery-style entryways. At 150cm, the lamp throws light \u003cem\u003eover the head\u003c\/em\u003e of a seated person — atmospheric, not task-focused.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 03 SHADE COLOR --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eShade Color\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eThree Pleated Fabric Options\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"finish-panel\"\u003e\n      \u003cdiv class=\"finish-block beige\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eColor 01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eBeige\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eWarm · timeless\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block white\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eColor 02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eWhite\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eBright · neutral\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block dark-green\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eColor 03\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eDark green\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eMoody · editorial\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-note\"\u003e\n      \u003cstrong\u003eThe body finish is fixed Black.\u003c\/strong\u003e Your choice is the \u003cstrong\u003epleated fabric shade color\u003c\/strong\u003e: \u003cstrong\u003eBeige\u003c\/strong\u003e for warm, timeless interiors (mid-century, Bohemian); \u003cstrong\u003eWhite\u003c\/strong\u003e for the brightest light output and most neutral feel (modern, minimalist); \u003cstrong\u003eDark green\u003c\/strong\u003e for moody, editorial spaces (libraries, reading nooks, velvet-and-wood rooms). The pleats catch light beautifully regardless of color choice.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 04 PLUG OPTION --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003ePlug Option\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFour Regional Standards\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"plug-panel\"\u003e\n      \u003c!-- US plug --\u003e\n      \u003cdiv class=\"plug-tile\"\u003e\n        \u003cdiv class=\"plug-icon\"\u003e\n          \u003csvg viewbox=\"0 0 60 80\"\u003e\n            \u003crect x=\"6\" y=\"14\" width=\"48\" height=\"56\" rx=\"5\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"20\" y=\"26\" width=\"4\" height=\"20\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"36\" y=\"26\" width=\"4\" height=\"20\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"30\" cy=\"56\" r=\"2.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"plug-tile-label\"\u003eOption 01\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-name\"\u003eUS plug\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-sub\"\u003eNorth America · 120V\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- UK plug --\u003e\n      \u003cdiv class=\"plug-tile\"\u003e\n        \u003cdiv class=\"plug-icon\"\u003e\n          \u003csvg viewbox=\"0 0 60 80\"\u003e\n            \u003crect x=\"6\" y=\"14\" width=\"48\" height=\"56\" rx=\"5\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"22\" y=\"24\" width=\"16\" height=\"4\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"18\" y=\"42\" width=\"4\" height=\"14\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"38\" y=\"42\" width=\"4\" height=\"14\"\u003e\u003c\/rect\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"plug-tile-label\"\u003eOption 02\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-name\"\u003eUK plug\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-sub\"\u003eUnited Kingdom · 230V\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- AU plug --\u003e\n      \u003cdiv class=\"plug-tile\"\u003e\n        \u003cdiv class=\"plug-icon\"\u003e\n          \u003csvg viewbox=\"0 0 60 80\"\u003e\n            \u003crect x=\"6\" y=\"14\" width=\"48\" height=\"56\" rx=\"5\"\u003e\u003c\/rect\u003e\n            \u003cline x1=\"22\" y1=\"42\" x2=\"28\" y2=\"28\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"38\" y1=\"42\" x2=\"32\" y2=\"28\"\u003e\u003c\/line\u003e\n            \u003crect x=\"28\" y=\"48\" width=\"4\" height=\"14\"\u003e\u003c\/rect\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"plug-tile-label\"\u003eOption 03\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-name\"\u003eAU plug\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-sub\"\u003eAustralia \/ NZ · 230V\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- EU plug --\u003e\n      \u003cdiv class=\"plug-tile\"\u003e\n        \u003cdiv class=\"plug-icon\"\u003e\n          \u003csvg viewbox=\"0 0 60 80\"\u003e\n            \u003crect x=\"6\" y=\"14\" width=\"48\" height=\"56\" rx=\"5\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"22\" cy=\"42\" r=\"4.5\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"38\" cy=\"42\" r=\"4.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"plug-tile-label\"\u003eOption 04\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-name\"\u003eEU plug\u003c\/div\u003e\n          \u003cdiv class=\"plug-tile-sub\"\u003eEurope · 230V\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-note\"\u003e\n      \u003cstrong\u003eChoose your plug at checkout.\u003c\/strong\u003e The Squiggle supports full-range AC 110-240V — the lamp itself works in any market. The plug option only determines the wall-outlet shape: \u003cstrong\u003eUS plug\u003c\/strong\u003e (Type A\/B) for North America, \u003cstrong\u003eUK plug\u003c\/strong\u003e (Type G) for the United Kingdom and Ireland, \u003cstrong\u003eAU plug\u003c\/strong\u003e (Type I) for Australia and New Zealand, or \u003cstrong\u003eEU plug\u003c\/strong\u003e (Type C\/F) for Continental Europe.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 05 THE SQUIGGLE --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eThe Squiggle\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eDefining Form\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"squiggle-feature\"\u003e\n      \u003cdiv class=\"squiggle-feature-img\"\u003e\n        \u003csvg viewbox=\"0 0 200 200\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003c!-- Wide pleated shade at top --\u003e\n          \u003cpath d=\"M55 25 L145 25 L155 50 L45 50 Z\"\u003e\u003c\/path\u003e\n          \u003c!-- Pleat lines on shade --\u003e\n          \u003cpath d=\"M65 25 L60 50 M80 25 L77 50 M95 25 L94 50 M110 25 L111 50 M125 25 L128 50 M140 25 L145 50\"\u003e\u003c\/path\u003e\n          \u003c!-- Squiggle stem - the signature wavy curve --\u003e\n          \u003cpath d=\"M100 50 Q70 75 100 100 Q130 125 100 150 Q70 165 100 175\"\u003e\u003c\/path\u003e\n          \u003c!-- Iron base --\u003e\n          \u003cellipse cx=\"100\" cy=\"180\" rx=\"30\" ry=\"6\"\u003e\u003c\/ellipse\u003e\n          \u003cpath d=\"M70 180 L70 175 Q70 173 73 173 L127 173 Q130 173 130 175 L130 180\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"squiggle-feature-body\"\u003e\n        \u003cdiv class=\"squiggle-feature-title\"\u003eWavy Metal Stem · Hand-Bent Curve\u003c\/div\u003e\n        \u003cp class=\"squiggle-feature-headline\"\u003eA single black metal pole bent into a flowing, free-hand curve — neither geometric nor random.\u003c\/p\u003e\n        \u003cp class=\"squiggle-feature-text\"\u003eThe stem is the entire personality of the lamp. \u003cstrong\u003eThree deliberate curves\u003c\/strong\u003e rise from the polished iron base to the shade above — far enough from a straight pole to read as \u003cem\u003esculptural\u003c\/em\u003e, controlled enough to remain \u003cem\u003eelegant\u003c\/em\u003e rather than chaotic. The curve extends the lamp's centre of gravity outward, which is why the iron base is intentionally weighted: \u003cem\u003ewithout that counterbalance, the squiggle would tip\u003c\/em\u003e. Every Squiggle ships with the stem as a \u003cstrong\u003esingle pre-bent piece\u003c\/strong\u003e — never assembled on-site — so the curve is consistent across every unit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 06 MATERIALS \u0026 CRAFT --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"craft-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 4L5 20\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 8 Q9 6 9 10 Q9 14 5 14 Q5 18 9 18\"\u003e\u003c\/path\u003e\n            \u003cellipse cx=\"9\" cy=\"20\" rx=\"4\" ry=\"1.5\"\u003e\u003c\/ellipse\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eBlack Metal Stem\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eA \u003cstrong\u003esingle solid metal pole\u003c\/strong\u003e bent into the signature squiggle curve, finished in matte powder-coated \u003cstrong\u003eBlack\u003c\/strong\u003e. Strong enough to hold the shade and bulb assembly steady, slim enough to read as a brush stroke rather than a structural element. The black finish is fixed — the only customisation is the shade color above.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M4 8 L20 8 L21 14 L3 14 Z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 8 L7 14 M11 8 L11 14 M14 8 L14 14 M17 8 L17 14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003ePleated Fabric Shade\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eA \u003cstrong\u003epleated fabric lampshade\u003c\/strong\u003e in your choice of Beige, White, or Dark green. The vertical pleats serve a dual purpose: \u003cem\u003evisual rhythm\u003c\/em\u003e (echoing the wavy stem below in a different register), and \u003cem\u003elight diffusion\u003c\/em\u003e (the folds soften the bulb's glow into a warm, even pool of light). Removable for cleaning or replacement.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cellipse cx=\"12\" cy=\"18\" rx=\"8\" ry=\"2\"\u003e\u003c\/ellipse\u003e\n            \u003cpath d=\"M4 18 L4 14 Q4 12 6 12 L18 12 Q20 12 20 14 L20 18\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003ePolished Iron Base\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eA \u003cstrong\u003eweighted polished iron base\u003c\/strong\u003e anchors the lamp securely on hardwood, tile, or carpet. The weight is intentional: the squiggle stem extends the centre of gravity outward, so the base counterbalances to prevent tipping. Polished finish to match the black metal stem above — a subtle gloss that catches floor-level light.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 07 PRODUCT NOTES --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"notes-row\"\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 21h6M10 17h4l1-4 2-2a5 5 0 1 0-8 0l2 2 1 4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eE14 Bulb · Not Included\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eSource separately · LED recommended\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"6\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 17l3-2M21 17l-3-2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eIn-Line On\/Off Switch\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eSwitch on cord · not dimmer\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 6V3h6v3M8 12h8M8 16h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003ePre-Bent Stem · Easy Setup\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003e5-10 min assembly · no tools needed\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BULB RECOMMENDATION --\u003e\n    \u003cdiv class=\"bulb-rec\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M9 21h6M10 17h4l1-4 2-2a5 5 0 1 0-8 0l2 2 1 4z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cp class=\"bulb-rec-text\"\u003e\u003cstrong\u003eBulb Recommendation.\u003c\/strong\u003e The Squiggle takes an \u003cstrong\u003eE14 base bulb\u003c\/strong\u003e (small Edison screw, sometimes called SES) — bulb is \u003cstrong\u003enot included\u003c\/strong\u003e, you'll need to source one separately. Recommended: a \u003cstrong\u003esoft white LED E14 at 25-40W equivalent\u003c\/strong\u003e (4-6W actual draw) for warm ambient glow, or a \u003cstrong\u003evintage filament-style E14 LED\u003c\/strong\u003e for a more decorative look through the pleated shade. \u003cem\u003eAvoid bulbs over 40W\u003c\/em\u003e to stay within the fabric shade's heat tolerance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 08 SPECIFICATIONS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"spec-tab\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003eDia 43cm x H 150cm \/ ∅ 17″ x H 59″\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003eMetal, Fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBody finish\u003c\/td\u003e\n\u003ctd\u003eBlack (single fixed finish)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLampshade\u003c\/td\u003e\n\u003ctd\u003ePleated fabric — Beige · White · Dark green (3 options)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePlug option\u003c\/td\u003e\n\u003ctd\u003eUS plug · UK plug · AU plug · EU plug (choose at checkout)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eLight source base\u003c\/td\u003e\n\u003ctd\u003eE14 base bulb (bulb NOT included · max 40W)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110-240V (full-range)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSwitch\u003c\/td\u003e\n\u003ctd\u003eIn-line on\/off push-button switch (on cord, not dimmer)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCable\u003c\/td\u003e\n\u003ctd\u003e150 cm (59″) wire with switch and plug\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor only\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIP rating\u003c\/td\u003e\n\u003ctd\u003eIP20 — not waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePacking size\u003c\/td\u003e\n\u003ctd\u003eL 148cm x W 30cm x H 25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCertifications\u003c\/td\u003e\n        \u003ctd\u003e\n          \u003cdiv class=\"cert-row\"\u003e\n            \u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"spec-note\"\u003e\n      \u003cstrong\u003eIndoor use only.\u003c\/strong\u003e Designed for dry interior environments — not suitable for bathrooms, wet rooms, covered porches, or outdoor installations. Order total does not include customs duties or local import taxes, which may be collected by the courier on delivery.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 09 INSTALLATION --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSetup\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eEasy Assembly · 5-10 Minutes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"install-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWatch the \u003ca href=\"https:\/\/www.youtube.com\/watch?v=NZn6ldNxjjs\" target=\"_blank\" rel=\"noopener\"\u003eproduct video\u003c\/a\u003e\u003c\/strong\u003e for a visual walkthrough of how the Squiggle goes together.\u003c\/li\u003e\n      \u003cli\u003eUnpack the long box (L 148cm x W 30cm x H 25cm). Inside: the pre-bent squiggle stem (single piece), the polished iron base, the pleated fabric shade, and the cable with in-line switch.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Screw the squiggle stem onto the iron base. Hand-tighten — no tools required.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Thread the cable up through the stem (if not pre-threaded) and connect to the bulb socket at the top.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Source an E14 bulb separately (25-40W equivalent LED recommended) and screw it into the socket.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStep 4:\u003c\/strong\u003e Attach the pleated fabric shade to the top of the stem.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStep 5:\u003c\/strong\u003e Plug the cable into a standard wall outlet matching your selected plug option. Use the in-line switch on the cord to turn the lamp on\/off.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTotal assembly time:\u003c\/strong\u003e typically 5-10 minutes with no special tools beyond what's included. One-person setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCable safety:\u003c\/strong\u003e route the cable against walls or under rugs to prevent trip hazards. The lamp's iron base is weighted to prevent tipping, but a snagged cable can still pull the entire fixture over.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 10 FAQ --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat design language inspired the Squiggle Floor Lamp?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Squiggle Floor Lamp draws on \u003cstrong\u003epostmodern design vocabulary\u003c\/strong\u003e — specifically the playful, free-form curves popularised by the \u003cstrong\u003eMemphis Group\u003c\/strong\u003e movement in 1980s Milan and continued through contemporary art-deco-revival lighting. The defining feature is the \u003cem\u003esinuous \"squiggle\" stem\u003c\/em\u003e: a single black metal pole bent into a flowing, free-hand curve that reads more like a brush stroke than a piece of hardware. Paired with the pleated fabric shade, it creates a balance between \u003cem\u003ewhimsical and sophisticated\u003c\/em\u003e — a sculptural object that happens to provide light.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is the Squiggle Floor Lamp?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Squiggle Floor Lamp is offered in a \u003cstrong\u003esingle standard size\u003c\/strong\u003e: \u003cstrong\u003eDia 43cm x H 150cm\u003c\/strong\u003e (∅ 17″ x H 59″). At 150cm tall, it works well next to sofas, reading chairs, or in living-room corners — \u003cem\u003etall enough to throw light over the head of a seated person\u003c\/em\u003e but not so tall it competes with ceiling-height fixtures. The shade diameter (43cm \/ 17″) creates a generous, atmospheric pool of light without overwhelming the wavy stem.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich shade color should I choose: Beige, White, or Dark green?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eBeige\u003c\/strong\u003e — warmest, most timeless option, pairs well with cream walls, mid-century furniture, and Bohemian palettes. \u003cstrong\u003eWhite\u003c\/strong\u003e — most neutral, brightest light output (more lumens reach the room), works in any modern or minimalist interior. \u003cstrong\u003eDark green\u003c\/strong\u003e — most expressive and editorial, casts a moodier, jewel-tone glow, ideal for libraries, reading nooks, or rooms with rich wood or velvet. \u003cem\u003eAll three are pleated fabric — the pleats catch light beautifully regardless of color choice.\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich plug option should I choose: US, UK, AU, or EU?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eChoose the plug type matching your destination's wall outlet: \u003cstrong\u003eUS plug\u003c\/strong\u003e for North America (Type A\/B, 120V), \u003cstrong\u003eUK plug\u003c\/strong\u003e for the United Kingdom and Ireland (Type G, 230V), \u003cstrong\u003eAU plug\u003c\/strong\u003e for Australia and New Zealand (Type I, 230V), or \u003cstrong\u003eEU plug\u003c\/strong\u003e for Continental Europe (Type C\/F, 230V). \u003cem\u003eThe lamp itself supports full-range AC 110-240V\u003c\/em\u003e, so the choice only determines the plug shape — not the lamp's electrical compatibility.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat kind of bulb does it use? Is one included?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Squiggle Floor Lamp uses an \u003cstrong\u003eE14 base bulb\u003c\/strong\u003e (small Edison screw, sometimes called SES) — and \u003cstrong\u003eno, the bulb is NOT included\u003c\/strong\u003e. You'll need to source one separately. \u003cem\u003eRecommended:\u003c\/em\u003e a soft white LED E14 bulb at \u003cstrong\u003e25-40W equivalent\u003c\/strong\u003e (4-6W actual LED draw) for ambient warmth, or a \u003cem\u003evintage filament-style E14 LED\u003c\/em\u003e for a more decorative look through the pleated shade. \u003cstrong\u003eAvoid bulbs over 40W\u003c\/strong\u003e to stay safe within the fabric shade's heat tolerance.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow does the switch work? Is it on the cord or the lamp body?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Squiggle uses an \u003cstrong\u003ein-line on\/off push-button switch\u003c\/strong\u003e — a small switch built into the cord roughly between the lamp body and the wall plug. This means you can turn the lamp on\/off without bending down to reach a switch on the lamp itself, and without needing to flip a wall switch. \u003cem\u003eNote: this is on\/off only, not a dimmer.\u003c\/em\u003e If you want to dim the lamp, you'd need to use a dimmable E14 bulb with a separate dimmer plug adapter, or replace the in-line switch with a foot dimmer.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow does it ship? Is the squiggle stem one piece?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Squiggle ships in a \u003cstrong\u003esingle long box\u003c\/strong\u003e (L 148cm x W 30cm x H 25cm) containing the wavy stem (delivered as a \u003cstrong\u003esingle pre-bent piece\u003c\/strong\u003e — \u003cem\u003enot assembled on-site\u003c\/em\u003e), the iron base, the pleated fabric shade, and the cable with switch. Assembly involves screwing the stem onto the base, attaching the shade, and threading the cable — typically \u003cstrong\u003e5-10 minutes\u003c\/strong\u003e with no special tools beyond what's included. Two-person handling is not required.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it heavy enough not to tip over?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eYes.\u003c\/strong\u003e The polished iron base is \u003cem\u003eintentionally weighted\u003c\/em\u003e to counterbalance the asymmetric, wavy stem above it — without this, the lamp would be tip-prone given how the squiggle shape extends the centre of gravity outward. The base anchors the lamp securely on hardwood, tile, or carpet. \u003cem\u003eThat said, it is still a fabric-shaded floor lamp\u003c\/em\u003e — keep it away from high-traffic areas where children or pets might catch the cable, and keep the cable routed against walls or under rugs to prevent trip hazards.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable for a bedroom or children's room?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eYes for adult bedrooms\u003c\/strong\u003e — the in-line switch makes it easy to turn off from bed (no need to find a switch in the dark), and the warm fabric-shade glow is well-suited to evening ambient lighting. \u003cstrong\u003eFor children's rooms, use with caution\u003c\/strong\u003e: the wavy stem is sculptural and could attract a child's attention, and the cord with in-line switch is at child-reachable height. We recommend keeping it out of children's bedrooms or routing the cable carefully and using only LED bulbs (which run cool to the touch) if installing near a child's space.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use it outdoors or in a bathroom?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eNo.\u003c\/strong\u003e The Squiggle Floor Lamp is rated \u003cstrong\u003eIP20 for dry indoor use only\u003c\/strong\u003e — not suitable for bathrooms, wet rooms, covered porches, or outdoor environments. The fabric shade in particular is not designed for prolonged humidity exposure and would degrade quickly in damp conditions.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat style of room does it suit best?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe Squiggle is at home in \u003cstrong\u003eeclectic, mid-century, postmodern, and Bohemian interiors\u003c\/strong\u003e — anywhere a sculptural lighting accent is welcome. \u003cem\u003eParticularly good fit:\u003c\/em\u003e living-room reading corners, bedroom nightstand alternatives, home offices that want a non-architectural touch, gallery-style entryways, and creative studios. \u003cem\u003eIt's not the right choice for\u003c\/em\u003e strict minimalist rooms (where the squiggle reads as visual noise), or industrial-loft interiors (where straight-line lighting works better).\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use it with both 110V and 220V outlets?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eYes.\u003c\/strong\u003e The Squiggle Floor Lamp supports \u003cstrong\u003efull-range AC 110-240V\u003c\/strong\u003e — meaning it works in both North American (120V) and European\/Australian (220-240V) outlets without needing a transformer or voltage adapter. \u003cem\u003eJust choose the matching plug option at checkout\u003c\/em\u003e (US plug, UK plug, AU plug, or EU plug).\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the shade adjustable or fixed?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eThe pleated fabric shade is \u003cstrong\u003efixed in orientation\u003c\/strong\u003e — it sits horizontally at the top of the squiggle stem and cannot be tilted or angled. The shade itself is removable for cleaning or replacement, but during normal use it stays in a single horizontal position. \u003cem\u003eThe squiggle stem creates visual movement; the shade itself does not move.\u003c\/em\u003e\n\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 11 DOWNLOADS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e11\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSpec · Setup\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dl-list\"\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1nrzj2Zb1hUXMao18twY9jSluCrr23jDg\/view\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet\n      \u003c\/a\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/12_YJdCnbmCBKZmLQAKslBrYyTMjtcIuE\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VALUES STRIP --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"values-strip\"\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e∿\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eSculptural Stem\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◐\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003ePleated Shade\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e⏻\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eIn-Line Switch\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003ePostmodern Whimsy\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Rayonshine","offers":[{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Beige \/ US plug","offer_id":42120881864961,"sku":"M-202112071336-1","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Beige \/ UK plug","offer_id":42120881930497,"sku":"M-202112071336-2","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Beige \/ AU plug","offer_id":42120881996033,"sku":"M-202112071336-3","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Beige \/ EU plug","offer_id":42120882061569,"sku":"M-202112071336-4","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ White \/ US plug","offer_id":42120882127105,"sku":"M-202112071336-5","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ White \/ UK plug","offer_id":42120882192641,"sku":"M-202112071336-6","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ White \/ AU plug","offer_id":42120882258177,"sku":"M-202112071336-7","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ White \/ EU plug","offer_id":42120882323713,"sku":"M-202112071336-8","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Dark green \/ US plug","offer_id":42120882389249,"sku":"M-202112071336-9","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Dark green \/ UK plug","offer_id":42120882454785,"sku":"M-202112071336-10","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Dark green \/ AU plug","offer_id":42120882520321,"sku":"M-202112071336-11","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 150cm \/ ∅ 17″ x H 59″ \/ Dark green \/ EU plug","offer_id":42120882618625,"sku":"M-202112071336-12","price":340.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Squiggle_Floor_Lamp_2f3c2534-2066-47f0-b8d7-dab13ae97a83.jpg?v=1742781087"},{"product_id":"ostrich-feather-table-lamp","title":"Ostrich Feather Table Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/Yn1_uOVArCI\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eAn illuminating pam tree, resplendent with exquisite ostrich feather foliage, the feather table lamp takes centre stage in any luxury setting and delivers the ultimate midas touch to Hollywood regency decors. A pièce de résistance among standing lamps, this lighting work of art commands attention to its exquisite design and intricate craftsmanship.\u003c\/p\u003e\n\u003cp\u003eOur feather table lamp is a bijoux version of the exquisite, illuminating Ostrich floor lamp. Each piece delivers a glorious luxurious statement to any design or styling project - perfect in pairs!\u003c\/p\u003e\n\u003cp\u003eIdeal for a decadent bedroom or old Hollywood salons, the feather table lamp will deliver the unique 60’s glamour into an iconic look to remember.\u003c\/p\u003e\n\u003cp\u003eAs part of our exclusive feather lamp series, our feather table lamps are finished with ostrich feathers and brass metal base.\u003c\/p\u003e\n\u003cp\u003eHand-made in our Chinese studio, there are fifteen gorgeous shades to choose from.\u003c\/p\u003e\n\u003cp\u003e*Please note as the feather plumes are hand-dyed, colours may vary.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Ostrich_Feather_Chandelier_DIFFERRENCE__2_1_1024x1024.jpg?v=1722596597\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″\u003c\/li\u003e\n\u003cli\u003eBase size: 21cm \/ 8.3″.  ( The fixture uses three G9 bulbs )\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Ostrich_Feather_Table_Lamp_1154.jpg?v=1751687871\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Brass, Ostrich Feather\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Polished brass, Silver\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: Natural, White, Cloud, Old gold, Ivy green, Black, Candy Floss, Oyster pink, Peacock blue.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 0.1px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1r-0-xzJh5zRMw5xF8QEgoUEno2i79wA_\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/18MSSb9tvfA8MFANpnInlraTxY2sPFX3i\/view?usp=drive_link\" target=\"_blank\"\u003e \u003c\/a\u003e\u003cspan\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/18MSSb9tvfA8MFANpnInlraTxY2sPFX3i\/view?usp=drive_link\" target=\"_blank\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1JCy2JkbUsnAw9bh8b2IjLSRuBmog_RzW\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg style=\"margin-bottom: 0.1px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e\u003c\/a\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1JCy2JkbUsnAw9bh8b2IjLSRuBmog_RzW\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 364px; top: 727.094px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Polished brass \/ US plug","offer_id":42120891793665,"sku":"M-202112071418-1","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Polished brass \/ UK plug","offer_id":42798301053185,"sku":"M-202112071418-2","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Polished brass \/ AU plug","offer_id":44209245552897,"sku":"M-202112071418-3","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Polished brass \/ EU plug","offer_id":44209245585665,"sku":"M-202112071418-4","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Polished brass \/ US plug","offer_id":42120891826433,"sku":"M-202112071418-5","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Polished brass \/ UK plug","offer_id":42798301085953,"sku":"M-202112071418-6","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Polished brass \/ AU plug","offer_id":44209245618433,"sku":"M-202112071418-7","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Polished brass \/ EU plug","offer_id":44209245651201,"sku":"M-202112071418-8","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Polished brass \/ US plug","offer_id":42120891859201,"sku":"M-202112071418-9","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Polished brass \/ UK plug","offer_id":42798301118721,"sku":"M-202112071418-10","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Polished brass \/ AU plug","offer_id":44209245683969,"sku":"M-202112071418-11","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Polished brass \/ EU plug","offer_id":44209245716737,"sku":"M-202112071418-12","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Polished brass \/ US plug","offer_id":42120891924737,"sku":"M-202112071418-13","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Polished brass \/ UK plug","offer_id":42798301184257,"sku":"M-202112071418-14","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Polished brass \/ AU plug","offer_id":44209245749505,"sku":"M-202112071418-15","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Polished brass \/ EU plug","offer_id":44209245782273,"sku":"M-202112071418-16","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Polished brass \/ US plug","offer_id":42120891957505,"sku":"M-202112071418-17","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Polished brass \/ UK plug","offer_id":42798301217025,"sku":"M-202112071418-18","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Polished brass \/ AU plug","offer_id":44209245815041,"sku":"M-202112071418-19","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Polished brass \/ EU plug","offer_id":44209245847809,"sku":"M-202112071418-20","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Polished brass \/ US plug","offer_id":42120892023041,"sku":"M-202112071418-21","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Polished brass \/ UK plug","offer_id":42798301282561,"sku":"M-202112071418-22","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Polished brass \/ AU plug","offer_id":44209245880577,"sku":"M-202112071418-23","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Polished brass \/ EU plug","offer_id":44209245913345,"sku":"M-202112071418-24","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Polished brass \/ US plug","offer_id":42120892154113,"sku":"M-202112071418-25","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Polished brass \/ UK plug","offer_id":42798301413633,"sku":"M-202112071418-26","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Polished brass \/ AU plug","offer_id":44209245946113,"sku":"M-202112071418-27","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Polished brass \/ EU plug","offer_id":44209245978881,"sku":"M-202112071418-28","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Polished brass \/ US plug","offer_id":42120892219649,"sku":"M-202112071418-29","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Polished brass \/ UK plug","offer_id":42798301544705,"sku":"M-202112071418-30","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Polished brass \/ AU plug","offer_id":44209246011649,"sku":"M-202112071418-31","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Polished brass \/ EU plug","offer_id":44209246044417,"sku":"M-202112071418-32","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Polished brass \/ US plug","offer_id":42120892252417,"sku":"M-202112071418-33","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Polished brass \/ UK plug","offer_id":42798301610241,"sku":"M-202112071418-34","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Polished brass \/ AU plug","offer_id":44209246077185,"sku":"M-202112071418-35","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Polished brass \/ EU plug","offer_id":44209246109953,"sku":"M-202112071418-36","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Silver \/ US plug","offer_id":44209246142721,"sku":"M-202112071418-37","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Silver \/ UK plug","offer_id":44209246175489,"sku":"M-202112071418-38","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Silver \/ AU plug","offer_id":44209246208257,"sku":"M-202112071418-39","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Natural+Silver \/ EU plug","offer_id":44209246241025,"sku":"M-202112071418-40","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Silver \/ US plug","offer_id":44209246273793,"sku":"M-202112071418-41","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Silver \/ UK plug","offer_id":44209246306561,"sku":"M-202112071418-42","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Silver \/ AU plug","offer_id":44209246339329,"sku":"M-202112071418-43","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ White+Silver \/ EU plug","offer_id":44209246372097,"sku":"M-202112071418-44","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Silver \/ US plug","offer_id":44209246404865,"sku":"M-202112071418-45","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Silver \/ UK plug","offer_id":44209246437633,"sku":"M-202112071418-46","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Silver \/ AU plug","offer_id":44209246470401,"sku":"M-202112071418-47","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Cloud+Silver \/ EU plug","offer_id":44209246503169,"sku":"M-202112071418-48","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Silver \/ US plug","offer_id":44209246535937,"sku":"M-202112071418-49","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Silver \/ UK plug","offer_id":44209246568705,"sku":"M-202112071418-50","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Silver \/ AU plug","offer_id":44209246601473,"sku":"M-202112071418-51","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Old gold+Silver \/ EU plug","offer_id":44209246634241,"sku":"M-202112071418-52","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Silver \/ US plug","offer_id":44209246667009,"sku":"M-202112071418-53","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Silver \/ UK plug","offer_id":44209246699777,"sku":"M-202112071418-54","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Silver \/ AU plug","offer_id":44209246732545,"sku":"M-202112071418-55","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Ivy green+Silver \/ EU plug","offer_id":44209246765313,"sku":"M-202112071418-56","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Silver \/ US plug","offer_id":44209246798081,"sku":"M-202112071418-57","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Silver \/ UK plug","offer_id":44209246830849,"sku":"M-202112071418-58","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Silver \/ AU plug","offer_id":44209246863617,"sku":"M-202112071418-59","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Black+Silver \/ EU plug","offer_id":44209246896385,"sku":"M-202112071418-60","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Silver \/ US plug","offer_id":44209246929153,"sku":"M-202112071418-61","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Silver \/ UK plug","offer_id":44209246961921,"sku":"M-202112071418-62","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Silver \/ AU plug","offer_id":44209246994689,"sku":"M-202112071418-63","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Candy Floss+Silver \/ EU plug","offer_id":44209247027457,"sku":"M-202112071418-64","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Silver \/ US plug","offer_id":44209247060225,"sku":"M-202112071418-65","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Silver \/ UK plug","offer_id":44209247092993,"sku":"M-202112071418-66","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Silver \/ AU plug","offer_id":44209247125761,"sku":"M-202112071418-67","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Oyster pink+Silver \/ EU plug","offer_id":44209247158529,"sku":"M-202112071418-68","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Silver \/ US plug","offer_id":44209247191297,"sku":"M-202112071418-69","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Silver \/ UK plug","offer_id":44209247224065,"sku":"M-202112071418-70","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Silver \/ AU plug","offer_id":44209247256833,"sku":"M-202112071418-71","price":652.0,"currency_code":"USD","in_stock":true},{"title":"Dia 75cm x H 75cm \/ ∅ 29.5″ x H 29.5″ \/ Peacock green+Silver \/ EU plug","offer_id":44209247289601,"sku":"M-202112071418-72","price":652.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Ostrich_Feather_Table_Lamp_0329.jpg?v=1743232362"},{"product_id":"gringo-table-lamp","title":"Gringo Table Lamp","description":"\u003cp\u003eMeet table lamp Gringo. This particular member of the Gringo family can be placed wherever you like! That’s because it’s a table lamp. Ideal on a cabinet or shelf, usually close to the wall. And then, see what happens at night…. Be surprised what this Gringo does to your wall!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6\u003cspan\u003e″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Gringo-Table-Lamp_600x600.jpg?v=1700556142\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Iron, Brass\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: White ,Black.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: Brass, Brown.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1hRR8OBFmA8aSlQK0QvDNOb3j-7emhkod\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brass \u0026 White \/ US plug","offer_id":42120899002625,"sku":"M-20211208045-1","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brass \u0026 White \/ UK plug","offer_id":42120899035393,"sku":"M-20211208045-2","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brass \u0026 White \/ AU plug","offer_id":42120899068161,"sku":"M-20211208045-3","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brass \u0026 White \/ EU plug","offer_id":42120899100929,"sku":"M-20211208045-4","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brown \u0026 Black \/ US plug","offer_id":42120899133697,"sku":"M-20211208045-5","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brown \u0026 Black \/ UK plug","offer_id":42120899166465,"sku":"M-20211208045-6","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brown \u0026 Black \/ AU plug","offer_id":42120899199233,"sku":"M-20211208045-7","price":292.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22cm x H 32cm \/ ∅ 8.6″ x H 12.6″ \/ Brown \u0026 Black \/ EU plug","offer_id":42120899232001,"sku":"M-20211208045-8","price":292.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Gringo_Table_Lamp_0329.jpg?v=1743232962"},{"product_id":"earth-to-sky-table-lamp","title":"Earth to Sky Table Lamp","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/irL9TtLUSkQ\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eEntirely self-produced, these luminous objects represent a new step forward for the design studio. Beauty, levity, honesty, soulfulness and skilled craftsmanship are all essential components of these magical sculptures. The collection perfectly symbolizes the idea of “Earth to Sky”. Earth through the hand craftsmanship, the hammer on metal, the heaviness of the materials. Sky with the aerial, ethereal quality of the sculptures, like precious creatures suspended in air.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 35cm x H 37cm \/ ∅ 13.8″ x H 14.5\u003cspan\u003e″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Earth_to_Sky_Table_Lamp_1_7041de6c-5742-4aac-b5bb-5599d285d3e3.jpg?v=1742458915\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Metal, Marble.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Black.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: Gold.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E14 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1g8NT8TNOTdrQb3Fnar1dhfqOOxTJKZQ9\/view?usp=sharing\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003cspan\u003e  \u003c\/span\u003e\u003c\/a\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 35cm x H 37cm \/ ∅ 13.8″ x H 14.5″ \/ Black \/ US plug","offer_id":42120900149505,"sku":"M-202112071233-1","price":238.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 37cm \/ ∅ 13.8″ x H 14.5″ \/ Black \/ UK plug","offer_id":42120900182273,"sku":"M-202112071233-2","price":238.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 37cm \/ ∅ 13.8″ x H 14.5″ \/ Black \/ AU plug","offer_id":42120900215041,"sku":"M-202112071233-3","price":238.0,"currency_code":"USD","in_stock":true},{"title":"Dia 35cm x H 37cm \/ ∅ 13.8″ x H 14.5″ \/ Black \/ EU plug","offer_id":42120900247809,"sku":"M-202112071233-4","price":238.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Earth_to_Sky_Table_Lamp_0329.jpg?v=1743233377"},{"product_id":"gooseneck-chandelier","title":"Gooseneck Chandelier","description":"\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f3ecdc;\n  --bg-card:    #faf4e6;\n  --bg-stone:   #ecdfc2;\n  --bg-deep:    #1c1608;\n  --border:     #d8c9a4;\n  --border-lt:  #e6d8b4;\n  --accent:     #a07840;\n  --accent-dk:  #2a1e08;\n  --accent-bg:  #efd8b0;\n  --accent-bdr: #c49e66;\n  --text:       #1a1408;\n  --text-mid:   #4a3820;\n  --text-light: #8a7248;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO ============== *\/\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 22px 0 0 0; }\n.hero-name { font-size: 34.5px; font-weight: 300; letter-spacing: 0.3em;\n  color: var(--text); margin: 0; text-transform: uppercase; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 10px; font-weight: 600; }\n.hero-links { display: flex; gap: 10px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }\n.hero-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;\n  border: 0.5px solid var(--border); border-radius: 2px; background: var(--bg);\n  text-decoration: none; color: var(--text-mid); font-size: 12.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.2s; }\n.hero-link:hover { border-color: var(--accent); color: var(--accent); }\n.hero-link-dot { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 680px; }\n\n\/* ============== 02 FINISHES — two-panel ============== *\/\n.finish-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-block { padding: 22px 20px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 160px; }\n.finish-block.gold-chandelier {\n  background: linear-gradient(135deg, #e8c878 0%, #b48a38 55%, #5a3a10 100%);\n  color: #1a1408;\n}\n.finish-block.black-chandelier {\n  background: linear-gradient(135deg, #4a4038 0%, #2a241c 55%, #0a0804 100%);\n  color: #f4ead4;\n}\n.finish-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.75; }\n.finish-name { font-size: 19px; font-weight: 400; letter-spacing: 0.08em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 11px; letter-spacing: 0.1em; opacity: 0.65; margin-top: 4px; }\n\n\/* ============== 03 SILHOUETTE — single product ============== *\/\n.silhouette-wrap {\n  background: var(--bg-stone); padding: 28px 20px; border-radius: 2px;\n  display: flex; flex-direction: column; align-items: center; gap: 16px;\n}\n.silhouette-img {\n  display: block; max-width: 480px; width: 100%;\n  background: var(--bg); border: 0.5px solid var(--border-lt); border-radius: 2px;\n  overflow: hidden; padding: 14px;\n  text-decoration: none; position: relative;\n}\n.silhouette-img img { width: 100%; height: auto; display: block; }\n.silhouette-img .zoom-hint {\n  position: absolute; bottom: 18px; right: 20px; font-size: 10.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 4px 10px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 4px; pointer-events: none;\n}\n.silhouette-img .zoom-hint svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 2; }\n.silhouette-meta {\n  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; width: 100%; max-width: 480px;\n}\n.silhouette-meta-item {\n  padding: 12px 14px; background: var(--bg);\n  border: 0.5px solid var(--border); border-radius: 2px; text-align: center;\n}\n.silhouette-meta-key {\n  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;\n  text-transform: uppercase; color: var(--accent); margin-bottom: 4px;\n}\n.silhouette-meta-val {\n  font-size: 13.5px; color: var(--text); font-weight: 500;\n  font-feature-settings: \"tnum\"; line-height: 1.35;\n}\n.silhouette-meta-val small {\n  display: block; font-size: 10.5px; color: var(--text-light); font-weight: 400;\n}\n\n\/* ============== 04 SUSPENSION — rod options ============== *\/\n.rod-options {\n  display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;\n  margin-bottom: 14px;\n}\n.rod-card {\n  background: var(--bg-card); border: 0.5px solid var(--border);\n  border-radius: 2px; padding: 18px 14px 20px;\n  text-align: center;\n  display: flex; flex-direction: column; align-items: center; gap: 10px;\n}\n.rod-visual {\n  display: flex; align-items: flex-end; justify-content: center;\n  height: 110px; width: 100%;\n  border-bottom: 0.5px solid var(--border);\n  padding-bottom: 2px;\n}\n.rod-bar {\n  width: 6px;\n  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dk) 100%);\n  border-radius: 3px;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.18);\n  position: relative;\n}\n.rod-bar::before {\n  content: ''; position: absolute; top: -4px; left: -6px; right: -6px;\n  height: 2px; background: var(--accent-dk); border-radius: 1px;\n}\n.rod-bar-custom {\n  width: 6px; height: 80px;\n  background: repeating-linear-gradient(180deg,\n    var(--accent) 0, var(--accent) 5px,\n    transparent 5px, transparent 9px);\n  position: relative;\n}\n.rod-bar-custom::before {\n  content: ''; position: absolute; top: -4px; left: -6px; right: -6px;\n  height: 2px; background: var(--accent-dk); border-radius: 1px;\n}\n.rod-length {\n  font-size: 19px; font-weight: 300; color: var(--text);\n  letter-spacing: 0.02em; font-feature-settings: \"tnum\";\n  margin-top: 2px;\n}\n.rod-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase;\n}\n.rod-desc {\n  font-size: 11.5px; color: var(--text-mid); line-height: 1.45;\n  padding-top: 6px; border-top: 0.5px dashed var(--border);\n  width: 100%;\n}\n\n\/* Sloped ceiling notice card *\/\n.sloped-notice {\n  background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-card) 100%);\n  border: 0.5px solid var(--accent-bdr);\n  border-left: 3px solid var(--accent);\n  border-radius: 2px;\n  padding: 22px 24px;\n  display: grid; grid-template-columns: 42px 1fr; gap: 20px;\n  align-items: start;\n}\n.sloped-icon {\n  width: 42px; height: 42px;\n  display: flex; align-items: center; justify-content: center;\n  color: var(--accent);\n}\n.sloped-icon svg { width: 38px; height: 38px; stroke: currentColor; stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.sloped-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 6px;\n}\n.sloped-title {\n  font-size: 17px; font-weight: 400; color: var(--text);\n  font-style: italic; margin: 0 0 10px;\n}\n.sloped-text {\n  font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin: 0;\n}\n.sloped-text strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 05 MATERIALS \u0026 CRAFT ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { font-size: 30px; line-height: 1; color: var(--accent);\n  margin-bottom: 12px; font-weight: 300; }\n.craft-sym svg { width: 26px; height: 26px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n\n\/* ============== 06 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* ============== 07 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n.install-list li a { color: var(--accent); text-decoration: none; border-bottom: 0.5px solid var(--accent); }\n\n\/* ============== 09 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n\n\/* ============== 10 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .finish-panel { grid-template-columns: 1fr; }\n  .rod-options { grid-template-columns: 1fr 1fr; gap: 6px; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .silhouette-meta { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .hero-name { font-size: 25.5px; letter-spacing: 0.25em; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n  .sloped-notice { grid-template-columns: 1fr; gap: 12px; padding: 18px 18px; }\n  .sloped-icon { margin: 0 auto; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"d\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"hero\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/5geIRKQXbPM\" title=\"Gooseneck Chandelier\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-caption\"\u003e\n      \u003ch1 class=\"hero-name\"\u003eGooseneck\u003c\/h1\u003e\n      \u003cdiv class=\"hero-tag\"\u003eChandelier · Salt-Blasted Glass Globes\u003c\/div\u003e\n      \u003cdiv class=\"hero-links\"\u003e\n        \u003ca class=\"hero-link\" href=\"https:\/\/www.youtube.com\/watch?v=HRL9Gpy_5gw\" target=\"_blank\" rel=\"noopener\"\u003e\n          \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003e Watch: Installation\n        \u003c\/a\u003e\n        \u003ca class=\"hero-link\" href=\"https:\/\/www.youtube.com\/watch?v=5_QlgIfdffs\" target=\"_blank\" rel=\"noopener\"\u003e\n          \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003e Watch: Assembly Guide\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 01 OVERVIEW --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eCurvaceous, Quietly Glowing\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"statement\"\u003e\n      Curling gooseneck arms radiate from a central canopy, each ending in a softly frosted globe — a chandelier that reads as much as sculpture as light fixture.\n    \u003c\/p\u003e\n    \u003cp class=\"statement-body\"\u003e\n      The Gooseneck Chandelier draws from the playful, curvaceous chandelier tradition developed by contemporary New York design studios. Slender metal arms — available in warm gold or graphic black — sweep outward from a compact ceiling canopy, each terminating in a \u003cstrong\u003esalt-blasted glass globe\u003c\/strong\u003e. The matte, finely textured surface of the glass diffuses the bulb into a soft, even warmth — no harsh hotspots, no glare. The result is a piece that animates a room without demanding it: decorative but restrained, confident but quiet.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 02 FINISHES --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eColor\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTwo Metal Tones · White Glass Globes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"finish-panel\"\u003e\n      \u003cdiv class=\"finish-block gold-chandelier\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eFinish 01\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eGold \u0026amp; White\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eWarm brass · glowing, jewel-box effect\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"finish-block black-chandelier\"\u003e\n        \u003cdiv class=\"finish-label\"\u003eFinish 02\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"finish-name\"\u003eBlack \u0026amp; White\u003c\/div\u003e\n          \u003cdiv class=\"finish-sub\"\u003eGraphic, architectural contrast\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 03 SILHOUETTE --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSilhouette\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eA Singular Proportion\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"silhouette-wrap\"\u003e\n      \u003ca class=\"silhouette-img\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Gooseneck_Chandelier_59_798x798_f6ee7123-74ad-4b56-b1ef-48159d6537a9_600x600.jpg?v=1709256722\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Gooseneck_Chandelier_59_798x798_f6ee7123-74ad-4b56-b1ef-48159d6537a9_600x600.jpg?v=1709256722\" alt=\"Gooseneck Chandelier — silhouette\" loading=\"lazy\"\u003e\n        \u003cspan class=\"zoom-hint\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"7\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Enlarge\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"silhouette-meta\"\u003e\n        \u003cdiv class=\"silhouette-meta-item\"\u003e\n          \u003cdiv class=\"silhouette-meta-key\"\u003eSpread\u003c\/div\u003e\n          \u003cdiv class=\"silhouette-meta-val\"\u003eDia 76 cm \u003csmall\u003eØ 29.9\"\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"silhouette-meta-item\"\u003e\n          \u003cdiv class=\"silhouette-meta-key\"\u003eHeight\u003c\/div\u003e\n          \u003cdiv class=\"silhouette-meta-val\"\u003eH 70 cm \u003csmall\u003eH 27.5\"\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"silhouette-meta-item\"\u003e\n          \u003cdiv class=\"silhouette-meta-key\"\u003eCanopy\u003c\/div\u003e\n          \u003cdiv class=\"silhouette-meta-val\"\u003eDia 12 × H 6 cm \u003csmall\u003eØ 4.7\" × 2.3\"\u003c\/small\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 04 SUSPENSION --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSuspension\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eAdjustable Rod System\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rod-options\"\u003e\n      \u003cdiv class=\"rod-card\"\u003e\n        \u003cdiv class=\"rod-visual\"\u003e\n          \u003cdiv class=\"rod-bar\" style=\"height: 40px;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rod-length\"\u003e20 cm\u003c\/div\u003e\n        \u003cdiv class=\"rod-label\"\u003eShort\u003c\/div\u003e\n        \u003cdiv class=\"rod-desc\"\u003eLowest drop · 20 cm bar alone\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rod-card\"\u003e\n        \u003cdiv class=\"rod-visual\"\u003e\n          \u003cdiv class=\"rod-bar\" style=\"height: 60px;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rod-length\"\u003e30 cm\u003c\/div\u003e\n        \u003cdiv class=\"rod-label\"\u003eMedium\u003c\/div\u003e\n        \u003cdiv class=\"rod-desc\"\u003eDefault · 30 cm bar alone\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rod-card\"\u003e\n        \u003cdiv class=\"rod-visual\"\u003e\n          \u003cdiv class=\"rod-bar\" style=\"height: 100px;\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rod-length\"\u003e50 cm\u003c\/div\u003e\n        \u003cdiv class=\"rod-label\"\u003eLong\u003c\/div\u003e\n        \u003cdiv class=\"rod-desc\"\u003eCombine 30 + 20 cm bars\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rod-card\"\u003e\n        \u003cdiv class=\"rod-visual\"\u003e\n          \u003cdiv class=\"rod-bar-custom\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rod-length\"\u003eCustom\u003c\/div\u003e\n        \u003cdiv class=\"rod-label\"\u003eBy Request\u003c\/div\u003e\n        \u003cdiv class=\"rod-desc\"\u003eSpecify length at order\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sloped-notice\"\u003e\n      \u003cdiv class=\"sloped-icon\"\u003e\n        \u003csvg viewbox=\"0 0 48 48\"\u003e\n          \u003cpath d=\"M6 36h36M10 36l14-22 14 22M22 36v-8h4v8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"sloped-label\"\u003eSloped Ceiling? No Problem.\u003c\/div\u003e\n        \u003cp class=\"sloped-title\"\u003eA universal pivoting head is available on request — at no extra charge.\u003c\/p\u003e\n        \u003cp class=\"sloped-text\"\u003e\n          Gooseneck ships as standard with a flat-ceiling mounting head. If your installation requires a \u003cstrong\u003esloped or vaulted ceiling\u003c\/strong\u003e, we supply a universal pivoting head that accommodates the angle. After placing your order, please \u003cstrong\u003econtact us with your order number\u003c\/strong\u003e and note that you need the sloped-ceiling head — we'll record the request and include the correct hardware with your shipment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 05 MATERIALS \u0026 CRAFT --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"craft-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 18c3-6 6-10 8-10M12 8c2 0 5 4 8 10M12 8V4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eGooseneck Metal Arms\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eSlender, curling metal arms — in gold or black — radiate from the central canopy in a soft, quietly dynamic geometry. Hand-shaped curves give each arm a subtly different gesture.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"2\" stroke-dasharray=\"1 1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eSalt-Blasted Glass Globes\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eEach globe is finished with a salt-blasted surface — a fine, matte texture that gently diffuses the bulb into soft, even warmth. No hotspots, no glare, a quietly frosted glow.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"craft-sym\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 5h6M9 19h6\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"6\" r=\"1\" fill=\"currentColor\" stroke=\"none\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"craft-name\"\u003eAdjustable Rod System\u003c\/div\u003e\n        \u003cdiv class=\"craft-desc\"\u003eTwo supplied bars (20 cm + 30 cm) can be used independently or combined into 50 cm. Custom rod lengths are also available on request — matching the ceiling height of any room.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 06 PRODUCT NOTES --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"notes-row\"\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 18h6M10 21h4M8 14a6 6 0 1 1 8 0c-.8.7-1.5 1.5-1.5 2.5V18h-5v-1.5c0-1-.7-1.8-1.5-2.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eBulbs Not Included\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eE12 or E14 base · sold separately\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v6M8 7l4-4 4 4M4 12h16M6 12v8h12v-8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eDimmable Ready\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eUse a dimmable bulb + dimmer switch\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"note-cell\"\u003e\n        \u003cdiv class=\"note-ico\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 20h16M5 20v-8l7-5 7 5v8M10 20v-5h4v5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"note-t\"\u003eFlat · or Sloped\u003c\/div\u003e\n        \u003cdiv class=\"note-s\"\u003eUniversal head available on request\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 07 SPECIFICATIONS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"spec-tab\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eDia 76cm x H 70cm \/ Ø 29.9\" x H 27.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCeiling canopy plate\u003c\/td\u003e\n\u003ctd\u003eDia 12cm x H 6cm \/ Ø 4.7\" x H 2.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePacking size\u003c\/td\u003e\n\u003ctd\u003eL 66 × W 63 × H 38 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003eMetal, salt-blasted glass\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eColor options\u003c\/td\u003e\n\u003ctd\u003eGold \u0026amp; White · Black \u0026amp; White\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eShade\u003c\/td\u003e\n\u003ctd\u003eWhite salt-blasted glass globes\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSocket\u003c\/td\u003e\n\u003ctd\u003eE12 or E14 (candelabra base)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eBulbs included\u003c\/td\u003e\n\u003ctd\u003eNo — sold separately\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDimmable\u003c\/td\u003e\n\u003ctd\u003eYes — with dimmable bulbs and compatible dimmer switch\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSwitch\u003c\/td\u003e\n\u003ctd\u003eWorks with standard household switches and dimmers\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSuspension rods\u003c\/td\u003e\n        \u003ctd\u003e\n          One 30 cm (11.8\") bar + one 20 cm (7.8\") bar supplied\u003cbr\u003e\n          Combine for 50 cm (19.7\") total · Custom lengths on request\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V, full-range\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWiring\u003c\/td\u003e\n\u003ctd\u003eHardwired (ceiling mount)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCeiling compatibility\u003c\/td\u003e\n        \u003ctd\u003e\n          Flat ceilings (as standard)\u003cbr\u003e\n          Sloped \/ vaulted — universal head available on request, free of charge\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eEnvironment\u003c\/td\u003e\n\u003ctd\u003eIndoor only\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCertifications\u003c\/td\u003e\n        \u003ctd\u003e\n          \u003cdiv class=\"cert-row\"\u003e\n            \u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e\n            \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"spec-note\"\u003e\n      \u003cstrong\u003eIndoor use only.\u003c\/strong\u003e Designed for dry interior environments — not suitable for bathrooms, wet rooms, or outdoor installations. Keep away from moisture and direct heat sources.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 08 INSTALLATION --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eInstallation\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSetup Notes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cul class=\"install-list\"\u003e\n      \u003cli\u003eHardwired ceiling installation — a \u003cstrong\u003elicensed electrician is recommended\u003c\/strong\u003e for safe mounting, wiring, and grounding.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWatch the assembly videos before starting.\u003c\/strong\u003e We recommend the \u003ca href=\"https:\/\/www.youtube.com\/watch?v=5_QlgIfdffs\" target=\"_blank\" rel=\"noopener\"\u003eAssembly Guide\u003c\/a\u003e and the \u003ca href=\"https:\/\/www.youtube.com\/watch?v=HRL9Gpy_5gw\" target=\"_blank\" rel=\"noopener\"\u003eInstallation video\u003c\/a\u003e — they cover arm attachment, rod assembly, and canopy mounting.\u003c\/li\u003e\n      \u003cli\u003eUnbox carefully. The chandelier ships in a compact box (L 66 × W 63 × H 38 cm) with the arms and globes packed separately — unpack each globe with clean, dry hands to avoid marking the salt-blasted surface.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChoose your rod configuration.\u003c\/strong\u003e Use the 20 cm bar alone for low ceilings, the 30 cm bar alone for standard installations, or combine them into a 50 cm rod for higher ceilings. For custom drop lengths, specify at order.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSloped ceiling?\u003c\/strong\u003e If you ordered with the sloped-ceiling universal head, use that in place of the standard flat head. If you did not request it in advance, contact us with your order number to arrange a replacement head.\u003c\/li\u003e\n      \u003cli\u003eInstall \u003cstrong\u003eE12 or E14 candelabra-base bulbs\u003c\/strong\u003e (sold separately). Warm white LED candelabra bulbs (2700K–3000K, 3–5 W each) give the most flattering glow through the salt-blasted glass.\u003c\/li\u003e\n      \u003cli\u003eFor dimming, pair dimmable LED bulbs with a TRIAC-compatible dimmer switch on the wall circuit.\u003c\/li\u003e\n      \u003cli\u003eInstall the globes last — hand-tighten only. Forcing them can stress the glass.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 09 FAQ --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I order the sloped-ceiling version?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003ePlace your order as normal, then \u003cstrong\u003eemail us with your order number\u003c\/strong\u003e and note that you need the sloped-ceiling universal head. We'll record the request and include the correct pivoting hardware with your shipment — at \u003cstrong\u003eno additional charge\u003c\/strong\u003e. We recommend contacting us within 24 hours of ordering, before the shipment is prepared.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich drop length should I choose?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eFor standard 2.4–2.6 m (8–8.5 ft) ceilings, the \u003cstrong\u003e30 cm default bar\u003c\/strong\u003e usually works well over a dining table or entry. For \u003cstrong\u003elower ceilings\u003c\/strong\u003e, use the 20 cm bar alone. For \u003cstrong\u003ehigher ceilings or double-height rooms\u003c\/strong\u003e, combine both bars into 50 cm, or request a custom length. Remember: the standard \"bottom of chandelier to tabletop\" distance is around 75–90 cm (30–36\") over a dining table.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eGold \u0026amp; White or Black \u0026amp; White — which should I choose?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eGold \u0026amp; White\u003c\/strong\u003e is warm and jewel-box — the gold arms pair beautifully with brass hardware, walnut wood, and warm neutral interiors, and the frosted white globes glow especially well against the warm metal. \u003cstrong\u003eBlack \u0026amp; White\u003c\/strong\u003e is graphic and architectural — the black arms pair with modern, minimal, or black-metal-heavy interiors. Black also recedes visually, so the white globes and the light itself become the focal point rather than the arms.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat bulbs should I use?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eBulbs are sold separately. The fixture takes \u003cstrong\u003eE12 or E14 candelabra-base bulbs\u003c\/strong\u003e. We recommend \u003cstrong\u003ewarm white dimmable LED candelabra bulbs (2700K–3000K, 3–5 W each)\u003c\/strong\u003e — they give the softest glow through the salt-blasted glass, produce minimal heat near the globes, and work with dimmer switches.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many bulbs do I need?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eOne bulb per globe. Please count the globes on the chandelier configuration (visible in the product photography) to determine how many bulbs to purchase.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it dimmable?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eYes. The fixture is compatible with standard household switches and dimmers. Install dimmable LED candelabra bulbs and pair with a TRIAC-compatible dimmer switch. Dimmed low, the salt-blasted globes read as a constellation of soft, warm moons — a particularly flattering effect for dining and evening use.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use it on both 110V and 220V circuits?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eYes. The fixture supports full-range AC 110–240V and is certified for use in North America, Europe, Australia, and the Middle East — no additional transformer required. Just pair it with candelabra bulbs rated for your local voltage.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I install it in a bathroom or outdoors?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eNo. The Gooseneck is for dry indoor use only. Keep away from moisture, steam, and direct heat sources — not suitable for bathrooms, wet rooms, covered porches, or any outdoor environment.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I clean the glass and metal?\u003c\/summary\u003e\n        \u003cdiv class=\"a\"\u003eWith the power off and the bulbs cool, dust the arms and globes gently with a soft dry microfiber cloth. For the \u003cstrong\u003esalt-blasted glass\u003c\/strong\u003e, avoid damp cloths where possible — the matte surface can show water marks if not dried immediately. For the \u003cstrong\u003egold or black metal arms\u003c\/strong\u003e, use a dry cloth only; avoid solvents, ammonia-based cleaners, and abrasive sponges as these will damage the finish.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 10 DOWNLOADS --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"sec-num\"\u003e\n      \u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e\n      \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e\n      \u003cspan class=\"sec-num-sub\"\u003eSpec · Install\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dl-list\"\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1rTujWJfau6eb92pdDp7CBluQHI6dkleP\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet\n      \u003c\/a\u003e\n      \u003ca class=\"dl-link\" href=\"https:\/\/drive.google.com\/file\/d\/1sU9isZVGwalRV4AN92tp1pKwtoOIFDl4\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VALUES STRIP --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"values-strip\"\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◇\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eCurvaceous Gooseneck Arms\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◉\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eSalt-Blasted Glass\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eAdjustable Suspension\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eSloped Ceiling Compatible\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 76cm x H 70cm \/ ∅ 29.9″ x H 27.5″ \/ Gold \u0026 White","offer_id":42120947695873,"sku":"M-202112080939-1","price":483.0,"currency_code":"USD","in_stock":true},{"title":"Dia 76cm x H 70cm \/ ∅ 29.9″ x H 27.5″ \/ Black \u0026 White","offer_id":44616420655361,"sku":"M-202112080939-2","price":483.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Gooseneck_Chandelier.jpg?v=1743148949"},{"product_id":"squiggle-table-lamp","title":"Squiggle Table Lamp","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/krbGCPDlQvM?si=I5MA9gpk9n0QrZPv\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/b5LJ5fCPzqI\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/oEfZp_BwMdI\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/--tKTwSIBdc\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/RsTThK_zVW8\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003eIf you are looking for an ideal decorative complement to complete any room in your home, thus providing a modern touch, with character and personality, Nordic Style Origami Gold Brass Style Japanese Umbrella Pleated Table Lamp with White Lampshade in Fabric and Plastic is the perfect choice. Its base has an original and elegant Curvy design illuminating your room in a pleasant and cozy way.Origami Squiggle Table Lamp is perfect for living rooms, hallways and bedrooms in styles such as eclectic or vintage.Beautiful modern\/retro nordic style minimal design pleated table lamp with a curved wavy stem.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6\u003cspan\u003e″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Squiggle-Table-Lamp-60.jpg?v=1724380341\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial:\u003cspan\u003e Metal, Fabric.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Black\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eLampshade: \u003cspan\u003eBeige, White, Dark green\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E14 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePacking size:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: L 51cm\u003cspan\u003e x W 24\u003c\/span\u003ecm\u003cspan\u003e x H 18\u003c\/span\u003ecm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1L-nvugnTgwugamEdbfsnKtI2OZzNYPx_\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/12_YJdCnbmCBKZmLQAKslBrYyTMjtcIuE\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003ctextarea style=\"width: 1px; height: 1px; display: none;\" id=\"BFI_DATA\"\u003e\u003c\/textarea\u003e\u003c\/p\u003e\n\u003cdiv class=\"LTRStyle\" style=\"display: none; text-align: left; direction: ltr; visibility: hidden;\" translate=\"no\" id=\"WidgetFloaterPanels\"\u003e\n\u003cdiv style=\"display: none;\" id=\"WidgetFloater\"\u003e\n\u003cdiv id=\"WidgetLogoPanel\"\u003e\n\u003cspan id=\"WidgetTranslateWithSpan\"\u003e\u003cspan\u003eTRANSLATE with \u003c\/span\u003e\u003cimg id=\"FloaterLogo\"\u003e\u003c\/span\u003e \u003cspan title=\"Exit Translation\" id=\"WidgetCloseButton\"\u003ex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"LanguageMenuPanel\"\u003e\n\u003cdiv class=\"DDStyle_outer\"\u003e\n\u003cinput value=\"en\" autocomplete=\"on\" style=\"display: none;\" id=\"LanguageMenu_svid\" type=\"text\" name=\"LanguageMenu_svid\"\u003e \u003cinput autocomplete=\"on\" style=\"display: none;\" id=\"LanguageMenu_textid\" type=\"text\" name=\"LanguageMenu_textid\"\u003e \u003cspan id=\"__LanguageMenu_header\" class=\"DDStyle\" tabindex=\"0\"\u003eEnglish\u003c\/span\u003e\n\u003cdiv style=\"position: relative; text-align: left; left: 0;\"\u003e\n\u003cdiv style=\"position: absolute; ;left: 0px;\"\u003e\n\u003cdiv id=\"__LanguageMenu_popup\" style=\"display: none;\" class=\"DDStyle\"\u003e\n\u003ctable border=\"0\" id=\"LanguageMenu\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ar\" tabindex=\"-1\"\u003eArabic\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#he\" tabindex=\"-1\"\u003eHebrew\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#pl\" tabindex=\"-1\"\u003ePolish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#bg\" tabindex=\"-1\"\u003eBulgarian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#hi\" tabindex=\"-1\"\u003eHindi\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#pt\" tabindex=\"-1\"\u003ePortuguese\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ca\" tabindex=\"-1\"\u003eCatalan\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#mww\" tabindex=\"-1\"\u003eHmong Daw\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ro\" tabindex=\"-1\"\u003eRomanian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#zh-CHS\" tabindex=\"-1\"\u003eChinese Simplified\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#hu\" tabindex=\"-1\"\u003eHungarian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ru\" tabindex=\"-1\"\u003eRussian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#zh-CHT\" tabindex=\"-1\"\u003eChinese Traditional\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#id\" tabindex=\"-1\"\u003eIndonesian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sk\" tabindex=\"-1\"\u003eSlovak\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#cs\" tabindex=\"-1\"\u003eCzech\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#it\" tabindex=\"-1\"\u003eItalian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sl\" tabindex=\"-1\"\u003eSlovenian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#da\" tabindex=\"-1\"\u003eDanish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ja\" tabindex=\"-1\"\u003eJapanese\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#es\" tabindex=\"-1\"\u003eSpanish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#nl\" tabindex=\"-1\"\u003eDutch\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#tlh\" tabindex=\"-1\"\u003eKlingon\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sv\" tabindex=\"-1\"\u003eSwedish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#en\" tabindex=\"-1\"\u003eEnglish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ko\" tabindex=\"-1\"\u003eKorean\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#th\" tabindex=\"-1\"\u003eThai\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#et\" tabindex=\"-1\"\u003eEstonian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#lv\" tabindex=\"-1\"\u003eLatvian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#tr\" tabindex=\"-1\"\u003eTurkish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#fi\" tabindex=\"-1\"\u003eFinnish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#lt\" tabindex=\"-1\"\u003eLithuanian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#uk\" tabindex=\"-1\"\u003eUkrainian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#fr\" tabindex=\"-1\"\u003eFrench\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ms\" tabindex=\"-1\"\u003eMalay\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ur\" tabindex=\"-1\"\u003eUrdu\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#de\" tabindex=\"-1\"\u003eGerman\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#mt\" tabindex=\"-1\"\u003eMaltese\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#vi\" tabindex=\"-1\"\u003eVietnamese\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#el\" tabindex=\"-1\"\u003eGreek\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#no\" tabindex=\"-1\"\u003eNorwegian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#cy\" tabindex=\"-1\"\u003eWelsh\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ht\" tabindex=\"-1\"\u003eHaitian Creole\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#fa\" tabindex=\"-1\"\u003ePersian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cimg style=\"height: 7px; width: 17px; border-width: 0px; left: 20px;\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"text\/javascript\"\u003e\/\/ \u003c![CDATA[\n var LanguageMenu; var LanguageMenu_keys=[\"ar\",\"bg\",\"ca\",\"zh-CHS\",\"zh-CHT\",\"cs\",\"da\",\"nl\",\"en\",\"et\",\"fi\",\"fr\",\"de\",\"el\",\"ht\",\"he\",\"hi\",\"mww\",\"hu\",\"id\",\"it\",\"ja\",\"tlh\",\"ko\",\"lv\",\"lt\",\"ms\",\"mt\",\"no\",\"fa\",\"pl\",\"pt\",\"ro\",\"ru\",\"sk\",\"sl\",\"es\",\"sv\",\"th\",\"tr\",\"uk\",\"ur\",\"vi\",\"cy\"]; var LanguageMenu_values=[\"Arabic\",\"Bulgarian\",\"Catalan\",\"Chinese Simplified\",\"Chinese Traditional\",\"Czech\",\"Danish\",\"Dutch\",\"English\",\"Estonian\",\"Finnish\",\"French\",\"German\",\"Greek\",\"Haitian Creole\",\"Hebrew\",\"Hindi\",\"Hmong Daw\",\"Hungarian\",\"Indonesian\",\"Italian\",\"Japanese\",\"Klingon\",\"Korean\",\"Latvian\",\"Lithuanian\",\"Malay\",\"Maltese\",\"Norwegian\",\"Persian\",\"Polish\",\"Portuguese\",\"Romanian\",\"Russian\",\"Slovak\",\"Slovenian\",\"Spanish\",\"Swedish\",\"Thai\",\"Turkish\",\"Ukrainian\",\"Urdu\",\"Vietnamese\",\"Welsh\"]; var LanguageMenu_callback=function(){ }; var LanguageMenu_popupid='__LanguageMenu_popup'; \n\/\/ ]]\u003e\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"CTFLinksPanel\"\u003e\u003cspan id=\"ExternalLinksPanel\"\u003e\u003ca href=\"https:\/\/go.microsoft.com\/?linkid=9722454\" title=\"Help\" id=\"HelpLink\" target=\"_blank\"\u003e \u003cimg id=\"HelpImg\"\u003e\u003c\/a\u003e \u003ca title=\"Get this widget for your own site\" id=\"EmbedLink\"\u003e \u003cimg id=\"EmbedImg\"\u003e\u003c\/a\u003e \u003ca title=\"Share translated page with friends\" id=\"ShareLink\"\u003e \u003cimg id=\"ShareImg\"\u003e\u003c\/a\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"FloaterProgressBar\"\u003e\u003cspan id=\"ProgressFill\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" id=\"WidgetFloaterCollapsed\"\u003e\n\u003cspan\u003eTRANSLATE with \u003c\/span\u003e\u003cimg id=\"CollapsedLogoImg\"\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" id=\"FloaterSharePanel\"\u003e\n\u003cdiv id=\"ShareTextDiv\"\u003e\u003cspan id=\"ShareTextSpan\"\u003e COPY THE URL BELOW \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"ShareTextboxDiv\"\u003e\n\u003cinput readonly id=\"ShareTextbox\" type=\"text\" name=\"ShareTextbox\"\u003e \u003ca title=\"Email this translation\" id=\"EmailLink\"\u003e \u003cimg id=\"EmailImg\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ShareFooter\"\u003e\n\u003cspan id=\"ShareHelpSpan\"\u003e\u003ca id=\"ShareHelpLink\"\u003e \u003cimg id=\"ShareHelpImg\"\u003e\u003c\/a\u003e\u003c\/span\u003e \u003cspan id=\"ShareBackSpan\"\u003e\u003ca title=\"Back To Translation\" id=\"ShareBack\"\u003e Back\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cinput value=\"Check out this page in {0} translated from {1}\" id=\"EmailSubject\" type=\"hidden\" name=\"EmailSubject\"\u003e \u003cinput value=\"Translated: {0}%0d%0aOriginal: {1}%0d%0a%0d%0aAutomatic translation powered by Microsoft® Translator%0d%0ahttp:\/\/www.bing.com\/translator?ref=MSTWidget\" id=\"EmailBody\" type=\"hidden\" name=\"EmailBody\"\u003e \u003cinput value=\"This link allows visitors to launch this page and automatically translate it to {0}.\" id=\"ShareHelpText\" type=\"hidden\"\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" id=\"FloaterEmbed\"\u003e\n\u003cdiv id=\"EmbedTextDiv\"\u003e\n\u003cspan id=\"EmbedTextSpan\"\u003eEMBED THE SNIPPET BELOW IN YOUR SITE\u003c\/span\u003e \u003ca title=\"Copy this code and place it into your HTML.\" id=\"EmbedHelpLink\"\u003e \u003cimg id=\"EmbedHelpImg\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"EmbedTextboxDiv\"\u003e\u003cinput value=\"\u0026lt;div id='MicrosoftTranslatorWidget' class='Dark' style='color:white;background-color:#555555'\u0026gt;\u0026lt;\/div\u0026gt;\u0026lt;script type='text\/javascript'\u0026gt;setTimeout(function(){var s=document.createElement('script');s.type='text\/javascript';s.charset='UTF-8';s.src=((location \u0026amp;\u0026amp; location.href \u0026amp;\u0026amp; location.href.indexOf('https') == 0)?'https:\/\/ssl.microsofttranslator.com':'http:\/\/www.microsofttranslator.com')+'\/ajax\/v3\/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**\u0026amp;ctf=true\u0026amp;ui=true\u0026amp;settings=manual\u0026amp;from=en';var p=document.getElementsByTagName('head')[0]||document.documentElement;p.insertBefore(s,p.firstChild); },0);\u0026lt;\/script\u0026gt;\" readonly id=\"EmbedSnippetTextBox\" type=\"text\" name=\"EmbedSnippetTextBox\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"EmbedNoticeDiv\"\u003e\u003cspan id=\"EmbedNoticeSpan\"\u003eEnable collaborative features and customize widget: \u003ca href=\"http:\/\/www.bing.com\/widget\/translator\" target=\"_blank\"\u003eBing Webmaster Portal\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"EmbedFooterDiv\"\u003e\u003cspan id=\"EmbedBackSpan\"\u003e\u003ca title=\"Back To Translation\"\u003eBack\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"text\/javascript\"\u003e\/\/ \u003c![CDATA[\n var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement(\"div\"); origLangDiv.id = \"OriginalLanguageDiv\"; origLangDiv.innerHTML = \"\u003cspan id='OriginalTextSpan'\u003eORIGINAL: \u003c\/span\u003e\u003cspan id='OriginalLanguageSpan'\u003e\u003c\/span\u003e\"; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window[\"LanguageMenu\"] = LanguageMenu; clearInterval(intervalId); } }, 1); \n\/\/ ]]\u003e\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 385px; top: 1546.31px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Beige \/ US plug","offer_id":42120952414465,"sku":"M-202112071337-1","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Beige \/ UK plug","offer_id":42120952447233,"sku":"M-202112071337-2","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Beige \/ AU plug","offer_id":42120952480001,"sku":"M-202112071337-3","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Beige \/ EU plug","offer_id":42120952512769,"sku":"M-202112071337-4","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Dark green \/ US plug","offer_id":42120952545537,"sku":"M-202112071337-5","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Dark green \/ UK plug","offer_id":42120952578305,"sku":"M-202112071337-6","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Dark green \/ AU plug","offer_id":42120952611073,"sku":"M-202112071337-7","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ Dark green \/ EU plug","offer_id":42120952643841,"sku":"M-202112071337-8","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ White \/ US plug","offer_id":42120952676609,"sku":"M-202112071337-9","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ White \/ UK plug","offer_id":42120952709377,"sku":"M-202112071337-10","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ White \/ AU plug","offer_id":42120952742145,"sku":"M-202112071337-11","price":155.0,"currency_code":"USD","in_stock":true},{"title":"Dia 43cm x H 60cm \/ ∅ 17″ x H 23.6″ \/ White \/ EU plug","offer_id":42120952774913,"sku":"M-202112071337-12","price":155.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Squiggle_Table_Lamp_0329.jpg?v=1743220674"},{"product_id":"postkrisi-pendant-lamp","title":"PostKrisi Pendant Lamp","description":"\u003cp\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/EItpBn8g0Sc?si=4M6zQYOIC_ObHwMf\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan\u003ePostkrisi is a very special collection of lamps in metal structure, hand-painted glass wool screen.  Design by the our designers. Each lamp is hand-painted and represents a high-quality craft object,  With PostKrisi our designers began working and molding fiberglass. This material fascinated him due to its incredible versatility and strength, but above all for the shadows, it casts when it interacts with light.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cstrong\u003eProduct Size\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan style=\"vertical-align: inherit;\"\u003e\u003cspan style=\"vertical-align: inherit;\"\u003eSize: Dia 30cm x H 30cm \/ ∅ 11.8″ x H 11.8″\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/PostKrisi_Pendant_Lamp_4_480x480.jpg?v=1638577929\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 40cm x H 40cm \/ ∅ 15.7″ x H 15.7″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/PostKrisi_Pendant_Lamp_3_480x480.jpg?v=1638577951\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 50cm x H 50cm \/ ∅ 19.7″ x H 19.7″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/PostKrisi_Pendant_Lamp_2_480x480.jpg?v=1638577964\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eFRP, Brass\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e White, Copper\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1W5fIRQ7j8euTA7g6Bg8b-QkEkW_f84MU\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003c\/a\u003e\u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/162B5MG7fhRRJSOMtJz6o-u19TFl5NnaG\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 351px; top: 894.531px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 30cm x H 30cm \/ ∅ 11.8″ x H 11.8″ \/ White \/ Warm White","offer_id":42120955461889,"sku":"M-202112071448-1","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 30cm x H 30cm \/ ∅ 11.8″ x H 11.8″ \/ White \/ Cool White","offer_id":42812603597057,"sku":"M-202112071448-2","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 40cm \/ ∅ 15.7″ x H 15.7″ \/ White \/ Warm White","offer_id":42120955494657,"sku":"M-202112071448-3","price":308.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 40cm \/ ∅ 15.7″ x H 15.7″ \/ White \/ Cool White","offer_id":42812603629825,"sku":"M-202112071448-4","price":308.0,"currency_code":"USD","in_stock":true},{"title":"Dia 50cm x H 50cm \/ ∅ 19.7″ x H 19.7″ \/ White \/ Warm White","offer_id":42120955527425,"sku":"M-202112071448-5","price":550.0,"currency_code":"USD","in_stock":true},{"title":"Dia 50cm x H 50cm \/ ∅ 19.7″ x H 19.7″ \/ White \/ Cool White","offer_id":42812603662593,"sku":"M-202112071448-6","price":550.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/PostKrisi_Pendant_Lamp.jpg?v=1742607329"},{"product_id":"moon-white-pendant-lamp","title":"Moon White Pendant Lamp","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/0sQseF6uzDw?si=TxA5BQZZl-KCo_WF\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eDesigned in 1960, the Moon represents one of Verner Panton’s earliest designs in lighting. The iconic pendant is characterized by its fan-like design with ten ring-shaped aluminum lamellae perfectly positioned to provide a soft, ambient and glare-free light. The blades reflect and filters the light and the pendant changes its appearance depending on the angle at which you view it.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 35cm x H 35cm \/ ∅ 13.8″ x H 13.8″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Moon_Pendant_Lamp_189_600x600.jpg?v=1700811374\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eIron\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e White\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1Xy0jLg7YUwsDpGGO8fQR5GilrtEmf9EZ\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 376px; top: 470.75px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 35cm x H 35cm \/ ∅ 13.8″ x H 13.8″ \/ White","offer_id":42120962212097,"sku":"M-202112081237-1","price":156.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Moon_White_Pendant_Lamp.jpg?v=1742608496"},{"product_id":"monaco-suspension-light","title":"Monaco Suspension Light","description":"\u003cp\u003e\u003cspan\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/HCzwrq-gSDQ?si=1AdJVGhNJinu19fP\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eMonaco is a playful and sculptural suspension light created .\u003c\/span\u003e\u003cspan\u003e The light features a metal structure, with glass spheres encasing lighting elements and decorative metal drums covered with rattan, resulting in an abstract shape that resembles a mobile sculpture. Monaco is a spectacular statement light which works well in both residential and commercial spaces from living rooms and dining rooms to lobbies, restaurants and reception areas.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eType A: Dia 85cm x H 90cm \/ ∅ 33.5″ x H 35.4″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Monaco_Suspension__Light_29_600x60_6d42b6c1-61bd-4451-90e9-7ddf1f9638bd.jpg?v=1723795416\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eType B: Dia 70cm x H 70cm \/ ∅ 27.6″ x H 27.6″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Monaco_Suspension_Light1.jpg?v=1742196482\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eType C: Dia 22cm x H 50cm \/ ∅ 8.7″ x H 19.7″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Monaco_Suspension_Light2.jpg?v=1742196507\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eType D: Dia 45cm x H 65cm \/ ∅ 17.7″ x H 25.6″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Monaco_Suspension__Light_27_600x600.jpg?v=1638436663\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eM\u003c\/span\u003e\u003cspan\u003earble, \u003c\/span\u003e\u003cspan\u003eIron, Glass\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e Gold, Black, Wine red, Light blue.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes G9 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePacking size\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eType A: L 99cm x W 36cm x H 35cm \/ L 40″ x W 14.1″ x H 13.8″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eType B: L 78cm x W 66cm \u003c\/span\u003e\u003cspan\u003ex H 18cm \/ \u003c\/span\u003e\u003cspan\u003eL 30.7\u003c\/span\u003e\u003cspan\u003e″ x W 26\u003c\/span\u003e\u003cspan\u003e″ \u003c\/span\u003e\u003cspan\u003ex H 7.1″\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eType C: L 46cm x W 17cm x H 27cm \/ L 18.1″ x W 6.7″ x H 10.6″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eType D: L 73cm x W 17cm x H 38cm \/ L 28.7″ x W 6.7″ x H 15″\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eDia 90cm x H 99cm\u003cspan\u003e \u003c\/span\u003epacking size: L 54cm x W 54cm x H 30cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1aLX7RnDQUqh1Xn0OyZG5P-aS2IDodA9J\/view\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\" style=\"margin-bottom: 16px; float: none;\"\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1KzbwJAC-FdPiJlOXeg0s5rSgGYGS6nN3\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003ctextarea id=\"BFI_DATA\" style=\"width: 1px; height: 1px; display: none;\"\u003e\u003c\/textarea\u003e\u003c\/p\u003e\n\u003cdiv id=\"WidgetFloaterPanels\" translate=\"no\" style=\"display: none; text-align: left; direction: ltr; visibility: hidden;\" class=\"LTRStyle\"\u003e\n\u003cdiv id=\"WidgetFloater\" style=\"display: none;\"\u003e\n\u003cdiv id=\"WidgetLogoPanel\"\u003e\n\u003cspan id=\"WidgetTranslateWithSpan\"\u003e\u003cspan\u003eTRANSLATE with \u003c\/span\u003e\u003cimg id=\"FloaterLogo\"\u003e\u003c\/span\u003e \u003cspan id=\"WidgetCloseButton\" title=\"Exit Translation\"\u003ex\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"LanguageMenuPanel\"\u003e\n\u003cdiv class=\"DDStyle_outer\"\u003e\n\u003cinput name=\"LanguageMenu_svid\" type=\"text\" id=\"LanguageMenu_svid\" style=\"display: none;\" autocomplete=\"on\" value=\"en\"\u003e \u003cinput name=\"LanguageMenu_textid\" type=\"text\" id=\"LanguageMenu_textid\" style=\"display: none;\" autocomplete=\"on\"\u003e \u003cspan class=\"DDStyle\" id=\"__LanguageMenu_header\" tabindex=\"0\"\u003eEnglish\u003c\/span\u003e\n\u003cdiv style=\"position: relative; text-align: left; left: 0;\"\u003e\n\u003cdiv style=\"position: absolute; ;left: 0px;\"\u003e\n\u003cdiv class=\"DDStyle\" style=\"display: none;\" id=\"__LanguageMenu_popup\"\u003e\n\u003ctable id=\"LanguageMenu\" border=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ar\" tabindex=\"-1\"\u003eArabic\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#he\" tabindex=\"-1\"\u003eHebrew\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#pl\" tabindex=\"-1\"\u003ePolish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#bg\" tabindex=\"-1\"\u003eBulgarian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#hi\" tabindex=\"-1\"\u003eHindi\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#pt\" tabindex=\"-1\"\u003ePortuguese\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ca\" tabindex=\"-1\"\u003eCatalan\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#mww\" tabindex=\"-1\"\u003eHmong Daw\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ro\" tabindex=\"-1\"\u003eRomanian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#zh-CHS\" tabindex=\"-1\"\u003eChinese Simplified\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#hu\" tabindex=\"-1\"\u003eHungarian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ru\" tabindex=\"-1\"\u003eRussian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#zh-CHT\" tabindex=\"-1\"\u003eChinese Traditional\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#id\" tabindex=\"-1\"\u003eIndonesian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sk\" tabindex=\"-1\"\u003eSlovak\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#cs\" tabindex=\"-1\"\u003eCzech\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#it\" tabindex=\"-1\"\u003eItalian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sl\" tabindex=\"-1\"\u003eSlovenian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#da\" tabindex=\"-1\"\u003eDanish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ja\" tabindex=\"-1\"\u003eJapanese\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#es\" tabindex=\"-1\"\u003eSpanish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#nl\" tabindex=\"-1\"\u003eDutch\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#tlh\" tabindex=\"-1\"\u003eKlingon\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#sv\" tabindex=\"-1\"\u003eSwedish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#en\" tabindex=\"-1\"\u003eEnglish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ko\" tabindex=\"-1\"\u003eKorean\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#th\" tabindex=\"-1\"\u003eThai\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#et\" tabindex=\"-1\"\u003eEstonian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#lv\" tabindex=\"-1\"\u003eLatvian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#tr\" tabindex=\"-1\"\u003eTurkish\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#fi\" tabindex=\"-1\"\u003eFinnish\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#lt\" tabindex=\"-1\"\u003eLithuanian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#uk\" tabindex=\"-1\"\u003eUkrainian\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#fr\" tabindex=\"-1\"\u003eFrench\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ms\" tabindex=\"-1\"\u003eMalay\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#ur\" tabindex=\"-1\"\u003eUrdu\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#de\" tabindex=\"-1\"\u003eGerman\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#mt\" tabindex=\"-1\"\u003eMaltese\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#vi\" tabindex=\"-1\"\u003eVietnamese\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#el\" tabindex=\"-1\"\u003eGreek\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#no\" tabindex=\"-1\"\u003eNorwegian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#cy\" tabindex=\"-1\"\u003eWelsh\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca href=\"#ht\" tabindex=\"-1\"\u003eHaitian Creole\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#fa\" tabindex=\"-1\"\u003ePersian\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cimg alt=\"\" style=\"height: 7px; width: 17px; border-width: 0px; left: 20px;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"text\/javascript\"\u003e\/\/ \u003c![CDATA[\n var LanguageMenu; var LanguageMenu_keys=[\"ar\",\"bg\",\"ca\",\"zh-CHS\",\"zh-CHT\",\"cs\",\"da\",\"nl\",\"en\",\"et\",\"fi\",\"fr\",\"de\",\"el\",\"ht\",\"he\",\"hi\",\"mww\",\"hu\",\"id\",\"it\",\"ja\",\"tlh\",\"ko\",\"lv\",\"lt\",\"ms\",\"mt\",\"no\",\"fa\",\"pl\",\"pt\",\"ro\",\"ru\",\"sk\",\"sl\",\"es\",\"sv\",\"th\",\"tr\",\"uk\",\"ur\",\"vi\",\"cy\"]; var LanguageMenu_values=[\"Arabic\",\"Bulgarian\",\"Catalan\",\"Chinese Simplified\",\"Chinese Traditional\",\"Czech\",\"Danish\",\"Dutch\",\"English\",\"Estonian\",\"Finnish\",\"French\",\"German\",\"Greek\",\"Haitian Creole\",\"Hebrew\",\"Hindi\",\"Hmong Daw\",\"Hungarian\",\"Indonesian\",\"Italian\",\"Japanese\",\"Klingon\",\"Korean\",\"Latvian\",\"Lithuanian\",\"Malay\",\"Maltese\",\"Norwegian\",\"Persian\",\"Polish\",\"Portuguese\",\"Romanian\",\"Russian\",\"Slovak\",\"Slovenian\",\"Spanish\",\"Swedish\",\"Thai\",\"Turkish\",\"Ukrainian\",\"Urdu\",\"Vietnamese\",\"Welsh\"]; var LanguageMenu_callback=function(){ }; var LanguageMenu_popupid='__LanguageMenu_popup'; \n\/\/ ]]\u003e\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"CTFLinksPanel\"\u003e\u003cspan id=\"ExternalLinksPanel\"\u003e\u003ca id=\"HelpLink\" title=\"Help\" href=\"https:\/\/go.microsoft.com\/?linkid=9722454\" target=\"_blank\"\u003e \u003cimg id=\"HelpImg\"\u003e\u003c\/a\u003e \u003ca id=\"EmbedLink\" title=\"Get this widget for your own site\"\u003e \u003cimg id=\"EmbedImg\"\u003e\u003c\/a\u003e \u003ca id=\"ShareLink\" title=\"Share translated page with friends\"\u003e \u003cimg id=\"ShareImg\"\u003e\u003c\/a\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"FloaterProgressBar\"\u003e\n\u003cspan id=\"ProgressFill\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"WidgetFloaterCollapsed\" style=\"display: none;\"\u003e\n\u003cspan\u003eTRANSLATE with \u003c\/span\u003e\u003cimg id=\"CollapsedLogoImg\"\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"FloaterSharePanel\" style=\"display: none;\"\u003e\n\u003cdiv id=\"ShareTextDiv\"\u003e\u003cspan id=\"ShareTextSpan\"\u003e COPY THE URL BELOW \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"ShareTextboxDiv\"\u003e\n\u003cinput name=\"ShareTextbox\" type=\"text\" id=\"ShareTextbox\" readonly\u003e \u003ca id=\"EmailLink\" title=\"Email this translation\"\u003e \u003cimg id=\"EmailImg\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ShareFooter\"\u003e\n\u003cspan id=\"ShareHelpSpan\"\u003e\u003ca id=\"ShareHelpLink\"\u003e \u003cimg id=\"ShareHelpImg\"\u003e\u003c\/a\u003e\u003c\/span\u003e \u003cspan id=\"ShareBackSpan\"\u003e\u003ca id=\"ShareBack\" title=\"Back To Translation\"\u003e Back\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cinput name=\"EmailSubject\" type=\"hidden\" id=\"EmailSubject\" value=\"Check out this page in {0} translated from {1}\"\u003e \u003cinput name=\"EmailBody\" type=\"hidden\" id=\"EmailBody\" value=\"Translated: {0}%0d%0aOriginal: {1}%0d%0a%0d%0aAutomatic translation powered by Microsoft® Translator%0d%0ahttp:\/\/www.bing.com\/translator?ref=MSTWidget\"\u003e \u003cinput type=\"hidden\" id=\"ShareHelpText\" value=\"This link allows visitors to launch this page and automatically translate it to {0}.\"\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"FloaterEmbed\" style=\"display: none;\"\u003e\n\u003cdiv id=\"EmbedTextDiv\"\u003e\n\u003cspan id=\"EmbedTextSpan\"\u003eEMBED THE SNIPPET BELOW IN YOUR SITE\u003c\/span\u003e \u003ca id=\"EmbedHelpLink\" title=\"Copy this code and place it into your HTML.\"\u003e \u003cimg id=\"EmbedHelpImg\"\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"EmbedTextboxDiv\"\u003e\u003cinput name=\"EmbedSnippetTextBox\" type=\"text\" id=\"EmbedSnippetTextBox\" readonly value=\"\u0026lt;div id='MicrosoftTranslatorWidget' class='Dark' style='color:white;background-color:#555555'\u0026gt;\u0026lt;\/div\u0026gt;\u0026lt;script type='text\/javascript'\u0026gt;setTimeout(function(){var s=document.createElement('script');s.type='text\/javascript';s.charset='UTF-8';s.src=((location \u0026amp;\u0026amp; location.href \u0026amp;\u0026amp; location.href.indexOf('https') == 0)?'https:\/\/ssl.microsofttranslator.com':'http:\/\/www.microsofttranslator.com')+'\/ajax\/v3\/WidgetV3.ashx?siteData=ueOIGRSKkd965FeEGM5JtQ**\u0026amp;ctf=true\u0026amp;ui=true\u0026amp;settings=manual\u0026amp;from=en';var p=document.getElementsByTagName('head')[0]||document.documentElement;p.insertBefore(s,p.firstChild); },0);\u0026lt;\/script\u0026gt;\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"EmbedNoticeDiv\"\u003e\u003cspan id=\"EmbedNoticeSpan\"\u003eEnable collaborative features and customize widget: \u003ca href=\"http:\/\/www.bing.com\/widget\/translator\" target=\"_blank\"\u003eBing Webmaster Portal\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv id=\"EmbedFooterDiv\"\u003e\u003cspan id=\"EmbedBackSpan\"\u003e\u003ca title=\"Back To Translation\"\u003eBack\u003c\/a\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"text\/javascript\"\u003e\/\/ \u003c![CDATA[\n var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement(\"div\"); origLangDiv.id = \"OriginalLanguageDiv\"; origLangDiv.innerHTML = \"\u003cspan id='OriginalTextSpan'\u003eORIGINAL: \u003c\/span\u003e\u003cspan id='OriginalLanguageSpan'\u003e\u003c\/span\u003e\"; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window[\"LanguageMenu\"] = LanguageMenu; clearInterval(intervalId); } }, 1); \n\/\/ ]]\u003e\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 379px; top: 2379.5px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 22cm x H 50cm \/ ∅ 8.7″ x H 19.7″","offer_id":42120962932993,"sku":"M-202112081233-3","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Dia 45cm x H 65cm \/ ∅ 17.7″ x H 25.6″","offer_id":42120962965761,"sku":"M-202112081233-4","price":226.0,"currency_code":"USD","in_stock":true},{"title":"Dia 70cm x H 70cm \/ ∅ 27.6″ x H 27.6″","offer_id":42120962900225,"sku":"M-202112081233-2","price":319.0,"currency_code":"USD","in_stock":true},{"title":"Dia 85cm x H 90cm \/ ∅ 33.5″ x H 35.4″","offer_id":42120962867457,"sku":"M-202112081233-1","price":572.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Monaco_Suspension_Light_0317.jpg?v=1742205600"},{"product_id":"slamp-veli-foliage-pendant-lamp","title":"Flower Art Pendant Lamp","description":"\u003cp\u003eIn a time where in the middle of this frenetic life, getting in touch with nature is a luxury, Veli Foliage Suspension Lamp brings something fresh to domestic spaces. Over 268 handcrafted bends and folds make up every piece in the collection; Foliage is a union of Veli’s soft, sartorial features and the perfection of the natural world.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 42cm x H 36cm \/ ∅ 16.5″ x H 14.2″\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSize: Dia 66cm x H 25cm \/ ∅ 26″ x H 9.8″\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/55cm_600x600_42513bc8-ca20-47c1-afc6-d6a581694fbc_480x480.jpg?v=1640421112\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003ePolypropylene\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes:\u003cspan\u003e White\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eSuspension: Provide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eInstall: Sloped ceiling compatible (Sloped Ceiling Adaptable\u0026lt;30°)\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/12KnRcsDiAfbvzDsC3VH7btN6s1v3bFGi\/view\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 42cm x H 36cm \/ ∅ 16.5″ x H 14.2″ \/ White","offer_id":42120968208641,"sku":"M-202112071258-1","price":270.0,"currency_code":"USD","in_stock":true},{"title":"Dia 66cm x H 25cm \/ ∅ 26″ x H 9.8″ \/ White","offer_id":42120968241409,"sku":"M-202112071258-2","price":359.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Flower_Art_Pendant_Lamp.jpg?v=1742615805"},{"product_id":"envolee-double-biscuit","title":"Envolee double biscuit Pendant light","description":"\u003c!-- ============== GEO STRUCTURED DATA — Schema.org JSON-LD ============== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.d { max-width: 860px; margin: 0 auto; padding: 0 8px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }\n.d * { box-sizing: border-box; }\n.d svg { fill: none !important; }\n\n\/* ============== ENVOLEE-SPECIFIC PALETTE — Soft Champagne ==============\n   Drawn from the product's two materials: gold metal frame + white acrylic\n   shades. Accent is a soft champagne-gold — warmer than Levitate's antique\n   Art Deco gold (#7a6038), softer than Posy's rose gold (#b07050) — befitting\n   the \"elegance, balance, harmony\" design language. Backgrounds lean\n   cream-champagne to reinforce the lightness ('soaring' visual) and let\n   the gold frame read as warm against the page rather than as competing colour. *\/\n:root {\n  --bg:         #ffffff;\n  --bg-soft:    #f8f0dc;\n  --bg-card:    #fcf6e6;\n  --bg-stone:   #e4d2a8;\n  --bg-deep:    #1c1408;\n  --border:     #d8c498;\n  --border-lt:  #ead8b0;\n  --accent:     #8a6c3a;\n  --accent-dk:  #2a1c08;\n  --accent-bg:  #f0dfae;\n  --accent-bdr: #c89c5c;\n  --text:       #1a1408;\n  --text-mid:   #4a3818;\n  --text-light: #8a7444;\n}\n\n.d section { margin: 3rem 0; }\n.d section:first-child { margin-top: 0; }\n.d p { margin: 0 0 0.8rem; }\n.d p:last-child { margin-bottom: 0; }\n\n\/* ============== NUMBERED SECTION HEADER ============== *\/\n.sec-num {\n  display: flex; align-items: baseline; gap: 14px;\n  padding-bottom: 14px; margin-bottom: 1.4rem;\n  border-bottom: 0.5px solid var(--border);\n}\n.sec-num-n { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em;\n  color: var(--accent); font-feature-settings: \"tnum\"; }\n.sec-num-t { font-size: 19.5px; font-weight: 400; letter-spacing: 0.02em;\n  color: var(--text); font-style: italic; }\n.sec-num-sub { margin-left: auto; font-size: 11.5px; letter-spacing: 0.15em;\n  text-transform: uppercase; color: var(--text-light); }\n\n\/* ============== HERO ============== *\/\n.hero { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;\n  border-radius: 2px; background: #000; }\n.hero iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n.hero-caption { text-align: center; padding: 22px 0 0 0; }\n.hero-name { font-size: 33px; font-weight: 300; letter-spacing: 0.28em;\n  color: var(--text); margin: 0; }\n.hero-tag { font-size: 12.5px; letter-spacing: 0.25em; text-transform: uppercase;\n  color: var(--accent); margin-top: 10px; font-weight: 600; }\n.hero-links { display: flex; gap: 10px; margin-top: 20px; justify-content: center; flex-wrap: wrap; }\n.hero-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px;\n  border: 0.5px solid var(--border); border-radius: 2px; background: var(--bg);\n  text-decoration: none; color: var(--text-mid); font-size: 12.5px; font-weight: 500;\n  letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.2s; }\n.hero-link:hover { border-color: var(--accent); color: var(--accent); }\n.hero-link-dot { width: 5px; height: 5px; border-radius: 50%; background: #ff0000; flex-shrink: 0; }\n\n\/* ============== PHILOSOPHY RIBBON ============== *\/\n.phil-ribbon {\n  display: grid; grid-template-columns: 44px 1fr; gap: 18px;\n  align-items: center; margin-top: 22px;\n  padding: 18px 24px; background: linear-gradient(135deg, var(--accent-bg) 0%, var(--bg-card) 100%);\n  border: 0.5px solid var(--accent-bdr); border-left: 3px solid var(--accent);\n  border-radius: 2px;\n}\n.phil-icon {\n  width: 44px; height: 44px;\n  display: flex; align-items: center; justify-content: center;\n  color: var(--accent);\n}\n.phil-icon svg { width: 38px; height: 38px; stroke: currentColor; stroke-width: 1.4;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.phil-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 4px;\n}\n.phil-text {\n  font-size: 13.5px; color: var(--text); line-height: 1.55; margin: 0;\n  font-style: italic;\n}\n.phil-text strong { font-style: normal; font-weight: 600; }\n\n\/* ============== 01 OVERVIEW ============== *\/\n.statement { font-size: 25.5px; font-weight: 300; line-height: 1.45; letter-spacing: -0.01em;\n  color: var(--text); margin: 0 0 1.2rem 0; font-style: italic; }\n.statement-body { font-size: 16px; line-height: 1.75; color: var(--text-mid); margin: 0;\n  max-width: 680px; }\n.statement-body strong { color: var(--text); font-weight: 600; }\n.statement-body em { color: var(--text); font-style: italic; }\n\n\/* ============== 02 SIZE GRID — 4 sizes ============== *\/\n.size-grid {\n  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;\n}\n.size-card {\n  background: var(--bg-card); border: 0.5px solid var(--border);\n  border-radius: 2px; overflow: hidden;\n  display: flex; flex-direction: column;\n  text-decoration: none; color: inherit;\n  transition: border-color 0.2s;\n}\n.size-card:hover { border-color: var(--accent); }\n.size-img {\n  background: var(--bg); padding: 14px;\n  display: flex; align-items: center; justify-content: center;\n  min-height: 240px;\n  position: relative;\n}\n.size-img img { max-width: 100%; height: auto; max-height: 220px; display: block; }\n.size-img .zoom-hint {\n  position: absolute; bottom: 10px; right: 10px;\n  font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  background: rgba(20,14,6,0.72); color: #fff; padding: 3px 8px; border-radius: 2px;\n  display: inline-flex; align-items: center; gap: 3px; pointer-events: none;\n}\n.size-img .zoom-hint svg { width: 9px; height: 9px; stroke: #fff; stroke-width: 2; }\n.size-meta {\n  padding: 14px 16px; border-top: 0.5px solid var(--border-lt);\n}\n.size-label {\n  font-size: 10.5px; font-weight: 700; letter-spacing: 0.22em;\n  color: var(--accent); text-transform: uppercase; margin-bottom: 4px;\n}\n.size-dims {\n  font-size: 16px; font-weight: 500; color: var(--text);\n  font-feature-settings: \"tnum\"; line-height: 1.3; margin-bottom: 3px;\n}\n.size-dims small {\n  display: block; font-size: 11.5px; color: var(--text-light); font-weight: 400;\n  margin-top: 2px;\n}\n.size-best {\n  font-size: 12px; color: var(--text-mid); margin-top: 8px;\n  padding-top: 8px; border-top: 0.5px dashed var(--border-lt);\n  font-style: italic;\n}\n\n\/* ============== 03 FRAME \u0026 SHADE — fixed-combo dual-element ============== *\/\n.finish-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.finish-block { padding: 22px 20px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 160px; }\n.finish-block.gold {\n  background: linear-gradient(135deg, #f0d28c 0%, #c89854 55%, #6a4818 100%);\n  color: #1e1408;\n}\n.finish-block.white-shade {\n  background: linear-gradient(135deg, #ffffff 0%, #fbf3df 55%, #d4c094 100%);\n  color: #2a1f10;\n  border-left: 0.5px solid var(--border);\n}\n.finish-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.85; }\n.finish-name { font-size: 19px; font-weight: 400; letter-spacing: 0.08em;\n  text-transform: uppercase; margin-top: auto; }\n.finish-sub { font-size: 11px; letter-spacing: 0.1em; opacity: 0.75; margin-top: 4px; }\n\n\/* ============== 04 COLOR TEMPERATURE — 2-CCT panel ============== *\/\n.cct-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;\n  border: 0.5px solid var(--border); border-radius: 2px; overflow: hidden; }\n.cct-block { padding: 22px 18px; position: relative;\n  display: flex; flex-direction: column; justify-content: space-between; min-height: 150px; }\n.cct-block.warm {\n  background: linear-gradient(135deg, #fef0d4 0%, #f8d894 55%, #d8a04c 100%);\n  color: #2a1408;\n}\n.cct-block.neutral {\n  background: linear-gradient(135deg, #f8f5e8 0%, #e8e4d0 55%, #b8b8a8 100%);\n  color: #2a2418;\n}\n.cct-block.cool {\n  background: linear-gradient(135deg, #eaf2fa 0%, #c8d8e8 55%, #6890b0 100%);\n  color: #08182a;\n}\n.cct-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.2em;\n  text-transform: uppercase; opacity: 0.75; }\n.cct-name { font-size: 17px; font-weight: 400; letter-spacing: 0.08em;\n  text-transform: uppercase; margin-top: auto; }\n.cct-sub { font-size: 11px; letter-spacing: 0.08em; opacity: 0.85; margin-top: 4px; font-weight: 500; }\n\n\/* ============== 05 MATERIALS \u0026 CRAFT ============== *\/\n.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }\n.craft-sym { font-size: 30px; line-height: 1; color: var(--accent);\n  margin-bottom: 12px; font-weight: 300; }\n.craft-sym svg { width: 26px; height: 26px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; }\n.craft-name { font-size: 17px; font-weight: 500; color: var(--text);\n  margin-bottom: 7px; letter-spacing: 0.01em; }\n.craft-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.65; }\n.craft-desc strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 06 PRODUCT NOTES ============== *\/\n.notes-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.note-cell { padding: 20px 14px; background: var(--bg-soft); border-radius: 2px; text-align: center; }\n.note-ico { width: 28px; height: 28px; margin: 0 auto 10px; color: var(--accent); }\n.note-ico svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.5;\n  stroke-linecap: round; stroke-linejoin: round; }\n.note-t { font-size: 14.5px; font-weight: 600; color: var(--text); letter-spacing: 0.02em; }\n.note-s { font-size: 12px; color: var(--text-light); margin-top: 3px;\n  letter-spacing: 0.02em; line-height: 1.4; }\n\n\/* No-dimmer warning *\/\n.no-dim-warning {\n  margin-top: 14px; padding: 16px 20px;\n  background: var(--accent-bg);\n  border: 0.5px solid var(--accent-bdr);\n  border-left: 3px solid var(--accent);\n  border-radius: 2px;\n  display: grid; grid-template-columns: 32px 1fr; gap: 14px; align-items: start;\n}\n.no-dim-warning svg { width: 30px; height: 30px; stroke: var(--accent); stroke-width: 1.3;\n  stroke-linecap: round; stroke-linejoin: round; fill: none; }\n.no-dim-warning-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; margin: 0; }\n.no-dim-warning-text strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 07 SPECIFICATIONS ============== *\/\n.spec-tab { width: 100%; border-collapse: collapse; font-size: 15px; }\n.spec-tab tr { border-bottom: 0.5px solid var(--border-lt); }\n.spec-tab tr:last-child { border-bottom: 0; }\n.spec-tab td { padding: 11px 0; vertical-align: top; }\n.spec-tab td:first-child { width: 38%; color: var(--text-mid); font-weight: 500; padding-right: 20px; }\n.spec-tab td:last-child { color: var(--text); font-weight: 400; }\n\n.cert-row { display: flex; gap: 4px; flex-wrap: wrap; }\n.cert-tag { font-size: 12px; font-weight: 500; color: var(--text-mid);\n  background: var(--bg-soft); border: 0.5px solid var(--border);\n  padding: 2px 9px; border-radius: 2px; }\n.spec-note { margin-top: 1rem; padding: 12px 16px; background: var(--accent-bg);\n  border-left: 2px solid var(--accent); font-size: 14.5px;\n  color: var(--text-mid); line-height: 1.65; }\n.spec-note strong { color: var(--text); font-weight: 600; }\n\n\/* ============== 08 INSTALLATION ============== *\/\n.install-list { list-style: none; margin: 0; padding: 0; }\n.install-list li { padding: 7px 0 7px 18px; font-size: 15px;\n  color: var(--text-mid); line-height: 1.65; position: relative; }\n.install-list li::before { content: ''; position: absolute; left: 0; top: 15px;\n  width: 8px; height: 0.5px; background: var(--accent); }\n.install-list li strong { color: var(--text); font-weight: 600; }\n.install-list li a { color: var(--accent); text-decoration: none; border-bottom: 0.5px solid var(--accent); }\n\n\/* ============== 09 FAQ ============== *\/\n.faq details { border-bottom: 0.5px solid var(--border); }\n.faq summary { cursor: pointer; list-style: none; padding: 16px 0;\n  font-size: 16px; font-weight: 500; color: var(--text);\n  display: flex; justify-content: space-between; align-items: center; gap: 20px;\n  letter-spacing: 0.005em; }\n.faq summary::-webkit-details-marker { display: none; }\n.faq summary::after { content: '+'; font-size: 23px; font-weight: 300;\n  color: var(--accent); line-height: 1; width: 18px; text-align: center;\n  transition: transform 0.2s; }\n.faq details[open] summary::after { content: '–'; }\n.faq .a { padding: 0 0 18px 0; font-size: 15px; color: var(--text-mid);\n  line-height: 1.75; max-width: 720px; }\n.faq .a strong { color: var(--text); font-weight: 600; }\n.faq .a em { color: var(--text); font-style: italic; }\n\n\/* ============== 10 DOWNLOADS ============== *\/\n.dl-list { display: flex; flex-wrap: wrap; gap: 18px 32px; padding: 4px 0; }\n.dl-link { font-size: 16px; color: var(--text); text-decoration: none;\n  font-weight: 500; display: inline-flex; align-items: center; gap: 4px;\n  letter-spacing: 0.005em; transition: color 0.2s; padding-bottom: 3px;\n  border-bottom: 0.5px solid transparent; }\n.dl-link:hover { color: var(--accent); border-bottom-color: var(--accent); }\n.dl-arr { color: var(--accent); font-weight: 400; margin-right: 2px; }\n\n\/* ============== VALUES STRIP ============== *\/\n.values-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;\n  padding: 22px 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }\n.val-item { text-align: center; padding: 4px 8px; }\n.val-item-sym { font-size: 18.5px; color: var(--accent); margin-bottom: 4px; line-height: 1; }\n.val-item-t { font-size: 13px; font-weight: 600; color: var(--text); letter-spacing: 0.03em; }\n\n\/* ============== RESPONSIVE ============== *\/\n@media (max-width: 680px) {\n  .sec-num-sub { display: none; }\n  .statement { font-size: 20.5px; }\n  .size-grid { grid-template-columns: 1fr; }\n  .finish-panel { grid-template-columns: 1fr; }\n  .finish-block.white-shade { border-left: 0; }\n  .cct-panel { grid-template-columns: 1fr; }\n  .craft-grid { grid-template-columns: 1fr; gap: 22px; }\n  .notes-row { grid-template-columns: 1fr; }\n  .values-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }\n  .hero-name { font-size: 22.5px; letter-spacing: 0.22em; }\n  .dl-list { flex-direction: column; gap: 14px; }\n  .spec-tab td:first-child { width: 44%; padding-right: 10px; }\n  .phil-ribbon { grid-template-columns: 1fr; gap: 12px; }\n  .phil-icon { margin: 0 auto; }\n  .no-dim-warning { grid-template-columns: 1fr; gap: 10px; }\n  .no-dim-warning svg { margin: 0 auto; }\n}\n\u003c\/style\u003e\n\u003carticle class=\"d\"\u003e\u003c!-- HERO --\u003e\n\u003csection\u003e\n\u003cdiv class=\"hero\"\u003e\u003ciframe title=\"Envolee Double Biscuit Pendant Light\" src=\"https:\/\/www.youtube.com\/embed\/Y6zyoiC8fh8\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-caption\"\u003e\n\u003ch1 class=\"hero-name\"\u003eENVOLEE DOUBLE BISCUIT\u003c\/h1\u003e\n\u003cdiv class=\"hero-tag\"\u003ePendant Light · Two Discs in Flight\u003c\/div\u003e\n\u003cdiv class=\"hero-links\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=Baav3kedUA0\" class=\"hero-link\" target=\"_blank\"\u003e \u003cspan class=\"hero-link-dot\"\u003e\u003c\/span\u003e Watch: lit showcase video\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 01 OVERVIEW --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e01\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eOverview\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTwo Biscuits in Flight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"statement\"\u003eTwo soft white discs balanced in mid-air on a slender gold stem — \u003cem\u003ea sense of soaring stillness\u003c\/em\u003e, captured in pendant form.\u003c\/p\u003e\n\u003cp class=\"statement-body\"\u003eThe Envolee Double Biscuit is a contemporary pendant light built around a single sculptural idea: \u003cstrong\u003etwo stacked discs floating in vertical balance\u003c\/strong\u003e. The form is deliberately literal — \u003cem\u003e\"Double Biscuit\"\u003c\/em\u003e describes what you see, two biscuit-shaped shades held one above the other on a gold metal frame. \u003cstrong\u003eElegance, balance and harmony\u003c\/strong\u003e are the working principles; the lamp aims for the kind of \u003cem\u003elightness\u003c\/em\u003e that defines refined contemporary design. From first sketch to final installation, the designer remains involved across every production stage, working in the \u003cstrong\u003efusion of art and craft disciplines\u003c\/strong\u003e — combining traditional manufacturing methods with modern technology, where sensitivity, skill and lightness sit at the core. Available in \u003cstrong\u003efour size combinations\u003c\/strong\u003e spanning compact island pendants (Dia 40cm x H 60cm) to architectural statement pieces (Dia 60cm x H 70cm), each with integrated LED in your choice of Warm White or Cool White.\u003c\/p\u003e\n\u003c!-- PHILOSOPHY RIBBON --\u003e\n\u003cdiv class=\"phil-ribbon\"\u003e\n\u003cdiv class=\"phil-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n          \u003cellipse ry=\"4\" rx=\"14\" cy=\"14\" cx=\"24\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse ry=\"4\" rx=\"14\" cy=\"32\" cx=\"24\"\u003e\u003c\/ellipse\u003e\n          \u003cpath d=\"M24 18v10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 14c0 2 6 4 14 4s14-2 14-4M10 32c0 2 6 4 14 4s14-2 14-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"phil-label\"\u003eDesign Language · Contemporary Craft\u003c\/div\u003e\n\u003cp class=\"phil-text\"\u003eA faithful representation of a \u003cstrong\u003econtemporary designer's pendant light\u003c\/strong\u003e — work shaped by elegance, balance, and harmony, in the fusion of art, craft, and modern technology. \u003cem\u003eSensitivity, skill, lightness.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 02 SIZES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e02\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eSizes\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eFour Size Combinations\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Envolee_double_biscuit_Pendant_light_9_600x600.jpg?v=1675928376\" class=\"size-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"size-img\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Envolee Dia 40cm x H 60cm\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Envolee_double_biscuit_Pendant_light_9_600x600.jpg?v=1675928376\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Zoom \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-meta\"\u003e\n\u003cdiv class=\"size-label\"\u003eSize 01 · Compact\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003eDia 40cm x H 60cm \u003csmall\u003e∅ 15.7\" x H 23.6\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-best\"\u003eKitchen islands · bedside · single-position pendants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0355\/1320\/4874\/files\/Envolee_double_biscuit_Pendant_light_81_36738715-13c1-4e0c-84bd-3deb3dda2135_600x600.jpg?v=1676003158\" class=\"size-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"size-img\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Envolee Dia 40cm x H 70cm\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0355\/1320\/4874\/files\/Envolee_double_biscuit_Pendant_light_81_36738715-13c1-4e0c-84bd-3deb3dda2135_600x600.jpg?v=1676003158\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Zoom \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-meta\"\u003e\n\u003cdiv class=\"size-label\"\u003eSize 02 · Tall\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003eDia 40cm x H 70cm \u003csmall\u003e∅ 15.7\" x H 27.5\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-best\"\u003eCompact pendant for taller ceilings · stairwells\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0355\/1320\/4874\/files\/Envolee_double_biscuit_Pendant_light_82_600x600.jpg?v=1676003163\" class=\"size-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"size-img\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Envolee Dia 60cm x H 60cm\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0355\/1320\/4874\/files\/Envolee_double_biscuit_Pendant_light_82_600x600.jpg?v=1676003163\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Zoom \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-meta\"\u003e\n\u003cdiv class=\"size-label\"\u003eSize 03 · Wide\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003eDia 60cm x H 60cm \u003csmall\u003e∅ 23.6\" x H 23.6\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-best\"\u003eDining tables · living-room focal pendant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0355\/1320\/4874\/files\/Envolee_double_biscuit_Pendant_light_83_600x600.jpg?v=1676003169\" class=\"size-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"size-img\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Envolee Dia 60cm x H 70cm\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0355\/1320\/4874\/files\/Envolee_double_biscuit_Pendant_light_83_600x600.jpg?v=1676003169\"\u003e \u003cspan class=\"zoom-hint\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"7\" cy=\"11\" cx=\"11\"\u003e\u003c\/circle\u003e\u003cpath d=\"M21 21l-4.35-4.35M8 11h6M11 8v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Zoom \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-meta\"\u003e\n\u003cdiv class=\"size-label\"\u003eSize 04 · Architectural\u003c\/div\u003e\n\u003cdiv class=\"size-dims\"\u003eDia 60cm x H 70cm \u003csmall\u003e∅ 23.6\" x H 27.5\"\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-best\"\u003eStatement piece · large dining · entryway · gallery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e\n\u003cstrong\u003eScale by both the table and the ceiling.\u003c\/strong\u003e Diameter (40 vs 60 cm) should match the visual width below — kitchen island or 4-seater table for 40, dining room or 6+ seats for 60. Height (60 vs 70 cm) should match your ceiling — taller pendant for taller rooms. Custom suspension lengths are available on request to fine-tune the final hanging height.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 03 FRAME \u0026 SHADE --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e03\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eFrame \u0026amp; Shade\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTwo Materials, One Form\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-panel\"\u003e\n\u003cdiv class=\"finish-block gold\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eGold Frame\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eSlim metal stem · structural axis\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"finish-block white-shade\"\u003e\n\u003cdiv class=\"finish-label\"\u003eElement 02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"finish-name\"\u003eWhite Shade\u003c\/div\u003e\n\u003cdiv class=\"finish-sub\"\u003eAcrylic + PVC · light diffuser\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e\n\u003cstrong\u003eOne material carries the structure, the other carries the light.\u003c\/strong\u003e The \u003cstrong\u003egold metal frame\u003c\/strong\u003e holds the two discs in their floating vertical balance; the \u003cstrong\u003ewhite acrylic-and-PVC shades\u003c\/strong\u003e diffuse the integrated LEDs into a soft, even glow with no hot spots. There is no alternative finish — the design depends on this single, considered combination.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 04 COLOR TEMPERATURE --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e04\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eColor Temperature\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eChoose Once, Factory-Set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cct-panel\"\u003e\n\u003cdiv class=\"cct-block warm\"\u003e\n\u003cdiv class=\"cct-label\"\u003eKelvin 01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cct-name\"\u003eWarm White\u003c\/div\u003e\n\u003cdiv class=\"cct-sub\"\u003eSoft honey glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cct-block cool\"\u003e\n\u003cdiv class=\"cct-label\"\u003eKelvin 02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"cct-name\"\u003eCool White\u003c\/div\u003e\n\u003cdiv class=\"cct-sub\"\u003eDaylight balance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-note\"\u003e\n\u003cstrong\u003eChoose carefully — color temperature is factory-set and cannot be changed after order.\u003c\/strong\u003e \u003cstrong\u003eWarm White\u003c\/strong\u003e is the most flattering for dining rooms, living rooms, and bedrooms — soft and atmospheric. \u003cstrong\u003eCool White\u003c\/strong\u003e is daylight-equivalent — clean, crisp, best for kitchens, offices, retail, and task-heavy spaces. The integrated LED cannot be swapped, so this decision carries through the lamp's entire lifetime.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 05 MATERIALS \u0026 CRAFT --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e05\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eMaterials \u0026amp; Craft\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eThree Pillars\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n            \u003cellipse ry=\"1\" rx=\"2\" cy=\"3\" cx=\"12\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse ry=\"1\" rx=\"2\" cy=\"21\" cx=\"12\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse ry=\"2\" rx=\"6\" cy=\"9\" cx=\"12\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse ry=\"2\" rx=\"6\" cy=\"15\" cx=\"12\"\u003e\u003c\/ellipse\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eGold Metal Frame\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eA \u003cstrong\u003eslim gold-finished metal stem\u003c\/strong\u003e with two horizontal disc supports — the structural axis that holds both Biscuit shades in perfect vertical balance. The frame is the lamp's skeleton: strong enough to support the integrated LEDs and acrylic shades, slender enough to read as \u003cem\u003ea line of light\u003c\/em\u003e rather than visible hardware.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cellipse ry=\"2.5\" rx=\"8\" cy=\"9\" cx=\"12\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse ry=\"2.5\" rx=\"8\" cy=\"15\" cx=\"12\"\u003e\u003c\/ellipse\u003e\n            \u003cpath d=\"M4 9c0 1.5 4 3 8 3s8-1.5 8-3M4 15c0 1.5 4 3 8 3s8-1.5 8-3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eAcrylic + PVC Shades\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eThe two disc shades are constructed from \u003cstrong\u003ewhite acrylic and PVC\u003c\/strong\u003e (not glass) — chosen for impact resistance during shipping, dimensional stability over time, and even light diffusion. The visual effect is the same as opal glass: \u003cstrong\u003esoft, low-glare, no hot spots\u003c\/strong\u003e, but in a far more durable construction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"craft-sym\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle r=\"3.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M12 3v2M12 19v2M3 12h2M19 12h2M5.3 5.3l1.4 1.4M17.3 17.3l1.4 1.4M5.3 18.7l1.4-1.4M17.3 6.7l1.4-1.4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"craft-name\"\u003eIntegrated LED · Warm or Cool\u003c\/div\u003e\n\u003cdiv class=\"craft-desc\"\u003eBuilt-in LED panels at the heart of each disc — \u003cstrong\u003eno bulb to buy or replace\u003c\/strong\u003e. Two color temperatures (Warm White or Cool White) are factory-set at order time. \u003cstrong\u003eThe LED is not dimmer-compatible\u003c\/strong\u003e — works with standard household on\/off switches only.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 06 PRODUCT NOTES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e06\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eProduct Notes\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eAt a Glance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes-row\"\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 4v2M12 18v2M4 12h2M18 12h2M6 6l1.4 1.4M16.6 16.6L18 18M6 18l1.4-1.4M16.6 7.4L18 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eIntegrated LED\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eBuilt-in · no bulb needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 12h7M14 12h7\"\u003e\u003c\/path\u003e\u003ccircle r=\"2.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 9V7M12 17v-2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eStandard Switch Only\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eNot dimmer-compatible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note-cell\"\u003e\n\u003cdiv class=\"note-ico\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 8h16M6 8v10h12V8M9 18v-4h6v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 8l9-5 9 5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"note-t\"\u003eFlat Ceilings Only\u003c\/div\u003e\n\u003cdiv class=\"note-s\"\u003eHardwired · IP20 indoor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROMOTED No-dimmer warning --\u003e\n\u003cdiv class=\"no-dim-warning\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 2L1 22h22L12 2z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 9v6M12 18.5v0.1\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cp class=\"no-dim-warning-text\"\u003e\u003cstrong\u003eImportant — not dimmer-compatible.\u003c\/strong\u003e The integrated LED works with standard household on\/off switches only. \u003cstrong\u003eDo not install on a dimmer-switch circuit\u003c\/strong\u003e — it will cause flicker, premature LED failure, or both. If dimming is essential to your installation plan, please choose a different fixture before ordering. The LED is integrated and cannot be swapped.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 07 SPECIFICATIONS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e07\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eSpecifications\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eTechnical Data\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ctable class=\"spec-tab\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSizes available\u003c\/td\u003e\n\u003ctd\u003eDia 40cm x H 60cm · Dia 40cm x H 70cm · Dia 60cm x H 60cm · Dia 60cm x H 70cm — choose at checkout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eImperial\u003c\/td\u003e\n\u003ctd\u003e∅ 15.7\" x 23.6\" \/ 15.7\" x 27.5\" \/ 23.6\" x 23.6\" \/ 23.6\" x 27.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eMetal frame, acrylic + PVC shades\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame finish\u003c\/td\u003e\n\u003ctd\u003eGold (single fixed finish — choose at checkout)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLampshade\u003c\/td\u003e\n\u003ctd\u003eWhite acrylic \/ PVC, light-diffusing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight source\u003c\/td\u003e\n\u003ctd\u003eIntegrated LED (no bulb required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor temperature (Kelvin)\u003c\/td\u003e\n\u003ctd\u003eWarm White · Cool White — factory-set, choose at checkout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb replacement\u003c\/td\u003e\n\u003ctd\u003eNot required — LED is built in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimmable\u003c\/td\u003e\n\u003ctd\u003eNo — standard household on\/off switches only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003e50 cm \/ 19.7\" metal rod (custom lengths available on request)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003eAC 110–240V, full-range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWiring\u003c\/td\u003e\n\u003ctd\u003eHardwired (ceiling junction box)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCeiling type\u003c\/td\u003e\n\u003ctd\u003eFlat ceilings only · not compatible with sloped or vaulted ceilings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIP rating\u003c\/td\u003e\n\u003ctd\u003eIP20 — indoor use only, not waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePacking size\u003c\/td\u003e\n\u003ctd\u003eL 65cm x W 65cm x H 18cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"cert-row\"\u003e\n\u003cspan class=\"cert-tag\"\u003eNorth America\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eEurope\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eAustralia\u003c\/span\u003e \u003cspan class=\"cert-tag\"\u003eMiddle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"spec-note\"\u003e\n\u003cstrong\u003eIndoor use only.\u003c\/strong\u003e Designed for dry interior environments — not suitable for bathrooms, wet rooms, covered porches, or outdoor installations. Order total does not include customs duties or local import taxes, which may be collected by the courier on delivery.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 08 INSTALLATION --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e08\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eInstallation\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eSetup Notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"install-list\"\u003e\n\u003cli\u003eHardwired ceiling installation — a \u003cstrong\u003elicensed electrician is recommended\u003c\/strong\u003e for safe mounting, wiring, and grounding.\u003c\/li\u003e\n\u003cli\u003eWatch the \u003ca href=\"https:\/\/www.youtube.com\/watch?v=Y6zyoiC8fh8\" target=\"_blank\" rel=\"noopener\"\u003eInstallation video\u003c\/a\u003e and the \u003ca rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=Baav3kedUA0\" target=\"_blank\"\u003elit showcase video\u003c\/a\u003e for visual reference of the assembled silhouette and color temperature.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlat ceilings only.\u003c\/strong\u003e The canopy and 50 cm suspension rod are designed for level mounting planes — sloped or vaulted ceilings are not compatible without a separate swivel-canopy adapter.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo bulb required.\u003c\/strong\u003e The LED is integrated and factory-tuned to your selected color temperature (Warm White or Cool White) — simply wire the fixture, restore power, and the light is ready.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDo not install on a dimmer circuit.\u003c\/strong\u003e The integrated LED is not dimmer-compatible — confirm the wall switch is a standard on\/off type before installation.\u003c\/li\u003e\n\u003cli\u003eSuspension drop is \u003cstrong\u003e50 cm (19.7\") standard\u003c\/strong\u003e. For dining tables, the bottom of the lower disc should sit roughly \u003cstrong\u003e75–90 cm above the table surface\u003c\/strong\u003e; for general focal pendants, roughly \u003cstrong\u003e180–200 cm above the floor\u003c\/strong\u003e. Custom rod lengths can be specified at order time if standard length doesn't suit your installation.\u003c\/li\u003e\n\u003cli\u003eUnbox carefully and lift the fixture by the frame, never by the acrylic shades. Handle with clean, dry hands during initial setup to avoid marking the freshly-finished gold frame.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- 09 FAQ — consolidated, collapsible --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e09\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eQuestions\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eFrequently Asked\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does \"Envolee Double Biscuit\" mean?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eThe name describes the form. \u003cstrong\u003e\"Double Biscuit\"\u003c\/strong\u003e refers to the two stacked rounded shades — reminiscent of biscuits balanced one above the other on a slender gold stem. Together with \u003cstrong\u003e\"Envolee\"\u003c\/strong\u003e, the name evokes a sense of weightless lift — two soft discs in vertical balance, as if floating rather than hanging.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eFour size combinations scale by both diameter and height. \u003cstrong\u003eDia 40cm x H 60cm\u003c\/strong\u003e is the most compact — best for kitchen islands, bedside, or single-position pendants in smaller rooms. \u003cstrong\u003eDia 40cm x H 70cm\u003c\/strong\u003e gives the same diameter with more vertical drop, ideal for taller ceilings and stairwells. \u003cstrong\u003eDia 60cm x H 60cm\u003c\/strong\u003e is a substantial dining-table or living-room fixture. \u003cstrong\u003eDia 60cm x H 70cm\u003c\/strong\u003e is the most architectural — full vertical and horizontal presence, a confident statement piece.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Envolee pendant dimmable?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003e\n\u003cstrong\u003eNo\u003c\/strong\u003e. The integrated LED is not compatible with dimmer switches — it works with \u003cstrong\u003estandard household on\/off switches only\u003c\/strong\u003e. Installing on a dimmer-switch circuit will cause flicker, premature LED failure, or both. \u003cem\u003eIf dimming is essential to your installation, please choose a different fixture before ordering.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color temperature should I select?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eTwo Kelvin options are \u003cstrong\u003efactory-set at order time and cannot be changed after purchase\u003c\/strong\u003e. \u003cstrong\u003eWarm White\u003c\/strong\u003e — most flattering for dining rooms, living rooms, bedrooms (soft, atmospheric glow). \u003cstrong\u003eCool White\u003c\/strong\u003e — daylight-equivalent, clean and crisp, best for kitchens, offices, retail, and task-heavy spaces. \u003cem\u003eChoose carefully: the LED is integrated and color temperature cannot be swapped later.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the shades made of real glass?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo — the shades are constructed from \u003cstrong\u003eacrylic and PVC\u003c\/strong\u003e, not glass. This is a deliberate engineering choice: acrylic is impact-resistant during shipping and handling (fragile glass at this scale would frequently arrive broken), and the white acrylic produces an even, low-glare diffusion that's well-suited to integrated LEDs. \u003cstrong\u003eThe visual effect is the same as opal glass\u003c\/strong\u003e — soft, even, no hot spots — but in a far more durable construction.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order custom suspension lengths?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes. The standard suspension rod is \u003cstrong\u003e50 cm (19.7\")\u003c\/strong\u003e, but custom lengths can be specified at order time — useful for double-height rooms, low ceilings, stairwells, or installations where the standard length isn't ideal. Please specify your preferred drop length when placing your order.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat hanging height is right for a dining table?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eFor a dining table, the \u003cstrong\u003ebottom of the lower disc should sit roughly 75–90 cm (30–35″) above the table surface\u003c\/strong\u003e — close enough to feel intimate and to throw light onto the table, far enough not to obstruct sightlines across the table. For a kitchen island, similar height applies. For a general focal pendant in a living room or entryway, roughly \u003cstrong\u003e180–200 cm above the floor\u003c\/strong\u003e works well.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the Envolee be installed on a sloped ceiling?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo. The fixture is designed for \u003cstrong\u003eflat-ceiling installation only\u003c\/strong\u003e — the canopy and rod are not configured for angled mounting planes. For sloped or vaulted ceilings, a swivel-canopy adapter would be required (sold separately and not included). \u003cstrong\u003eVerify your ceiling is flat before ordering.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere does the Envolee pendant work best?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eAbove \u003cstrong\u003edining tables, kitchen islands, console tables, entryways\u003c\/strong\u003e, and as a focal pendant in living rooms or bedrooms. The dual-disc form reads beautifully when seen at eye-level or slightly above, so suspension height is critical (see hanging-height guidance above). Best in rooms with \u003cstrong\u003eflat ceilings and at least 250 cm ceiling height\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it on both 110V and 220V circuits?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eYes. The Envolee pendant supports \u003cstrong\u003efull-range AC 110–240V\u003c\/strong\u003e and is certified for use in North America, Europe, Australia, and the Middle East — no additional transformer required.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it in a bathroom or outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eNo. The Envolee pendant is rated \u003cstrong\u003eIP20 for dry indoor use only\u003c\/strong\u003e — not suitable for bathrooms, wet rooms, covered porches, or any outdoor environment. The acrylic and PVC shades are also not designed to withstand prolonged humidity or direct sunlight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean it?\u003c\/summary\u003e\n\u003cdiv class=\"a\"\u003eWith the power off and the fixture cool, dust the gold frame and acrylic shades gently with a \u003cstrong\u003esoft dry microfibre cloth\u003c\/strong\u003e. For more thorough cleaning, use a slightly damp cloth (water only, no solvents or alcohol-based cleaners) and dry immediately. \u003cstrong\u003eAvoid abrasive sponges, ammonia-based glass cleaners, and direct application of cleaning sprays\u003c\/strong\u003e — these can damage either the acrylic shade surface or the gold frame finish.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10 DOWNLOADS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"sec-num\"\u003e\n\u003cspan class=\"sec-num-n\"\u003e10\u003c\/span\u003e \u003cspan class=\"sec-num-t\"\u003eDownloads\u003c\/span\u003e \u003cspan class=\"sec-num-sub\"\u003eSpec · Install\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-list\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/17jg7HPXA2Qm0NOb1qVqcO9XPcIYJ3PHK\/view\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Data Sheet \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1b5BXnWMAhUzmw3FArdCPpEP4SO5wECzh\/view\" class=\"dl-link\" target=\"_blank\"\u003e \u003cspan class=\"dl-arr\"\u003e↓\u003c\/span\u003e Assembly Instructions \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VALUES STRIP --\u003e\n\u003csection\u003e\n\u003cdiv class=\"values-strip\"\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◇\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eDesigner Heritage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◉\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eIntegrated LED · Warm or Cool\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eFour Size Combinations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"val-item\"\u003e\n\u003cdiv class=\"val-item-sym\"\u003e◈\u003c\/div\u003e\n\u003cdiv class=\"val-item-t\"\u003eGold \u0026amp; White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e","brand":"Rayonshine","offers":[{"title":"Dia 40cm x H 60cm \/ ∅ 15.7″ x H 23.6″ \/ Gold \/ Warm White","offer_id":42120969683201,"sku":"M-202112071243-1","price":198.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 60cm \/ ∅ 15.7″ x H 23.6″ \/ Gold \/ Cool White","offer_id":42120969715969,"sku":"M-202112071243-2","price":198.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 70cm \/ ∅ 15.7″ x H 27.5″ \/ Gold \/ Warm White","offer_id":42120969748737,"sku":"M-202112071243-3","price":298.0,"currency_code":"USD","in_stock":true},{"title":"Dia 40cm x H 70cm \/ ∅ 15.7″ x H 27.5″ \/ Gold \/ Cool White","offer_id":42120969781505,"sku":"M-202112071243-4","price":298.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm x H 60cm \/ ∅ 23.6\" x H 23.6\" \/ Gold \/ Warm White","offer_id":42120969814273,"sku":"M-202112071243-5","price":262.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm x H 60cm \/ ∅ 23.6\" x H 23.6\" \/ Gold \/ Cool White","offer_id":42120969847041,"sku":"M-202112071243-6","price":262.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm x H 70cm \/ ∅ 23.6\" x H 27.5\" \/ Gold \/ Warm White","offer_id":42120969879809,"sku":"M-202112071243-7","price":367.0,"currency_code":"USD","in_stock":true},{"title":"Dia 60cm x H 70cm \/ ∅ 23.6\" x H 27.5\" \/ Gold \/ Cool White","offer_id":42120969912577,"sku":"M-202112071243-8","price":367.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Envoleedoublebiscuit_0316.jpg?v=1742086370"},{"product_id":"aerostat-table-lamp","title":"Aerostat Table Lamp","description":"\u003cp\u003eThe young designer is the genius creator of this series of decorative lights made of shiny white blown glass. Delvigne was inspired by the principle of Aerostat, which is to make objects lighter than air. With this in mind, he envisioned a lamp as a luminous object, which is so light that it can lift itself off the ground.\u003c\/p\u003e\n\u003cp\u003eAlthough table lamps and floor lamps have a metal base similar to a cage, they still seem to extend into the space above them, just like a ceiling lamp with a metal base extends downward. The sheer elegance and simplicity of these lamps make them suitable for any environment.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSTANDARD SIZE\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″      \u003c\/li\u003e\n\u003cli\u003eSize: Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0612\/5640\/1153\/files\/Aerostat_table_lamp_12_600x600_f859215d-6a12-471c-b771-b70b17d2fcaa_600x600.jpg?v=1638600980\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: Carbon steel, Glass.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinishes: Black, Gold, Rose gold.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eLampshade: White.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eIn line on \/ off switch.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E14 base bulb.\u003c\/li\u003e\n\u003cli\u003eWe provide 150cm \/ 59″ wires with switch plugs.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1Zm7p9xmjyp7leTpy2F3ZdPioSd_fQI2H\/view?usp=drive_link\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\" style=\"margin-bottom: 16px; float: none;\"\u003e  \u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e \u003c\/a\u003e\u003cspan\u003e\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1Zm7p9xmjyp7leTpy2F3ZdPioSd_fQI2H\/view?usp=drive_link\" target=\"_blank\"\u003e \u003c\/a\u003e \u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Gold \/ US plug","offer_id":42120976826625,"sku":"M-202112070960-1","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Gold \/ UK plug","offer_id":42120976859393,"sku":"M-202112070960-2","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Gold \/ AU plug","offer_id":42120976892161,"sku":"M-202112070960-3","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Gold \/ EU plug","offer_id":42120976924929,"sku":"M-202112070960-4","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Black \/ US plug","offer_id":42120976695553,"sku":"M-202112070960-5","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Black \/ UK plug","offer_id":42120976728321,"sku":"M-202112070960-6","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Black \/ AU plug","offer_id":42120976761089,"sku":"M-202112070960-7","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Black \/ EU plug","offer_id":42120976793857,"sku":"M-202112070960-8","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Rose gold \/ US plug","offer_id":42120976957697,"sku":"M-202112070960-9","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Rose gold \/ UK plug","offer_id":42120976990465,"sku":"M-202112070960-10","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Rose gold \/ AU plug","offer_id":42120977023233,"sku":"M-202112070960-11","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23cm x H 37cm \/ ∅ 9″ x H 14.5″ \/ Rose gold \/ EU plug","offer_id":42120977056001,"sku":"M-202112070960-12","price":284.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Gold \/ US plug","offer_id":42467228025089,"sku":"M-202112070960-13","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Gold \/ UK plug","offer_id":42467228057857,"sku":"M-202112070960-14","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Gold \/ AU plug","offer_id":42467228123393,"sku":"M-202112070960-15","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Gold \/ EU plug","offer_id":42467228156161,"sku":"M-202112070960-16","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Black \/ US plug","offer_id":42467228188929,"sku":"M-202112070960-17","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Black \/ UK plug","offer_id":42467228221697,"sku":"M-202112070960-18","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Black \/ AU plug","offer_id":42467228254465,"sku":"M-202112070960-19","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Black \/ EU plug","offer_id":42467228287233,"sku":"M-202112070960-20","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Rose gold \/ US plug","offer_id":42467228320001,"sku":"M-202112070960-21","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Rose gold \/ UK plug","offer_id":42467228352769,"sku":"M-202112070960-22","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Rose gold \/ AU plug","offer_id":42467228385537,"sku":"M-202112070960-23","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 33cm x H 53cm \/ ∅ 13″ x H 20.8″ \/ Rose gold \/ EU plug","offer_id":42467228418305,"sku":"M-202112070960-24","price":475.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Aerostat_Table_Lamp_0329.jpg?v=1743231077"},{"product_id":"taraxacum-suspension-lamp","title":"Taraxacum Suspension Lamp","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/XUQ9e4uMknA\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eMake a wish: Named after the humble Dandelion, the Taraxacum pendant light astonishes with a gorgeously diffused blooming light. The white powder-coated internal steel structure is sprayed with a unique cocoon resin to create its stunning diffuser, which is finished with a transparent spray for protection.\u003c\/p\u003e\n\u003cp\u003eInspiration behind the design: The Castiglioni brothers were known for their ability to make us look differently at the world around us, and the Taraxacum is another example of their deft skill. Here, the dandelion—a standard garden weed—is recreated as a thing of true beauty. As functional as it is gorgeous, the Taraxacum will change the way we look at this humble plant.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Size\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSize: Dia 63cm x H 50cm \/ ∅ 26.8″ x H 19.7″\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Taraxacum_Chandelier_600x60_cfe04c68-7bc0-400f-b78d-bb9dd4bb4509.jpg?v=1742432653\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDetails\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaterial: \u003cspan\u003eCocoon, Steel\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eFinishes: \u003cspan\u003eWhite\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003eIs Bulbs Included: No.\u003c\/li\u003e\n\u003cli\u003eTakes E26 or E27 base bulb.\u003c\/li\u003e\n\u003cli\u003eAC 110-240V Voltage.\u003c\/li\u003e\n\u003cli\u003eEnvironment: Indoor.\u003c\/li\u003e\n\u003cli\u003eHardwired.\u003c\/li\u003e\n\u003cli\u003eSwitch: Compatible with ordinary household switches, Compatible with dimmers,\u003c\/li\u003e\n\u003cli\u003eProvide 150cm(59″) cables, Specified lengths can also be provided upon request.\u003c\/li\u003e\n\u003cli\u003eIP rating 20 - not waterproof.\u003c\/li\u003e\n\u003cli\u003eCertification: Compliant with North America, Australia, Europe, and Middle East Certification.\u003c\/li\u003e\n\u003cli\u003eInstall: Flat roof installation is not compatible with sloped ceilings.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDOCUMENT\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Data_Sheet_32x32.png?v=1741769434\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1Nfp6Z3Jbs9NsgA_D3thhahIe-0hVpHQM\/view?usp=sharing\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eData Sheet\u003c\/span\u003e\u003c\/a\u003e \u003cspan\u003e  \u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/0507e017d53774323b2768139eb45d82_32x32.png?v=1741768988\"\u003e  \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1kvrRzp2KAOBqLEcdME_c20-cQ3OB2vjU\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003eAssembly instructions\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e","brand":"Rayonshine","offers":[{"title":"Dia 63cm x H 50cm \/ ∅ 26.8″ x H 19.7″ \/ White","offer_id":42120983249153,"sku":"M-202112071400-2","price":799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/files\/Taraxacum_Suspension_Lamp.jpg?v=1743120570"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0612\/5640\/1153\/collections\/Collections-1_32.jpg?v=1741871461","url":"https:\/\/rayonshine.com\/collections\/scandinavian-style.oembed?page=17","provider":"Rayonshine","version":"1.0","type":"link"}