{"title":"Zen Lighting","description":"","products":[{"product_id":"washi-paper-a-series-disc-pendant-light","title":"Washi Paper A Series Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — WASHI PAPER A SERIES\n   Low-Profile Disc Pendant\n========================================================= *\/\n\n.stb-as{\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --muted:#7B6B58;\n  --gold:#C8A96E;\n  --line:#E5DAC7;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n  font-weight:400;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-as *{\n  box-sizing:border-box;\n}\n\n.stb-as h2,\n.stb-as h3,\n.stb-as p{\n  margin-top:0;\n}\n\n.stb-as h2,\n.stb-as h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================\n   INTRO\n========================= *\/\n\n.stb-as__intro{\n  padding:5px 0 24px;\n}\n\n.stb-as__eyebrow{\n  margin:0 0 8px;\n\n  color:#927640;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-as__intro h2{\n  max-width:680px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.12;\n  letter-spacing:-.01em;\n}\n\n.stb-as__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#5D4C3C;\n}\n\n\n\/* =========================\n   QUICK FACTS\n========================= *\/\n\n.stb-as__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-as__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-as__fact:last-child{\n  border-right:0;\n}\n\n.stb-as__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#917E65;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-as__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n\n\/* =========================\n   MATERIAL\n========================= *\/\n\n.stb-as__material{\n  display:grid;\n  grid-template-columns:210px 1fr;\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:22px;\n\n  background:var(--soft);\n  border-radius:10px;\n}\n\n.stb-as__material-thumb{\n  width:210px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-as__image-link{\n  position:relative;\n\n  display:block;\n  overflow:hidden;\n\n  background:#F0E8D8;\n  border:1px solid #DED2BD;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-as__image-link img{\n  display:block;\n\n  width:100%;\n  height:210px;\n\n  object-fit:cover;\n\n  transition:transform .25s ease;\n}\n\n.stb-as__image-link:hover img{\n  transform:scale(1.02);\n}\n\n.stb-as__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.80);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n}\n\n.stb-as__label{\n  display:block;\n  margin-bottom:7px;\n\n  color:#927640;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-as__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-as__material p{\n  margin:0 0 9px;\n\n  color:#5D4C3C;\n\n  font-size:13.5px;\n}\n\n.stb-as__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-as__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#665544;\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n.stb-as__material-item:before{\n  content:\"—\";\n  color:var(--gold);\n}\n\n\n\/* =========================\n   LIGHTBOX\n   Click \/ tap anywhere to close\n========================= *\/\n\n.stb-as__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.94);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-as__lightbox:target{\n  display:flex;\n}\n\n.stb-as__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-as__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  object-fit:contain;\n\n  background:#F5EDD8;\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-as__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-as__lightbox-hint{\n  margin:5px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================\n   SIZE GUIDE\n========================= *\/\n\n.stb-as__sizes{\n  margin-bottom:36px;\n}\n\n.stb-as__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-as__sub{\n  margin:0 0 16px;\n\n  color:#6B5A48;\n\n  font-size:13px;\n}\n\n.stb-as__size-grid{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-as__size{\n  min-width:0;\n\n  padding:16px 10px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-as__size:last-child{\n  border-right:0;\n}\n\n.stb-as__size-name{\n  display:block;\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:20px;\n  line-height:1.1;\n  font-weight:500;\n}\n\n.stb-as__size-dim{\n  display:block;\n  margin-bottom:7px;\n\n  color:#92703E;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:600;\n}\n\n.stb-as__size-use{\n  margin:0 !important;\n\n  color:#665544 !important;\n\n  font-size:10.5px !important;\n  line-height:1.5 !important;\n}\n\n\n\/* =========================\n   15A HIGHLIGHT\n========================= *\/\n\n.stb-as__highlight{\n  display:grid;\n  grid-template-columns:auto 1fr;\n  gap:14px;\n  align-items:center;\n\n  margin:16px 0 36px;\n  padding:17px 19px;\n\n  background:var(--dark);\n  border-radius:9px;\n}\n\n.stb-as__highlight-icon{\n  color:var(--gold);\n\n  font-size:20px;\n}\n\n.stb-as__highlight strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-as__highlight p{\n  margin:0;\n\n  color:#D8CEBC;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================\n   LIGHT + INSTALLATION\n========================= *\/\n\n.stb-as__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:1px;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  background:#382A1B;\n  border-radius:9px;\n}\n\n.stb-as__utility-card{\n  padding:18px 19px;\n\n  background:#24180E;\n}\n\n.stb-as__utility-card small{\n  display:block;\n  margin-bottom:5px;\n\n  color:var(--gold);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-as__utility-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-as__utility-card p{\n  margin:0;\n\n  color:#D8CEBC;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================\n   PRODUCT DETAILS\n========================= *\/\n\n.stb-as__details{\n  margin-bottom:34px;\n}\n\n.stb-as__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-as__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-as__spec-name{\n  padding-right:14px;\n\n  color:#897862;\n\n  font-size:11.5px;\n}\n\n.stb-as__spec-value{\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.stb-as__faq{\n  margin-bottom:30px;\n}\n\n.stb-as__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-as__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-as__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-as__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-as__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-as__faq details p{\n  margin:8px 0 0;\n  padding-right:20px;\n\n  color:#665544;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================\n   SHIPPING\n========================= *\/\n\n.stb-as__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n  border-top:2px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-as__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-as__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-as__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-as__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-as__shipping a{\n  color:#92703B;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================\n   FINAL NOTE\n========================= *\/\n\n.stb-as__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-as{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n  .stb-as__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-as__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-as__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-as__fact{\n    padding:13px 9px;\n  }\n\n  .stb-as__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-as__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-as__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-as__material-thumb{\n    width:185px;\n  }\n\n  .stb-as__material-thumb img{\n    height:185px;\n  }\n\n  .stb-as__material h3{\n    font-size:21px;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-as__size-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-as__size{\n    border-right:1px solid var(--line);\n    border-bottom:1px solid var(--line);\n\n    padding:14px 11px;\n  }\n\n  .stb-as__size:nth-child(2n){\n    border-right:0;\n  }\n\n  .stb-as__size:last-child{\n    grid-column:1 \/ -1;\n    border-right:0;\n    border-bottom:0;\n  }\n\n  .stb-as__size-name{\n    font-size:19px;\n  }\n\n  .stb-as__size-use{\n    font-size:10.5px !important;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-as__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-as__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-as__spec-name{\n    font-size:11px;\n  }\n\n  .stb-as__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-as__lightbox{\n    padding:14px;\n  }\n\n  .stb-as__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-as__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-as__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-as__shipping{\n    padding:18px;\n  }\n\n  .stb-as__shipping p{\n    font-size:12px;\n  }\n\n  .stb-as__final-note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-as\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"stb-as__intro\"\u003e\n\u003cp class=\"stb-as__eyebrow\"\u003eWashi Paper · A Series\u003c\/p\u003e\n\u003ch2\u003eWide Presence. Less Vertical Drop.\u003c\/h2\u003e\n\u003cp\u003eA low-profile Washi paper pendant designed to spread visually across the ceiling without hanging heavily into the room. Its soft disc silhouette works especially well with standard ceiling heights, dining tables and open living spaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003cdiv class=\"stb-as__facts\"\u003e\n\u003cdiv class=\"stb-as__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e17.7\"–37.4\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__fact\"\u003e\n\u003csmall\u003eCeiling\u003c\/small\u003e \u003cstrong\u003e8ft \u0026amp; Up\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__fact\"\u003e\n\u003csmall\u003eDrop\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATERIAL --\u003e\n\u003csection id=\"stb-as-material-section\" class=\"stb-as__material\"\u003e\n\u003cdiv class=\"stb-as__material-thumb\"\u003e\u003ca href=\"#stb-as-material\" class=\"stb-as__image-link\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/handcrafted-washi-paper-pendant-light-japandi-35.jpg?v=1785827234\u0026amp;width=1946\" alt=\"Close-up of Washi paper and bamboo ribbing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-as__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-as__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eMulberry Washi \u003c\/h3\u003e\n\u003cp\u003eHand-stretched Washi paper reveals a natural fiber texture and gently diffuses the bulb across the full shade rather than creating a harsh central hotspot.\u003c\/p\u003e\n\u003cdiv class=\"stb-as__material-list\"\u003e\n\u003cdiv class=\"stb-as__material-item\"\u003eMulberry Kozo Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-as__material-item\"\u003eInternal bamboo ribbing\u003c\/div\u003e\n\u003cdiv class=\"stb-as__material-item\"\u003eIron ceiling canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-as-material\" href=\"#stb-as-material-section\" class=\"stb-as__lightbox\"\u003e \u003cspan class=\"stb-as__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/handcrafted-washi-paper-pendant-light-japandi-35.jpg?v=1785827234\u0026amp;width=1946\" alt=\"Enlarged Washi paper material detail\"\u003e \u003cspan class=\"stb-as__lightbox-title\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-as__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- SIZE GUIDE --\u003e\n\u003csection class=\"stb-as__sizes\"\u003e\n\u003ch3 class=\"stb-as__heading\"\u003eChoose Your Size\u003c\/h3\u003e\n\u003cp class=\"stb-as__sub\"\u003eBecause the shade stays relatively flat, choose mainly by the width of the room or table you want to anchor.\u003c\/p\u003e\n\u003cdiv class=\"stb-as__size-grid\"\u003e\n\u003cdiv class=\"stb-as__size\"\u003e\n\u003cspan class=\"stb-as__size-name\"\u003e 26A \u003c\/span\u003e \u003cspan class=\"stb-as__size-dim\"\u003e Ø17.7\" × H10\" \u003c\/span\u003e\n\u003cp class=\"stb-as__size-use\"\u003eSmall dining areas, bedrooms and entries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__size\"\u003e\n\u003cspan class=\"stb-as__size-name\"\u003e 21A \u003c\/span\u003e \u003cspan class=\"stb-as__size-dim\"\u003e Ø25.5\" × H11\" \u003c\/span\u003e\n\u003cp class=\"stb-as__size-use\"\u003eStandard dining tables and bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__size\"\u003e\n\u003cspan class=\"stb-as__size-name\"\u003e 70A \u003c\/span\u003e \u003cspan class=\"stb-as__size-dim\"\u003e Ø27.5\" × H12.5\" \u003c\/span\u003e\n\u003cp class=\"stb-as__size-use\"\u003eLiving rooms and dining centerpieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__size\"\u003e\n\u003cspan class=\"stb-as__size-name\"\u003e 15A \u003c\/span\u003e \u003cspan class=\"stb-as__size-dim\"\u003e Ø34.6\" × H13.7\" \u003c\/span\u003e\n\u003cp class=\"stb-as__size-use\"\u003eLarge dining rooms and open-plan spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__size\"\u003e\n\u003cspan class=\"stb-as__size-name\"\u003e 95A \u003c\/span\u003e \u003cspan class=\"stb-as__size-dim\"\u003e Ø37.4\" × H15.7\" \u003c\/span\u003e\n\u003cp class=\"stb-as__size-use\"\u003eGrand dining rooms, lofts and statement spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 15A SHOPPER HIGHLIGHT --\u003e\n\u003cdiv class=\"stb-as__highlight\"\u003e\n\u003cdiv class=\"stb-as__highlight-icon\"\u003e↔\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e 15A is the statement size without the tall drop \u003c\/strong\u003e\n\u003cp\u003eAt 34.6\" wide but only 13.7\" tall, the 15A gives a large dining or living space visual presence while keeping the silhouette relatively close to the ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LIGHT + INSTALLATION --\u003e\n\u003cdiv class=\"stb-as__utility\"\u003e\n\u003cdiv class=\"stb-as__utility-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Warm, softly diffused glow \u003c\/strong\u003e\n\u003cp\u003eIncludes a 3000K warm-white bulb. Use a compatible dimmable E26\/E27 bulb and wall dimmer when brightness control is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__utility-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · Adjustable Drop \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm adjustable rope. Longer lengths are available on request for higher, sloped or vaulted ceilings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"stb-as__details\"\u003e\n\u003ch3 class=\"stb-as__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-as__spec-list\"\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eMulberry Washi paper · \u003cspan\u003eMetal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eCanopy\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eØ4.7\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003e59\" \/ 150cm adjustable · Extendable on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eHardwired · Standard junction box\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eStandard 8ft · Sloped · Vaulted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec\"\u003e\n\u003cdiv class=\"stb-as__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-as__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"stb-as__faq\"\u003e\n\u003ch3 class=\"stb-as__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this work with an 8-foot ceiling?\u003c\/summary\u003e\n\u003cp\u003eYes. The A Series is intentionally low-profile. Shade heights range from 10\" to 15.7\", making the series much easier to place under standard ceilings than a tall sphere or drum pendant.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose over a dining table?\u003c\/summary\u003e\n\u003cp\u003eA useful starting point is a shade about one-half to two-thirds of the table's longest dimension. For example, the 34.6\" 15A works well when you want a stronger statement above a larger dining table.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I shorten or extend the hanging length?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard 59\" \/ 150cm suspension is adjustable during installation. Longer lengths can be requested for higher or vaulted ceilings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I care for the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry soft cloth or feather duster. Do not wet-clean, spray with cleaners or install in humid areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FIXED SHIPPING \u0026 RETURNS --\u003e\n\u003csection class=\"stb-as__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL NOTE --\u003e\n\u003cp class=\"stb-as__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"26A: Dia 17.7\" x H 10 \/ White Wire","offer_id":52128429179163,"sku":"STB-NGA-26A","price":235.0,"currency_code":"USD","in_stock":true},{"title":"26A: Dia 17.7\" x H 10 \/ Black Wire","offer_id":52128429211931,"sku":"STB-NGA-26A","price":235.0,"currency_code":"USD","in_stock":true},{"title":"21A: Dia 25.5\" x H 11 \/ White Wire","offer_id":52128429113627,"sku":"STB-NGA-21A","price":350.0,"currency_code":"USD","in_stock":true},{"title":"21A: Dia 25.5\" x H 11 \/ Black Wire","offer_id":52128429146395,"sku":"STB-NGA-21A","price":350.0,"currency_code":"USD","in_stock":true},{"title":"70A:Dia 27.5\" x H 12.5 \/ White Wire","offer_id":52128429244699,"sku":"STB-NGA-70A","price":495.0,"currency_code":"USD","in_stock":true},{"title":"70A:Dia 27.5\" x H 12.5 \/ Black Wire","offer_id":52128429277467,"sku":"STB-NGA-70A","price":495.0,"currency_code":"USD","in_stock":true},{"title":"15A:Dia 34.6\" xH 13.7 \/ White Wire","offer_id":52128429048091,"sku":"STB-NGA-15A","price":885.0,"currency_code":"USD","in_stock":true},{"title":"15A:Dia 34.6\" xH 13.7 \/ Black Wire","offer_id":52128429080859,"sku":"STB-NGA-15A","price":885.0,"currency_code":"USD","in_stock":true},{"title":"95A: Dia 37.4\" xH 15.7 \/ White Wire","offer_id":52128429310235,"sku":"STB-NGA-95A","price":915.0,"currency_code":"USD","in_stock":true},{"title":"95A: Dia 37.4\" xH 15.7 \/ Black Wire","offer_id":52128429343003,"sku":"STB-NGA-95A","price":915.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-21a-26a-70a-95a-japanese-paper-pendant-light-stuber-lighting_1.jpg?v=1781163396"},{"product_id":"akari-uf4-l10-washi-paper-stacked-tower-floor-lamp","title":"Akari UF4-L10 Washi Paper Stacked Tower Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI UF4-L10\n   Washi Paper Stacked Tower Floor Lamp\n   Compact Editorial \/ Mobile Responsive\n========================================================= *\/\n\n.stb-l10{\n  --ivory:#FFFCF6;\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --warm:#F1E5CF;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --muted:#7B6B58;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#E5DAC7;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:inherit;\n  font-size:14px;\n  line-height:1.65;\n  font-weight:400;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-l10 *,\n.stb-l10 *::before,\n.stb-l10 *::after{\n  box-sizing:border-box;\n  font-family:inherit;\n}\n\n.stb-l10 h2,\n.stb-l10 h3,\n.stb-l10 p{\n  margin-top:0;\n}\n\n.stb-l10 h2,\n.stb-l10 h3{\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-l10__intro{\n  padding:5px 0 24px;\n}\n\n.stb-l10__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-l10__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.14;\n  letter-spacing:-.01em;\n}\n\n.stb-l10__intro-text{\n  max-width:690px;\n  margin:0;\n\n  color:#5D4C3C;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-l10__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  background:var(--soft);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-l10__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-l10__fact:last-child{\n  border-right:0;\n}\n\n.stb-l10__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#917E65;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-l10__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.stb-l10__material{\n  display:grid;\n  grid-template-columns:205px 1fr;\n  gap:29px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:22px;\n\n  background:var(--sand);\n  border-radius:10px;\n}\n\n.stb-l10__material-thumb{\n  width:205px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-l10__image-link{\n  position:relative;\n\n  display:block;\n  overflow:hidden;\n\n  background:#E7DBC5;\n  border:1px solid #D5C5AA;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-l10__image-link img{\n  display:block;\n\n  width:100%;\n  height:205px;\n\n  object-fit:cover;\n\n  transition:transform .25s ease;\n}\n\n.stb-l10__image-link:hover img{\n  transform:scale(1.025);\n}\n\n.stb-l10__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.83);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n  line-height:1.2;\n}\n\n.stb-l10__label{\n  display:block;\n  margin-bottom:7px;\n\n  color:#8D6936;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-l10__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-l10__material p{\n  margin:0 0 10px;\n\n  color:#584735;\n\n  font-size:13.5px;\n}\n\n.stb-l10__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-l10__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#654F3A;\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n.stb-l10__material-item::before{\n  content:\"—\";\n  color:#A77D3F;\n}\n\n\n\/* =========================================================\n   SCALE\n========================================================= *\/\n\n.stb-l10__scale{\n  display:grid;\n  grid-template-columns:1.15fr .85fr;\n  gap:1px;\n\n  margin-bottom:20px;\n\n  overflow:hidden;\n\n  border-radius:9px;\n}\n\n.stb-l10__scale-main{\n  padding:21px 22px;\n\n  background:var(--cream);\n}\n\n.stb-l10__scale-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:21px 22px;\n\n  background:var(--warm);\n}\n\n.stb-l10__scale small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#94733C;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-l10__scale strong{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--dark);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.stb-l10__scale p{\n  margin:0;\n\n  color:#66513E;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.stb-l10__dimension{\n  margin:0 0 7px !important;\n\n  color:var(--dark) !important;\n\n  font-size:21px !important;\n  line-height:1.15 !important;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DIMENSION IMAGE\n========================================================= *\/\n\n.stb-l10__dimension-section{\n  margin:0 0 36px;\n\n  text-align:center;\n}\n\n.stb-l10__dimension-wrap{\n  width:100%;\n  max-width:315px;\n  margin:0 auto;\n}\n\n.stb-l10__dimension-link{\n  position:relative;\n\n  display:block;\n  overflow:hidden;\n\n  padding:8px;\n\n  background:var(--ivory);\n  border:1px solid #DCCEB7;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-l10__dimension-link img{\n  display:block;\n\n  width:100%;\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n\n  transition:transform .25s ease;\n}\n\n.stb-l10__dimension-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-l10__dimension-caption{\n  display:block;\n\n  margin-top:7px;\n\n  color:#8A765D;\n\n  font-size:9.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   LIGHT + SETUP\n========================================================= *\/\n\n.stb-l10__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:9px;\n}\n\n.stb-l10__utility-card{\n  padding:19px 20px;\n}\n\n.stb-l10__utility-card:first-child{\n  background:#1C1209;\n}\n\n.stb-l10__utility-card:last-child{\n  background:#4A3218;\n}\n\n.stb-l10__utility-card small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D8B978;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-l10__utility-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#F8F0DF;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-l10__utility-card p{\n  margin:0;\n\n  color:#DDD1BE;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-l10__details{\n  margin-bottom:34px;\n}\n\n.stb-l10__heading{\n  margin:0 0 10px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-l10__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-l10__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-l10__spec-name{\n  padding-right:14px;\n\n  color:#8B765B;\n\n  font-size:11.5px;\n}\n\n.stb-l10__spec-value{\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   GOOD TO KNOW\n========================================================= *\/\n\n.stb-l10__faq{\n  margin-bottom:30px;\n  padding:20px 22px 8px;\n\n  background:#F8F3E8;\n  border-radius:9px;\n}\n\n.stb-l10__faq .stb-l10__heading{\n  margin-bottom:5px;\n}\n\n.stb-l10__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-l10__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-l10__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-l10__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-l10__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-4px;\n  right:2px;\n\n  color:#A87E3C;\n\n  font-size:23px;\n  line-height:1;\n}\n\n.stb-l10__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-l10__faq details p{\n  margin:8px 0 0;\n  padding-right:20px;\n\n  color:#665544;\n\n  font-size:12.3px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-l10__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-l10__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-l10__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-l10__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-l10__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-l10__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-l10__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 7px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n   CLICK \/ TAP ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-l10__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-l10__lightbox:target{\n  display:flex;\n}\n\n.stb-l10__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-l10__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  object-fit:contain;\n\n  background:var(--cream);\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-l10__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:10px !important;\n  font-weight:500;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-l10__lightbox-hint{\n  margin:5px 0 0 !important;\n\n  color:#AE9876 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-l10{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-l10__intro h2{\n    font-size:25px;\n    line-height:1.15;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-l10__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-l10__fact{\n    padding:13px 9px;\n  }\n\n  .stb-l10__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-l10__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-l10__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:29px;\n    padding:18px;\n  }\n\n  .stb-l10__material-thumb{\n    width:185px;\n  }\n\n  .stb-l10__image-link img{\n    height:185px;\n  }\n\n  .stb-l10__material h3{\n    font-size:21px;\n  }\n\n\n  \/* SCALE *\/\n\n  .stb-l10__scale{\n    grid-template-columns:1fr;\n\n    margin-bottom:18px;\n  }\n\n  .stb-l10__scale-main,\n  .stb-l10__scale-side{\n    padding:18px;\n  }\n\n  .stb-l10__dimension{\n    font-size:19px !important;\n  }\n\n\n  \/* DIMENSION *\/\n\n  .stb-l10__dimension-section{\n    margin-bottom:30px;\n  }\n\n  .stb-l10__dimension-wrap{\n    max-width:275px;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-l10__utility{\n    grid-template-columns:1fr;\n\n    margin-bottom:30px;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-l10__heading{\n    font-size:21px;\n  }\n\n  .stb-l10__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-l10__spec-name{\n    font-size:11px;\n  }\n\n  .stb-l10__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-l10__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-l10__shipping{\n    padding:18px;\n  }\n\n  .stb-l10__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* FINAL NOTE *\/\n\n  .stb-l10__final-note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-l10__lightbox{\n    padding:14px;\n  }\n\n  .stb-l10__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-l10__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-l10__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-l10\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-l10__intro\"\u003e\n\u003cp class=\"stb-l10__eyebrow\"\u003eWashi Paper · Stacked Floor Lamp\u003c\/p\u003e\n\u003ch2\u003eA Rhythm of Light, Nearly Six Feet Tall.\u003c\/h2\u003e\n\u003cp class=\"stb-l10__intro-text\"\u003eThe Akari UF4-L10 stacks softly illuminated Washi paper forms into a 70.9-inch sculptural tower. Its layered silhouette adds visual movement while the paper turns direct bulb light into a warm, comfortable ambient glow.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-l10__facts\"\u003e\n\u003cdiv class=\"stb-l10__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003e18.9\" × 70.9\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__fact\"\u003e\n\u003csmall\u003eShade\u003c\/small\u003e \u003cstrong\u003eWashi Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection id=\"stb-l10-material-section\" class=\"stb-l10__material\"\u003e\n\u003cdiv class=\"stb-l10__material-thumb\"\u003e\u003ca href=\"#stb-l10-material\" class=\"stb-l10__image-link\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/akari-uf4-l10-quality-comparison-washi-paper-stuberlighting-19.jpg?v=1781235890\u0026amp;width=900\" alt=\"Akari UF4-L10 Washi paper material detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-l10__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-l10__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eWashi Paper \u0026amp; Fine Ribbing\u003c\/h3\u003e\n\u003cp\u003eLightly textured Washi paper softens the bulb across each stacked section, creating a layered glow rather than a harsh central hotspot.\u003c\/p\u003e\n\u003cdiv class=\"stb-l10__material-list\"\u003e\n\u003cdiv class=\"stb-l10__material-item\"\u003eOff-white Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__material-item\"\u003eSlim metal base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-l10-material\" href=\"#stb-l10-material-section\" class=\"stb-l10__lightbox\"\u003e \u003cspan class=\"stb-l10__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/akari-uf4-l10-quality-comparison-washi-paper-stuberlighting-19.jpg?v=1781235890\u0026amp;width=1400\" alt=\"Enlarged Akari UF4-L10 Washi paper material detail\"\u003e \u003cspan class=\"stb-l10__lightbox-title\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-l10__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SCALE\n  ====================================================== --\u003e\n\u003csection class=\"stb-l10__scale\"\u003e\n\u003cdiv class=\"stb-l10__scale-main\"\u003e\n\u003csmall\u003e Scale \u003c\/small\u003e\n\u003cp class=\"stb-l10__dimension\"\u003eØ18.9\" × H70.9\"\u003c\/p\u003e\n\u003cstrong\u003e Designed to have real presence. \u003c\/strong\u003e\n\u003cp\u003eAt nearly six feet tall, the UF4-L10 works best as a visual anchor beside a sofa, lounge chair, console or open wall rather than as a small reading lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__scale-side\"\u003e\n\u003csmall\u003e Best Fit \u003c\/small\u003e \u003cstrong\u003e Larger rooms · open corners · 9ft+ ceilings \u003c\/strong\u003e\n\u003cp\u003eStandard 8ft ceilings can work, but the lamp will read intentionally oversized and more sculptural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CORRECT DIMENSION IMAGE\n  ====================================================== --\u003e\n\u003csection id=\"stb-l10-dimension-section\" class=\"stb-l10__dimension-section\"\u003e\n\u003cdiv class=\"stb-l10__dimension-wrap\"\u003e\n\u003ca href=\"#stb-l10-dimension\" class=\"stb-l10__dimension-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-uf4-l10-quality-comparison-washi-paper_2.jpg?v=1786612968\" alt=\"Akari UF4-L10 floor lamp dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-l10__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e \u003cspan class=\"stb-l10__dimension-caption\"\u003e Dimension drawing · Click to enlarge \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIMENSION LIGHTBOX --\u003e \u003ca id=\"stb-l10-dimension\" href=\"#stb-l10-dimension-section\" class=\"stb-l10__lightbox\"\u003e \u003cspan class=\"stb-l10__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-uf4-l10-quality-comparison-washi-paper_2.jpg?v=1786612968\" alt=\"Enlarged Akari UF4-L10 floor lamp dimension drawing\"\u003e \u003cspan class=\"stb-l10__lightbox-title\"\u003e Akari UF4-L10 · Dimensions \u003c\/span\u003e \u003cspan class=\"stb-l10__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + SETUP\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-l10__utility\"\u003e\n\u003cdiv class=\"stb-l10__utility-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Warm, layered ambient glow \u003c\/strong\u003e\n\u003cp\u003eA 3000K warm-white bulb is included. The stacked Washi sections softly diffuse light from top to bottom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__utility-card\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In · No Hardwiring \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm power cord and in-line ON\/OFF switch. Place it, plug it in and use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-l10__details\"\u003e\n\u003ch3 class=\"stb-l10__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-l10__spec-list\"\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eØ18.9\" × H70.9\" · Ø48 × H180 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eWashi paper ·\u003cspan\u003eMetal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eCompatible with a dimmable bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eCord\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003e59\" \/ 150cm · Custom length available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003ePlug-in · No hardwiring required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eIn-line ON\/OFF switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec\"\u003e\n\u003cdiv class=\"stb-l10__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-l10__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-l10__faq\"\u003e\n\u003ch3 class=\"stb-l10__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is UF4-L10 different from UF4-33N?\u003c\/summary\u003e\n\u003cp\u003eBoth are tall statement floor lamps. UF4-L10 has a more expressive stacked silhouette with horizontal sections, while UF4-33N has a cleaner, continuous vertical form.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs 70.9\" too tall for an 8-foot ceiling?\u003c\/summary\u003e\n\u003cp\u003eIt can work, but it will feel intentionally oversized. For more breathing room and a more balanced architectural look, approximately 9-foot or higher ceilings are ideal.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber tool. Do not wet-clean, steam, spray with cleaners or use a damp cloth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FIXED SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-l10__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FIXED WASHI NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-l10__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"ModelA \/ US Plug","offer_id":52136162591003,"sku":"STB-NG-UF4-L10-MOD-A","price":865.0,"currency_code":"USD","in_stock":true},{"title":"ModelA \/ AU Plug","offer_id":52136162623771,"sku":"STB-NG-UF4-L10-MOD-A","price":865.0,"currency_code":"USD","in_stock":true},{"title":"ModelA \/ EU Plug","offer_id":52136162656539,"sku":"STB-NG-UF4-L10-MOD-A","price":865.0,"currency_code":"USD","in_stock":true},{"title":"ModelA \/ UK Plug","offer_id":52136162689307,"sku":"STB-NG-UF4-L10-MOD-A","price":865.0,"currency_code":"USD","in_stock":true},{"title":"Model B \/ US Plug","offer_id":52136162722075,"sku":"STB-NG-UF4-L10-MOD-B","price":865.0,"currency_code":"USD","in_stock":true},{"title":"Model B \/ AU Plug","offer_id":52136162754843,"sku":"STB-NG-UF4-L10-MOD-B","price":865.0,"currency_code":"USD","in_stock":true},{"title":"Model B \/ EU Plug","offer_id":52136162787611,"sku":"STB-NG-UF4-L10-MOD-B","price":865.0,"currency_code":"USD","in_stock":true},{"title":"Model B \/ UK Plug","offer_id":52136162820379,"sku":"STB-NG-UF4-L10-MOD-B","price":865.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-uf4-l10-quality-comparison-washi-paper-stuberlighting-7.jpg?v=1781235007"},{"product_id":"akari-24n-washi-paper-triple-tier-pendant-light","title":"Akari 24N Washi Paper Triple-Tier Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 24N\n   WASHI PAPER THREE-TIER PENDANT\n========================================================= *\/\n\n.stb-24n{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --sand-soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-24n *{\n  box-sizing:border-box;\n}\n\n.stb-24n h2,\n.stb-24n h3,\n.stb-24n p{\n  margin-top:0;\n}\n\n.stb-24n h2,\n.stb-24n h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* ==============================\n   INTRO\n============================== *\/\n\n.stb-24n__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:linear-gradient(\n    135deg,\n    #FFFDF8 0%,\n    #F7EEDF 65%,\n    #EBDABC 100%\n  );\n\n  border-radius:10px;\n}\n\n.stb-24n__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-24n__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-24n__intro h2{\n  max-width:680px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-24n__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* ==============================\n   QUICK FACTS\n============================== *\/\n\n.stb-24n__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-24n__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-24n__fact:nth-child(even){\n  background:var(--sand-soft);\n}\n\n.stb-24n__fact:last-child{\n  border-right:0;\n}\n\n.stb-24n__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-24n__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n\n\/* ==============================\n   IMAGE SYSTEM\n   NO CROPPING\n============================== *\/\n\n.stb-24n__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-24n__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-24n__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-24n__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* ==============================\n   MATERIAL\n============================== *\/\n\n.stb-24n__material{\n  display:grid;\n  grid-template-columns:210px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-24n__material-image{\n  width:100%;\n  max-width:210px;\n\n  margin:0 auto;\n}\n\n.stb-24n__material-image img{\n  width:100%;\n  height:auto;\n  max-height:230px;\n\n  object-fit:contain;\n}\n\n.stb-24n__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-24n__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-24n__material p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-24n__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-24n__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-24n__material-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* ==============================\n   LIGHTBOX\n============================== *\/\n\n.stb-24n__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n\n  text-decoration:none;\n}\n\n.stb-24n__lightbox:target{\n  display:flex;\n}\n\n.stb-24n__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-24n__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-24n__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-24n__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* ==============================\n   SIZE \u0026 CEILING FIT\n============================== *\/\n\n.stb-24n__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:var(--ivory);\n\n  border:1px solid #E6DCCC;\n  border-radius:10px;\n}\n\n.stb-24n__heading{\n  margin:0 0 15px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-24n__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-24n__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-24n__size-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:300px;\n\n  object-fit:contain;\n}\n\n.stb-24n__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:28px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-24n__metric{\n  display:block;\n\n  margin-bottom:12px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-24n__size-copy p{\n  margin:0 0 14px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-24n__fit{\n  overflow:hidden;\n\n  border:1px solid #E3D6C3;\n  border-radius:8px;\n}\n\n.stb-24n__fit-row{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:12px;\n\n  padding:8px 10px;\n\n  border-bottom:1px solid #E4D8C6;\n}\n\n.stb-24n__fit-row:last-child{\n  border-bottom:0;\n}\n\n.stb-24n__fit-row:nth-child(odd){\n  background:#F8F1E6;\n}\n\n.stb-24n__fit-row:nth-child(even){\n  background:#FFFDF8;\n}\n\n.stb-24n__fit-row strong{\n  color:#291A0E;\n\n  font-size:11px;\n  font-weight:600;\n}\n\n.stb-24n__fit-row span{\n  color:#806D57;\n\n  font-size:10.5px;\n  text-align:right;\n}\n\n\n\/* ==============================\n   SIGNATURE\n============================== *\/\n\n.stb-24n__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:linear-gradient(\n    110deg,\n    #4A3218 0%,\n    #26180C 100%\n  );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-24n__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:35px;\n  height:35px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",serif;\n  font-size:17px;\n}\n\n.stb-24n__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-24n__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* ==============================\n   LIGHT + INSTALLATION\n============================== *\/\n\n.stb-24n__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-24n__utility-card{\n  padding:19px 20px;\n}\n\n.stb-24n__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-24n__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-24n__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-24n__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-24n__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-24n__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-24n__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-24n__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-24n__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-24n__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-24n__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* ==============================\n   PRODUCT DETAILS\n============================== *\/\n\n.stb-24n__details{\n  margin-bottom:34px;\n}\n\n.stb-24n__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-24n__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-24n__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-24n__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-24n__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-24n__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-24n__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* ==============================\n   FAQ\n============================== *\/\n\n.stb-24n__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-24n__faq .stb-24n__heading{\n  margin-bottom:5px;\n}\n\n.stb-24n__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-24n__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-24n__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-24n__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-24n__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-24n__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-24n__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* ==============================\n   SHIPPING\n============================== *\/\n\n.stb-24n__shipping{\n  padding:21px 22px;\n\n  background:linear-gradient(\n    135deg,\n    #F5EDD8 0%,\n    #EADCC2 100%\n  );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-24n__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-24n__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-24n__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-24n__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-24n__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* ==============================\n   FINAL NOTE\n============================== *\/\n\n.stb-24n__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* ==============================\n   MOBILE\n============================== *\/\n\n@media screen and (max-width:749px){\n\n  .stb-24n{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  .stb-24n__intro{\n    padding:18px;\n  }\n\n  .stb-24n__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-24n__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-24n__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-24n__fact{\n    padding:13px 9px;\n  }\n\n  .stb-24n__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-24n__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-24n__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-24n__material-image{\n    max-width:185px;\n  }\n\n  .stb-24n__material-image img{\n    width:100%;\n    height:auto;\n    max-height:210px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-24n__size{\n    padding:18px;\n  }\n\n  .stb-24n__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-24n__size-image{\n    max-width:230px;\n  }\n\n  .stb-24n__size-image img{\n    width:100%;\n    height:auto;\n    max-height:280px;\n\n    object-fit:contain;\n  }\n\n  .stb-24n__size-copy{\n    text-align:center;\n  }\n\n  .stb-24n__fit{\n    text-align:left;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-24n__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPEC *\/\n\n  .stb-24n__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-24n__spec-name{\n    font-size:11px;\n  }\n\n  .stb-24n__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-24n__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-24n__lightbox{\n    padding:14px;\n  }\n\n  .stb-24n__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-24n__shipping{\n    padding:18px;\n  }\n\n  .stb-24n__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-24n\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"stb-24n__intro\"\u003e\n\u003cp class=\"stb-24n__eyebrow\"\u003eAkari 24N · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eSoft Washi Light, Shaped in Three Tiers\u003c\/h2\u003e\n\u003cp\u003eA sculptural three-tier pendant that gives Washi paper a more architectural silhouette. Compact enough for standard-height rooms, yet distinctive enough to become a focal point above a dining table or quiet living space.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003cdiv class=\"stb-24n__facts\"\u003e\n\u003cdiv class=\"stb-24n__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ15.7\" × H19.7\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__fact\"\u003e\n\u003csmall\u003eCeiling\u003c\/small\u003e \u003cstrong\u003e8ft \u0026amp; Up\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003eE26 \/ E27 · Not Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATERIAL \u0026 STRUCTURE --\u003e\n\u003csection id=\"stb-24n-material-section\" class=\"stb-24n__material\"\u003e\n\u003cdiv class=\"stb-24n__material-image\"\u003e\u003ca href=\"#stb-24n-material\" class=\"stb-24n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Natural Washi paper fiber and texture detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-24n__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-24n__label\"\u003e Material \u0026amp; Structure \u003c\/span\u003e\n\u003ch3\u003eWashi Paper \u0026amp; Tiered Frame\u003c\/h3\u003e\n\u003cp\u003eTextured Washi paper gently softens direct bulb light, while the internal metal frame keeps the three stacked sections aligned and sculptural.\u003c\/p\u003e\n\u003cdiv class=\"stb-24n__material-list\"\u003e\n\u003cdiv class=\"stb-24n__material-item\"\u003eHigh-fiber Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__material-item\"\u003eThree-tier metal internal frame\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__material-item\"\u003eIron ceiling canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-24n-material\" href=\"#stb-24n-material-section\" class=\"stb-24n__lightbox\"\u003e \u003cspan class=\"stb-24n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Washi paper fiber and texture detail\"\u003e \u003cspan class=\"stb-24n__lightbox-title\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-24n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- SIZE \u0026 CEILING FIT --\u003e\n\u003csection id=\"stb-24n-size-section\" class=\"stb-24n__size\"\u003e\n\u003ch3 class=\"stb-24n__heading\"\u003eSize \u0026amp; Ceiling Fit\u003c\/h3\u003e\n\u003cdiv class=\"stb-24n__size-inner\"\u003e\n\u003c!-- SIZE IMAGE --\u003e\n\u003cdiv class=\"stb-24n__size-image\"\u003e\u003ca href=\"#stb-24n-size\" class=\"stb-24n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-24n-washi-paper-pendant-light-warm-glow_4.jpg?v=1782201567\" alt=\"Akari 24N dimensions, 15.7 inches diameter by 19.7 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-24n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- SIZE COPY --\u003e\n\u003cdiv class=\"stb-24n__size-copy\"\u003e\n\u003cspan class=\"stb-24n__dimension\"\u003e Ø15.7\" × H19.7\" \u003c\/span\u003e \u003cspan class=\"stb-24n__metric\"\u003e Ø40 × H50cm \u003c\/span\u003e\n\u003cp\u003eA medium-scale pendant with enough vertical form to feel sculptural without requiring a double-height room.\u003c\/p\u003e\n\u003cdiv class=\"stb-24n__fit\"\u003e\n\u003cdiv class=\"stb-24n__fit-row\"\u003e\n\u003cstrong\u003e8ft Ceiling\u003c\/strong\u003e \u003cspan\u003eWorks with a short drop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__fit-row\"\u003e\n\u003cstrong\u003e9–10ft Ceiling\u003c\/strong\u003e \u003cspan\u003eIdeal proportion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__fit-row\"\u003e\n\u003cstrong\u003eSloped \/ Vaulted\u003c\/strong\u003e \u003cspan\u003eCompatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__fit-row\"\u003e\n\u003cstrong\u003eLonger Drop\u003c\/strong\u003e \u003cspan\u003eAvailable on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-24n-size\" href=\"#stb-24n-size-section\" class=\"stb-24n__lightbox\"\u003e \u003cspan class=\"stb-24n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-24n-washi-paper-pendant-light-warm-glow_4.jpg?v=1782201567\" alt=\"Enlarged Akari 24N dimension diagram\"\u003e \u003cspan class=\"stb-24n__lightbox-title\"\u003e Akari 24N · Ø15.7\" × H19.7\" \u003c\/span\u003e \u003cspan class=\"stb-24n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- SIGNATURE --\u003e\n\u003cdiv class=\"stb-24n__signature\"\u003e\n\u003cdiv class=\"stb-24n__signature-icon\"\u003eⅢ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Three tiers give the paper a more architectural rhythm \u003c\/strong\u003e\n\u003cp\u003eUnlike a continuous globe or lantern, the segmented silhouette adds structure and visual depth while keeping the softness of Washi paper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LIGHT + INSTALLATION --\u003e\n\u003cdiv class=\"stb-24n__utility\"\u003e\n\u003cdiv class=\"stb-24n__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Warm, softly diffused light \u003c\/strong\u003e\n\u003cp\u003eBulb is not included. For a warm Washi glow, use an E26\/E27 LED bulb in the 2700K–3000K range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__utility-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · Adjustable Drop \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm adjustable cord. Longer suspension and plug-in conversion are available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"stb-24n__details\"\u003e\n\u003ch3 class=\"stb-24n__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-24n__spec-list\"\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eØ15.7\" × H19.7\" \/ Ø40 × H50cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eWashi paper · Metal \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eCanopy\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eØ4.7\" · Custom size available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003e59\" \/ 150cm adjustable · Extendable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eHardwired · Plug-in conversion available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eStandard · Sloped · Vaulted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec\"\u003e\n\u003cdiv class=\"stb-24n__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-24n__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"stb-24n__faq\"\u003e\n\u003ch3 class=\"stb-24n__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the 24N work with an 8-foot ceiling?\u003c\/summary\u003e\n\u003cp\u003eYes. The shade is 19.7\" tall and can be installed with a short drop. Above a dining table, aim for approximately 30–36\" between the tabletop and the bottom of the fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb should I use?\u003c\/summary\u003e\n\u003cp\u003eUse an E26\/E27 bulb up to 40W. A 2700K–3000K LED is recommended for a warm glow through the Washi paper.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hanging length be extended?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard suspension is 59\" \/ 150cm and adjustable. Longer lengths can be requested for higher or vaulted ceilings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry soft cloth or feather duster. Pay particular attention around the tier joints. Avoid water, sprays, steam and humid locations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection class=\"stb-24n__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL NOTE --\u003e\n\u003cp class=\"stb-24n__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 15.7\"xH 19.7\" \/ White Wire","offer_id":52137179349275,"sku":"STB-NG-24N","price":228.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"xH 19.7\" \/ Black Wire","offer_id":52137179382043,"sku":"STB-NG-24N","price":228.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-24n-washi-paper-pendant-light-warm-glow-stuberlighting-3.jpg?v=1781236486"},{"product_id":"akari-5x-washi-paper-pyramid-table-lamp","title":"Akari 5X Washi Paper Pyramid Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 5X\n   WASHI PAPER PYRAMID TABLE LAMP\n========================================================= *\/\n\n.stb-5x{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --sand-soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-5x *{\n  box-sizing:border-box;\n}\n\n.stb-5x h2,\n.stb-5x h3,\n.stb-5x p{\n  margin-top:0;\n}\n\n.stb-5x h2,\n.stb-5x h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-5x__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F7EEDF 65%,\n      #EBDABC 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-5x__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-5x__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-5x__intro h2{\n  max-width:670px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-5x__intro p{\n  max-width:680px;\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-5x__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-5x__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-5x__fact:nth-child(even){\n  background:var(--sand-soft);\n}\n\n.stb-5x__fact:last-child{\n  border-right:0;\n}\n\n.stb-5x__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-5x__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM\n   FULL IMAGE \/ NEVER CROP\n========================================================= *\/\n\n.stb-5x__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-5x__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-5x__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-5x__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   MATERIAL \u0026 STRUCTURE\n========================================================= *\/\n\n.stb-5x__material{\n  display:grid;\n  grid-template-columns:215px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-5x__material-image{\n  width:100%;\n  max-width:215px;\n\n  margin:0 auto;\n}\n\n.stb-5x__material-image img{\n  width:100%;\n  height:auto;\n  max-height:235px;\n\n  object-fit:contain;\n}\n\n.stb-5x__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-5x__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-5x__material p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-5x__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-5x__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-5x__material-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n   CLICK \/ TAP ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-5x__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-5x__lightbox:target{\n  display:flex;\n}\n\n.stb-5x__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-5x__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-5x__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-5x__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SIZE \u0026 TABLE SCALE\n========================================================= *\/\n\n.stb-5x__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:var(--ivory);\n\n  border:1px solid #E6DCCC;\n  border-radius:10px;\n}\n\n.stb-5x__heading{\n  margin:0 0 15px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-5x__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-5x__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-5x__size-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:300px;\n\n  object-fit:contain;\n}\n\n.stb-5x__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:28px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-5x__metric{\n  display:block;\n\n  margin-bottom:11px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-5x__size-copy p{\n  margin:0 0 13px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-5x__places{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-5x__place{\n  padding:5px 9px;\n\n  background:#F1E5D2;\n\n  border:1px solid #DAC9AE;\n  border-radius:20px;\n\n  color:#604932;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   PRODUCT-SPECIFIC DIFFERENCE\n========================================================= *\/\n\n.stb-5x__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-5x__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:35px;\n  height:35px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",serif;\n  font-size:18px;\n}\n\n.stb-5x__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-5x__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   LIGHT + EVERYDAY USE\n========================================================= *\/\n\n.stb-5x__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-5x__utility-card{\n  padding:19px 20px;\n}\n\n.stb-5x__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-5x__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-5x__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-5x__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-5x__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-5x__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-5x__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-5x__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-5x__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-5x__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-5x__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-5x__details{\n  margin-bottom:34px;\n}\n\n.stb-5x__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-5x__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-5x__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-5x__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-5x__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-5x__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-5x__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-5x__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-5x__faq .stb-5x__heading{\n  margin-bottom:5px;\n}\n\n.stb-5x__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-5x__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-5x__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-5x__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-5x__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-5x__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-5x__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-5x__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-5x__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-5x__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-5x__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-5x__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-5x__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-5x__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-5x{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  .stb-5x__intro{\n    padding:18px;\n  }\n\n  .stb-5x__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-5x__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-5x__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-5x__fact{\n    padding:13px 9px;\n  }\n\n  .stb-5x__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-5x__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-5x__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-5x__material-image{\n    max-width:190px;\n  }\n\n  .stb-5x__material-image img{\n    width:100%;\n    height:auto;\n    max-height:220px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-5x__size{\n    padding:18px;\n  }\n\n  .stb-5x__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-5x__size-image{\n    max-width:230px;\n  }\n\n  .stb-5x__size-image img{\n    width:100%;\n    height:auto;\n    max-height:280px;\n\n    object-fit:contain;\n  }\n\n  .stb-5x__size-copy{\n    text-align:center;\n  }\n\n  .stb-5x__places{\n    justify-content:center;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-5x__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-5x__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-5x__spec-name{\n    font-size:11px;\n  }\n\n  .stb-5x__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-5x__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-5x__lightbox{\n    padding:14px;\n  }\n\n  .stb-5x__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-5x__shipping{\n    padding:18px;\n  }\n\n  .stb-5x__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-5x\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"stb-5x__intro\"\u003e\n\u003cp class=\"stb-5x__eyebrow\"\u003eAkari 5X · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eA Grounded Pyramid of Warm Paper Light\u003c\/h2\u003e\n\u003cp\u003eA compact Washi paper table lamp defined by its angular pyramid silhouette. It brings sculptural presence to a nightstand, desk or side table while keeping the light soft and atmospheric.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003cdiv class=\"stb-5x__facts\"\u003e\n\u003cdiv class=\"stb-5x__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eW12.2\" × H14.9\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__fact\"\u003e\n\u003csmall\u003eLight\u003c\/small\u003e \u003cstrong\u003eSoft Ambient Glow\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003eE26 \/ E27 · Not Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATERIAL \u0026 STRUCTURE --\u003e\n\u003csection id=\"stb-5x-material-section\" class=\"stb-5x__material\"\u003e\n\u003cdiv class=\"stb-5x__material-image\"\u003e\u003ca href=\"#stb-5x-material\" class=\"stb-5x__image-link\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/stuberlighting-washi-paper-5x-lamp-warm-glow_7.jpg?v=1778036566\u0026amp;width=1445\" alt=\"Akari 5X Washi paper pyramid shade and frame\" loading=\"lazy\"\u003e \u003cspan class=\"stb-5x__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-5x__label\"\u003e Material \u0026amp; Structure \u003c\/span\u003e\n\u003ch3\u003eWashi Paper over a Geometric Frame\u003c\/h3\u003e\n\u003cp\u003eHand-stretched mulberry Washi paper follows the angled pyramid frame, allowing the light to glow through each face while keeping the shape crisp and sculptural.\u003c\/p\u003e\n\u003cdiv class=\"stb-5x__material-list\"\u003e\n\u003cdiv class=\"stb-5x__material-item\"\u003eMulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__material-item\"\u003eMetal internal support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-5x-material\" href=\"#stb-5x-material-section\" class=\"stb-5x__lightbox\"\u003e \u003cspan class=\"stb-5x__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/stuberlighting-washi-paper-5x-lamp-warm-glow_7.jpg?v=1778036566\u0026amp;width=1445\" alt=\"Enlarged Akari 5X Washi paper and frame detail\"\u003e \u003cspan class=\"stb-5x__lightbox-title\"\u003e Akari 5X · Material \u0026amp; Structure \u003c\/span\u003e \u003cspan class=\"stb-5x__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- SIZE \u0026 TABLE SCALE --\u003e\n\u003csection id=\"stb-5x-size-section\" class=\"stb-5x__size\"\u003e\n\u003ch3 class=\"stb-5x__heading\"\u003eSize \u0026amp; Table Scale\u003c\/h3\u003e\n\u003cdiv class=\"stb-5x__size-inner\"\u003e\n\u003cdiv class=\"stb-5x__size-image\"\u003e\u003ca href=\"#stb-5x-size\" class=\"stb-5x__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-5x-lamp-warm-glow_8.jpg?v=1777532088\" alt=\"Akari 5X size diagram showing 31cm width and 38cm height\" loading=\"lazy\"\u003e \u003cspan class=\"stb-5x__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__size-copy\"\u003e\n\u003cspan class=\"stb-5x__dimension\"\u003e W12.2\" × H14.9\" \u003c\/span\u003e \u003cspan class=\"stb-5x__metric\"\u003e W31 × H38cm \u003c\/span\u003e\n\u003cp\u003eWider and lower than a typical vertical table lamp, giving the 5X a grounded look without becoming oversized on a nightstand or side table.\u003c\/p\u003e\n\u003cdiv class=\"stb-5x__places\"\u003e\n\u003cspan class=\"stb-5x__place\"\u003e Nightstand \u003c\/span\u003e \u003cspan class=\"stb-5x__place\"\u003e Side Table \u003c\/span\u003e \u003cspan class=\"stb-5x__place\"\u003e Desk \u003c\/span\u003e \u003cspan class=\"stb-5x__place\"\u003e Console \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-5x-size\" href=\"#stb-5x-size-section\" class=\"stb-5x__lightbox\"\u003e \u003cspan class=\"stb-5x__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-5x-lamp-warm-glow_8.jpg?v=1777532088\" alt=\"Enlarged Akari 5X dimensions\"\u003e \u003cspan class=\"stb-5x__lightbox-title\"\u003e Akari 5X · W12.2\" × H14.9\" \u003c\/span\u003e \u003cspan class=\"stb-5x__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- PRODUCT DIFFERENCE --\u003e\n\u003cdiv class=\"stb-5x__signature\"\u003e\n\u003cdiv class=\"stb-5x__signature-icon\"\u003e△\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e A more grounded alternative to a round paper lantern \u003c\/strong\u003e\n\u003cp\u003eThe low pyramid profile gives the 5X a stronger geometric presence while still keeping the soft, warm character expected from Washi paper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LIGHT + EVERYDAY USE --\u003e\n\u003cdiv class=\"stb-5x__utility\"\u003e\n\u003cdiv class=\"stb-5x__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Ambient first, not task-first \u003c\/strong\u003e\n\u003cp\u003eThe paper diffuses the bulb into a soft room glow. For the warmest effect, use a 2700K–3000K E26\/E27 LED.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__utility-card\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug in and switch on \u003c\/strong\u003e\n\u003cp\u003eNo hardwiring required. The 59\" \/ 150cm cord includes a manual inline ON\/OFF switch and can be extended on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"stb-5x__details\"\u003e\n\u003ch3 class=\"stb-5x__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-5x__spec-list\"\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eW12.2\" × H14.9\" \/ W31 × H38cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eMulberry Washi paper · · Metal \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003e60W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eRecommended Light\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003e2700K–3000K warm-white LED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec\"\u003e\n\u003cdiv class=\"stb-5x__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-5x__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"stb-5x__faq\"\u003e\n\u003ch3 class=\"stb-5x__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for a nightstand?\u003c\/summary\u003e\n\u003cp\u003eYes. At approximately 12.2\" wide and 14.9\" tall, it has a compact table-lamp scale. Check that your nightstand still leaves enough room for everyday items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a reading lamp?\u003c\/summary\u003e\n\u003cp\u003eThe 5X is designed primarily for soft ambient light. It works well for relaxed evening use, but detailed reading is better paired with a directional task light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I dim the lamp?\u003c\/summary\u003e\n\u003cp\u003eThe included cord switch is ON\/OFF. For dimming, use a compatible dimmable E26\/E27 bulb together with a suitable inline dimmer or smart-bulb solution.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry soft cloth or feather duster, especially along the pyramid edges. Avoid water, cleaning sprays, steam and humid locations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING --\u003e\n\u003csection class=\"stb-5x__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL NOTE --\u003e\n\u003cp class=\"stb-5x__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 52\" x H 19.7\" \/ US Plug","offer_id":52141468516635,"sku":"STB-NG-X5","price":187.0,"currency_code":"USD","in_stock":true},{"title":"Dia 52\" x H 19.7\" \/ UK Plug","offer_id":52141468549403,"sku":"STB-NG-X5","price":187.0,"currency_code":"USD","in_stock":true},{"title":"Dia 52\" x H 19.7\" \/ AU Plug","offer_id":52141468582171,"sku":"STB-NG-X5","price":187.0,"currency_code":"USD","in_stock":true},{"title":"Dia 52\" x H 19.7\" \/ EU Plug","offer_id":52141468614939,"sku":"STB-NG-X5","price":187.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-5x-table-lamp-japandi-art-deco-rice-paper-light-stuberlighting-white-main.jpg?v=1781245501"},{"product_id":"akari-23a-24a-washi-paper-egg-pendant-light","title":"Akari 23A 24A Washi Paper Egg-Shape Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 23A \/ 24A\n   WASHI PAPER EGG-SHAPE PENDANT\n   SHOPPER FOCUSED \/ MOBILE RESPONSIVE\n========================================================= *\/\n\n.stb-2324{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --sand-soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-2324 *{\n  box-sizing:border-box;\n}\n\n.stb-2324 h2,\n.stb-2324 h3,\n.stb-2324 p{\n  margin-top:0;\n}\n\n.stb-2324 h2,\n.stb-2324 h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-2324__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F7EEDF 65%,\n      #EBDABC 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-2324__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-2324__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-2324__intro h2{\n  max-width:680px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-2324__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-2324__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-2324__fact{\n  min-width:0;\n\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-2324__fact:nth-child(even){\n  background:var(--sand-soft);\n}\n\n.stb-2324__fact:last-child{\n  border-right:0;\n}\n\n.stb-2324__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-2324__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM\n   FULL IMAGE \/ NEVER CROP\n========================================================= *\/\n\n.stb-2324__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-2324__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-2324__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-2324__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.stb-2324__material{\n  display:grid;\n  grid-template-columns:215px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-2324__material-image{\n  width:100%;\n  max-width:215px;\n\n  margin:0 auto;\n}\n\n.stb-2324__material-image img{\n  width:100%;\n  height:auto;\n  max-height:235px;\n\n  object-fit:contain;\n}\n\n.stb-2324__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-2324__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-2324__material p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-2324__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-2324__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-2324__material-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-2324__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-2324__lightbox:target{\n  display:flex;\n}\n\n.stb-2324__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-2324__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-2324__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-2324__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SIZE CHOICE\n========================================================= *\/\n\n.stb-2324__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:var(--ivory);\n\n  border:1px solid #E6DCCC;\n  border-radius:10px;\n}\n\n.stb-2324__heading{\n  margin:0 0 15px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-2324__size-inner{\n  display:grid;\n  grid-template-columns:235px 1fr;\n\n  gap:28px;\n  align-items:center;\n}\n\n.stb-2324__size-image{\n  width:100%;\n  max-width:235px;\n\n  margin:0 auto;\n}\n\n.stb-2324__size-image img{\n  width:100%;\n  height:auto;\n  max-height:290px;\n\n  object-fit:contain;\n}\n\n.stb-2324__diagram-note{\n  display:block;\n\n  margin-top:7px;\n\n  color:#8B755E;\n\n  font-size:9.5px;\n  text-align:center;\n}\n\n\n\/* SIZE OPTIONS *\/\n\n.stb-2324__size-options{\n  display:grid;\n  gap:10px;\n}\n\n.stb-2324__size-option{\n  padding:14px 15px;\n\n  background:#F4EBDD;\n\n  border:1px solid #DED0B9;\n  border-radius:8px;\n}\n\n.stb-2324__size-option--feature{\n  background:#E7D7BD;\n\n  border-color:#D2B989;\n}\n\n.stb-2324__size-top{\n  display:flex;\n\n  align-items:baseline;\n  justify-content:space-between;\n\n  gap:12px;\n\n  margin-bottom:5px;\n}\n\n.stb-2324__size-name{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:#24170D;\n\n  font-size:22px;\n  line-height:1;\n  font-weight:500;\n}\n\n.stb-2324__size-dim{\n  color:#8D6836;\n\n  font-size:11px;\n  font-weight:600;\n  text-align:right;\n}\n\n.stb-2324__size-option p{\n  margin:0;\n\n  color:#614D3A;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n.stb-2324__best{\n  display:inline-block;\n\n  margin-top:7px;\n  padding:4px 7px;\n\n  background:#FFF8EC;\n\n  border-radius:20px;\n\n  color:#765428;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SIGNATURE\n========================================================= *\/\n\n.stb-2324__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-2324__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:35px;\n  height:35px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-size:16px;\n}\n\n.stb-2324__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-2324__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-2324__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-2324__utility-card{\n  padding:19px 20px;\n}\n\n.stb-2324__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-2324__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-2324__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-2324__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-2324__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-2324__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-2324__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-2324__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-2324__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-2324__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-2324__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   CLUSTER TIP\n========================================================= *\/\n\n.stb-2324__cluster{\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:#F1E6D4;\n\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-2324__cluster small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#8D6B39;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-2324__cluster strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#281A0E;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-2324__cluster p{\n  margin:0;\n\n  color:#624E3A;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-2324__details{\n  margin-bottom:34px;\n}\n\n.stb-2324__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-2324__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-2324__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-2324__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-2324__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-2324__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-2324__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-2324__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-2324__faq .stb-2324__heading{\n  margin-bottom:5px;\n}\n\n.stb-2324__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-2324__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-2324__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-2324__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-2324__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-2324__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-2324__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-2324__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-2324__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-2324__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-2324__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-2324__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-2324__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-2324__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-2324{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  .stb-2324__intro{\n    padding:18px;\n  }\n\n  .stb-2324__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-2324__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-2324__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-2324__fact{\n    padding:13px 9px;\n  }\n\n  .stb-2324__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-2324__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-2324__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-2324__material-image{\n    max-width:190px;\n  }\n\n  .stb-2324__material-image img{\n    width:100%;\n    height:auto;\n    max-height:220px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-2324__size{\n    padding:18px;\n  }\n\n  .stb-2324__size-inner{\n    grid-template-columns:1fr;\n\n    gap:18px;\n  }\n\n  .stb-2324__size-image{\n    max-width:220px;\n  }\n\n  .stb-2324__size-image img{\n    width:100%;\n    height:auto;\n    max-height:270px;\n\n    object-fit:contain;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-2324__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPEC *\/\n\n  .stb-2324__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-2324__spec-name{\n    font-size:11px;\n  }\n\n  .stb-2324__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-2324__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-2324__lightbox{\n    padding:14px;\n  }\n\n  .stb-2324__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-2324__shipping{\n    padding:18px;\n  }\n\n  .stb-2324__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-2324\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-2324__intro\"\u003e\n\u003cp class=\"stb-2324__eyebrow\"\u003eAkari 23A \/ 24A · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eA Slim Pendant for Narrower Spaces\u003c\/h2\u003e\n\u003cp\u003eA softly elongated Washi paper pendant designed to add vertical presence without the width of a large globe. Choose between two slim sizes for hallways, bedside placement, dining areas or grouped installations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-2324__facts\"\u003e\n\u003cdiv class=\"stb-2324__fact\"\u003e\n\u003csmall\u003eWidth\u003c\/small\u003e \u003cstrong\u003eOnly 11.4\"–12.6\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e24A · 23A\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__fact\"\u003e\n\u003csmall\u003eDrop\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       MATERIAL \u0026 STRUCTURE\n  ====================================================== --\u003e\n\u003csection id=\"stb-2324-material-section\" class=\"stb-2324__material\"\u003e\n\u003cdiv class=\"stb-2324__material-image\"\u003e\u003ca href=\"#stb-2324-material\" class=\"stb-2324__image-link\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/akari-23a-24a-japandi-paper-bamboo-pendant-light-wabi-sabi-hanging-lamp-stuberlighting-5.jpg?v=1781246343\u0026amp;width=1946\" alt=\"Akari 23A 24A Washi paper and bamboo ribbing detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-2324__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-2324__label\"\u003e Material \u0026amp; Structure \u003c\/span\u003e\n\u003ch3\u003eWashi Paper \u003c\/h3\u003e\n\u003cp\u003eOff-white Washi paper is stretched over fine bamboo ribbing, creating the slim egg silhouette while softly diffusing the bulb across the full shade.\u003c\/p\u003e\n\u003cdiv class=\"stb-2324__material-list\"\u003e\n\u003cdiv class=\"stb-2324__material-item\"\u003eOff-white Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__material-item\"\u003eMetal ceiling canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-2324-material\" href=\"#stb-2324-material-section\" class=\"stb-2324__lightbox\"\u003e \u003cspan class=\"stb-2324__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/stuberlighting.com\/cdn\/shop\/files\/akari-23a-24a-japandi-paper-bamboo-pendant-light-wabi-sabi-hanging-lamp-stuberlighting-5.jpg?v=1781246343\u0026amp;width=1946\" alt=\"Enlarged Akari 23A 24A Washi paper detail\"\u003e \u003cspan class=\"stb-2324__lightbox-title\"\u003e 23A \/ 24A · Washi Paper \u0026amp; Bamboo Detail \u003c\/span\u003e \u003cspan class=\"stb-2324__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       CHOOSE YOUR SIZE\n  ====================================================== --\u003e\n\u003csection id=\"stb-2324-size-section\" class=\"stb-2324__size\"\u003e\n\u003ch3 class=\"stb-2324__heading\"\u003eChoose Your Size\u003c\/h3\u003e\n\u003cdiv class=\"stb-2324__size-inner\"\u003e\n\u003c!-- EXISTING 23A SIZE DIAGRAM --\u003e\n\u003cdiv class=\"stb-2324__size-image\"\u003e\n\u003ca href=\"#stb-2324-size\" class=\"stb-2324__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_23A24A_Pendant_Light_-_Akari_Inspired_Zen_Lantern_for_Japandi_Modern_Homes_5.jpg?v=1777536344\" alt=\"Akari 23A size diagram showing 12.6 inches wide and 24.8 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-2324__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e \u003cspan class=\"stb-2324__diagram-note\"\u003e 23A dimension diagram shown \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE OPTIONS --\u003e\n\u003cdiv class=\"stb-2324__size-options\"\u003e\n\u003cdiv class=\"stb-2324__size-option\"\u003e\n\u003cdiv class=\"stb-2324__size-top\"\u003e\n\u003cspan class=\"stb-2324__size-name\"\u003e 24A \u003c\/span\u003e \u003cspan class=\"stb-2324__size-dim\"\u003e Ø11.4\" × H19.7\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eØ29 × H50cm. The more compact option for narrow hallways, bedside pendants, small foyers and tighter clusters.\u003c\/p\u003e\n\u003cspan class=\"stb-2324__best\"\u003e More Compact \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__size-option stb-2324__size-option--feature\"\u003e\n\u003cdiv class=\"stb-2324__size-top\"\u003e\n\u003cspan class=\"stb-2324__size-name\"\u003e 23A \u003c\/span\u003e \u003cspan class=\"stb-2324__size-dim\"\u003e Ø12.6\" × H24.8\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eØ32 × H63cm. Taller and slightly wider for more visual presence over dining areas, hallways and staircase clusters.\u003c\/p\u003e\n\u003cspan class=\"stb-2324__best\"\u003e More Presence \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-2324-size\" href=\"#stb-2324-size-section\" class=\"stb-2324__lightbox\"\u003e \u003cspan class=\"stb-2324__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_23A24A_Pendant_Light_-_Akari_Inspired_Zen_Lantern_for_Japandi_Modern_Homes_5.jpg?v=1777536344\" alt=\"Enlarged Akari 23A dimension diagram\"\u003e \u003cspan class=\"stb-2324__lightbox-title\"\u003e Akari 23A · Ø12.6\" × H24.8\" \u003c\/span\u003e \u003cspan class=\"stb-2324__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRODUCT DIFFERENCE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-2324__signature\"\u003e\n\u003cdiv class=\"stb-2324__signature-icon\"\u003e↕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Vertical presence without a wide footprint \u003c\/strong\u003e\n\u003cp\u003eAt only 11.4\"–12.6\" across, the 23A \/ 24A can create a sculptural paper-light effect where a large globe or disc pendant would feel too wide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-2324__utility\"\u003e\n\u003cdiv class=\"stb-2324__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft 3000K Washi glow \u003c\/strong\u003e\n\u003cp\u003eA 3000K warm-white bulb is included. The paper softens direct glare and creates comfortable ambient light around the pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__utility-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · Adjustable Drop \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm adjustable cord. Longer suspension and plug-in conversion are available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       CLUSTER OPTION\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-2324__cluster\"\u003e\n\u003csmall\u003e Planning a Grouped Installation? \u003c\/small\u003e \u003cstrong\u003e The slim shape works especially well in multiples. \u003c\/strong\u003e\n\u003cp\u003eUse several pendants at equal heights over a long table, or stagger the drops in a staircase or double-height space. Longer cord lengths can be requested when ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-2324__details\"\u003e\n\u003ch3 class=\"stb-2324__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-2324__spec-list\"\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003e24A Size\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eØ11.4\" × H19.7\" \/ Ø29 × H50cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003e23A Size\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eØ12.6\" × H24.8\" \/ Ø32 × H63cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eWashi paper  · Metal \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003e59\" \/ 150cm adjustable · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eHardwired · Plug-in conversion available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eStandard · Sloped · Vaulted\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec\"\u003e\n\u003cdiv class=\"stb-2324__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-2324__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-2324__faq\"\u003e\n\u003ch3 class=\"stb-2324__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I choose 24A or 23A?\u003c\/summary\u003e\n\u003cp\u003eChoose 24A when width is the main concern or you want a smaller bedside, hallway or grouped pendant. Choose 23A when you have slightly more room and want a taller, more noticeable silhouette.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use several together?\u003c\/summary\u003e\n\u003cp\u003eYes. Their narrow profile makes them especially suitable for grouped installations over long tables or at staggered heights in staircases and taller spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hanging length be extended?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cord is 59\" \/ 150cm and adjustable. Longer suspension lengths can be requested for your project.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry soft cloth or feather duster. Avoid water, cleaning sprays, steam and humid locations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-2324__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-2324__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"23A:Dia 12.6\"xH 24.8\" \/ White Wire","offer_id":52142111588635,"sku":"STB-NG-23A","price":260.0,"currency_code":"USD","in_stock":true},{"title":"24A: Dia 11.4\" x H 19.7\" \/ White Wire","offer_id":52142111621403,"sku":"STB-NG-24A","price":193.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-23a-24a-japandi-paper-bamboo-pendant-light-wabi-sabi-hanging-lamp-stuberlighting-2.jpg?v=1781246354"},{"product_id":"akari-3x-washi-paper-square-table-lamp","title":"Akari 3X Washi Paper Square Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 3X\n   WASHI PAPER SQUARE TABLE LAMP\n   SHOPPER FOCUSED \/ MOBILE RESPONSIVE\n========================================================= *\/\n\n.stb-3x{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --sand-soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-3x *{\n  box-sizing:border-box;\n}\n\n.stb-3x h2,\n.stb-3x h3,\n.stb-3x p{\n  margin-top:0;\n}\n\n.stb-3x h2,\n.stb-3x h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-3x__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F7EEDF 65%,\n      #EBDABC 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-3x__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-3x__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-3x__intro h2{\n  max-width:680px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-3x__intro p{\n  max-width:680px;\n\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-3x__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-3x__fact{\n  min-width:0;\n\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-3x__fact:nth-child(even){\n  background:var(--sand-soft);\n}\n\n.stb-3x__fact:last-child{\n  border-right:0;\n}\n\n.stb-3x__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-3x__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   UNIVERSAL IMAGE SYSTEM\n   COMPLETE IMAGE \/ NEVER CROP\n========================================================= *\/\n\n.stb-3x__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-3x__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-3x__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-3x__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   MATERIAL \u0026 STRUCTURE\n========================================================= *\/\n\n.stb-3x__material{\n  display:grid;\n  grid-template-columns:215px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-3x__material-image{\n  width:100%;\n  max-width:215px;\n\n  margin:0 auto;\n}\n\n.stb-3x__material-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:235px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-3x__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-3x__material h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-3x__material p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-3x__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-3x__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n.stb-3x__material-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n   CLICK \/ TAP ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-3x__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-3x__lightbox:target{\n  display:flex;\n}\n\n.stb-3x__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-3x__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-3x__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-3x__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   CHOOSE YOUR SIZE\n========================================================= *\/\n\n.stb-3x__sizes{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:var(--ivory);\n\n  border:1px solid #E6DCCC;\n  border-radius:10px;\n}\n\n.stb-3x__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-3x__section-copy{\n  margin:0 0 17px;\n\n  color:#74604B;\n\n  font-size:12.5px;\n}\n\n.stb-3x__size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:14px;\n}\n\n.stb-3x__size-card{\n  padding:14px;\n\n  background:#F5ECDE;\n\n  border:1px solid #DED0B9;\n  border-radius:9px;\n}\n\n.stb-3x__size-card--medium{\n  background:#E9D9BF;\n\n  border-color:#D1B98E;\n}\n\n.stb-3x__size-image{\n  width:100%;\n  max-width:230px;\n\n  margin:0 auto 12px;\n}\n\n.stb-3x__size-image img{\n  width:100%;\n  height:auto;\n\n  max-height:260px;\n\n  object-fit:contain;\n}\n\n.stb-3x__size-top{\n  display:flex;\n\n  align-items:baseline;\n  justify-content:space-between;\n\n  gap:10px;\n\n  margin-bottom:6px;\n}\n\n.stb-3x__size-name{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:#24170D;\n\n  font-size:22px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.stb-3x__size-dim{\n  color:#936D39;\n\n  font-size:11px;\n  font-weight:600;\n\n  text-align:right;\n}\n\n.stb-3x__size-card p{\n  margin:0;\n\n  color:#624E3A;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n.stb-3x__size-tag{\n  display:inline-block;\n\n  margin-top:8px;\n  padding:4px 7px;\n\n  background:#FFF9F0;\n\n  border-radius:20px;\n\n  color:#765428;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   PRODUCT DIFFERENCE\n========================================================= *\/\n\n.stb-3x__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-3x__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:35px;\n  height:35px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-size:17px;\n}\n\n.stb-3x__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-3x__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   LIGHT + EVERYDAY USE\n========================================================= *\/\n\n.stb-3x__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-3x__utility-card{\n  padding:19px 20px;\n}\n\n.stb-3x__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-3x__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-3x__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-3x__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-3x__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-3x__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-3x__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-3x__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-3x__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-3x__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-3x__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-3x__placement{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:8px;\n\n  margin-bottom:36px;\n}\n\n.stb-3x__placement-item{\n  padding:12px 8px;\n\n  background:#F2E8D8;\n\n  border:1px solid #E0D2BD;\n  border-radius:7px;\n\n  text-align:center;\n\n  color:#584330;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-3x__details{\n  margin-bottom:34px;\n}\n\n.stb-3x__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-3x__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-3x__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-3x__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-3x__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-3x__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-3x__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-3x__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-3x__faq .stb-3x__heading{\n  margin-bottom:5px;\n}\n\n.stb-3x__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-3x__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-3x__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-3x__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-3x__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-3x__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-3x__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING \u0026 RETURNS\n========================================================= *\/\n\n.stb-3x__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-3x__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-3x__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-3x__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-3x__shipping strong{\n  color:#201309;\n\n  font-weight:600;\n}\n\n.stb-3x__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-3x__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-3x{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-3x__intro{\n    padding:18px;\n  }\n\n  .stb-3x__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-3x__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-3x__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-3x__fact{\n    padding:13px 9px;\n  }\n\n  .stb-3x__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-3x__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-3x__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-3x__material-image{\n    max-width:190px;\n  }\n\n  .stb-3x__material-image img{\n    width:100%;\n    height:auto;\n\n    max-height:220px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZES *\/\n\n  .stb-3x__sizes{\n    padding:18px;\n  }\n\n  .stb-3x__size-grid{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-3x__size-image{\n    max-width:220px;\n  }\n\n  .stb-3x__size-image img{\n    width:100%;\n    height:auto;\n\n    max-height:260px;\n\n    object-fit:contain;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-3x__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* PLACEMENT *\/\n\n  .stb-3x__placement{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n\n  \/* SPEC *\/\n\n  .stb-3x__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-3x__spec-name{\n    font-size:11px;\n  }\n\n  .stb-3x__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-3x__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-3x__lightbox{\n    padding:14px;\n  }\n\n  .stb-3x__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-3x__shipping{\n    padding:18px;\n  }\n\n  .stb-3x__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-3x\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-3x__intro\"\u003e\n\u003cp class=\"stb-3x__eyebrow\"\u003eAkari 3X · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eSquare Geometry, Soft Washi Light\u003c\/h2\u003e\n\u003cp\u003eA compact square table lamp that combines clean geometric lines with the softness of Washi paper. Two widths let you choose the right footprint for a nightstand, desk, side table or narrow console.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-3x__facts\"\u003e\n\u003cdiv class=\"stb-3x__fact\"\u003e\n\u003csmall\u003eSizes\u003c\/small\u003e \u003cstrong\u003e7.5\" or 9\" Wide\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__fact\"\u003e\n\u003csmall\u003eHeight\u003c\/small\u003e \u003cstrong\u003e14.9\" Both Sizes\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003eE26 \/ E27 · Not Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       MATERIAL \u0026 STRUCTURE\n  ====================================================== --\u003e\n\u003csection id=\"stb-3x-material-section\" class=\"stb-3x__material\"\u003e\n\u003cdiv class=\"stb-3x__material-image\"\u003e\u003ca href=\"#stb-3x-material\" class=\"stb-3x__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_3X_Table_Lamp_-_Akari_Inspired_Square_Lantern_for_Zen_Modern_Minimalist_Decor_17.png?v=1778320223\" alt=\"Akari 3X handcrafted Washi paper material and texture detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-3x__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-3x__label\"\u003e Material \u0026amp; Structure \u003c\/span\u003e\n\u003ch3\u003eHandcrafted Washi Paper\u003c\/h3\u003e\n\u003cp\u003eMulberry Washi paper gives the 3X its softly textured surface and diffuses the bulb across all four sides. Fine bamboo ribbing and an internal metal frame keep the square silhouette clean and structured.\u003c\/p\u003e\n\u003cdiv class=\"stb-3x__material-list\"\u003e\n\u003cdiv class=\"stb-3x__material-item\"\u003eMulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__material-item\"\u003eMetal internal frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-3x-material\" href=\"#stb-3x-material-section\" class=\"stb-3x__lightbox\"\u003e \u003cspan class=\"stb-3x__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_3X_Table_Lamp_-_Akari_Inspired_Square_Lantern_for_Zen_Modern_Minimalist_Decor_17.png?v=1778320223\" alt=\"Enlarged Akari 3X Washi paper material detail\"\u003e \u003cspan class=\"stb-3x__lightbox-title\"\u003e Akari 3X · Washi Paper Detail \u003c\/span\u003e \u003cspan class=\"stb-3x__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       CHOOSE YOUR SIZE\n  ====================================================== --\u003e\n\u003csection class=\"stb-3x__sizes\"\u003e\n\u003ch3 class=\"stb-3x__heading\"\u003eChoose Your Size\u003c\/h3\u003e\n\u003cp class=\"stb-3x__section-copy\"\u003eBoth sizes are 14.9\" tall. Choose mainly by available tabletop space and how much visual presence you want.\u003c\/p\u003e\n\u003cdiv class=\"stb-3x__size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003cdiv id=\"stb-3x-small-section\" class=\"stb-3x__size-card\"\u003e\n\u003cdiv class=\"stb-3x__size-image\"\u003e\u003ca href=\"#stb-3x-small\" class=\"stb-3x__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_3X_Table_Lamp_-_Akari_Inspired_Square_Lantern_for_Zen_Modern_Minimalist_Decor_5.jpg?v=1781508806\" alt=\"Akari 3X Small table lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-3x__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__size-top\"\u003e\n\u003cspan class=\"stb-3x__size-name\"\u003e Small \u003c\/span\u003e \u003cspan class=\"stb-3x__size-dim\"\u003e W7.5\" × H14.9\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eApprox. W19 × H38cm. Best when surface space is limited: compact nightstands, narrow consoles, shelves or a matched pair.\u003c\/p\u003e\n\u003cspan class=\"stb-3x__size-tag\"\u003e Smaller Footprint \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- MEDIUM --\u003e\n\u003cdiv id=\"stb-3x-medium-section\" class=\"stb-3x__size-card stb-3x__size-card--medium\"\u003e\n\u003cdiv class=\"stb-3x__size-image\"\u003e\u003ca href=\"#stb-3x-medium\" class=\"stb-3x__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_3X_Table_Lamp_-_Akari_Inspired_Square_Lantern_for_Zen_Modern_Minimalist_Decor_6.jpg?v=1781508806\" alt=\"Akari 3X Medium table lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-3x__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__size-top\"\u003e\n\u003cspan class=\"stb-3x__size-name\"\u003e Medium \u003c\/span\u003e \u003cspan class=\"stb-3x__size-dim\"\u003e W9\" × H14.9\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eApprox. W23 × H38cm. Better for standard nightstands, side tables and desks when you want slightly more presence.\u003c\/p\u003e\n\u003cspan class=\"stb-3x__size-tag\"\u003e More Presence \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SMALL SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-3x-small\" href=\"#stb-3x-small-section\" class=\"stb-3x__lightbox\"\u003e \u003cspan class=\"stb-3x__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_3X_Table_Lamp_-_Akari_Inspired_Square_Lantern_for_Zen_Modern_Minimalist_Decor_5.jpg?v=1781508806\" alt=\"Enlarged Akari 3X Small dimension diagram\"\u003e \u003cspan class=\"stb-3x__lightbox-title\"\u003e Akari 3X Small · W7.5\" × H14.9\" \u003c\/span\u003e \u003cspan class=\"stb-3x__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MEDIUM SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-3x-medium\" href=\"#stb-3x-medium-section\" class=\"stb-3x__lightbox\"\u003e \u003cspan class=\"stb-3x__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_3X_Table_Lamp_-_Akari_Inspired_Square_Lantern_for_Zen_Modern_Minimalist_Decor_6.jpg?v=1781508806\" alt=\"Enlarged Akari 3X Medium dimension diagram\"\u003e \u003cspan class=\"stb-3x__lightbox-title\"\u003e Akari 3X Medium · W9\" × H14.9\" \u003c\/span\u003e \u003cspan class=\"stb-3x__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRODUCT DIFFERENCE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-3x__signature\"\u003e\n\u003cdiv class=\"stb-3x__signature-icon\"\u003e□\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e The square footprint is the point \u003c\/strong\u003e\n\u003cp\u003eFlat sides let the 3X sit neatly beside walls and furniture edges, making it especially useful on tighter surfaces where a wider round shade can feel crowded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHT + EVERYDAY USE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-3x__utility\"\u003e\n\u003cdiv class=\"stb-3x__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft ambient light on four sides \u003c\/strong\u003e\n\u003cp\u003eWashi paper diffuses the bulb across the square shade. For a warmer paper glow, use a 2700K–3000K E26\/E27 LED.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__utility-card\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug in and switch on \u003c\/strong\u003e\n\u003cp\u003eNo hardwiring required. The 59\" \/ 150cm cord includes a manual inline ON\/OFF button switch. Bulb included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       WHERE IT FITS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-3x__placement\"\u003e\n\u003cdiv class=\"stb-3x__placement-item\"\u003eNightstand\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__placement-item\"\u003eSide Table\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__placement-item\"\u003eDesk\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__placement-item\"\u003eNarrow Console\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-3x__details\"\u003e\n\u003ch3 class=\"stb-3x__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-3x__spec-list\"\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eSmall\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eW7.5\" × H14.9\" \/ W19 × H38cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eMedium\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eW9\" × H14.9\" \/ W23 × H38cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eMulberry Washi paper · Metal · Bamboo ribbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eYes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003e60W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eRecommended Light\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003e2700K–3000K warm-white LED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec\"\u003e\n\u003cdiv class=\"stb-3x__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-3x__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-3x__faq\"\u003e\n\u003ch3 class=\"stb-3x__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I choose Small or Medium?\u003c\/summary\u003e\n\u003cp\u003eChoose Small when surface space is limited or when using two lamps as a pair. Choose Medium for a standard nightstand, side table or desk when you want slightly more visual presence. Both are the same 14.9\" height.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for bedside use?\u003c\/summary\u003e\n\u003cp\u003eYes. Its compact square footprint works especially well on nightstands. The light is soft and atmospheric rather than strongly directional, so pair it with a task light if you need focused reading illumination.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I dim the lamp?\u003c\/summary\u003e\n\u003cp\u003eThe cord switch is ON\/OFF. For dimming, use a compatible dimmable E26\/E27 bulb with a suitable inline dimmer or smart-bulb solution.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry soft cloth or feather duster, paying attention to the corners and ribbing. Avoid water, cleaning sprays, steam and humid locations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-3x__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-3x__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 7.5″ x H 14.9″ \/ US Plug","offer_id":52143329837339,"sku":"STB-NG-3X","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dia 7.5″ x H 14.9″ \/ UK Plug","offer_id":52143329870107,"sku":"STB-NG-3X","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dia 7.5″ x H 14.9″ \/ AU Plug","offer_id":52143329902875,"sku":"STB-NG-3X","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dia 7.5″ x H 14.9″ \/ EU Plug","offer_id":52143329935643,"sku":"STB-NG-3X","price":180.0,"currency_code":"USD","in_stock":true},{"title":"Dia  9″ x H 14.9″ \/ US Plug","offer_id":52143329968411,"sku":"STB-NG-3X","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia  9″ x H 14.9″ \/ UK Plug","offer_id":52143330001179,"sku":"STB-NG-3X","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia  9″ x H 14.9″ \/ AU Plug","offer_id":52143330033947,"sku":"STB-NG-3X","price":185.0,"currency_code":"USD","in_stock":true},{"title":"Dia  9″ x H 14.9″ \/ EU Plug","offer_id":52143330066715,"sku":"STB-NG-3X","price":185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-3x-table-lamp-stuberlighting-1.jpg?v=1781247093"},{"product_id":"akari-uf4-l6-washi-paper-tall-tripod-floor-lamp","title":"Akari UF4-L6 Washi Paper Tall Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI UF4-L6\n   TALL WASHI PAPER TRIPOD FLOOR LAMP\n========================================================= *\/\n\n.stb-uf4l6{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --sand-soft:#F2E8D7;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#98743B;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-uf4l6 *{box-sizing:border-box;}\n\n.stb-uf4l6 h2,\n.stb-uf4l6 h3,\n.stb-uf4l6 p{margin-top:0;}\n\n.stb-uf4l6 h2,\n.stb-uf4l6 h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* INTRO *\/\n\n.stb-uf4l6__intro{\n  position:relative;\n  margin-bottom:25px;\n  padding:22px 24px;\n  overflow:hidden;\n  background:linear-gradient(\n    135deg,\n    #FFFDF8 0%,\n    #F5ECDD 60%,\n    #E5D2B2 100%\n  );\n  border-radius:10px;\n}\n\n.stb-uf4l6__intro:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n  width:4px;\n  background:var(--gold);\n}\n\n.stb-uf4l6__eyebrow{\n  margin:0 0 8px;\n  color:var(--gold-deep);\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-uf4l6__intro h2{\n  max-width:690px;\n  margin:0 0 9px;\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-uf4l6__intro p{\n  max-width:690px;\n  margin:0;\n  color:#604D3A;\n}\n\n\n\/* QUICK FACTS *\/\n\n.stb-uf4l6__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  margin-bottom:34px;\n  overflow:hidden;\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-uf4l6__fact{\n  min-width:0;\n  padding:15px 11px;\n  background:var(--ivory);\n  border-right:1px solid var(--line);\n}\n\n.stb-uf4l6__fact:nth-child(2){background:#E9DCC7;}\n.stb-uf4l6__fact:nth-child(3){background:#F5ECDF;}\n.stb-uf4l6__fact:nth-child(4){background:#2A1B0F;}\n.stb-uf4l6__fact:last-child{border-right:0;}\n\n.stb-uf4l6__fact small{\n  display:block;\n  margin-bottom:4px;\n  color:#91795E;\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-uf4l6__fact:nth-child(4) small{color:#B99A65;}\n\n.stb-uf4l6__fact strong{\n  display:block;\n  color:var(--dark);\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-uf4l6__fact:nth-child(4) strong{color:#F5EDD8;}\n\n\n\/* IMAGE SYSTEM — NEVER CROP *\/\n\n.stb-uf4l6__image-link{\n  position:relative;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:100%;\n  padding:8px;\n  overflow:hidden;\n  background:#FAF5EB;\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n  text-decoration:none;\n}\n\n.stb-uf4l6__image-link img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  margin:0 auto;\n  object-fit:contain;\n  object-position:center;\n  transition:transform .25s ease;\n}\n\n.stb-uf4l6__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-uf4l6__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n  padding:5px 8px;\n  background:rgba(28,18,9,.82);\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n  color:#F5EDD8;\n  font-size:9px;\n  font-weight:500;\n  pointer-events:none;\n}\n\n\n\/* SIZE \u0026 ROOM SCALE *\/\n\n.stb-uf4l6__scale{\n  margin-bottom:36px;\n  padding:23px;\n  background:#FFFDF8;\n  border:1px solid #E5D8C5;\n  border-radius:10px;\n}\n\n.stb-uf4l6__heading{\n  margin:0 0 7px;\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-uf4l6__section-copy{\n  max-width:650px;\n  margin:0 0 17px;\n  color:#74604B;\n  font-size:12.5px;\n}\n\n.stb-uf4l6__scale-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n  gap:30px;\n  align-items:center;\n}\n\n.stb-uf4l6__size-image{\n  width:100%;\n  max-width:245px;\n  margin:0 auto;\n}\n\n.stb-uf4l6__size-image img{\n  width:100%;\n  height:auto;\n  max-height:315px;\n  object-fit:contain;\n}\n\n.stb-uf4l6__dimension{\n  display:block;\n  margin-bottom:4px;\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-size:29px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-uf4l6__metric{\n  display:block;\n  margin-bottom:13px;\n  color:#9C7A47;\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-uf4l6__ceiling{\n  overflow:hidden;\n  border:1px solid #E1D3BE;\n  border-radius:8px;\n}\n\n.stb-uf4l6__ceiling-row{\n  display:grid;\n  grid-template-columns:90px 1fr;\n  gap:12px;\n  padding:9px 11px;\n  border-bottom:1px solid #E5D9C8;\n}\n\n.stb-uf4l6__ceiling-row:last-child{border-bottom:0;}\n.stb-uf4l6__ceiling-row:nth-child(odd){background:#F6EEE2;}\n.stb-uf4l6__ceiling-row:nth-child(even){background:#FFFDF8;}\n\n.stb-uf4l6__ceiling-row strong{\n  color:#291A0E;\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.stb-uf4l6__ceiling-row span{\n  color:#75614B;\n  font-size:11px;\n  line-height:1.45;\n}\n\n\n\/* SCALE NOTE *\/\n\n.stb-uf4l6__scale-note{\n  display:grid;\n  grid-template-columns:auto 1fr;\n  gap:15px;\n  align-items:center;\n  margin-bottom:36px;\n  padding:18px 20px;\n  background:linear-gradient(110deg,#4A3218 0%,#26180C 100%);\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-uf4l6__scale-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:36px;\n  height:36px;\n  background:rgba(200,169,110,.12);\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n  color:var(--gold);\n  font-family:\"Cormorant Garamond\",serif;\n  font-size:18px;\n}\n\n.stb-uf4l6__scale-note strong{\n  display:block;\n  margin-bottom:3px;\n  color:#F5EDD8;\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-uf4l6__scale-note p{\n  margin:0;\n  color:#D9CEBA;\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* MATERIAL \u0026 STRUCTURE *\/\n\n.stb-uf4l6__material{\n  display:grid;\n  grid-template-columns:215px 1fr;\n  gap:28px;\n  align-items:center;\n  margin-bottom:36px;\n  padding:23px;\n  background:#E9DCC7;\n  border-radius:11px;\n}\n\n.stb-uf4l6__material-image{\n  width:100%;\n  max-width:215px;\n  margin:0 auto;\n}\n\n.stb-uf4l6__material-image img{\n  width:100%;\n  max-width:100%;\n  height:auto;\n  max-height:235px;\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-uf4l6__label{\n  display:inline-block;\n  margin-bottom:8px;\n  padding:4px 7px;\n  background:rgba(200,169,110,.18);\n  border-radius:3px;\n  color:#80602F;\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-uf4l6__material h3{\n  margin:0 0 8px;\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-uf4l6__material p{\n  margin:0 0 11px;\n  color:#5B4735;\n  font-size:13.5px;\n}\n\n.stb-uf4l6__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-uf4l6__material-item{\n  display:flex;\n  gap:8px;\n  color:#624B36;\n  font-size:12px;\n}\n\n.stb-uf4l6__material-item:before{\n  content:\"—\";\n  color:#9B753B;\n}\n\n\n\/* LIGHT + BASE *\/\n\n.stb-uf4l6__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  margin-bottom:36px;\n  overflow:hidden;\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-uf4l6__utility-card{\n  padding:19px 20px;\n}\n\n.stb-uf4l6__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-uf4l6__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-uf4l6__utility-card small{\n  display:block;\n  margin-bottom:5px;\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-uf4l6__utility-card:first-child small{color:#705026;}\n.stb-uf4l6__utility-card:last-child small{color:var(--gold);}\n\n.stb-uf4l6__utility-card strong{\n  display:block;\n  margin-bottom:4px;\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-uf4l6__utility-card:first-child strong{color:#291A0E;}\n.stb-uf4l6__utility-card:last-child strong{color:#F5EDD8;}\n\n.stb-uf4l6__utility-card p{\n  margin:0;\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-uf4l6__utility-card:first-child p{color:#574028;}\n.stb-uf4l6__utility-card:last-child p{color:#D8CEBC;}\n\n\n\/* PLACEMENT *\/\n\n.stb-uf4l6__placement{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n  margin-bottom:36px;\n}\n\n.stb-uf4l6__placement-item{\n  padding:13px 10px;\n  background:#F2E8D8;\n  border:1px solid #DFD0B9;\n  border-radius:7px;\n  color:#584330;\n  font-size:10.5px;\n  font-weight:500;\n  text-align:center;\n}\n\n\n\/* PRACTICAL NOTE *\/\n\n.stb-uf4l6__practical{\n  margin-bottom:36px;\n  padding:16px 18px;\n  background:#F8F2E8;\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-uf4l6__practical strong{\n  display:block;\n  margin-bottom:4px;\n  color:#281A0E;\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-uf4l6__practical p{\n  margin:0;\n  color:#66513D;\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* PRODUCT DETAILS *\/\n\n.stb-uf4l6__details{\n  margin-bottom:34px;\n}\n\n.stb-uf4l6__spec-list{\n  overflow:hidden;\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-uf4l6__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n  padding:10px 12px;\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-uf4l6__spec:nth-child(odd){background:#FFFDF8;}\n.stb-uf4l6__spec:nth-child(even){background:#F7F0E4;}\n.stb-uf4l6__spec:last-child{border-bottom:0;}\n\n.stb-uf4l6__spec-name{\n  padding-right:14px;\n  color:#89745D;\n  font-size:11.5px;\n}\n\n.stb-uf4l6__spec-value{\n  color:#24170D;\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* FAQ *\/\n\n.stb-uf4l6__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n  background:#F0E4D0;\n  border-radius:10px;\n}\n\n.stb-uf4l6__faq .stb-uf4l6__heading{\n  margin-bottom:5px;\n}\n\n.stb-uf4l6__faq details{\n  padding:13px 0;\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-uf4l6__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-uf4l6__faq summary{\n  position:relative;\n  padding-right:30px;\n  cursor:pointer;\n  list-style:none;\n  color:#281A0E;\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-uf4l6__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-uf4l6__faq summary::after{\n  content:\"+\";\n  position:absolute;\n  top:-5px;\n  right:2px;\n  color:#9C763D;\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-uf4l6__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-uf4l6__faq details p{\n  margin:8px 0 0;\n  padding-right:20px;\n  color:#63503C;\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* LIGHTBOX *\/\n\n.stb-uf4l6__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n  display:none;\n  align-items:center;\n  justify-content:center;\n  width:100%;\n  height:100%;\n  padding:24px;\n  background:rgba(20,14,9,.95);\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-uf4l6__lightbox:target{\n  display:flex;\n}\n\n.stb-uf4l6__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n  width:100%;\n  height:100%;\n  pointer-events:none;\n}\n\n.stb-uf4l6__lightbox img{\n  display:block;\n  width:auto;\n  height:auto;\n  max-width:90vw;\n  max-height:78vh;\n  margin:auto;\n  object-fit:contain;\n  object-position:center;\n  background:#F5EDD8;\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-uf4l6__lightbox-title{\n  margin:10px 0 0 !important;\n  color:#D8C8A9 !important;\n  font-size:10px !important;\n  font-weight:500;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-uf4l6__lightbox-hint{\n  margin:4px 0 0 !important;\n  color:#A99677 !important;\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* SHIPPING *\/\n\n.stb-uf4l6__shipping{\n  padding:21px 22px;\n  background:linear-gradient(\n    135deg,\n    #F5EDD8 0%,\n    #EADCC2 100%\n  );\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-uf4l6__shipping h3{\n  margin:0 0 12px;\n  font-size:21px;\n}\n\n.stb-uf4l6__shipping p{\n  margin:0 0 8px;\n  color:#5A4734;\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-uf4l6__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-uf4l6__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-uf4l6__shipping a{\n  color:#88652F;\n  font-weight:500;\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* FINAL NOTE *\/\n\n.stb-uf4l6__final-note{\n  max-width:720px;\n  margin:18px auto 0 !important;\n  padding:0 10px;\n  color:#89745D !important;\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* MOBILE *\/\n\n@media screen and (max-width:749px){\n\n  .stb-uf4l6{\n    width:100%;\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n  .stb-uf4l6__intro{\n    padding:18px;\n  }\n\n  .stb-uf4l6__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-uf4l6__heading{\n    font-size:21px;\n  }\n\n  .stb-uf4l6__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-uf4l6__fact{\n    padding:13px 9px;\n  }\n\n  .stb-uf4l6__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-uf4l6__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-uf4l6__scale{\n    padding:18px;\n  }\n\n  .stb-uf4l6__scale-inner{\n    grid-template-columns:1fr;\n    gap:18px;\n  }\n\n  .stb-uf4l6__size-image{\n    max-width:225px;\n  }\n\n  .stb-uf4l6__size-image img{\n    width:100%;\n    height:auto;\n    max-height:285px;\n    object-fit:contain;\n  }\n\n  .stb-uf4l6__material{\n    grid-template-columns:1fr;\n    gap:16px;\n    padding:18px;\n  }\n\n  .stb-uf4l6__material-image{\n    max-width:190px;\n  }\n\n  .stb-uf4l6__material-image img{\n    width:100%;\n    height:auto;\n    max-height:220px;\n    object-fit:contain;\n  }\n\n  .stb-uf4l6__utility{\n    grid-template-columns:1fr;\n  }\n\n  .stb-uf4l6__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-uf4l6__spec{\n    grid-template-columns:38% 62%;\n    padding:9px 10px;\n  }\n\n  .stb-uf4l6__spec-name{\n    font-size:11px;\n  }\n\n  .stb-uf4l6__spec-value{\n    font-size:12px;\n  }\n\n  .stb-uf4l6__faq{\n    padding:18px;\n  }\n\n  .stb-uf4l6__lightbox{\n    padding:14px;\n  }\n\n  .stb-uf4l6__lightbox img{\n    width:auto;\n    height:auto;\n    max-width:94vw;\n    max-height:74vh;\n    object-fit:contain;\n  }\n\n  .stb-uf4l6__shipping{\n    padding:18px;\n  }\n\n  .stb-uf4l6__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-uf4l6\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"stb-uf4l6__intro\"\u003e\n\u003cp class=\"stb-uf4l6__eyebrow\"\u003eAkari UF4-L6 · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eTall Washi Light for Rooms That Need More Scale\u003c\/h2\u003e\n\u003cp\u003eAt 74\" tall with a 20.5\" wide paper shade, the UF4-L6 is designed as a full-height ambient floor lamp rather than a small corner accent. Warm Washi diffusion softens the scale, while the black tripod keeps the silhouette light.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK FACTS --\u003e\n\u003cdiv class=\"stb-uf4l6__facts\"\u003e\n\u003cdiv class=\"stb-uf4l6__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ20.5\" × H74\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__fact\"\u003e\n\u003csmall\u003eBest Ceiling\u003c\/small\u003e \u003cstrong\u003e9ft \u0026amp; Up\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE \u0026 ROOM SCALE --\u003e\n\u003csection id=\"stb-uf4l6-size-section\" class=\"stb-uf4l6__scale\"\u003e\n\u003ch3 class=\"stb-uf4l6__heading\"\u003eSize \u0026amp; Room Scale\u003c\/h3\u003e\n\u003cp class=\"stb-uf4l6__section-copy\"\u003eThis is a genuinely tall floor lamp. Check your ceiling height and available corner space before ordering.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf4l6__scale-inner\"\u003e\n\u003cdiv class=\"stb-uf4l6__size-image\"\u003e\u003ca href=\"#stb-uf4l6-size\" class=\"stb-uf4l6__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_Floor_Lamp_-_74_Sculptural_UF3-Q_Akari_Inspired_Floor_Light_for_Japandi_Modern_Living_7.jpg?v=1781526706\" alt=\"Akari UF4-L6 dimensions, 20.5 inches wide by 74 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-uf4l6__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-uf4l6__dimension\"\u003e Ø20.5\" × H74\" \u003c\/span\u003e \u003cspan class=\"stb-uf4l6__metric\"\u003e Ø52 × H188cm \u003c\/span\u003e\n\u003cdiv class=\"stb-uf4l6__ceiling\"\u003e\n\u003cdiv class=\"stb-uf4l6__ceiling-row\"\u003e\n\u003cstrong\u003e8ft Ceiling\u003c\/strong\u003e \u003cspan\u003eFits, but visually quite tall\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__ceiling-row\"\u003e\n\u003cstrong\u003e9ft Ceiling\u003c\/strong\u003e \u003cspan\u003eBetter breathing room\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__ceiling-row\"\u003e\n\u003cstrong\u003e10ft+\u003c\/strong\u003e \u003cspan\u003eBest for full sculptural effect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-uf4l6-size\" href=\"#stb-uf4l6-size-section\" class=\"stb-uf4l6__lightbox\"\u003e \u003cspan class=\"stb-uf4l6__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_Floor_Lamp_-_74_Sculptural_UF3-Q_Akari_Inspired_Floor_Light_for_Japandi_Modern_Living_7.jpg?v=1781526706\" alt=\"Enlarged Akari UF4-L6 dimension diagram\"\u003e \u003cspan class=\"stb-uf4l6__lightbox-title\"\u003e Akari UF4-L6 · Ø20.5\" × H74\" \u003c\/span\u003e \u003cspan class=\"stb-uf4l6__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- SCALE NOTE --\u003e\n\u003cdiv class=\"stb-uf4l6__scale-note\"\u003e\n\u003cdiv class=\"stb-uf4l6__scale-icon\"\u003e↕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Choose the UF4-L6 when you actually want height \u003c\/strong\u003e\n\u003cp\u003eThe 74\" profile fills more vertical space than a standard floor lamp. It works best when the room has enough ceiling height and open wall area for the lamp to breathe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATERIAL \u0026 STRUCTURE --\u003e\n\u003csection id=\"stb-uf4l6-material-section\" class=\"stb-uf4l6__material\"\u003e\n\u003cdiv class=\"stb-uf4l6__material-image\"\u003e\u003ca href=\"#stb-uf4l6-material\" class=\"stb-uf4l6__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_Floor_Lamp_-_74_Sculptural_UF3-Q_Akari_Inspired_Floor_Light_for_Japandi_Modern_Living_39.jpg?v=1778059086\" alt=\"Akari UF4-L6 handcrafted Washi paper texture and structure detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-uf4l6__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-uf4l6__label\"\u003e Material \u0026amp; Structure \u003c\/span\u003e\n\u003ch3\u003eHand-Folded Washi Paper\u003c\/h3\u003e\n\u003cp\u003eThe tall shade is formed from textured Washi paper, softly diffusing the bulb along the full vertical surface. Bamboo ribbing supports the paper while a reinforced black metal tripod gives the 74\" lamp a stable base.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf4l6__material-list\"\u003e\n\u003cdiv class=\"stb-uf4l6__material-item\"\u003eOff-white Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__material-item\"\u003eReinforced black metal tripod\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-uf4l6-material\" href=\"#stb-uf4l6-material-section\" class=\"stb-uf4l6__lightbox\"\u003e \u003cspan class=\"stb-uf4l6__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_Floor_Lamp_-_74_Sculptural_UF3-Q_Akari_Inspired_Floor_Light_for_Japandi_Modern_Living_39.jpg?v=1778059086\" alt=\"Enlarged Akari UF4-L6 handcrafted Washi paper material detail\"\u003e \u003cspan class=\"stb-uf4l6__lightbox-title\"\u003e Akari UF4-L6 · Washi Paper Detail \u003c\/span\u003e \u003cspan class=\"stb-uf4l6__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- LIGHT + BASE --\u003e\n\u003cdiv class=\"stb-uf4l6__utility\"\u003e\n\u003cdiv class=\"stb-uf4l6__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Broad, warm ambient light \u003c\/strong\u003e\n\u003cp\u003eThe large paper shade creates soft room-filling diffusion rather than focused task light. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__utility-card\"\u003e\n\u003csmall\u003e Stability \u0026amp; Use \u003c\/small\u003e \u003cstrong\u003e Reinforced tripod · Plug-in \u003c\/strong\u003e\n\u003cp\u003eThe tall shade is supported by a black metal tripod. A 59\" \/ 150cm cord with inline ON\/OFF switch makes setup simple — no hardwiring required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PLACEMENT --\u003e\n\u003cdiv class=\"stb-uf4l6__placement\"\u003e\n\u003cdiv class=\"stb-uf4l6__placement-item\"\u003eLarge Living Room\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__placement-item\"\u003eHigh-Ceiling Bedroom\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__placement-item\"\u003eLoft \/ Open-Plan Space\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRACTICAL NOTE --\u003e\n\u003cdiv class=\"stb-uf4l6__practical\"\u003e\n\u003cstrong\u003e Give a 74\" lamp a stable, low-traffic position. \u003c\/strong\u003e\n\u003cp\u003ePlace the tripod on a firm, level floor and leave enough clearance around the paper shade. Because of its height, avoid locations where children, pets or frequent foot traffic may repeatedly bump the fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"stb-uf4l6__details\"\u003e\n\u003ch3 class=\"stb-uf4l6__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-uf4l6__spec-list\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eØ20.5\" × H74\" \/ Ø52 × H188cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eWashi paper · \u003cspan\u003eMetal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eCompatible dimmable bulb + inline dimmer or smart bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec\"\u003e\n\u003cdiv class=\"stb-uf4l6__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-uf4l6__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"stb-uf4l6__faq\"\u003e\n\u003ch3 class=\"stb-uf4l6__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs 74\" too tall for an 8-foot ceiling?\u003c\/summary\u003e\n\u003cp\u003eIt can physically fit, but the lamp will leave only about 22\" between its top and a standard 8-foot ceiling. For a more balanced proportion, 9-foot ceilings or higher are recommended.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a reading lamp?\u003c\/summary\u003e\n\u003cp\u003eThe UF4-L6 is primarily an ambient floor lamp. Its large Washi shade creates soft, broad diffusion rather than a focused beam. Add a directional task lamp if you need concentrated reading light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the brightness be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, when used with a compatible dimmable E26\/E27 bulb and an appropriate inline dimmer or smart-bulb solution. The standard cord switch itself is ON\/OFF.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean such a tall Washi shade?\u003c\/summary\u003e\n\u003cp\u003eUse a dry feather duster or microfiber wand and work gently from top to bottom. Do not use water, cleaning sprays, steam or a damp cloth on the Washi paper.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING \u0026 RETURNS --\u003e\n\u003csection class=\"stb-uf4l6__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL HANDMADE NOTE --\u003e\n\u003cp class=\"stb-uf4l6__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 20.5\"xH74\" \/ US Plug","offer_id":52152923652379,"sku":"STB-NG-UF4-L6","price":915.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20.5\"xH74\" \/ AU Plug","offer_id":52152923685147,"sku":"STB-NG-UF4-L6","price":915.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20.5\"xH74\" \/ EU Plug","offer_id":52152923717915,"sku":"STB-NG-UF4-L6","price":915.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20.5\"xH74\" \/ UK Plug","offer_id":52152923750683,"sku":"STB-NG-UF4-L6","price":915.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-uf4-l6-floor-lamp-japandi-rice-paper-light-stuberlighting-white-off.jpg?v=1781249052"},{"product_id":"akari-31n-washi-paper-cylindrical-pendant-light","title":"Akari 31N Washi Paper Cylindrical Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 31N\n   Washi Paper Cylindrical Pendant Light\n   Product-Specific \/ Compact \/ Mobile Responsive\n========================================================= *\/\n\n.stb-31n{\n  --ivory:#FFFCF6;\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --warm:#F1E5CF;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --muted:#7B6B58;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#E3D7C4;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:var(--font-body-family, inherit);\n  font-size:14px;\n  line-height:1.65;\n  color:var(--brown);\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-31n *,\n.stb-31n *::before,\n.stb-31n *::after{\n  box-sizing:border-box;\n}\n\n.stb-31n h2,\n.stb-31n h3{\n  font-family:var(--font-heading-family,var(--font-body-family,inherit));\n  font-style:var(--font-heading-style,normal);\n  color:var(--dark);\n  font-weight:500;\n}\n\n.stb-31n h2,\n.stb-31n h3,\n.stb-31n p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-31n__intro{\n  padding:5px 0 24px;\n}\n\n.stb-31n__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-31n__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.14;\n}\n\n.stb-31n__intro-text{\n  max-width:700px;\n  margin:0;\n\n  color:#5D4C3C;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-31n__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  background:var(--soft);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-31n__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-31n__fact:last-child{\n  border-right:0;\n}\n\n.stb-31n__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#917E65;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-31n__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.stb-31n__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:#8D6936;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-31n__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-31n__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.84);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   SIZE CHOOSER\n========================================================= *\/\n\n.stb-31n__sizes{\n  margin-bottom:38px;\n}\n\n.stb-31n__sizes-head{\n  max-width:620px;\n  margin-bottom:16px;\n}\n\n.stb-31n__sizes-head h3{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-31n__sizes-head p{\n  margin:0;\n\n  color:#675441;\n\n  font-size:13px;\n}\n\n.stb-31n__size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n}\n\n.stb-31n__size-card{\n  overflow:hidden;\n\n  background:var(--soft);\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-31n__size-image{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  min-height:250px;\n  padding:10px;\n\n  background:#F4EBDD;\n\n  text-decoration:none;\n}\n\n.stb-31n__size-image img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:100%;\n  max-height:270px;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-31n__size-image:hover img{\n  transform:scale(1.015);\n}\n\n.stb-31n__size-info{\n  padding:15px 16px 16px;\n}\n\n.stb-31n__size-top{\n  display:flex;\n  align-items:flex-start;\n  justify-content:space-between;\n  gap:12px;\n\n  margin-bottom:7px;\n}\n\n.stb-31n__size-name{\n  color:var(--dark);\n\n  font-size:15px;\n  font-weight:600;\n}\n\n.stb-31n__ceiling{\n  flex-shrink:0;\n\n  padding:4px 7px;\n\n  background:#E8D9BE;\n  border-radius:20px;\n\n  color:#75562F;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.04em;\n}\n\n.stb-31n__dimension{\n  margin:0 0 5px !important;\n\n  color:var(--dark) !important;\n\n  font-size:15px !important;\n  font-weight:600;\n}\n\n.stb-31n__size-info \u003e p:last-child{\n  margin:0;\n\n  color:#6B5946;\n\n  font-size:11.7px;\n  line-height:1.55;\n}\n\n.stb-31n__size-tip{\n  margin-top:12px;\n  padding:13px 15px;\n\n  background:var(--cream);\n\n  border-left:3px solid var(--gold);\n  border-radius:0 7px 7px 0;\n\n  color:#66523E;\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.stb-31n__size-tip strong{\n  color:var(--dark);\n}\n\n\n\/* =========================================================\n   MATERIAL DETAIL\n========================================================= *\/\n\n.stb-31n__material{\n  display:grid;\n  grid-template-columns:220px 1fr;\n  gap:29px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:22px;\n\n  background:var(--sand);\n\n  border-radius:10px;\n}\n\n.stb-31n__material-thumb{\n  width:220px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-31n__material-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#F6EEE2;\n\n  border:1px solid #D4C5AE;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-31n__material-link img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:100%;\n  max-height:270px;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-31n__material-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-31n__material-copy h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-31n__material-copy p{\n  margin:0 0 11px;\n\n  color:#584735;\n\n  font-size:13.3px;\n  line-height:1.65;\n}\n\n.stb-31n__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-31n__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#654F3A;\n\n  font-size:11.8px;\n  line-height:1.5;\n}\n\n.stb-31n__material-item::before{\n  content:\"—\";\n\n  color:#A77D3F;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-31n__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:9px;\n}\n\n.stb-31n__utility-card{\n  padding:19px 20px;\n}\n\n.stb-31n__utility-card:first-child{\n  background:var(--dark);\n}\n\n.stb-31n__utility-card:last-child{\n  background:var(--walnut);\n}\n\n.stb-31n__utility-card small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D8B978;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-31n__utility-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#F8F0DF;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-31n__utility-card p{\n  margin:0;\n\n  color:#DDD1BE;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   DETAILS\n========================================================= *\/\n\n.stb-31n__details{\n  margin-bottom:34px;\n}\n\n.stb-31n__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-31n__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-31n__spec-name{\n  padding-right:14px;\n\n  color:#8B765B;\n\n  font-size:11.5px;\n}\n\n.stb-31n__spec-value{\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-31n__faq{\n  margin-bottom:30px;\n  padding:20px 22px 8px;\n\n  background:#F8F3E8;\n\n  border-radius:9px;\n}\n\n.stb-31n__faq .stb-31n__heading{\n  margin-bottom:5px;\n}\n\n.stb-31n__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-31n__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-31n__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-31n__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-31n__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-4px;\n  right:2px;\n\n  color:#A87E3C;\n\n  font-size:23px;\n  line-height:1;\n}\n\n.stb-31n__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-31n__faq details p{\n  margin:8px 0 0;\n  padding-right:20px;\n\n  color:#665544;\n\n  font-size:12.3px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-31n__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-31n__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-31n__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-31n__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-31n__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-31n__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-31n__final-note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 7px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n   CLICK \/ TAP ANYWHERE TO CLOSE\n========================================================= *\/\n\n.stb-31n__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-31n__lightbox:target{\n  display:flex;\n}\n\n.stb-31n__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-31n__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:var(--cream);\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-31n__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:10px !important;\n  font-weight:500;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-31n__lightbox-hint{\n  margin:5px 0 0 !important;\n\n  color:#AE9876 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-31n{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-31n__intro h2{\n    font-size:25px;\n    line-height:1.15;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-31n__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-31n__fact{\n    padding:13px 9px;\n  }\n\n  .stb-31n__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-31n__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-31n__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-31n__size-image{\n    min-height:220px;\n  }\n\n  .stb-31n__size-image img{\n    width:auto;\n    height:auto;\n\n    max-width:100%;\n    max-height:290px;\n\n    object-fit:contain;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-31n__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-31n__material-thumb{\n    width:195px;\n  }\n\n  .stb-31n__material-link img{\n    width:auto;\n    height:auto;\n\n    max-width:100%;\n    max-height:240px;\n\n    object-fit:contain;\n  }\n\n  .stb-31n__material-copy h3{\n    font-size:21px;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-31n__utility{\n    grid-template-columns:1fr;\n\n    margin-bottom:30px;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-31n__heading{\n    font-size:21px;\n  }\n\n  .stb-31n__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-31n__spec-name{\n    font-size:11px;\n  }\n\n  .stb-31n__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-31n__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-31n__shipping{\n    padding:18px;\n  }\n\n  .stb-31n__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* NOTE *\/\n\n  .stb-31n__final-note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-31n__lightbox{\n    padding:14px;\n  }\n\n  .stb-31n__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-31n__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-31n__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-31n\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-31n__intro\"\u003e\n\u003cp class=\"stb-31n__eyebrow\"\u003eWashi Paper · Cylindrical Pendant\u003c\/p\u003e\n\u003ch2\u003eOne Clean Cylinder. Two Very Different Scales.\u003c\/h2\u003e\n\u003cp class=\"stb-31n__intro-text\"\u003eAkari 31N uses a slim 13-inch cylindrical profile in two heights: a compact 20.5-inch version for everyday rooms and a dramatic 62.2-inch version for tall, vaulted and double-height spaces. Hand-folded Washi paper keeps the geometric form warm and softly luminous.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-31n__facts\"\u003e\n\u003cdiv class=\"stb-31n__fact\"\u003e\n\u003csmall\u003eDiameter\u003c\/small\u003e \u003cstrong\u003e13\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__fact\"\u003e\n\u003csmall\u003eHeights\u003c\/small\u003e \u003cstrong\u003e20.5\" \/ 62.2\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE CHOOSER\n  ====================================================== --\u003e\n\u003csection id=\"stb-31n-size-section\" class=\"stb-31n__sizes\"\u003e\n\u003cdiv class=\"stb-31n__sizes-head\"\u003e\n\u003cspan class=\"stb-31n__label\"\u003e Choose Your Scale \u003c\/span\u003e\n\u003ch3\u003eSame Width. Completely Different Presence.\u003c\/h3\u003e\n\u003cp\u003eBoth sizes share the same slim 13-inch diameter. Choose primarily by ceiling height and how much vertical presence you want in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__size-grid\"\u003e\n\u003c!-- STANDARD --\u003e\n\u003carticle class=\"stb-31n__size-card\"\u003e\u003ca href=\"#stb-31n-standard\" class=\"stb-31n__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_31N_Pendant_Light_-_Akari_Inspired_Cylindrical_Lantern_for_Japandi_Zen_Decor_2.jpg?v=1781526993\" alt=\"Akari 31N Standard Washi Paper Cylindrical Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-31n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-31n__size-info\"\u003e\n\u003cdiv class=\"stb-31n__size-top\"\u003e\n\u003cspan class=\"stb-31n__size-name\"\u003e Standard \u003c\/span\u003e \u003cspan class=\"stb-31n__ceiling\"\u003e 8–9 FT CEILINGS \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"stb-31n__dimension\"\u003eØ13\" × H20.5\"\u003c\/p\u003e\n\u003cp\u003eBest for bedside placement, compact dining areas and standard-height rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- EXTRA LONG --\u003e\n\u003carticle class=\"stb-31n__size-card\"\u003e\u003ca href=\"#stb-31n-long\" class=\"stb-31n__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_31N_Pendant_Light_-_Akari_Inspired_Cylindrical_Lantern_for_Japandi_Zen_Decor_10.jpg?v=1781527019\" alt=\"Akari 31N Extra Long Washi Paper Cylindrical Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-31n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"stb-31n__size-info\"\u003e\n\u003cdiv class=\"stb-31n__size-top\"\u003e\n\u003cspan class=\"stb-31n__size-name\"\u003e Extra Long \u003c\/span\u003e \u003cspan class=\"stb-31n__ceiling\"\u003e 10 FT+ CEILINGS \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"stb-31n__dimension\"\u003eØ13\" × H62.2\"\u003c\/p\u003e\n\u003cp\u003eDesigned for vaulted rooms, stairwells, foyers and double-height spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__size-tip\"\u003e\n\u003cstrong\u003eSize tip:\u003c\/strong\u003e the Extra Long shade itself is over five feet tall. For standard-height rooms, choose Standard. For unusual ceiling heights or staircase installations, measure your available vertical drop before ordering.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOX — STANDARD\n  ====================================================== --\u003e \u003ca id=\"stb-31n-standard\" href=\"#stb-31n-size-section\" class=\"stb-31n__lightbox\"\u003e \u003cspan class=\"stb-31n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_31N_Pendant_Light_-_Akari_Inspired_Cylindrical_Lantern_for_Japandi_Zen_Decor_2.jpg?v=1781526993\" alt=\"Enlarged Akari 31N Standard dimensions\"\u003e \u003cspan class=\"stb-31n__lightbox-title\"\u003e Standard · Ø13\" × H20.5\" \u003c\/span\u003e \u003cspan class=\"stb-31n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE LIGHTBOX — EXTRA LONG\n  ====================================================== --\u003e \u003ca id=\"stb-31n-long\" href=\"#stb-31n-size-section\" class=\"stb-31n__lightbox\"\u003e \u003cspan class=\"stb-31n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_31N_Pendant_Light_-_Akari_Inspired_Cylindrical_Lantern_for_Japandi_Zen_Decor_10.jpg?v=1781527019\" alt=\"Enlarged Akari 31N Extra Long dimensions\"\u003e \u003cspan class=\"stb-31n__lightbox-title\"\u003e Extra Long · Ø13\" × H62.2\" \u003c\/span\u003e \u003cspan class=\"stb-31n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-31n-material-section\" class=\"stb-31n__material\"\u003e\n\u003cdiv class=\"stb-31n__material-thumb\"\u003e\u003ca href=\"#stb-31n-material\" class=\"stb-31n__material-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_31N_Pendant_Light_-_Akari_Inspired_Cylindrical_Lantern_for_Japandi_Zen_Decor_4.png?v=1777771722\" alt=\"Akari 31N Washi paper material and construction detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-31n__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__material-copy\"\u003e\n\u003cspan class=\"stb-31n__label\"\u003e Material \u0026amp; Construction \u003c\/span\u003e\n\u003ch3\u003eHand-Folded Washi Paper\u003c\/h3\u003e\n\u003cp\u003eOff-white Mulberry Washi softens direct bulb light across the full cylindrical surface, while bamboo ribbing supports the long, clean silhouette.\u003c\/p\u003e\n\u003cdiv class=\"stb-31n__material-list\"\u003e\n\u003cdiv class=\"stb-31n__material-item\"\u003eThick Mulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__material-item\"\u003eHand-folded paper surface\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__material-item\"\u003eMetal ceiling canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-31n-material\" href=\"#stb-31n-material-section\" class=\"stb-31n__lightbox\"\u003e \u003cspan class=\"stb-31n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Handcrafted_Washi_Paper_31N_Pendant_Light_-_Akari_Inspired_Cylindrical_Lantern_for_Japandi_Zen_Decor_4.png?v=1777771722\" alt=\"Enlarged Akari 31N Washi paper construction detail\"\u003e \u003cspan class=\"stb-31n__lightbox-title\"\u003e Akari 31N · Washi Paper Detail \u003c\/span\u003e \u003cspan class=\"stb-31n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-31n__utility\"\u003e\n\u003cdiv class=\"stb-31n__utility-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 3000K warm-white bulb included \u003c\/strong\u003e\n\u003cp\u003eUses an E26 \/ E27 bulb up to 40W. The fixture can be dimmed when paired with a compatible dimmable bulb and wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__utility-card\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · Adjustable Drop \u003c\/strong\u003e\n\u003cp\u003eIncludes a 59\" \/ 150cm black suspension cord. Longer lengths are available on request. Professional installation is recommended for Extra Long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-31n__details\"\u003e\n\u003ch3 class=\"stb-31n__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-31n__spec-list\"\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eStandard Size\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eØ13\" × H20.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eExtra Long\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eØ13\" × H62.2\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eMulberry Washi paper  · Metal \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eCompatible dimmable bulb + wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eSuspension\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003e59\" \/ 150cm adjustable · Extendable on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eWiring\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eHardwired · Plug-in conversion available on request\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eApprox. 6.6 lbs \/ 3 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eCeiling\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eStandard · Vaulted · Sloped\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec\"\u003e\n\u003cdiv class=\"stb-31n__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-31n__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-31n__faq\"\u003e\n\u003ch3 class=\"stb-31n__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eStandard is the practical choice for most 8–9 ft ceiling rooms. Extra Long is over five feet tall and is designed for 10 ft+ ceilings, vaulted rooms, staircases and double-height spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hanging length be extended?\u003c\/summary\u003e\n\u003cp\u003eYes. The included suspension cord is 59\" \/ 150cm and can be adjusted during installation. Longer lengths are available on request, which is especially useful for vaulted ceilings and Extra Long installations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I care for Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber tool. Do not wet-clean, steam, spray cleaners or use a damp cloth. Keep the fixture away from humid areas and direct heat sources.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-31n__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WASHI NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-31n__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 13″ x H 20.5″ \/ White","offer_id":52152977424667,"sku":"STB-NG-31N","price":435.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13″ x H 62.2″ \/ White","offer_id":52152977457435,"sku":"STB-NG-31N","price":895.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-31n-pendant-light-textured-shade.jpg?v=1781249938"},{"product_id":"akari-23n-washi-paper-pear-shape-sculptural-floor-lamp","title":"Akari 23N Washi Paper Pear-Shape Sculptural Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 23N\n   WASHI PAPER PEAR-SHAPE FLOOR LAMP\n   SHOPPER FOCUSED \/ MOBILE RESPONSIVE\n========================================================= *\/\n\n.stb-23n{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-23n *{\n  box-sizing:border-box;\n}\n\n.stb-23n h2,\n.stb-23n h3,\n.stb-23n p{\n  margin-top:0;\n}\n\n.stb-23n h2,\n.stb-23n h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-23n__intro{\n  position:relative;\n  margin-bottom:25px;\n  padding:22px 24px;\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F5EBDD 64%,\n      #E6D1B1 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-23n__intro:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n  width:4px;\n  background:var(--gold);\n}\n\n.stb-23n__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-23n__intro h2{\n  max-width:680px;\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-23n__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-23n__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-23n__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-23n__fact:nth-child(2){\n  background:#E9DCC7;\n}\n\n.stb-23n__fact:nth-child(3){\n  background:#F5ECDF;\n}\n\n.stb-23n__fact:nth-child(4){\n  background:#2A1B0F;\n}\n\n.stb-23n__fact:last-child{\n  border-right:0;\n}\n\n.stb-23n__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-23n__fact:nth-child(4) small{\n  color:#B99A65;\n}\n\n.stb-23n__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-23n__fact:nth-child(4) strong{\n  color:#F5EDD8;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM — NEVER CROP\n========================================================= *\/\n\n.stb-23n__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-23n__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-23n__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-23n__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   SIZE \u0026 FLOOR SCALE\n========================================================= *\/\n\n.stb-23n__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#FFFDF8;\n\n  border:1px solid #E5D8C5;\n  border-radius:10px;\n}\n\n.stb-23n__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-23n__section-copy{\n  max-width:650px;\n\n  margin:0 0 17px;\n\n  color:#74604B;\n\n  font-size:12.5px;\n}\n\n.stb-23n__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-23n__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-23n__size-image img{\n  width:100%;\n  height:auto;\n\n  max-height:315px;\n\n  object-fit:contain;\n}\n\n.stb-23n__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:29px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-23n__metric{\n  display:block;\n\n  margin-bottom:11px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-23n__size-copy p{\n  margin:0 0 13px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-23n__places{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-23n__place{\n  padding:5px 9px;\n\n  background:#F1E5D2;\n\n  border:1px solid #DAC9AE;\n  border-radius:20px;\n\n  color:#604932;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   SIGNATURE\n========================================================= *\/\n\n.stb-23n__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-23n__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:36px;\n  height:36px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-size:17px;\n}\n\n.stb-23n__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-23n__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SHAPE \u0026 PAPER DETAIL\n========================================================= *\/\n\n.stb-23n__detail{\n  display:grid;\n  grid-template-columns:225px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-23n__detail-image{\n  width:100%;\n  max-width:225px;\n\n  margin:0 auto;\n}\n\n.stb-23n__detail-image img{\n  width:100%;\n  height:auto;\n\n  max-height:245px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-23n__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-23n__detail h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-23n__detail p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-23n__detail-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-23n__detail-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-23n__detail-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   LIGHT + EVERYDAY USE\n========================================================= *\/\n\n.stb-23n__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-23n__utility-card{\n  padding:19px 20px;\n}\n\n.stb-23n__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-23n__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-23n__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-23n__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-23n__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-23n__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-23n__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-23n__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-23n__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-23n__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-23n__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PRACTICAL NOTE\n========================================================= *\/\n\n.stb-23n__practical{\n  margin-bottom:36px;\n  padding:16px 18px;\n\n  background:#F8F2E8;\n\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-23n__practical strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#281A0E;\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-23n__practical p{\n  margin:0;\n\n  color:#66513D;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-23n__details{\n  margin-bottom:34px;\n}\n\n.stb-23n__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-23n__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-23n__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-23n__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-23n__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-23n__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-23n__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-23n__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-23n__faq .stb-23n__heading{\n  margin-bottom:5px;\n}\n\n.stb-23n__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-23n__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-23n__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-23n__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-23n__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-23n__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-23n__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-23n__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n\n  text-decoration:none;\n}\n\n.stb-23n__lightbox:target{\n  display:flex;\n}\n\n.stb-23n__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-23n__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-23n__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-23n__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-23n__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-23n__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-23n__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-23n__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-23n__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-23n__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-23n__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-23n{\n    width:100%;\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n  .stb-23n__intro{\n    padding:18px;\n  }\n\n  .stb-23n__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-23n__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-23n__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-23n__fact{\n    padding:13px 9px;\n  }\n\n  .stb-23n__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-23n__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-23n__size{\n    padding:18px;\n  }\n\n  .stb-23n__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-23n__size-image{\n    max-width:225px;\n  }\n\n  .stb-23n__size-image img{\n    width:100%;\n    height:auto;\n\n    max-height:285px;\n\n    object-fit:contain;\n  }\n\n  .stb-23n__size-copy{\n    text-align:center;\n  }\n\n  .stb-23n__places{\n    justify-content:center;\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-23n__detail{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-23n__detail-image{\n    max-width:210px;\n  }\n\n  .stb-23n__detail-image img{\n    width:100%;\n    height:auto;\n\n    max-height:230px;\n\n    object-fit:contain;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-23n__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-23n__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-23n__spec-name{\n    font-size:11px;\n  }\n\n  .stb-23n__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-23n__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-23n__lightbox{\n    padding:14px;\n  }\n\n  .stb-23n__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-23n__shipping{\n    padding:18px;\n  }\n\n  .stb-23n__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-23n\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-23n__intro\"\u003e\n\u003cp class=\"stb-23n__eyebrow\"\u003eAkari 23N · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eA Broad Pear-Shaped Glow at a Lower Scale\u003c\/h2\u003e\n\u003cp\u003eThe 23N trades the height of a traditional column floor lamp for a fuller pear-shaped silhouette. At 43.3\" tall and 29.5\" across, it brings soft Washi light and sculptural presence closer to sofa and armchair level.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-23n__facts\"\u003e\n\u003cdiv class=\"stb-23n__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ29.5\" × H43.3\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__fact\"\u003e\n\u003csmall\u003eShape\u003c\/small\u003e \u003cstrong\u003eBroad Pear Profile\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE \u0026 FLOOR SCALE\n  ====================================================== --\u003e\n\u003csection id=\"stb-23n-size-section\" class=\"stb-23n__size\"\u003e\n\u003ch3 class=\"stb-23n__heading\"\u003eSize \u0026amp; Floor Scale\u003c\/h3\u003e\n\u003cp class=\"stb-23n__section-copy\"\u003eThe 23N is shorter than a typical tall floor lamp, but its 29.5\" width gives it substantial visual presence. Check both the height and the available floor area before ordering.\u003c\/p\u003e\n\u003cdiv class=\"stb-23n__size-inner\"\u003e\n\u003cdiv class=\"stb-23n__size-image\"\u003e\u003ca href=\"#stb-23n-size\" class=\"stb-23n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Large-Handcrafted-Washi-Paper-23N-Floor-Lamp-Akari-Inspired-Zen-Lantern-for-Japandi-Modern-Wabi-Sabi-Decor_2.jpg?v=1780901574\" alt=\"Akari 23N dimensions, 29.5 inches wide by 43.3 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-23n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__size-copy\"\u003e\n\u003cspan class=\"stb-23n__dimension\"\u003e Ø29.5\" × H43.3\" \u003c\/span\u003e \u003cspan class=\"stb-23n__metric\"\u003e Ø75 × H110cm \u003c\/span\u003e\n\u003cp\u003eIts fuller lower profile works especially well where a six-foot floor lamp would feel too vertical, but you still want a substantial sculptural object in the room.\u003c\/p\u003e\n\u003cdiv class=\"stb-23n__places\"\u003e\n\u003cspan class=\"stb-23n__place\"\u003e Sofa Corner \u003c\/span\u003e \u003cspan class=\"stb-23n__place\"\u003e Armchair \u003c\/span\u003e \u003cspan class=\"stb-23n__place\"\u003e Bedroom Corner \u003c\/span\u003e \u003cspan class=\"stb-23n__place\"\u003e Low Furniture \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-23n-size\" href=\"#stb-23n-size-section\" class=\"stb-23n__lightbox\"\u003e \u003cspan class=\"stb-23n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Large-Handcrafted-Washi-Paper-23N-Floor-Lamp-Akari-Inspired-Zen-Lantern-for-Japandi-Modern-Wabi-Sabi-Decor_2.jpg?v=1780901574\" alt=\"Enlarged Akari 23N dimension diagram\"\u003e \u003cspan class=\"stb-23n__lightbox-title\"\u003e Akari 23N · Ø29.5\" × H43.3\" \u003c\/span\u003e \u003cspan class=\"stb-23n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRODUCT DIFFERENCE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-23n__signature\"\u003e\n\u003cdiv class=\"stb-23n__signature-icon\"\u003e◒\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e More horizontal presence, less vertical bulk \u003c\/strong\u003e\n\u003cp\u003eThe rounded lower body gives the 23N a fuller footprint than a narrow column lamp, while the 43.3\" height keeps the light visually lower in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SHAPE \u0026 PAPER DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-23n-detail-section\" class=\"stb-23n__detail\"\u003e\n\u003cdiv class=\"stb-23n__detail-image\"\u003e\u003ca href=\"#stb-23n-detail\" class=\"stb-23n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-23n-floor-lamp-19.png?v=1785829142\" alt=\"Akari 23N pear-shaped Washi paper floor lamp detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-23n__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-23n__label\"\u003e Shape \u0026amp; Paper Detail \u003c\/span\u003e\n\u003ch3\u003eWashi Paper Shaped into an Organic Pear Form\u003c\/h3\u003e\n\u003cp\u003eThe off-white paper follows a rounded, tapered frame with visible horizontal ribbing. The irregular paper texture softens the geometry and becomes more luminous when the lamp is switched on.\u003c\/p\u003e\n\u003cdiv class=\"stb-23n__detail-list\"\u003e\n\u003cdiv class=\"stb-23n__detail-item\"\u003eMulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__detail-item\"\u003eReinforced black metal base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-23n-detail\" href=\"#stb-23n-detail-section\" class=\"stb-23n__lightbox\"\u003e \u003cspan class=\"stb-23n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-23n-floor-lamp-19.png?v=1785829142\" alt=\"Enlarged Akari 23N Washi paper shape and material detail\"\u003e \u003cspan class=\"stb-23n__lightbox-title\"\u003e Akari 23N · Shape \u0026amp; Washi Detail \u003c\/span\u003e \u003cspan class=\"stb-23n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + EVERYDAY USE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-23n__utility\"\u003e\n\u003cdiv class=\"stb-23n__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft, low-level ambient glow \u003c\/strong\u003e\n\u003cp\u003eThe large Washi surface diffuses the bulb across the pear-shaped shade instead of producing a directional beam. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__utility-card\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug-in · No hardwiring \u003c\/strong\u003e\n\u003cp\u003eA 59\" \/ 150cm cord with inline ON\/OFF switch makes setup simple. Custom cord extension is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRACTICAL NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-23n__practical\"\u003e\n\u003cstrong\u003e Plan for the full 29.5\" width. \u003c\/strong\u003e\n\u003cp\u003eThe 23N is not especially tall, but it is a substantial floor lamp laterally. Give the paper shade enough clearance from walls, furniture and high-traffic paths, and place the base on a firm, level floor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-23n__details\"\u003e\n\u003ch3 class=\"stb-23n__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-23n__spec-list\"\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eØ29.5\" × H43.3\" \/ Ø75 × H110cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eMulberry Washi paper · \u003cspan\u003eMetal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eCompatible dimmable bulb + inline dimmer or smart bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003ePreparation\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eApprox. 5–10 days handcrafted preparation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec\"\u003e\n\u003cdiv class=\"stb-23n__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-23n__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-23n__faq\"\u003e\n\u003ch3 class=\"stb-23n__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the 23N need a high ceiling?\u003c\/summary\u003e\n\u003cp\u003eNo. At 43.3\" tall, it does not need the vertical clearance of a six-foot floor lamp. The more important measurement is its 29.5\" width, so check the available floor space around the shade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for reading?\u003c\/summary\u003e\n\u003cp\u003eThe 23N is designed primarily for soft ambient light. It can support relaxed evening reading beside a sofa or armchair, but detailed or prolonged reading is better paired with a directional task lamp.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the lamp be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, when used with a compatible dimmable E26\/E27 bulb and a suitable inline dimmer or smart-bulb solution. The standard cord switch itself is ON\/OFF.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or microfiber cloth. Do not use water, cleaning sprays, steam or a damp cloth. Keep the paper away from humid areas and direct heat.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-23n__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-23n__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia29.5″ x H 43.3″ \/ US Plug","offer_id":52153057444123,"sku":"STB-NG-23N","price":1225.0,"currency_code":"USD","in_stock":true},{"title":"Dia29.5″ x H 43.3″ \/ UK Plug","offer_id":52153057476891,"sku":"STB-NG-23N","price":1225.0,"currency_code":"USD","in_stock":true},{"title":"Dia29.5″ x H 43.3″ \/ AU Plug","offer_id":52153057509659,"sku":"STB-NG-23N","price":1225.0,"currency_code":"USD","in_stock":true},{"title":"Dia29.5″ x H 43.3″ \/ EU Plug","offer_id":52153057542427,"sku":"STB-NG-23N","price":1225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-23n-floor-lamp-white-background-unlit-stuberlighting.jpg?v=1781250664"},{"product_id":"washi-paper-uf3-dl-floor-lamp","title":"Washi Paper UF3-DL Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — UF3-DL\n   Washi Paper Cocoon Floor Lamp\n   Compact \/ Shopper-Focused \/ Mobile Responsive\n========================================================= *\/\n\n.stb-uf3dl{\n  --ivory:#FFFCF6;\n  --cream:#F5EDD8;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --paper:#F1E5CF;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --black:#2B241E;\n  --muted:#7B6B58;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#E3D7C4;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:var(--font-body-family, inherit);\n  font-size:14px;\n  line-height:1.65;\n  color:var(--brown);\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-uf3dl *,\n.stb-uf3dl *::before,\n.stb-uf3dl *::after{\n  box-sizing:border-box;\n}\n\n.stb-uf3dl h2,\n.stb-uf3dl h3{\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  color:var(--dark);\n  font-weight:500;\n}\n\n.stb-uf3dl h2,\n.stb-uf3dl h3,\n.stb-uf3dl p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-uf3dl__intro{\n  padding:5px 0 24px;\n}\n\n.stb-uf3dl__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-uf3dl__intro h2{\n  max-width:660px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.14;\n}\n\n.stb-uf3dl__intro-text{\n  max-width:700px;\n  margin:0;\n\n  color:#5D4C3C;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-uf3dl__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  background:var(--soft);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-uf3dl__fact{\n  min-width:0;\n  padding:15px 11px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-uf3dl__fact:last-child{\n  border-right:0;\n}\n\n.stb-uf3dl__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#917E65;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-uf3dl__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.stb-uf3dl__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:#8D6936;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-uf3dl__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-uf3dl__zoom{\n  position:absolute;\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.84);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   SIZE + PLACEMENT\n========================================================= *\/\n\n.stb-uf3dl__size{\n  display:grid;\n  grid-template-columns:255px 1fr;\n  gap:32px;\n  align-items:center;\n\n  margin-bottom:36px;\n}\n\n.stb-uf3dl__size-image{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:255px;\n  margin:auto;\n  padding:8px;\n\n  overflow:hidden;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-uf3dl__size-image img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:100%;\n  max-height:340px;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-uf3dl__size-image:hover img{\n  transform:scale(1.015);\n}\n\n.stb-uf3dl__size-copy h3{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-uf3dl__dimension{\n  margin:0 0 8px !important;\n\n  color:var(--dark) !important;\n\n  font-size:22px !important;\n  line-height:1.2 !important;\n  font-weight:600;\n}\n\n.stb-uf3dl__size-copy \u003e p:last-of-type{\n  margin-bottom:0;\n\n  color:#675441;\n\n  font-size:13px;\n}\n\n.stb-uf3dl__placement{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:1px;\n\n  margin-top:14px;\n\n  overflow:hidden;\n  border-radius:7px;\n}\n\n.stb-uf3dl__placement-item{\n  padding:12px 13px;\n\n  background:var(--soft);\n}\n\n.stb-uf3dl__placement-item:last-child{\n  background:var(--paper);\n}\n\n.stb-uf3dl__placement-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#987B50;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-uf3dl__placement-item strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   MATERIAL DETAIL\n========================================================= *\/\n\n.stb-uf3dl__material{\n  display:grid;\n  grid-template-columns:205px 1fr;\n  gap:29px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:22px;\n\n  background:var(--sand);\n\n  border-radius:10px;\n}\n\n.stb-uf3dl__material-thumb{\n  width:205px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-uf3dl__material-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#F7F0E5;\n\n  border:1px solid #D4C5AD;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-uf3dl__material-link img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:100%;\n  max-height:235px;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-uf3dl__material-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-uf3dl__material-copy h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-uf3dl__material-copy p{\n  margin:0 0 11px;\n\n  color:#584735;\n\n  font-size:13.3px;\n  line-height:1.65;\n}\n\n.stb-uf3dl__material-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-uf3dl__material-item{\n  display:flex;\n  gap:8px;\n\n  color:#654F3A;\n\n  font-size:11.8px;\n  line-height:1.5;\n}\n\n.stb-uf3dl__material-item::before{\n  content:\"—\";\n\n  color:#A77D3F;\n}\n\n\n\/* =========================================================\n   FORM + BASE\n========================================================= *\/\n\n.stb-uf3dl__build{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n  border-radius:9px;\n}\n\n.stb-uf3dl__build-card{\n  padding:19px 20px;\n}\n\n.stb-uf3dl__build-card:first-child{\n  background:#F1E6D5;\n}\n\n.stb-uf3dl__build-card:last-child{\n  background:var(--black);\n}\n\n.stb-uf3dl__build-card small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#92703B;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-uf3dl__build-card:last-child small{\n  color:#D8B978;\n}\n\n.stb-uf3dl__build-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-uf3dl__build-card:last-child strong{\n  color:#F8F0DF;\n}\n\n.stb-uf3dl__build-card p{\n  margin:0;\n\n  color:#65513F;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-uf3dl__build-card:last-child p{\n  color:#D8CDBE;\n}\n\n\n\/* =========================================================\n   LIGHT + SETUP\n========================================================= *\/\n\n.stb-uf3dl__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n  border-radius:9px;\n}\n\n.stb-uf3dl__utility-card{\n  padding:19px 20px;\n}\n\n.stb-uf3dl__utility-card:first-child{\n  background:var(--dark);\n}\n\n.stb-uf3dl__utility-card:last-child{\n  background:#573C27;\n}\n\n.stb-uf3dl__utility-card small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D8B978;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-uf3dl__utility-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#F8F0DF;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-uf3dl__utility-card p{\n  margin:0;\n\n  color:#DDD1BE;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   DETAILS\n========================================================= *\/\n\n.stb-uf3dl__details{\n  margin-bottom:34px;\n}\n\n.stb-uf3dl__spec-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-uf3dl__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-uf3dl__spec-name{\n  padding-right:14px;\n\n  color:#8B765B;\n\n  font-size:11.5px;\n}\n\n.stb-uf3dl__spec-value{\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-uf3dl__faq{\n  margin-bottom:30px;\n  padding:20px 22px 8px;\n\n  background:#F8F3E8;\n\n  border-radius:9px;\n}\n\n.stb-uf3dl__faq .stb-uf3dl__heading{\n  margin-bottom:5px;\n}\n\n.stb-uf3dl__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-uf3dl__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-uf3dl__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-uf3dl__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-uf3dl__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-4px;\n  right:2px;\n\n  color:#A87E3C;\n\n  font-size:23px;\n  line-height:1;\n}\n\n.stb-uf3dl__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-uf3dl__faq details p{\n  margin:8px 0 0;\n  padding-right:20px;\n\n  color:#665544;\n\n  font-size:12.3px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-uf3dl__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-uf3dl__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-uf3dl__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-uf3dl__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-uf3dl__shipping strong{\n  color:var(--dark);\n  font-weight:600;\n}\n\n.stb-uf3dl__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.stb-uf3dl__note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 7px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-uf3dl__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-uf3dl__lightbox:target{\n  display:flex;\n}\n\n.stb-uf3dl__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-uf3dl__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:var(--cream);\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-uf3dl__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:10px !important;\n  font-weight:500;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-uf3dl__lightbox-hint{\n  margin:5px 0 0 !important;\n\n  color:#AE9876 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-uf3dl{\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  .stb-uf3dl__intro h2{\n    font-size:25px;\n    line-height:1.15;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-uf3dl__facts{\n    grid-template-columns:repeat(2,1fr);\n\n    margin-bottom:28px;\n  }\n\n  .stb-uf3dl__fact{\n    padding:13px 9px;\n  }\n\n  .stb-uf3dl__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-uf3dl__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-uf3dl__size{\n    grid-template-columns:1fr;\n\n    gap:18px;\n\n    margin-bottom:30px;\n  }\n\n  .stb-uf3dl__size-image{\n    max-width:240px;\n  }\n\n  .stb-uf3dl__size-image img{\n    width:auto;\n    height:auto;\n\n    max-width:100%;\n    max-height:320px;\n\n    object-fit:contain;\n  }\n\n  .stb-uf3dl__size-copy h3{\n    font-size:21px;\n  }\n\n  .stb-uf3dl__dimension{\n    font-size:19px !important;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-uf3dl__material{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    margin-bottom:30px;\n    padding:18px;\n  }\n\n  .stb-uf3dl__material-thumb{\n    width:185px;\n  }\n\n  .stb-uf3dl__material-link img{\n    width:auto;\n    height:auto;\n\n    max-width:100%;\n    max-height:220px;\n\n    object-fit:contain;\n  }\n\n  .stb-uf3dl__material-copy h3{\n    font-size:21px;\n  }\n\n\n  \/* CARDS *\/\n\n  .stb-uf3dl__build,\n  .stb-uf3dl__utility{\n    grid-template-columns:1fr;\n\n    margin-bottom:30px;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-uf3dl__heading{\n    font-size:21px;\n  }\n\n  .stb-uf3dl__spec{\n    grid-template-columns:38% 62%;\n  }\n\n  .stb-uf3dl__spec-name{\n    font-size:11px;\n  }\n\n  .stb-uf3dl__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-uf3dl__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-uf3dl__shipping{\n    padding:18px;\n  }\n\n  .stb-uf3dl__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* NOTE *\/\n\n  .stb-uf3dl__note{\n    padding:0 8px;\n\n    font-size:10.5px !important;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-uf3dl__lightbox{\n    padding:14px;\n  }\n\n  .stb-uf3dl__lightbox img{\n    max-width:94vw;\n    max-height:74vh;\n  }\n\n  .stb-uf3dl__lightbox-title{\n    font-size:9px !important;\n  }\n\n  .stb-uf3dl__lightbox-hint{\n    font-size:8.5px !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-uf3dl\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3dl__intro\"\u003e\n\u003cp class=\"stb-uf3dl__eyebrow\"\u003eWashi Paper · Cocoon Floor Lamp\u003c\/p\u003e\n\u003ch2\u003eAn Organic Washi Glow for the Corner of a Room.\u003c\/h2\u003e\n\u003cp class=\"stb-uf3dl__intro-text\"\u003eUF3-DL pairs an asymmetric cocoon-shaped Washi shade with three slim black metal legs. At 55.1 inches tall, it has enough presence to anchor a living-room or bedroom corner without the height or bulk of an oversized floor lamp.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3dl__facts\"\u003e\n\u003cdiv class=\"stb-uf3dl__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ19.7\" × H55.1\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__fact\"\u003e\n\u003csmall\u003eShade\u003c\/small\u003e \u003cstrong\u003eMulberry Washi\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE + PLACEMENT\n  ====================================================== --\u003e\n\u003csection id=\"stb-uf3dl-size-section\" class=\"stb-uf3dl__size\"\u003e\n\u003cdiv\u003e\u003ca href=\"#stb-uf3dl-size\" class=\"stb-uf3dl__size-image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Akari_UF3-DL_Floor_Lamp_-_Handmade_Washi_Paper_Tripod_Light_for_Zen_Japandi_Decor_8.jpg?v=1777797162\" alt=\"Akari UF3-DL Washi Paper Cocoon Floor Lamp size reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-uf3dl__zoom\"\u003e View Larger ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__size-copy\"\u003e\n\u003cspan class=\"stb-uf3dl__label\"\u003e Size \u0026amp; Placement \u003c\/span\u003e\n\u003ch3\u003eMid-Scale Floor Lamp\u003c\/h3\u003e\n\u003cp class=\"stb-uf3dl__dimension\"\u003eØ19.7\" × H55.1\"\u003c\/p\u003e\n\u003cp\u003eØ50 × H140 cm. Tall enough to create presence beside seating, while remaining easy to place in standard residential rooms.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf3dl__placement\"\u003e\n\u003cdiv class=\"stb-uf3dl__placement-item\"\u003e\n\u003csmall\u003e Living Room \u003c\/small\u003e \u003cstrong\u003e Sofa · reading corner \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__placement-item\"\u003e\n\u003csmall\u003e Bedroom \u003c\/small\u003e \u003cstrong\u003e Open corner · beside dresser \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-uf3dl-size\" href=\"#stb-uf3dl-size-section\" class=\"stb-uf3dl__lightbox\"\u003e \u003cspan class=\"stb-uf3dl__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Akari_UF3-DL_Floor_Lamp_-_Handmade_Washi_Paper_Tripod_Light_for_Zen_Japandi_Decor_8.jpg?v=1777797162\" alt=\"Enlarged Akari UF3-DL Floor Lamp\"\u003e \u003cspan class=\"stb-uf3dl__lightbox-title\"\u003e Ø19.7\" × H55.1\" · Ø50 × H140cm \u003c\/span\u003e \u003cspan class=\"stb-uf3dl__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-uf3dl-material-section\" class=\"stb-uf3dl__material\"\u003e\n\u003cdiv class=\"stb-uf3dl__material-thumb\"\u003e\u003ca href=\"#stb-uf3dl-material\" class=\"stb-uf3dl__material-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Mulberry Washi paper texture detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-uf3dl__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__material-copy\"\u003e\n\u003cspan class=\"stb-uf3dl__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eLong-Fiber Mulberry Washi\u003c\/h3\u003e\n\u003cp\u003eThe fibrous paper surface softens direct bulb glare and spreads warm light through the large cocoon shade while preserving its handmade texture.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf3dl__material-list\"\u003e\n\u003cdiv class=\"stb-uf3dl__material-item\"\u003eMulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__material-item\"\u003eBamboo ribbing\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__material-item\"\u003eSoft ambient diffusion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-uf3dl-material\" href=\"#stb-uf3dl-material-section\" class=\"stb-uf3dl__lightbox\"\u003e \u003cspan class=\"stb-uf3dl__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Mulberry Washi paper texture\"\u003e \u003cspan class=\"stb-uf3dl__lightbox-title\"\u003e Mulberry Washi · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-uf3dl__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FORM + BASE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3dl__build\"\u003e\n\u003cdiv class=\"stb-uf3dl__build-card\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Organic Cocoon Form \u003c\/strong\u003e\n\u003cp\u003eThe softly irregular outline gives UF3-DL a more natural, sculptural presence than a perfectly symmetrical paper shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__build-card\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Slim Black Metal Tripod \u003c\/strong\u003e\n\u003cp\u003eThree understated metal legs support the large paper shade while keeping the overall silhouette visually light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHT + SETUP\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3dl__utility\"\u003e\n\u003cdiv class=\"stb-uf3dl__utility-card\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 3000K warm-white bulb included \u003c\/strong\u003e\n\u003cp\u003eUses an E26 \/ E27 bulb up to 40W. Compatible dimmable bulbs can be used when brightness control is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__utility-card\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In · Inline Switch \u003c\/strong\u003e\n\u003cp\u003eNo hardwiring is required. Includes a 59\" \/ 150cm power cord with an in-line ON\/OFF switch. Longer cord lengths are available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3dl__details\"\u003e\n\u003ch3 class=\"stb-uf3dl__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-uf3dl__spec-list\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eØ19.7\" × H55.1\" · Ø50 × H140 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eLong-fiber Mulberry Washi paper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eStructure\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eBamboo ribbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eBase\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eBlack metal tripod\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eCompatible dimmable bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eCord\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eIn-line ON\/OFF switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003ePlug-in · No hardwiring required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec\"\u003e\n\u003cdiv class=\"stb-uf3dl__spec-name\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3dl__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3dl__faq\"\u003e\n\u003ch3 class=\"stb-uf3dl__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill every UF3-DL have exactly the same shape?\u003c\/summary\u003e\n\u003cp\u003eNo. The shade is handmade, so subtle differences in paper texture, fold alignment and cocoon proportions are normal. The overall silhouette remains consistent, but each piece has its own small variations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the lamp mainly for ambient light?\u003c\/summary\u003e\n\u003cp\u003eYes. The large Washi shade is designed to soften and diffuse the included 3000K bulb, creating comfortable ambient light rather than concentrated task lighting.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the Washi shade?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber tool. Do not wet-clean, steam, spray cleaners or use a damp cloth. Avoid pressing on the paper shade and keep it away from humid areas and direct heat sources.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3dl__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WASHI NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-uf3dl__note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 19.7\"xH 55.1\" \/ US Plug","offer_id":52158268899611,"sku":"STB-NG-UF3-DL","price":545.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.7\"xH 55.1\" \/ UK Plug","offer_id":52153485459739,"sku":"STB-NG-UF3-DL","price":545.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.7\"xH 55.1\" \/ AU Plug","offer_id":52153485492507,"sku":"STB-NG-UF3-DL","price":545.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.7\"xH 55.1\" \/ EU Plug","offer_id":52153485525275,"sku":"STB-NG-UF3-DL","price":545.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-uf3-dl-floor-lamp-white-background-lit-stuberlighting-01.jpg?v=1781253638"},{"product_id":"akari-uf3-l6-slim-crinkled-washi-paper-tall-floor-lamp","title":"Akari UF3-L6 Slim Crinkled Washi Paper Tall Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI UF3-L6\n   SLIM CRINKLED WASHI PAPER FLOOR LAMP\n========================================================= *\/\n\n.stb-uf3l6{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --muted:#85735E;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-uf3l6 *{\n  box-sizing:border-box;\n}\n\n.stb-uf3l6 h2,\n.stb-uf3l6 h3,\n.stb-uf3l6 p{\n  margin-top:0;\n}\n\n.stb-uf3l6 h2,\n.stb-uf3l6 h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-uf3l6__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F5ECDF 62%,\n      #E6D2B3 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-uf3l6__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-uf3l6__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-uf3l6__intro h2{\n  max-width:690px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-uf3l6__intro p{\n  max-width:690px;\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-uf3l6__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-uf3l6__fact{\n  min-width:0;\n\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-uf3l6__fact:nth-child(2){\n  background:#E9DCC7;\n}\n\n.stb-uf3l6__fact:nth-child(3){\n  background:#F5ECDF;\n}\n\n.stb-uf3l6__fact:nth-child(4){\n  background:#2A1B0F;\n}\n\n.stb-uf3l6__fact:last-child{\n  border-right:0;\n}\n\n.stb-uf3l6__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-uf3l6__fact:nth-child(4) small{\n  color:#B99A65;\n}\n\n.stb-uf3l6__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-uf3l6__fact:nth-child(4) strong{\n  color:#F5EDD8;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM\n   COMPLETE IMAGE \/ NEVER CROP\n========================================================= *\/\n\n.stb-uf3l6__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-uf3l6__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-uf3l6__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-uf3l6__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-uf3l6__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#FFFDF8;\n\n  border:1px solid #E5D8C5;\n  border-radius:10px;\n}\n\n.stb-uf3l6__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-uf3l6__section-copy{\n  max-width:650px;\n\n  margin:0 0 17px;\n\n  color:#74604B;\n\n  font-size:12.5px;\n}\n\n.stb-uf3l6__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-uf3l6__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-uf3l6__size-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:315px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-uf3l6__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:29px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-uf3l6__metric{\n  display:block;\n\n  margin-bottom:11px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-uf3l6__size-copy p{\n  margin:0 0 13px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-uf3l6__places{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-uf3l6__place{\n  padding:5px 9px;\n\n  background:#F1E5D2;\n\n  border:1px solid #DAC9AE;\n  border-radius:20px;\n\n  color:#604932;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   SLIM PROFILE NOTE\n========================================================= *\/\n\n.stb-uf3l6__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-uf3l6__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:36px;\n  height:36px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",serif;\n  font-size:18px;\n}\n\n.stb-uf3l6__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-uf3l6__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   TEXTURE DETAIL\n========================================================= *\/\n\n.stb-uf3l6__detail{\n  display:grid;\n  grid-template-columns:225px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-uf3l6__detail-image{\n  width:100%;\n  max-width:225px;\n\n  margin:0 auto;\n}\n\n.stb-uf3l6__detail-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:245px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-uf3l6__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-uf3l6__detail h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-uf3l6__detail p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-uf3l6__detail-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-uf3l6__detail-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-uf3l6__detail-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   LIGHT + EVERYDAY USE\n========================================================= *\/\n\n.stb-uf3l6__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-uf3l6__utility-card{\n  padding:19px 20px;\n}\n\n.stb-uf3l6__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-uf3l6__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-uf3l6__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-uf3l6__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-uf3l6__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-uf3l6__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-uf3l6__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-uf3l6__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-uf3l6__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-uf3l6__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-uf3l6__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   FLOOR SPACE NOTE\n========================================================= *\/\n\n.stb-uf3l6__practical{\n  margin-bottom:36px;\n  padding:16px 18px;\n\n  background:#F8F2E8;\n\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-uf3l6__practical strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#281A0E;\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-uf3l6__practical p{\n  margin:0;\n\n  color:#66513D;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-uf3l6__details{\n  margin-bottom:34px;\n}\n\n.stb-uf3l6__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-uf3l6__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-uf3l6__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-uf3l6__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-uf3l6__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-uf3l6__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-uf3l6__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-uf3l6__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-uf3l6__faq .stb-uf3l6__heading{\n  margin-bottom:5px;\n}\n\n.stb-uf3l6__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-uf3l6__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-uf3l6__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-uf3l6__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-uf3l6__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-uf3l6__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-uf3l6__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-uf3l6__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-uf3l6__lightbox:target{\n  display:flex;\n}\n\n.stb-uf3l6__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-uf3l6__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-uf3l6__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-uf3l6__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-uf3l6__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-uf3l6__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-uf3l6__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-uf3l6__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-uf3l6__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-uf3l6__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-uf3l6__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-uf3l6{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-uf3l6__intro{\n    padding:18px;\n  }\n\n  .stb-uf3l6__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-uf3l6__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-uf3l6__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-uf3l6__fact{\n    padding:13px 9px;\n  }\n\n  .stb-uf3l6__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-uf3l6__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-uf3l6__size{\n    padding:18px;\n  }\n\n  .stb-uf3l6__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-uf3l6__size-image{\n    max-width:225px;\n  }\n\n  .stb-uf3l6__size-image img{\n    width:100%;\n    max-width:100%;\n\n    height:auto;\n    max-height:285px;\n\n    object-fit:contain;\n  }\n\n  .stb-uf3l6__size-copy{\n    text-align:center;\n  }\n\n  .stb-uf3l6__places{\n    justify-content:center;\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-uf3l6__detail{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-uf3l6__detail-image{\n    max-width:210px;\n  }\n\n  .stb-uf3l6__detail-image img{\n    width:100%;\n    max-width:100%;\n\n    height:auto;\n    max-height:230px;\n\n    object-fit:contain;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-uf3l6__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-uf3l6__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-uf3l6__spec-name{\n    font-size:11px;\n  }\n\n  .stb-uf3l6__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-uf3l6__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-uf3l6__lightbox{\n    padding:14px;\n  }\n\n  .stb-uf3l6__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-uf3l6__shipping{\n    padding:18px;\n  }\n\n  .stb-uf3l6__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-uf3l6\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3l6__intro\"\u003e\n\u003cp class=\"stb-uf3l6__eyebrow\"\u003eAkari UF3-L6 · Crinkled Washi\u003c\/p\u003e\n\u003ch2\u003eTall Washi Light Without the Wide Footprint\u003c\/h2\u003e\n\u003cp\u003eAt 57.1\" tall and only 13.8\" across, the UF3-L6 brings full-height ambient light into narrower corners. Its crinkled Washi surface adds texture without making the lamp feel visually heavy.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3l6__facts\"\u003e\n\u003cdiv class=\"stb-uf3l6__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ13.8\" × H57.1\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__fact\"\u003e\n\u003csmall\u003eProfile\u003c\/small\u003e \u003cstrong\u003eSlim Floor Footprint\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE \u0026 FLOOR SPACE\n  ====================================================== --\u003e\n\u003csection id=\"stb-uf3l6-size-section\" class=\"stb-uf3l6__size\"\u003e\n\u003ch3 class=\"stb-uf3l6__heading\"\u003eSize \u0026amp; Floor Space\u003c\/h3\u003e\n\u003cp class=\"stb-uf3l6__section-copy\"\u003eThe main advantage is its narrow proportion: enough height to read as a true floor lamp without requiring the width of a large paper lantern.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf3l6__size-inner\"\u003e\n\u003cdiv class=\"stb-uf3l6__size-image\"\u003e\u003ca href=\"#stb-uf3l6-size\" class=\"stb-uf3l6__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Stuberlighting_UF3-L6_Japandi_Washi_Paper_Floor_Lamp_-_Handmade_Mid-Century_Modern_Lantern_for_Zen_Living_Room_Bedroom_2.jpg?v=1777804888\" alt=\"Akari UF3-L6 dimension diagram, 13.8 inches wide by 57.1 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-uf3l6__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__size-copy\"\u003e\n\u003cspan class=\"stb-uf3l6__dimension\"\u003e Ø13.8\" × H57.1\" \u003c\/span\u003e \u003cspan class=\"stb-uf3l6__metric\"\u003e Ø35 × H145cm \u003c\/span\u003e\n\u003cp\u003eA useful proportion for spaces where you want vertical light without placing a broad shade beside the furniture.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf3l6__places\"\u003e\n\u003cspan class=\"stb-uf3l6__place\"\u003e Sofa Corner \u003c\/span\u003e \u003cspan class=\"stb-uf3l6__place\"\u003e Bedroom \u003c\/span\u003e \u003cspan class=\"stb-uf3l6__place\"\u003e Reading Nook \u003c\/span\u003e \u003cspan class=\"stb-uf3l6__place\"\u003e Beside Console \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-uf3l6-size\" href=\"#stb-uf3l6-size-section\" class=\"stb-uf3l6__lightbox\"\u003e \u003cspan class=\"stb-uf3l6__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Stuberlighting_UF3-L6_Japandi_Washi_Paper_Floor_Lamp_-_Handmade_Mid-Century_Modern_Lantern_for_Zen_Living_Room_Bedroom_2.jpg?v=1777804888\" alt=\"Enlarged Akari UF3-L6 dimension diagram\"\u003e \u003cspan class=\"stb-uf3l6__lightbox-title\"\u003e Akari UF3-L6 · Ø13.8\" × H57.1\" \u003c\/span\u003e \u003cspan class=\"stb-uf3l6__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SLIM PROFILE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3l6__signature\"\u003e\n\u003cdiv class=\"stb-uf3l6__signature-icon\"\u003e↕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Vertical presence without a bulky shade \u003c\/strong\u003e\n\u003cp\u003eThe narrow body is the reason to choose UF3-L6: it fills height rather than spreading far across the room, making furniture placement easier in tighter layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       CRINKLED WASHI DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-uf3l6-detail-section\" class=\"stb-uf3l6__detail\"\u003e\n\u003cdiv class=\"stb-uf3l6__detail-image\"\u003e\u003ca href=\"#stb-uf3l6-detail\" class=\"stb-uf3l6__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-uf3-l6-floor-lamp-textured-shade-close-up-stuberlighting.jpg?v=1781255699\" alt=\"Akari UF3-L6 crinkled Washi paper shade close-up\" loading=\"lazy\"\u003e \u003cspan class=\"stb-uf3l6__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-uf3l6__label\"\u003e Paper \u0026amp; Texture \u003c\/span\u003e\n\u003ch3\u003eCrinkled Washi Changes the Glow\u003c\/h3\u003e\n\u003cp\u003eUnlike a smooth paper shade, the UF3-L6 keeps visible folds and irregular surface texture. When illuminated, those variations create subtle changes in brightness across the paper.\u003c\/p\u003e\n\u003cdiv class=\"stb-uf3l6__detail-list\"\u003e\n\u003cdiv class=\"stb-uf3l6__detail-item\"\u003eOff-white crinkled Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__detail-item\"\u003eVisible bamboo ribbing\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__detail-item\"\u003eSlim black metal tripod\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-uf3l6-detail\" href=\"#stb-uf3l6-detail-section\" class=\"stb-uf3l6__lightbox\"\u003e \u003cspan class=\"stb-uf3l6__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-uf3-l6-floor-lamp-textured-shade-close-up-stuberlighting.jpg?v=1781255699\" alt=\"Enlarged Akari UF3-L6 crinkled Washi paper texture detail\"\u003e \u003cspan class=\"stb-uf3l6__lightbox-title\"\u003e UF3-L6 · Crinkled Washi Detail \u003c\/span\u003e \u003cspan class=\"stb-uf3l6__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + EVERYDAY USE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3l6__utility\"\u003e\n\u003cdiv class=\"stb-uf3l6__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft ambient light with visible texture \u003c\/strong\u003e\n\u003cp\u003eThe Washi shade diffuses the bulb rather than producing a focused beam. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__utility-card\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug in and switch on \u003c\/strong\u003e\n\u003cp\u003eNo hardwiring required. The lamp uses a 59\" \/ 150cm cord with an inline ON\/OFF button switch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       FLOOR SPACE NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-uf3l6__practical\"\u003e\n\u003cstrong\u003e Measure the tripod as well as the shade. \u003c\/strong\u003e\n\u003cp\u003eThe UF3-L6 is intentionally slim, but the three legs extend beyond the paper body. Leave enough room around the base so all three feet sit securely on a firm, level surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3l6__details\"\u003e\n\u003ch3 class=\"stb-uf3l6__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-uf3l6__spec-list\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eØ13.8\" × H57.1\" \/ Ø35 × H145cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eCrinkled Washi paper · Bamboo ribbing · Black metal tripod\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eCompatible dimmable bulb + inline dimmer or smart bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec\"\u003e\n\u003cdiv class=\"stb-uf3l6__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-uf3l6__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3l6__faq\"\u003e\n\u003ch3 class=\"stb-uf3l6__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the UF3-L6 suitable for a small room?\u003c\/summary\u003e\n\u003cp\u003eIts 13.8\" width makes it easier to place than many broad paper floor lamps. The lamp is still 57.1\" tall, so it keeps the visual presence of a full-size floor lamp while using less horizontal space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a reading lamp?\u003c\/summary\u003e\n\u003cp\u003eThe UF3-L6 is primarily an ambient light. The Washi paper creates soft diffusion rather than a concentrated beam. For detailed reading, pair it with a directional task light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the brightness be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, when used with a compatible dimmable E26\/E27 bulb and a suitable inline dimmer or smart-bulb solution. The standard cord switch itself is ON\/OFF.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the crinkled Washi surface?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber cloth, following the direction of the folds rather than rubbing aggressively. Do not use water, steam or cleaning sprays.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-uf3l6__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-uf3l6__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 13.8\" xH 57.1\" \/ US Plug","offer_id":52153925075227,"sku":"STB-NG-UF3-L6","price":565.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13.8\" xH 57.1\" \/ UK Plug","offer_id":52153925107995,"sku":"STB-NG-UF3-L6","price":565.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13.8\" xH 57.1\" \/ AU Plug","offer_id":52153925140763,"sku":"STB-NG-UF3-L6","price":565.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13.8\" xH 57.1\" \/ EU Plug","offer_id":52153925173531,"sku":"STB-NG-UF3-L6","price":565.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-uf3-l6-floor-lamp-white-background-unlit-stuberlighting.jpg?v=1781255699"},{"product_id":"akari-25n-washi-paper-three-tiered-floor-table-light","title":"Akari 25N Washi Paper Three-Tiered Floor Table Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 25N\n   THREE-TIERED WASHI FLOOR \/ TABLE LIGHT\n   SHOPPER FOCUSED · MOBILE RESPONSIVE\n========================================================= *\/\n\n.stb-25n{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n  color:var(--brown);\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-25n *{\n  box-sizing:border-box;\n}\n\n.stb-25n h2,\n.stb-25n h3,\n.stb-25n p{\n  margin-top:0;\n}\n\n.stb-25n h2,\n.stb-25n h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-25n__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F5ECDF 63%,\n      #E5D0AF 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-25n__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-25n__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-25n__intro h2{\n  max-width:680px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-25n__intro p{\n  max-width:690px;\n\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-25n__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-25n__fact{\n  min-width:0;\n\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-25n__fact:nth-child(2){\n  background:#E9DCC7;\n}\n\n.stb-25n__fact:nth-child(3){\n  background:#F5ECDF;\n}\n\n.stb-25n__fact:nth-child(4){\n  background:#2A1B0F;\n}\n\n.stb-25n__fact:last-child{\n  border-right:0;\n}\n\n.stb-25n__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-25n__fact:nth-child(4) small{\n  color:#B99A65;\n}\n\n.stb-25n__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-25n__fact:nth-child(4) strong{\n  color:#F5EDD8;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM — NEVER CROP\n========================================================= *\/\n\n.stb-25n__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-25n__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-25n__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-25n__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   REAL-WORLD SCALE — BEFORE DIMENSION IMAGE\n========================================================= *\/\n\n.stb-25n__real{\n  display:grid;\n  grid-template-columns:235px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-25n__real-image{\n  width:100%;\n  max-width:235px;\n\n  margin:0 auto;\n}\n\n.stb-25n__real-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:260px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-25n__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-25n__real h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-25n__real p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-25n__real-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-25n__real-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-25n__real-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   THREE-TIER SIGNATURE\n========================================================= *\/\n\n.stb-25n__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-25n__signature-icon{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:38px;\n  height:38px;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",serif;\n  line-height:.55;\n}\n\n.stb-25n__signature-icon span:nth-child(1){\n  font-size:12px;\n}\n\n.stb-25n__signature-icon span:nth-child(2){\n  font-size:17px;\n}\n\n.stb-25n__signature-icon span:nth-child(3){\n  font-size:21px;\n}\n\n.stb-25n__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-25n__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-25n__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#FFFDF8;\n\n  border:1px solid #E5D8C5;\n  border-radius:10px;\n}\n\n.stb-25n__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-25n__section-copy{\n  max-width:650px;\n\n  margin:0 0 17px;\n\n  color:#74604B;\n\n  font-size:12.5px;\n}\n\n.stb-25n__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-25n__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-25n__size-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:315px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-25n__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:29px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-25n__metric{\n  display:block;\n\n  margin-bottom:11px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-25n__size-copy p{\n  margin:0 0 13px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-25n__placement-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-25n__placement-tag{\n  padding:5px 9px;\n\n  background:#F1E5D2;\n\n  border:1px solid #DAC9AE;\n  border-radius:20px;\n\n  color:#604932;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FLOOR \/ TABLE FLEXIBILITY\n========================================================= *\/\n\n.stb-25n__placement{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:10px;\n\n  margin-bottom:36px;\n}\n\n.stb-25n__placement-card{\n  padding:18px 19px;\n\n  border-radius:9px;\n}\n\n.stb-25n__placement-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-25n__placement-card:last-child{\n  background:#1C1209;\n}\n\n.stb-25n__placement-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-25n__placement-card:first-child small{\n  color:#705026;\n}\n\n.stb-25n__placement-card:last-child small{\n  color:#C8A96E;\n}\n\n.stb-25n__placement-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-25n__placement-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-25n__placement-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-25n__placement-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-25n__placement-card:first-child p{\n  color:#574028;\n}\n\n.stb-25n__placement-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PRACTICAL NOTE\n========================================================= *\/\n\n.stb-25n__practical{\n  margin-bottom:36px;\n  padding:16px 18px;\n\n  background:#F8F2E8;\n\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-25n__practical strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#281A0E;\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-25n__practical p{\n  margin:0;\n\n  color:#66513D;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-25n__details{\n  margin-bottom:34px;\n}\n\n.stb-25n__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-25n__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-25n__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-25n__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-25n__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-25n__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-25n__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-25n__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-25n__faq .stb-25n__heading{\n  margin-bottom:5px;\n}\n\n.stb-25n__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-25n__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-25n__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-25n__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-25n__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-25n__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-25n__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-25n__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-25n__lightbox:target{\n  display:flex;\n}\n\n.stb-25n__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-25n__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-25n__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-25n__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-25n__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-25n__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-25n__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-25n__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-25n__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-25n__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-25n__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-25n{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  .stb-25n__intro{\n    padding:18px;\n  }\n\n  .stb-25n__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-25n__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-25n__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-25n__fact{\n    padding:13px 9px;\n  }\n\n  .stb-25n__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-25n__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* REAL PHOTO *\/\n\n  .stb-25n__real{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-25n__real-image{\n    max-width:220px;\n  }\n\n  .stb-25n__real-image img{\n    width:100%;\n    height:auto;\n\n    max-height:250px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-25n__size{\n    padding:18px;\n  }\n\n  .stb-25n__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-25n__size-image{\n    max-width:225px;\n  }\n\n  .stb-25n__size-image img{\n    width:100%;\n    height:auto;\n\n    max-height:285px;\n\n    object-fit:contain;\n  }\n\n  .stb-25n__size-copy{\n    text-align:center;\n  }\n\n  .stb-25n__placement-tags{\n    justify-content:center;\n  }\n\n\n  \/* PLACEMENT *\/\n\n  .stb-25n__placement{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-25n__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-25n__spec-name{\n    font-size:11px;\n  }\n\n  .stb-25n__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-25n__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-25n__lightbox{\n    padding:14px;\n  }\n\n  .stb-25n__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-25n__shipping{\n    padding:18px;\n  }\n\n  .stb-25n__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-25n\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-25n__intro\"\u003e\n\u003cp class=\"stb-25n__eyebrow\"\u003eAkari 25N · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eThree Soft Tiers in One Sculptural Light\u003c\/h2\u003e\n\u003cp\u003eThe 25N stacks three rounded Washi forms into one compact sculptural lamp. Its lower profile works directly on the floor or on a sturdy low surface, creating warm ambient light without the height of a traditional floor lamp.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-25n__facts\"\u003e\n\u003cdiv class=\"stb-25n__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ15.7\" × H22.8\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__fact\"\u003e\n\u003csmall\u003ePlacement\u003c\/small\u003e \u003cstrong\u003eFloor or Low Surface\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       REAL PHOTO \/ SCALE COMPARISON\n       BEFORE DIMENSION IMAGE\n  ====================================================== --\u003e\n\u003csection id=\"stb-25n-real-section\" class=\"stb-25n__real\"\u003e\n\u003cdiv class=\"stb-25n__real-image\"\u003e\u003ca href=\"#stb-25n-real\" class=\"stb-25n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-1a-25n-table-lamp-size-comparison-stuberlighting.jpg?v=1781256625\" alt=\"Akari 1A and larger three-tier Akari 25N Washi paper lamps shown side by side\" loading=\"lazy\"\u003e \u003cspan class=\"stb-25n__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-25n__label\"\u003e Real-World Scale \u003c\/span\u003e\n\u003ch3\u003eA Fuller, More Sculptural Paper Lamp\u003c\/h3\u003e\n\u003cp\u003eThe three-tier form gives the 25N noticeably more visual presence than a compact paper table lamp. Even when unlit, the stacked silhouette reads as a decorative object rather than simply a light source.\u003c\/p\u003e\n\u003cdiv class=\"stb-25n__real-list\"\u003e\n\u003cdiv class=\"stb-25n__real-item\"\u003eThree rounded Washi tiers\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__real-item\"\u003eVisible horizontal ribbing\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__real-item\"\u003eSoft off-white paper surface\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       REAL PHOTO LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-25n-real\" href=\"#stb-25n-real-section\" class=\"stb-25n__lightbox\"\u003e \u003cspan class=\"stb-25n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-1a-25n-table-lamp-size-comparison-stuberlighting.jpg?v=1781256625\" alt=\"Enlarged Akari 1A and Akari 25N real-world scale comparison\"\u003e \u003cspan class=\"stb-25n__lightbox-title\"\u003e Akari 25N · Real-World Scale \u003c\/span\u003e \u003cspan class=\"stb-25n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       THREE-TIER DIFFERENCE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-25n__signature\"\u003e\n\u003cdiv class=\"stb-25n__signature-icon\"\u003e\n\u003cspan\u003e●\u003c\/span\u003e \u003cspan\u003e●\u003c\/span\u003e \u003cspan\u003e●\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e The three-tier silhouette is the reason to choose 25N \u003c\/strong\u003e\n\u003cp\u003eInstead of one continuous globe or column, three rounded sections create a softer stacked rhythm and make the lamp visually interesting even when switched off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE — AFTER REAL \/ DETAIL IMAGE\n  ====================================================== --\u003e\n\u003csection id=\"stb-25n-size-section\" class=\"stb-25n__size\"\u003e\n\u003ch3 class=\"stb-25n__heading\"\u003eSize \u0026amp; Placement\u003c\/h3\u003e\n\u003cp class=\"stb-25n__section-copy\"\u003eThe 25N is lower than a conventional standing floor lamp. Check the 15.7\" width as well as the 22.8\" height when deciding whether to place it on the floor or furniture.\u003c\/p\u003e\n\u003cdiv class=\"stb-25n__size-inner\"\u003e\n\u003cdiv class=\"stb-25n__size-image\"\u003e\u003ca href=\"#stb-25n-size\" class=\"stb-25n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-25n-washi-paper-lamp-japandi-decor_2.jpg?v=1777857315\" alt=\"Akari 25N dimension diagram, 15.7 inches wide by 22.8 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-25n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__size-copy\"\u003e\n\u003cspan class=\"stb-25n__dimension\"\u003e Ø15.7\" × H22.8\" \u003c\/span\u003e \u003cspan class=\"stb-25n__metric\"\u003e Ø40 × H58cm \u003c\/span\u003e\n\u003cp\u003eCompact enough for a low console or sturdy side table, but substantial enough to work as a low-level floor accent beside seating or in an open corner.\u003c\/p\u003e\n\u003cdiv class=\"stb-25n__placement-tags\"\u003e\n\u003cspan class=\"stb-25n__placement-tag\"\u003e Floor Corner \u003c\/span\u003e \u003cspan class=\"stb-25n__placement-tag\"\u003e Low Console \u003c\/span\u003e \u003cspan class=\"stb-25n__placement-tag\"\u003e Side Table \u003c\/span\u003e \u003cspan class=\"stb-25n__placement-tag\"\u003e Bedside \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-25n-size\" href=\"#stb-25n-size-section\" class=\"stb-25n__lightbox\"\u003e \u003cspan class=\"stb-25n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-25n-washi-paper-lamp-japandi-decor_2.jpg?v=1777857315\" alt=\"Enlarged Akari 25N dimension diagram\"\u003e \u003cspan class=\"stb-25n__lightbox-title\"\u003e Akari 25N · Ø15.7\" × H22.8\" \u003c\/span\u003e \u003cspan class=\"stb-25n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FLOOR \/ TABLE USE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-25n__placement\"\u003e\n\u003cdiv class=\"stb-25n__placement-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft glow across three tiers \u003c\/strong\u003e\n\u003cp\u003eWashi paper diffuses the light rather than exposing the bulb directly. The result is warm ambient illumination, not a focused task beam. A 3000K bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__placement-card\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug-in · Move it when you want \u003c\/strong\u003e\n\u003cp\u003eNo hardwiring is required. The 59\" \/ 150cm cord includes an inline ON\/OFF switch, so the lamp can move between suitable floor and furniture placements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRACTICAL NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-25n__practical\"\u003e\n\u003cstrong\u003e If placing it on furniture, use a stable surface. \u003c\/strong\u003e\n\u003cp\u003eThe 25N has a much fuller shape than a small bedside lamp. Give the shade enough clearance from walls and nearby objects, and avoid lightweight or unstable tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-25n__details\"\u003e\n\u003ch3 class=\"stb-25n__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-25n__spec-list\"\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eØ15.7\" × H22.8\" \/ Ø40 × H58cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eMulberry Washi paper  · Metal \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eCompatible dimmable bulb + inline dimmer or smart bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec\"\u003e\n\u003cdiv class=\"stb-25n__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-25n__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-25n__faq\"\u003e\n\u003ch3 class=\"stb-25n__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 25N a floor lamp or a table lamp?\u003c\/summary\u003e\n\u003cp\u003eIt can work in either role. At 22.8\" tall, it is much lower than a traditional standing floor lamp, making it suitable as a low-level floor accent or as a statement lamp on a sturdy low table or console.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for reading?\u003c\/summary\u003e\n\u003cp\u003eThe 25N is designed primarily for ambient light. Washi paper creates a soft diffused glow rather than a concentrated reading beam. For detailed reading, pair it with a directional task light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the brightness be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, when used with a compatible dimmable E26\/E27 bulb and an appropriate inline dimmer or smart-bulb solution. The standard cord switch itself is ON\/OFF.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the three-tier Washi shade?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or microfiber cloth, including the recessed areas between each tier. Do not use water, steam, cleaning sprays or a damp cloth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-25n__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-25n__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia15.7″ x H 22.8″ \/ US plug","offer_id":52155671413019,"sku":"STB-NG-25N","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7″ x H 22.8″ \/ UK plug","offer_id":52155671445787,"sku":"STB-NG-25N","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7″ x H 22.8″ \/ AU plug","offer_id":52155671478555,"sku":"STB-NG-25N","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7″ x H 22.8″ \/ EU plug","offer_id":52155671511323,"sku":"STB-NG-25N","price":245.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-25n-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781256621"},{"product_id":"akari-uf2-31n-washi-paper-tall-tripod-table-lamp","title":"Washi Paper UF2-31N Table Lamp","description":"\u003cdiv style=\"font-family: 'Jost','Helvetica Neue',sans-serif; max-width: 100%; color: #2a1f18; line-height: 1.7;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond','Times New Roman',serif; font-size: 27px; line-height: 1.3; color: #1c1209; margin: 0 0 16px 0; font-weight: 500;\"\u003eA tall slim Washi paper column on a black tripod. Between table lamp and floor lamp.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 14px 0;\"\u003eThe Akari UF2-31N is a tall slim sculptural lamp that bridges the gap between table lamp and floor lamp — a 33.5-inch hand-stretched mulberry Washi paper column rising from a slender black metal tripod. At 12.6 inches diameter, it stays gracefully narrow; at over 33 inches tall, it reads as substantial sculptural presence rather than table accessory. The soft amber glow filtering through the handcrafted mulberry paper transforms a room into a sanctuary at sunset — atmospheric and meditative, the kind of moonlight-soft diffusion that synthetic alternatives cannot replicate.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 28px 0;\"\u003eThe unusual height makes the UF2-31N especially well-suited for low plinths (15-18\" high), media units, sideboard surfaces, or direct floor placement beside a sofa or armchair. The 6.6 lb weight provides stability in any placement. Ships with a 3000K warm-white bulb included; plug-in installation with in-line switch.\u003c\/p\u003e\n\u003cdiv style=\"border-top: 2px solid #1C1209; border-bottom: 2px solid #1C1209; padding: 20px 0; margin: 0 0 30px 0;\"\u003e\n\u003cdiv style=\"display: flex; gap: 16px; margin-bottom: 16px; align-items: baseline;\"\u003e\n\u003cspan style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #c8a96e; line-height: 1; flex-shrink: 0; width: 38px;\"\u003e01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 18px; color: #1c1209; margin: 0 0 3px 0;\"\u003eTall slim 33.5\" silhouette\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 0;\"\u003eA scale designed for in-between placement — taller than standard table lamps (16-19\"), shorter than full floor lamps (49\"+). The 33.5\" height puts the lamp at exactly the right scale for low plinths, media units, sideboards, or floor placement next to seating; the warm glow reaches seated eye-level naturally rather than from overhead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 16px; margin-bottom: 16px; align-items: baseline;\"\u003e\n\u003cspan style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #c8a96e; line-height: 1; flex-shrink: 0; width: 38px;\"\u003e02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 18px; color: #1c1209; margin: 0 0 3px 0;\"\u003eSlim 12.6\" diameter — narrow profile\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 0;\"\u003eThe 12.6\" diameter keeps the lamp gracefully narrow, fitting in tighter spaces than wider floor lamps. Slim enough to sit on a sideboard without crowding other objects; narrow enough to fit between sofa and wall; vertical enough to read as a deliberate architectural column rather than a casual lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 16px; margin-bottom: 16px; align-items: baseline;\"\u003e\n\u003cspan style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #c8a96e; line-height: 1; flex-shrink: 0; width: 38px;\"\u003e03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 18px; color: #1c1209; margin: 0 0 3px 0;\"\u003eAuthentic mulberry Washi paper\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 0;\"\u003eReal hand-stretched mulberry Washi paper — the long-fiber paper diffuses light into the soft moonlit glow that gives the lamp its meditative quality. Reinforced internal metal frame provides structural integrity while keeping the overall fixture light enough to move easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 16px; align-items: baseline;\"\u003e\n\u003cspan style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #c8a96e; line-height: 1; flex-shrink: 0; width: 38px;\"\u003e04\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 18px; color: #1c1209; margin: 0 0 3px 0;\"\u003eSlender black metal tripod base\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 0;\"\u003eThree slim black metal legs hold the paper column with graphic contrast — warmth of paper against precision of dark metal. The 6.6 lb weight provides exceptional stability for the slim tall silhouette. Plug-in installation, in-line ON\/OFF cord switch, compatible with any dimmable E26 bulb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #1C1209; border-radius: 10px; padding: 24px 26px; margin: 0 0 30px 0;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px; color: #f5edd8; margin: 0 0 8px 0; font-weight: 500;\"\u003eFor the spaces between conventional categories\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #d8cfbe; margin: 0; line-height: 1.65;\"\u003eMost rooms have specific surface heights that conventional lamps cannot serve well — a 15-inch low media console that would be dwarfed by a 49-inch floor lamp but towered over by a 17-inch table lamp; a sideboard at sitting-eye height where a tall vertical light would produce the perfect atmospheric glow but no standard lamp scale fits; the corner beside an armchair where a full floor lamp would feel crowded but a small accent piece would look undersized. The UF2-31N exists for these in-between spaces specifically. The 33.5\" height splits the difference between table and floor scale; the slim profile fits where wider fixtures cannot; the warm Washi material reads as intentional sculpture rather than functional compromise. This is the lamp for the rooms where conventional lighting categories don't quite work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 12px 0; font-weight: 500;\"\u003eWhere the UF2-31N sits best\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 10px 0;\"\u003e\u003cb\u003eOn a low plinth, sideboard, or media unit (15-18\" high)\u003c\/b\u003e — the elevated placement puts the soft glow at standing eye-level; the slim vertical form reads as architectural column rather than table accessory.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 10px 0;\"\u003e\u003cb\u003eBeside a sofa or armchair as a floor accent\u003c\/b\u003e — at 33.5\" tall, the lamp sits comfortably beside seating without overwhelming the arrangement; produces a warm pool of seated-eye-level light.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 10px 0;\"\u003e\u003cb\u003eBedside as oversized vertical statement\u003c\/b\u003e — for primary bedrooms with substantial nightstand surfaces or low platform beds; the tall slim column adds vertical drama to bedroom corners.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 10px 0;\"\u003e\u003cb\u003eLiving room corner as accent low-floor lamp\u003c\/b\u003e — pairs beautifully with a full-scale floor lamp elsewhere in the room; provides secondary warm atmospheric layer at a lower scale.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; margin: 0 0 28px 0;\"\u003e\u003cb\u003eJapandi, Wabi-Sabi, Scandinavian, or Mid-Century interiors\u003c\/b\u003e — Washi paper and matte black tripod are signature materials of these traditions; the unusual height adds intentional design tension.\u003c\/p\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 14px 0; font-weight: 500;\"\u003eSpecifications\u003c\/p\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 0 30px 0;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; width: 42%; border-bottom: 1px solid #EFE8DA;\"\u003eDimensions\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003e⌀ 12.6\" × H 33.5\" (⌀ 32cm × 85cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eWeight\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003e6.6 lbs (3 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eMaterials\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003ePremium off-white mulberry Washi paper · Reinforced bamboo ribbing · Slender black metal tripod base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eBulb base\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003eE26\/E27 — 3000K warm-white bulb included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eMax wattage\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003e40W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003eAC 110–240V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eDimming\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003eDimmable with compatible dimmable bulb (use in-line cord dimmer or smart bulb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eCord length\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003e59\" (150cm); custom extension available on request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eInstallation\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003ePlug-in — no installation required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58; border-bottom: 1px solid #EFE8DA;\"\u003eControl\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0; border-bottom: 1px solid #EFE8DA;\"\u003eIn-line ON\/OFF button switch on cord\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 7px 0; color: #7b6b58;\"\u003eEnvironment\u003c\/td\u003e\n\u003ctd style=\"padding: 7px 0;\"\u003eIndoor, dry locations only · IP20\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- FAQ --\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 14px 0; font-weight: 500;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/uf2-31n-washi-paper-table-lamp-warm-glow_2.jpg?v=1777861229\" alt=\"\" width=\"330\" height=\"330\"\u003e\u003c\/p\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 14px 0; font-weight: 500;\"\u003e \u003c\/p\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 14px 0; font-weight: 500;\"\u003eFrequently Asked Questions\u003c\/p\u003e\n\u003cdetails style=\"border-bottom: 1px solid #EFE8DA; padding: 14px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 17px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500;\"\u003e\u003cspan\u003eIs this a table lamp or a floor lamp?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 22px; font-weight: 300;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 10px 0 0 0; line-height: 1.7;\"\u003eBoth, depending on placement. At 33.5 inches tall, the UF2-31N is too tall for a standard nightstand (you'd end up with light shining in your eyes when sitting in bed) but too short for a typical floor lamp use case (a 49\" floor lamp produces overhead-style ambient light; this fixture produces seated-eye-level glow). The optimal placements are: (1) on low surfaces between 15-18\" high (low media consoles, sideboards, low plinths) for elevated table-lamp use, or (2) directly on the floor beside seating (sofa, armchair) as a low accent floor lamp. We classify it as a Table Lamp for menu navigation since it's most commonly used on low surfaces, but the floor-placement role is equally valid.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-bottom: 1px solid #EFE8DA; padding: 14px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 17px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500;\"\u003e\u003cspan\u003eHow does the UF2-31N compare to other Akari table and floor lamps?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 22px; font-weight: 300;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 10px 0 0 0; line-height: 1.7;\"\u003eThe UF2-31N is in an unusual scale bracket between our standard table lamps and our floor lamps. Our table lamps top out at 19.3\" (the \u003ca style=\"color: #9a7b3e;\" href=\"\/products\/akari-1n-washi-paper-tall-tripod-table-lamp\"\u003e\u003cb\u003e1N\u003c\/b\u003e\u003c\/a\u003e); our smallest floor lamp starts at 49\" (the \u003ca style=\"color: #9a7b3e;\" href=\"\/products\/akari-10a-washi-paper-tripod-floor-lamp\"\u003e\u003cb\u003e10A\u003c\/b\u003e\u003c\/a\u003e). The \u003cb\u003eUF2-31N (this fixture, 33.5\")\u003c\/b\u003e fills the gap with deliberate purpose — taller and slimmer than even our tallest table lamp, shorter than any of our floor lamps. Choose UF2-31N when conventional table or floor lamp scales don't fit your specific surface or corner; choose a standard table lamp for normal nightstands and desks; choose a floor lamp for true corner-anchoring vertical scale.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"padding: 14px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 17px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500;\"\u003e\u003cspan\u003eHow do I care for the Washi paper shade?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 22px; font-weight: 300;\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14px; color: #5a4a3a; margin: 10px 0 0 0; line-height: 1.7;\"\u003eDust gently with a \u003cb\u003esoft feather duster or microfiber cloth\u003c\/b\u003e — that's it. Do \u003cb\u003enot\u003c\/b\u003e wet-clean, steam, spray with cleaners, or use damp cloths; water permanently stains and warps Washi paper. Place the lamp away from humid environments (avoid bathroom counters, kitchen surfaces near stovetops) and away from direct heat sources (radiators, fireplaces). With basic monthly dusting, the paper maintains its appearance for many years; slight ambering over time is natural and part of the material's character — Washi paper ages gracefully rather than degrading. The metal tripod base only needs occasional wiping with a dry cloth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"height: 30px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: #7b6b58; margin: 0 0 6px 0; font-style: italic;\"\u003eFor the warmest paper-glow effect, use 2700K-3000K LED or filament bulbs with high color rendering (CRI\/Ra \u0026gt; 90). Cooler bulbs flatten the paper's natural amber undertone.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #7b6b58; margin: 0 0 6px 0; font-style: italic;\"\u003eEach piece is handmade by artisans — slight variations between individual lamps in paper texture, frame geometry, and exact dimensions are part of the authentic hand-craft character.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #7b6b58; margin: 0 0 6px 0; font-style: italic;\"\u003ePlace on a stable, level surface. Due to the taller slim silhouette, place away from edges and avoid surfaces likely to be bumped by children or pets.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #7b6b58; margin: 0 0 30px 0;\"\u003eSafety tested for indoor use in dry locations. Meets technical requirements for North American residential lighting installations.\u003c\/p\u003e\n\u003cdiv style=\"background: #F5EDD8; border-radius: 10px; padding: 22px 24px;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px; color: #1c1209; margin: 0 0 12px 0; font-weight: 500;\"\u003eShipping \u0026amp; Returns\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; margin: 0 0 6px 0;\"\u003e\u003cb\u003eFree Standard Shipping (4–6 weeks)\u003c\/b\u003e — all US \u0026amp; Canada orders. \u003cb\u003eExpedited (2–4 weeks)\u003c\/b\u003e available; see \u003ca style=\"color: #9a7b3e;\" href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003eShipping Policy\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; margin: 0 0 6px 0;\"\u003eIf you are not satisfied, you may request a return and refund within \u003cb\u003e30 days\u003c\/b\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #5a4a3a; margin: 0 0 6px 0;\"\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; margin: 0;\"\u003eTo start a return, email \u003ca style=\"color: #9a7b3e;\" href=\"mailto:service@stuberlighting.com\"\u003e\u003cb\u003eservice@stuberlighting.com\u003c\/b\u003e\u003c\/a\u003e. For details, see our \u003ca style=\"color: #9a7b3e;\" href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003eReturns Policy\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia12.6″ x H 33.5″ \/ US Plug","offer_id":52155873984795,"sku":"STB-NG-UF2-31N","price":455.0,"currency_code":"USD","in_stock":true},{"title":"Dia12.6″ x H 33.5″ \/ UK Plug","offer_id":52155874017563,"sku":"STB-NG-UF2-31N","price":455.0,"currency_code":"USD","in_stock":true},{"title":"Dia12.6″ x H 33.5″ \/ AU Plug","offer_id":52155874050331,"sku":"STB-NG-UF2-31N","price":455.0,"currency_code":"USD","in_stock":true},{"title":"Dia12.6″ x H 33.5″ \/ EU Plug","offer_id":52155874083099,"sku":"STB-NG-UF2-31N","price":455.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-uf2-31n-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781257393"},{"product_id":"akari-4n-washi-paper-slim-iron-frame-table-lamp","title":"Akari 4N Washi Paper Slim Iron Frame Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 4N\n   SLIM WASHI PAPER TABLE LAMP\n   SHOPPER FOCUSED · MOBILE RESPONSIVE\n========================================================= *\/\n\n.stb-4n{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-4n *{\n  box-sizing:border-box;\n}\n\n.stb-4n h2,\n.stb-4n h3,\n.stb-4n p{\n  margin-top:0;\n}\n\n.stb-4n h2,\n.stb-4n h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-4n__intro{\n  position:relative;\n\n  margin-bottom:25px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F6EDDF 63%,\n      #E4D0AE 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-4n__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-4n__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-4n__intro h2{\n  max-width:680px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-4n__intro p{\n  max-width:690px;\n\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-4n__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-4n__fact{\n  min-width:0;\n\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-4n__fact:nth-child(2){\n  background:#E9DCC7;\n}\n\n.stb-4n__fact:nth-child(3){\n  background:#F5ECDF;\n}\n\n.stb-4n__fact:nth-child(4){\n  background:#2A1B0F;\n}\n\n.stb-4n__fact:last-child{\n  border-right:0;\n}\n\n.stb-4n__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-4n__fact:nth-child(4) small{\n  color:#B99A65;\n}\n\n.stb-4n__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-4n__fact:nth-child(4) strong{\n  color:#F5EDD8;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM\n   ALWAYS COMPLETE \/ NEVER CROP\n========================================================= *\/\n\n.stb-4n__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-4n__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-4n__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-4n__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   PRODUCT \u0026 MATERIAL DETAIL\n   IMAGE BEFORE DIMENSION\n========================================================= *\/\n\n.stb-4n__detail{\n  display:grid;\n  grid-template-columns:225px 1fr;\n\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-4n__detail-image{\n  width:100%;\n  max-width:225px;\n\n  margin:0 auto;\n}\n\n.stb-4n__detail-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:260px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-4n__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-4n__detail h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-4n__detail p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-4n__detail-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-4n__detail-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n.stb-4n__detail-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   SIGNATURE\n========================================================= *\/\n\n.stb-4n__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-4n__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:36px;\n  height:36px;\n\n  background:rgba(200,169,110,.12);\n\n  border:1px solid rgba(200,169,110,.45);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",serif;\n  font-size:19px;\n}\n\n.stb-4n__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-4n__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-4n__size{\n  margin-bottom:36px;\n  padding:23px;\n\n  background:#FFFDF8;\n\n  border:1px solid #E5D8C5;\n  border-radius:10px;\n}\n\n.stb-4n__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-4n__section-copy{\n  max-width:650px;\n\n  margin:0 0 17px;\n\n  color:#74604B;\n\n  font-size:12.5px;\n}\n\n.stb-4n__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-4n__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-4n__size-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:315px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-4n__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:29px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-4n__metric{\n  display:block;\n\n  margin-bottom:11px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-4n__size-copy p{\n  margin:0 0 13px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-4n__places{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-4n__place{\n  padding:5px 9px;\n\n  background:#F1E5D2;\n\n  border:1px solid #DAC9AE;\n  border-radius:20px;\n\n  color:#604932;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   LIGHT + STABILITY\n========================================================= *\/\n\n.stb-4n__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-4n__utility-card{\n  padding:19px 20px;\n}\n\n.stb-4n__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-4n__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-4n__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-4n__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-4n__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-4n__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-4n__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-4n__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-4n__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-4n__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-4n__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PRACTICAL NOTE\n========================================================= *\/\n\n.stb-4n__practical{\n  margin-bottom:36px;\n  padding:16px 18px;\n\n  background:#F8F2E8;\n\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-4n__practical strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#281A0E;\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-4n__practical p{\n  margin:0;\n\n  color:#66513D;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-4n__details{\n  margin-bottom:34px;\n}\n\n.stb-4n__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-4n__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-4n__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-4n__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-4n__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-4n__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-4n__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-4n__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-4n__faq .stb-4n__heading{\n  margin-bottom:5px;\n}\n\n.stb-4n__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-4n__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-4n__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-4n__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-4n__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-4n__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-4n__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-4n__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-4n__lightbox:target{\n  display:flex;\n}\n\n.stb-4n__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-4n__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-4n__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-4n__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-4n__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-4n__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-4n__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-4n__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-4n__shipping strong{\n  color:#201309;\n\n  font-weight:600;\n}\n\n.stb-4n__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-4n__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-4n{\n    width:100%;\n    max-width:100%;\n    font-size:13.5px;\n  }\n\n\n  .stb-4n__intro{\n    padding:18px;\n  }\n\n  .stb-4n__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-4n__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-4n__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-4n__fact{\n    padding:13px 9px;\n  }\n\n  .stb-4n__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-4n__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-4n__detail{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-4n__detail-image{\n    max-width:210px;\n  }\n\n  .stb-4n__detail-image img{\n    width:100%;\n    height:auto;\n\n    max-height:240px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-4n__size{\n    padding:18px;\n  }\n\n  .stb-4n__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-4n__size-image{\n    max-width:225px;\n  }\n\n  .stb-4n__size-image img{\n    width:100%;\n    height:auto;\n\n    max-height:285px;\n\n    object-fit:contain;\n  }\n\n  .stb-4n__size-copy{\n    text-align:center;\n  }\n\n  .stb-4n__places{\n    justify-content:center;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-4n__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-4n__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-4n__spec-name{\n    font-size:11px;\n  }\n\n  .stb-4n__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-4n__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-4n__lightbox{\n    padding:14px;\n  }\n\n  .stb-4n__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-4n__shipping{\n    padding:18px;\n  }\n\n  .stb-4n__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-4n\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-4n__intro\"\u003e\n\u003cp class=\"stb-4n__eyebrow\"\u003eAkari 4N · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eSlim Washi Light for Smaller Table Surfaces\u003c\/h2\u003e\n\u003cp\u003eAt only 8.7\" across and 19.7\" tall, the 4N brings vertical presence without taking over the table. Washi paper keeps the light soft, while the black iron structure gives the narrow form a grounded feel.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-4n__facts\"\u003e\n\u003cdiv class=\"stb-4n__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ8.7\" × H19.7\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__fact\"\u003e\n\u003csmall\u003eWeight\u003c\/small\u003e \u003cstrong\u003e11 lbs \/ 5 kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT \/ MATERIAL DETAIL\n       BEFORE SIZE DIAGRAM\n  ====================================================== --\u003e\n\u003csection id=\"stb-4n-detail-section\" class=\"stb-4n__detail\"\u003e\n\u003cdiv class=\"stb-4n__detail-image\"\u003e\u003ca href=\"#stb-4n-detail\" class=\"stb-4n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/4n-washi-paper-table-lamp-japandi-lighting_22.jpg?v=1778055223\" alt=\"Akari 4N Washi paper table lamp showing textured paper, slim frame and black metal legs\" loading=\"lazy\"\u003e \u003cspan class=\"stb-4n__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-4n__label\"\u003e Paper \u0026amp; Structure \u003c\/span\u003e\n\u003ch3\u003eWashi Paper over a Slim Iron Frame\u003c\/h3\u003e\n\u003cp\u003eThe off-white Washi surface keeps its natural texture visible even when unlit. Fine horizontal ribbing shapes the tapered body, while the black iron structure supports the lamp without adding visual bulk.\u003c\/p\u003e\n\u003cdiv class=\"stb-4n__detail-list\"\u003e\n\u003cdiv class=\"stb-4n__detail-item\"\u003eMulberry Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__detail-item\"\u003eBamboo ribbing\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__detail-item\"\u003eBlack iron frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-4n-detail\" href=\"#stb-4n-detail-section\" class=\"stb-4n__lightbox\"\u003e \u003cspan class=\"stb-4n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/4n-washi-paper-table-lamp-japandi-lighting_22.jpg?v=1778055223\" alt=\"Enlarged Akari 4N Washi paper and iron frame detail\"\u003e \u003cspan class=\"stb-4n__lightbox-title\"\u003e Akari 4N · Paper \u0026amp; Structure \u003c\/span\u003e \u003cspan class=\"stb-4n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRODUCT DIFFERENCE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-4n__signature\"\u003e\n\u003cdiv class=\"stb-4n__signature-icon\"\u003e↕\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e The narrow footprint is the practical advantage \u003c\/strong\u003e\n\u003cp\u003eAt only 8.7\" across, the 4N leaves more usable room for books, a phone or a water glass than a broad table-lamp shade, while still standing nearly 20\" tall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE — AFTER PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"stb-4n-size-section\" class=\"stb-4n__size\"\u003e\n\u003ch3 class=\"stb-4n__heading\"\u003eSize \u0026amp; Table Fit\u003c\/h3\u003e\n\u003cp class=\"stb-4n__section-copy\"\u003eCheck both the 8.7\" width and 19.7\" height. The narrow footprint suits smaller surfaces, but the taller profile gives the lamp more presence than a compact bedside light.\u003c\/p\u003e\n\u003cdiv class=\"stb-4n__size-inner\"\u003e\n\u003cdiv class=\"stb-4n__size-image\"\u003e\u003ca href=\"#stb-4n-size\" class=\"stb-4n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/4n-washi-paper-table-lamp-japandi-lighting_6.jpg?v=1777867374\" alt=\"Akari 4N dimension diagram showing 8.7 inch width and 19.7 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"stb-4n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__size-copy\"\u003e\n\u003cspan class=\"stb-4n__dimension\"\u003e Ø8.7\" × H19.7\" \u003c\/span\u003e \u003cspan class=\"stb-4n__metric\"\u003e Ø22 × H52cm \u003c\/span\u003e\n\u003cp\u003eBest where tabletop width matters more than height: a narrow nightstand, desk corner, sofa side table or console.\u003c\/p\u003e\n\u003cdiv class=\"stb-4n__places\"\u003e\n\u003cspan class=\"stb-4n__place\"\u003e Nightstand \u003c\/span\u003e \u003cspan class=\"stb-4n__place\"\u003e Desk \u003c\/span\u003e \u003cspan class=\"stb-4n__place\"\u003e Side Table \u003c\/span\u003e \u003cspan class=\"stb-4n__place\"\u003e Console \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-4n-size\" href=\"#stb-4n-size-section\" class=\"stb-4n__lightbox\"\u003e \u003cspan class=\"stb-4n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/4n-washi-paper-table-lamp-japandi-lighting_6.jpg?v=1777867374\" alt=\"Enlarged Akari 4N dimension diagram\"\u003e \u003cspan class=\"stb-4n__lightbox-title\"\u003e Akari 4N · Ø8.7\" × H19.7\" \u003c\/span\u003e \u003cspan class=\"stb-4n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + STABILITY\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-4n__utility\"\u003e\n\u003cdiv class=\"stb-4n__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft vertical ambient glow \u003c\/strong\u003e\n\u003cp\u003eWashi paper diffuses the bulb through the full height of the shade instead of producing a focused task beam. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__utility-card\"\u003e\n\u003csmall\u003e Stability \u0026amp; Use \u003c\/small\u003e \u003cstrong\u003e 11 lb structure · Plug-in \u003c\/strong\u003e\n\u003cp\u003eThe substantial iron structure gives the narrow lamp a grounded feel. A 59\" \/ 150cm cord with inline ON\/OFF switch keeps everyday use simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRACTICAL NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-4n__practical\"\u003e\n\u003cstrong\u003e Slim does not mean lightweight. \u003c\/strong\u003e\n\u003cp\u003eThe 4N weighs approximately 11 lbs \/ 5 kg. Use it on a firm, level nightstand, desk or console that can comfortably support the weight; avoid delicate, lightweight or unstable surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-4n__details\"\u003e\n\u003ch3 class=\"stb-4n__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-4n__spec-list\"\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eØ8.7\" × H19.7\" \/ Ø22 × H52cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eApprox. 11 lbs \/ 5 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eMulberry Washi paper · Bamboo ribbing · Black iron frame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eCompatible dimmable bulb + inline dimmer or smart bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec\"\u003e\n\u003cdiv class=\"stb-4n__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-4n__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-4n__faq\"\u003e\n\u003ch3 class=\"stb-4n__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 4N suitable for a narrow nightstand?\u003c\/summary\u003e\n\u003cp\u003eYes. Its 8.7\" width leaves more usable tabletop space than a broad-shade lamp. Because it weighs about 11 lbs, use it on a sturdy, level nightstand.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for reading?\u003c\/summary\u003e\n\u003cp\u003eThe 4N is primarily an ambient lamp. Washi paper creates soft diffused light rather than a concentrated beam. For detailed bedside reading, pair it with a directional reading light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the brightness be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, when used with a compatible dimmable E26\/E27 bulb and a suitable inline dimmer or smart-bulb solution. The standard cord switch itself is ON\/OFF.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry soft cloth or feather duster. Do not wet-clean, steam or spray the paper with cleaners. Wipe the iron structure separately with a dry cloth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-4n__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-4n__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia8.7″ x H 19.7″ \/ US Plug","offer_id":52156959916315,"sku":"STB-NG-4N","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia8.7″ x H 19.7″ \/ UK Plug","offer_id":52156959949083,"sku":"STB-NG-4N","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia8.7″ x H 19.7″ \/ AU Plug","offer_id":52156959981851,"sku":"STB-NG-4N","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Dia8.7″ x H 19.7″ \/ EU Plug","offer_id":52156960014619,"sku":"STB-NG-4N","price":245.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-4n-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781309791"},{"product_id":"akari-22n-washi-paper-vertical-egg-statement-table-lamp","title":"Akari 22N Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 22N\n   VERTICAL EGG WASHI PAPER TABLE LAMP\n========================================================= *\/\n\n.stb-22n{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --gold:#C8A96E;\n  --gold-deep:#96713A;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  margin:0 auto;\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.65;\n\n  color:var(--brown);\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-22n *{\n  box-sizing:border-box;\n}\n\n.stb-22n h2,\n.stb-22n h3,\n.stb-22n p{\n  margin-top:0;\n}\n\n.stb-22n h2,\n.stb-22n h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  color:var(--dark);\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-22n__intro{\n  position:relative;\n  margin-bottom:24px;\n  padding:22px 24px;\n\n  overflow:hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFDF8 0%,\n      #F6EDE0 62%,\n      #E5D0AE 100%\n    );\n\n  border-radius:10px;\n}\n\n.stb-22n__intro:before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n\n  width:4px;\n\n  background:var(--gold);\n}\n\n.stb-22n__eyebrow{\n  margin:0 0 8px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.17em;\n  text-transform:uppercase;\n}\n\n.stb-22n__intro h2{\n  max-width:680px;\n\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-22n__intro p{\n  max-width:690px;\n\n  margin:0;\n\n  color:#604D3A;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-22n__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n}\n\n.stb-22n__fact{\n  padding:15px 11px;\n\n  background:var(--ivory);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-22n__fact:nth-child(2){\n  background:#E9DCC7;\n}\n\n.stb-22n__fact:nth-child(3){\n  background:#F5ECDF;\n}\n\n.stb-22n__fact:nth-child(4){\n  background:#2A1B0F;\n}\n\n.stb-22n__fact:last-child{\n  border-right:0;\n}\n\n.stb-22n__fact small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#91795E;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-22n__fact:nth-child(4) small{\n  color:#B99A65;\n}\n\n.stb-22n__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-22n__fact:nth-child(4) strong{\n  color:#F5EDD8;\n}\n\n\n\/* =========================================================\n   IMAGE SYSTEM — NEVER CROP\n========================================================= *\/\n\n.stb-22n__image-link{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  padding:8px;\n\n  overflow:hidden;\n\n  background:#FAF5EB;\n\n  border:1px solid #D6C6AC;\n  border-radius:8px;\n\n  text-decoration:none;\n}\n\n.stb-22n__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n  height:auto;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  transition:transform .25s ease;\n}\n\n.stb-22n__image-link:hover img{\n  transform:scale(1.015);\n}\n\n.stb-22n__zoom{\n  position:absolute;\n\n  right:8px;\n  bottom:8px;\n\n  padding:5px 8px;\n\n  background:rgba(28,18,9,.82);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:9px;\n  font-weight:500;\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL — BEFORE SIZE\n========================================================= *\/\n\n.stb-22n__detail{\n  display:grid;\n  grid-template-columns:235px 1fr;\n\n  gap:29px;\n  align-items:center;\n\n  margin-bottom:34px;\n  padding:23px;\n\n  background:#E9DCC7;\n\n  border-radius:11px;\n}\n\n.stb-22n__detail-image{\n  width:100%;\n  max-width:235px;\n\n  margin:0 auto;\n}\n\n.stb-22n__detail-image img{\n  width:100%;\n  max-width:100%;\n  height:auto;\n\n  max-height:270px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-22n__label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:4px 7px;\n\n  background:rgba(200,169,110,.18);\n\n  border-radius:3px;\n\n  color:#80602F;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n}\n\n.stb-22n__detail h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-22n__detail p{\n  margin:0 0 11px;\n\n  color:#5B4735;\n\n  font-size:13.5px;\n}\n\n.stb-22n__detail-list{\n  display:grid;\n  gap:6px;\n}\n\n.stb-22n__detail-item{\n  display:flex;\n  gap:8px;\n\n  color:#624B36;\n\n  font-size:12px;\n}\n\n.stb-22n__detail-item:before{\n  content:\"—\";\n\n  color:#9B753B;\n}\n\n\n\/* =========================================================\n   SIGNATURE SHAPE\n========================================================= *\/\n\n.stb-22n__signature{\n  display:grid;\n  grid-template-columns:auto 1fr;\n\n  gap:15px;\n  align-items:center;\n\n  margin-bottom:34px;\n  padding:18px 20px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #4A3218 0%,\n      #26180C 100%\n    );\n\n  border-left:4px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-22n__signature-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:38px;\n  height:38px;\n\n  background:rgba(200,169,110,.1);\n\n  border:1px solid rgba(200,169,110,.4);\n  border-radius:50%;\n\n  color:var(--gold);\n\n  font-family:\"Cormorant Garamond\",serif;\n  font-size:20px;\n}\n\n.stb-22n__signature strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#F5EDD8;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-22n__signature p{\n  margin:0;\n\n  color:#D9CEBA;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-22n__size{\n  margin-bottom:34px;\n  padding:23px;\n\n  background:#FFFDF8;\n\n  border:1px solid #E5D8C5;\n  border-radius:10px;\n}\n\n.stb-22n__heading{\n  margin:0 0 7px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-22n__section-copy{\n  max-width:650px;\n\n  margin:0 0 17px;\n\n  color:#74604B;\n\n  font-size:12.5px;\n}\n\n.stb-22n__size-inner{\n  display:grid;\n  grid-template-columns:245px 1fr;\n\n  gap:30px;\n  align-items:center;\n}\n\n.stb-22n__size-image{\n  width:100%;\n  max-width:245px;\n\n  margin:0 auto;\n}\n\n.stb-22n__size-image img{\n  width:100%;\n  max-width:100%;\n\n  height:auto;\n  max-height:315px;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-22n__dimension{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  color:var(--dark);\n\n  font-size:29px;\n  line-height:1.08;\n  font-weight:500;\n}\n\n.stb-22n__metric{\n  display:block;\n\n  margin-bottom:11px;\n\n  color:#9C7A47;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-22n__size-copy p{\n  margin:0 0 13px;\n\n  color:#5D4937;\n\n  font-size:13px;\n}\n\n.stb-22n__places{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-22n__place{\n  padding:5px 9px;\n\n  background:#F1E5D2;\n\n  border:1px solid #DAC9AE;\n  border-radius:20px;\n\n  color:#604932;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   LIGHT \/ WEIGHT\n========================================================= *\/\n\n.stb-22n__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid #D9C8AA;\n  border-radius:10px;\n}\n\n.stb-22n__utility-card{\n  padding:19px 20px;\n}\n\n.stb-22n__utility-card:first-child{\n  background:#D8C3A0;\n}\n\n.stb-22n__utility-card:last-child{\n  background:#1C1209;\n}\n\n.stb-22n__utility-card small{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-22n__utility-card:first-child small{\n  color:#705026;\n}\n\n.stb-22n__utility-card:last-child small{\n  color:var(--gold);\n}\n\n.stb-22n__utility-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-22n__utility-card:first-child strong{\n  color:#291A0E;\n}\n\n.stb-22n__utility-card:last-child strong{\n  color:#F5EDD8;\n}\n\n.stb-22n__utility-card p{\n  margin:0;\n\n  font-size:11.8px;\n  line-height:1.55;\n}\n\n.stb-22n__utility-card:first-child p{\n  color:#574028;\n}\n\n.stb-22n__utility-card:last-child p{\n  color:#D8CEBC;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-22n__placement{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:8px;\n\n  margin-bottom:34px;\n}\n\n.stb-22n__placement-item{\n  padding:12px 8px;\n\n  background:#F2E8D8;\n\n  border:1px solid #E0D2BD;\n  border-radius:7px;\n\n  color:#584330;\n\n  font-size:10.5px;\n  font-weight:500;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   PRACTICAL NOTE\n========================================================= *\/\n\n.stb-22n__practical{\n  margin-bottom:34px;\n  padding:16px 18px;\n\n  background:#F8F2E8;\n\n  border-left:3px solid #C8A96E;\n  border-radius:7px;\n}\n\n.stb-22n__practical strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#281A0E;\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-22n__practical p{\n  margin:0;\n\n  color:#66513D;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-22n__details{\n  margin-bottom:34px;\n}\n\n.stb-22n__spec-list{\n  overflow:hidden;\n\n  border:1px solid #E2D6C4;\n  border-radius:8px;\n}\n\n.stb-22n__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:10px 12px;\n\n  border-bottom:1px solid #E7DDCC;\n}\n\n.stb-22n__spec:nth-child(odd){\n  background:#FFFDF8;\n}\n\n.stb-22n__spec:nth-child(even){\n  background:#F7F0E4;\n}\n\n.stb-22n__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-22n__spec-name{\n  padding-right:14px;\n\n  color:#89745D;\n\n  font-size:11.5px;\n}\n\n.stb-22n__spec-value{\n  color:#24170D;\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-22n__faq{\n  margin-bottom:30px;\n  padding:20px 22px;\n\n  background:#F0E4D0;\n\n  border-radius:10px;\n}\n\n.stb-22n__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #D8C7AA;\n}\n\n.stb-22n__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-22n__faq summary{\n  position:relative;\n\n  padding-right:30px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:13.5px;\n  font-weight:500;\n}\n\n.stb-22n__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-22n__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-5px;\n  right:2px;\n\n  color:#9C763D;\n\n  font-family:\"Cormorant Garamond\",Georgia,serif;\n  font-size:24px;\n}\n\n.stb-22n__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-22n__faq details p{\n  margin:8px 0 0;\n\n  padding-right:20px;\n\n  color:#63503C;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-22n__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:24px;\n\n  background:rgba(20,14,9,.95);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.stb-22n__lightbox:target{\n  display:flex;\n}\n\n.stb-22n__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-22n__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:90vw;\n  max-height:78vh;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n\n  background:#F5EDD8;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.45);\n}\n\n.stb-22n__lightbox-title{\n  margin:10px 0 0 !important;\n\n  color:#D8C8A9 !important;\n\n  font-size:10px !important;\n  font-weight:500;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-22n__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99677 !important;\n\n  font-size:9px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-22n__shipping{\n  padding:21px 22px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #F5EDD8 0%,\n      #EADCC2 100%\n    );\n\n  border-top:3px solid var(--gold);\n  border-radius:9px;\n}\n\n.stb-22n__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-22n__shipping p{\n  margin:0 0 8px;\n\n  color:#5A4734;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-22n__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-22n__shipping strong{\n  color:#201309;\n  font-weight:600;\n}\n\n.stb-22n__shipping a{\n  color:#88652F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   FINAL NOTE\n========================================================= *\/\n\n.stb-22n__final-note{\n  max-width:720px;\n\n  margin:18px auto 0 !important;\n  padding:0 10px;\n\n  color:#89745D !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-22n{\n    width:100%;\n    max-width:100%;\n\n    font-size:13.5px;\n  }\n\n\n  .stb-22n__intro{\n    padding:18px;\n  }\n\n  .stb-22n__intro h2{\n    font-size:25px;\n    line-height:1.14;\n  }\n\n  .stb-22n__heading{\n    font-size:21px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-22n__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-22n__fact{\n    padding:13px 9px;\n  }\n\n  .stb-22n__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-22n__fact:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-22n__detail{\n    grid-template-columns:1fr;\n\n    gap:16px;\n\n    padding:18px;\n  }\n\n  .stb-22n__detail-image{\n    max-width:220px;\n  }\n\n  .stb-22n__detail-image img{\n    width:100%;\n    height:auto;\n\n    max-height:250px;\n\n    object-fit:contain;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-22n__size{\n    padding:18px;\n  }\n\n  .stb-22n__size-inner{\n    grid-template-columns:1fr;\n\n    gap:17px;\n  }\n\n  .stb-22n__size-image{\n    max-width:225px;\n  }\n\n  .stb-22n__size-image img{\n    width:100%;\n    height:auto;\n\n    max-height:285px;\n\n    object-fit:contain;\n  }\n\n  .stb-22n__size-copy{\n    text-align:center;\n  }\n\n  .stb-22n__places{\n    justify-content:center;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-22n__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* PLACEMENT *\/\n\n  .stb-22n__placement{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-22n__spec{\n    grid-template-columns:38% 62%;\n\n    padding:9px 10px;\n  }\n\n  .stb-22n__spec-name{\n    font-size:11px;\n  }\n\n  .stb-22n__spec-value{\n    font-size:12px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-22n__faq{\n    padding:18px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-22n__lightbox{\n    padding:14px;\n  }\n\n  .stb-22n__lightbox img{\n    width:auto;\n    height:auto;\n\n    max-width:94vw;\n    max-height:74vh;\n\n    object-fit:contain;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-22n__shipping{\n    padding:18px;\n  }\n\n  .stb-22n__shipping p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-22n\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-22n__intro\"\u003e\n\u003cp class=\"stb-22n__eyebrow\"\u003eAkari 22N · Washi Paper\u003c\/p\u003e\n\u003ch2\u003eA Larger Table Lamp with a Softer Vertical Shape\u003c\/h2\u003e\n\u003cp\u003eThe 22N pairs a tall egg-shaped Washi shade with a substantial metal foundation. At 24.4\" high, it has more presence than a compact bedside lamp while keeping the light soft and comfortable.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-22n__facts\"\u003e\n\u003cdiv class=\"stb-22n__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ16.5\" × H24.4\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__fact\"\u003e\n\u003csmall\u003eWeight\u003c\/small\u003e \u003cstrong\u003e11 lbs \/ 5 kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In · Inline Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT \/ DETAIL IMAGE\n       ALWAYS BEFORE DIMENSION\n  ====================================================== --\u003e\n\u003csection id=\"stb-22n-detail-section\" class=\"stb-22n__detail\"\u003e\n\u003cdiv class=\"stb-22n__detail-image\"\u003e\u003ca href=\"#stb-22n-detail\" class=\"stb-22n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/22n-washi-paper-table-lamp-warm-lighting-27.jpg?v=1782559366\" alt=\"Akari 22N Washi paper vertical egg table lamp detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-22n__zoom\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-22n__label\"\u003e Paper \u0026amp; Form \u003c\/span\u003e\n\u003ch3\u003eWashi Paper Shaped by Bamboo Ribbing\u003c\/h3\u003e\n\u003cp\u003eThin bamboo ribs form the tall egg silhouette beneath the off-white Washi paper. The visible rib pattern gives the shade structure while the paper softens direct bulb glare into an even warm glow.\u003c\/p\u003e\n\u003cdiv class=\"stb-22n__detail-list\"\u003e\n\u003cdiv class=\"stb-22n__detail-item\"\u003eHand-cut Washi paper\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__detail-item\"\u003eBamboo ribbing\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__detail-item\"\u003eSolid metal foundation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-22n-detail\" href=\"#stb-22n-detail-section\" class=\"stb-22n__lightbox\"\u003e \u003cspan class=\"stb-22n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/22n-washi-paper-table-lamp-warm-lighting-27.jpg?v=1782559366\" alt=\"Enlarged Akari 22N Washi paper and bamboo ribbing detail\"\u003e \u003cspan class=\"stb-22n__lightbox-title\"\u003e Akari 22N · Washi \u0026amp; Bamboo Detail \u003c\/span\u003e \u003cspan class=\"stb-22n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRODUCT DIFFERENCE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-22n__signature\"\u003e\n\u003cdiv class=\"stb-22n__signature-icon\"\u003e◯\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Bigger than a typical bedside lamp \u003c\/strong\u003e\n\u003cp\u003eThe 24.4\" height and 16.5\" width give the 22N real visual weight. It works best when you want the lamp to be part of the room's composition, not disappear into a small nightstand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SIZE — AFTER DETAIL IMAGE\n  ====================================================== --\u003e\n\u003csection id=\"stb-22n-size-section\" class=\"stb-22n__size\"\u003e\n\u003ch3 class=\"stb-22n__heading\"\u003eSize \u0026amp; Surface Fit\u003c\/h3\u003e\n\u003cp class=\"stb-22n__section-copy\"\u003eThis is a generously sized table lamp. Check the full 16.5\" width before placing it on a nightstand or compact side table.\u003c\/p\u003e\n\u003cdiv class=\"stb-22n__size-inner\"\u003e\n\u003cdiv class=\"stb-22n__size-image\"\u003e\u003ca href=\"#stb-22n-size\" class=\"stb-22n__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/22n-washi-paper-table-lamp-warm-lighting_2.jpg?v=1777878750\" alt=\"Akari 22N dimensions, 16.5 inches wide by 24.4 inches high\" loading=\"lazy\"\u003e \u003cspan class=\"stb-22n__zoom\"\u003e View Size ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__size-copy\"\u003e\n\u003cspan class=\"stb-22n__dimension\"\u003e Ø16.5\" × H24.4\" \u003c\/span\u003e \u003cspan class=\"stb-22n__metric\"\u003e Ø42 × H62cm \u003c\/span\u003e\n\u003cp\u003eBest on a substantial side table, console, sideboard or media unit where the larger egg-shaped shade has enough surrounding space.\u003c\/p\u003e\n\u003cdiv class=\"stb-22n__places\"\u003e\n\u003cspan class=\"stb-22n__place\"\u003e Sideboard \u003c\/span\u003e \u003cspan class=\"stb-22n__place\"\u003e Media Console \u003c\/span\u003e \u003cspan class=\"stb-22n__place\"\u003e Side Table \u003c\/span\u003e \u003cspan class=\"stb-22n__place\"\u003e Entry Console \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"stb-22n-size\" href=\"#stb-22n-size-section\" class=\"stb-22n__lightbox\"\u003e \u003cspan class=\"stb-22n__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/22n-washi-paper-table-lamp-warm-lighting_2.jpg?v=1777878750\" alt=\"Enlarged Akari 22N dimension diagram\"\u003e \u003cspan class=\"stb-22n__lightbox-title\"\u003e Akari 22N · Ø16.5\" × H24.4\" \u003c\/span\u003e \u003cspan class=\"stb-22n__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + WEIGHT\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-22n__utility\"\u003e\n\u003cdiv class=\"stb-22n__utility-card\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft ambient glow across a larger shade \u003c\/strong\u003e\n\u003cp\u003eThe Washi surface diffuses the bulb around the tall egg form rather than producing a focused beam. A 3000K warm-white bulb is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__utility-card\"\u003e\n\u003csmall\u003e Stability \u0026amp; Use \u003c\/small\u003e \u003cstrong\u003e 11 lb base · Plug-in \u003c\/strong\u003e\n\u003cp\u003eThe substantial metal foundation helps the larger shade stay planted on a sturdy surface. A 59\" \/ 150cm cord includes an inline ON\/OFF switch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       BEST PLACEMENT\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-22n__placement\"\u003e\n\u003cdiv class=\"stb-22n__placement-item\"\u003eMedia Console\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__placement-item\"\u003eSideboard\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__placement-item\"\u003eLarge Side Table\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__placement-item\"\u003eEntryway\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRACTICAL NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-22n__practical\"\u003e\n\u003cstrong\u003e Give the 22N a substantial surface. \u003c\/strong\u003e\n\u003cp\u003eAt approximately 11 lbs with a 16.5\" wide shade, this is not a lightweight mini table lamp. Use a firm, level table, console or sideboard and avoid narrow, delicate or unstable furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-22n__details\"\u003e\n\u003ch3 class=\"stb-22n__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-22n__spec-list\"\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eØ16.5\" × H24.4\" \/ Ø42 × H62cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eApprox. 11 lbs \/ 5 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eWashi paper · Bamboo ribbing · Metal foundation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eBulb Base\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eE26 \/ E27\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eBulb Included\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eYes · 3000K warm white\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eMax Wattage\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003e40W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eVoltage\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eAC 110–240V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eDimming\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eCompatible dimmable bulb + inline dimmer or smart bulb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003e59\" \/ 150cm · Extension available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eControl\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eInline ON\/OFF button switch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eInstallation\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003ePlug-in · No hardwiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec\"\u003e\n\u003cdiv class=\"stb-22n__spec-name\"\u003eEnvironment\u003c\/div\u003e\n\u003cdiv class=\"stb-22n__spec-value\"\u003eIndoor dry locations · IP20\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-22n__faq\"\u003e\n\u003ch3 class=\"stb-22n__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 22N too large for a bedside table?\u003c\/summary\u003e\n\u003cp\u003eIt depends on the furniture. At 16.5\" wide and 24.4\" tall, the 22N is considerably larger than a compact bedside lamp. It works best on a generous nightstand or secondary bedroom surface where it has room around it.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 11 lb weight a problem?\u003c\/summary\u003e\n\u003cp\u003eNot on a sturdy household table, sideboard or console. The weight helps stabilize the larger shade. Avoid lightweight folding tables, narrow plant stands or delicate shelving.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 22N suitable for reading?\u003c\/summary\u003e\n\u003cp\u003eIt is primarily an ambient lamp. Washi paper creates comfortable diffused light rather than a concentrated reading beam. For detailed reading, pair it with a directional task light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the Washi shade?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber cloth, following the ribbing rather than rubbing hard across it. Do not use water, steam or cleaning sprays.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-22n__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-22n__final-note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia16.5″ x H 24.4″ \/ US plug","offer_id":52157073785115,"sku":"STB-NG-22N","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia16.5″ x H 24.4″ \/ UK plug","offer_id":52157073817883,"sku":"STB-NG-22N","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia16.5″ x H 24.4″ \/ AU plug","offer_id":52157073850651,"sku":"STB-NG-22N","price":225.0,"currency_code":"USD","in_stock":true},{"title":"Dia16.5″ x H 24.4″ \/ EU plug","offer_id":52157073883419,"sku":"STB-NG-22N","price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-22n-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781311043"},{"product_id":"akari-uf4-31n-washi-paper-floor-lamp","title":"Akari UF4-31N Washi Paper Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI UF4-31N\n   TALL FORM \/ VERTICAL PROFILE\n   COMPACT EDITORIAL · SMALL IMAGES · DAWN SAFE\n========================================================= *\/\n\n.stb-uf431{\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n\n  --brown:#4A3218;\n  --dark:#1C1209;\n  --dark2:#2A1B0F;\n\n  --gold:#C8A96E;\n  --gold-dark:#92703D;\n\n  --paper:#F0EEE6;\n  --sage:#DDE1D8;\n  --clay:#D9C1A9;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n  margin:0 auto;\n  overflow:hidden;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-uf431 *,\n.stb-uf431 *::before,\n.stb-uf431 *::after{\n  box-sizing:border-box;\n}\n\n.stb-uf431 h2,\n.stb-uf431 h3,\n.stb-uf431 p{\n  margin-top:0;\n}\n\n.stb-uf431 h2,\n.stb-uf431 h3{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n  color:var(--dark);\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-uf431 img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n\n  height:auto !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-uf431 a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OPENING — TALL FORM PROFILE\n========================================================= *\/\n\n.uf431-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,175px);\n\n  gap:38px;\n  align-items:stretch;\n\n  margin-bottom:23px;\n}\n\n.uf431-open__copy{\n  min-width:0;\n\n  padding:5px 0 18px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.uf431-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-dark);\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.18em;\n  text-transform:uppercase;\n}\n\n.uf431-open h2{\n  max-width:570px;\n\n  margin:0 0 9px;\n\n  font-size:35px;\n  line-height:1.02;\n}\n\n.uf431-open__copy \u003e p{\n  max-width:555px;\n\n  margin:0;\n\n  color:#66513E;\n\n  font-size:12.4px;\n}\n\n.uf431-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:12px;\n}\n\n.uf431-tags span{\n  padding:4px 8px;\n\n  border-radius:25px;\n\n  font-size:8.5px;\n  font-weight:500;\n}\n\n.uf431-tags span:nth-child(1){\n  background:#EEE6D9;\n  color:#725A3E;\n}\n\n.uf431-tags span:nth-child(2){\n  background:#DDE1D8;\n  color:#51594F;\n}\n\n.uf431-tags span:nth-child(3){\n  background:#D9C1A9;\n  color:#583B29;\n}\n\n\n\/* HEIGHT INDEX *\/\n\n.uf431-height{\n  display:flex;\n  flex-direction:column;\n  justify-content:space-between;\n\n  min-width:0;\n\n  padding:16px;\n\n  background:#1C1209;\n\n  border-radius:8px;\n}\n\n.uf431-height small{\n  color:#C8A96E;\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.uf431-height__number{\n  padding:20px 0;\n}\n\n.uf431-height__number strong{\n  display:block;\n\n  color:#F5EDD8;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:45px;\n  line-height:.92;\n\n  font-weight:500;\n}\n\n.uf431-height__number span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#BFAF9C;\n\n  font-size:8.5px;\n}\n\n.uf431-height__foot{\n  padding-top:9px;\n\n  border-top:1px solid rgba(255,255,255,.11);\n\n  color:#C8BCAA;\n\n  font-size:8.5px;\n}\n\n\n\/* =========================================================\n   BEFORE YOU CHOOSE\n========================================================= *\/\n\n.uf431-check{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:1px;\n\n  margin-bottom:25px;\n\n  overflow:hidden;\n\n  background:#CABDAA;\n\n  border-radius:7px;\n}\n\n.uf431-check__item{\n  min-width:0;\n\n  padding:12px 13px;\n}\n\n.uf431-check__item:nth-child(1){\n  background:#FFFDF8;\n}\n\n.uf431-check__item:nth-child(2){\n  background:#E9DDC5;\n}\n\n.uf431-check__item:nth-child(3){\n  background:#DDE1D8;\n}\n\n.uf431-check__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#8A755D;\n\n  font-size:7px;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.uf431-check__item strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:9.6px;\n  font-weight:600;\n}\n\n.uf431-check__item span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#725E4A;\n\n  font-size:8px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   PAPER + FRAME\n   SMALL REAL DETAIL IMAGE\n========================================================= *\/\n\n.uf431-craft{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:26px;\n  align-items:center;\n\n  margin-bottom:26px;\n  padding:14px 16px;\n\n  background:#F0EEE6;\n\n  border-left:4px solid var(--gold);\n}\n\n.uf431-craft__image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#FFFDF8;\n\n  border-radius:5px;\n}\n\n.uf431-craft__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.uf431-craft__image img{\n  max-height:165px !important;\n}\n\n.uf431-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:3px 6px;\n\n  background:rgba(28,18,9,.82);\n\n  border-radius:18px;\n\n  color:#FFF8EC;\n\n  font-size:7px;\n\n  pointer-events:none;\n}\n\n.uf431-craft__copy{\n  min-width:0;\n}\n\n.uf431-craft__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.uf431-craft__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n  line-height:1.1;\n}\n\n.uf431-craft__copy p{\n  margin:0 0 7px;\n\n  color:#65513E;\n\n  font-size:10.5px;\n}\n\n.uf431-craft__copy p:last-child{\n  margin-bottom:0;\n}\n\n.uf431-craft__mini{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:9px;\n}\n\n.uf431-craft__mini span{\n  padding:4px 7px;\n\n  border:1px solid #D7CBBB;\n  border-radius:20px;\n\n  color:#66513D;\n\n  font-size:7.8px;\n}\n\n\n\/* =========================================================\n   SCALE — SIZE DRAWING + PRACTICAL CHECK\n========================================================= *\/\n\n.uf431-scale{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:27px;\n  align-items:center;\n\n  width:calc(100% - 55px);\n  min-width:0;\n\n  margin:0 0 26px 55px;\n}\n\n.uf431-scale__image{\n  width:155px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:#E5E8E5;\n\n  border-radius:6px;\n}\n\n.uf431-scale__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.uf431-scale__image img{\n  max-height:150px !important;\n}\n\n.uf431-scale__content{\n  min-width:0;\n}\n\n.uf431-scale__content small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.5px;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.uf431-scale__content h3{\n  margin:0 0 6px;\n\n  font-size:22px;\n}\n\n.uf431-scale__content \u003e p{\n  margin:0 0 9px;\n\n  color:#65513E;\n\n  font-size:10.4px;\n}\n\n.uf431-scale__rows{\n  border-top:1px solid var(--line);\n}\n\n.uf431-scale__row{\n  display:grid;\n  grid-template-columns:minmax(0,115px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.uf431-scale__row strong{\n  color:#281A0E;\n\n  font-size:9.4px;\n  font-weight:600;\n}\n\n.uf431-scale__row span{\n  color:#715D49;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   LIGHT \/ CONTROL\n========================================================= *\/\n\n.uf431-light{\n  display:grid;\n  grid-template-columns:minmax(0,195px) minmax(0,1fr);\n\n  gap:0;\n\n  margin-bottom:26px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.uf431-light__lead{\n  min-width:0;\n\n  padding:16px 17px;\n\n  background:#1C1209;\n}\n\n.uf431-light__lead small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n\n  font-size:7.4px;\n  font-weight:600;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.uf431-light__lead h3{\n  margin:0 0 4px;\n\n  color:#F5EDD8;\n\n  font-size:20px;\n}\n\n.uf431-light__lead p{\n  margin:0;\n\n  color:#C8BCAB;\n\n  font-size:9.5px;\n}\n\n.uf431-light__data{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  min-width:0;\n}\n\n.uf431-light__cell{\n  min-width:0;\n\n  padding:12px 13px;\n\n  border-right:1px solid rgba(90,70,50,.1);\n  border-bottom:1px solid rgba(90,70,50,.1);\n}\n\n.uf431-light__cell:nth-child(1){\n  background:#F0DBAF;\n}\n\n.uf431-light__cell:nth-child(2){\n  background:#F4F1E8;\n}\n\n.uf431-light__cell:nth-child(3){\n  background:#DDE1D8;\n}\n\n.uf431-light__cell:nth-child(4){\n  background:#D9C1A9;\n}\n\n.uf431-light__cell small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#806B52;\n\n  font-size:6.8px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.uf431-light__cell strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:9.4px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   AMBIENT LIGHT NOTE\n========================================================= *\/\n\n.uf431-use{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:25px;\n\n  margin-bottom:25px;\n}\n\n.uf431-use__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.4px;\n  font-weight:600;\n\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.uf431-use__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.12;\n}\n\n.uf431-use__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.uf431-use__row{\n  display:grid;\n  grid-template-columns:minmax(0,115px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.uf431-use__row strong{\n  color:#291A0E;\n\n  font-size:9.6px;\n  font-weight:600;\n}\n\n.uf431-use__row p{\n  margin:0;\n\n  color:#67523F;\n\n  font-size:9.7px;\n}\n\n\n\/* =========================================================\n   CARE STRIP\n========================================================= *\/\n\n.uf431-care{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:12px;\n  align-items:center;\n\n  margin-bottom:25px;\n  padding:11px 13px;\n\n  background:#2A1B0F;\n\n  border-radius:6px;\n}\n\n.uf431-care__mark{\n  padding:5px 7px;\n\n  border:1px solid #C8A96E;\n  border-radius:20px;\n\n  color:#C8A96E;\n\n  font-size:7px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.uf431-care strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#F5EDD8;\n\n  font-size:9.5px;\n  font-weight:600;\n}\n\n.uf431-care span{\n  display:block;\n\n  color:#BFB3A3;\n\n  font-size:8.6px;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.uf431-specs{\n  margin-bottom:25px;\n}\n\n.uf431-specs__head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:6px;\n}\n\n.uf431-specs__head h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.uf431-specs__head span{\n  color:#90775D;\n\n  font-size:8.3px;\n}\n\n.uf431-specs__grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  column-gap:30px;\n}\n\n.uf431-spec{\n  display:grid;\n  grid-template-columns:minmax(0,39%) minmax(0,61%);\n\n  gap:8px;\n\n  padding:6px 0;\n\n  border-bottom:1px solid #E5DACB;\n}\n\n.uf431-spec span:first-child{\n  color:#89745D;\n\n  font-size:9.5px;\n}\n\n.uf431-spec span:last-child{\n  min-width:0;\n\n  color:#27190D;\n\n  font-size:10.3px;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.uf431-faq{\n  margin-bottom:25px;\n}\n\n.uf431-faq h3{\n  margin:0 0 3px;\n\n  font-size:20px;\n}\n\n.uf431-faq details{\n  padding:9px 0;\n\n  border-bottom:1px solid #E0D3C0;\n}\n\n.uf431-faq summary{\n  position:relative;\n\n  padding-right:27px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#281A0E;\n\n  font-size:11.1px;\n  font-weight:500;\n}\n\n.uf431-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.uf431-faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:2px;\n  top:-4px;\n\n  color:#99733C;\n\n  font-family:\"Cormorant Garamond\",serif;\n\n  font-size:21px;\n}\n\n.uf431-faq details[open] summary::after{\n  content:\"−\";\n}\n\n.uf431-faq p{\n  margin:6px 0 0;\n\n  color:#67513D;\n\n  font-size:10.2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.uf431-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:18px;\n\n  background:rgba(15,12,10,.96);\n\n  cursor:zoom-out;\n\n  text-decoration:none;\n}\n\n.uf431-lightbox:target{\n  display:flex;\n}\n\n.uf431-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.uf431-lightbox img{\n  width:auto !important;\n  max-width:92vw !important;\n\n  height:auto !important;\n  max-height:80vh !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n}\n\n.uf431-lightbox__text{\n  margin-top:8px;\n\n  color:#D9C7A8;\n\n  font-size:8.5px;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.uf431-shipping{\n  padding:17px 19px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #F5EDD8 0%,\n      #F5EDD8 68%,\n      #D9C1A9 100%\n    );\n\n  border-left:4px solid #C8A96E;\n\n  border-radius:7px;\n}\n\n.uf431-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.uf431-shipping p{\n  margin:0 0 6px;\n\n  color:#594533;\n\n  font-size:11.3px;\n}\n\n.uf431-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.uf431-shipping strong{\n  color:#24170D;\n}\n\n.uf431-shipping a{\n  color:#80602F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n.uf431-final{\n  max-width:700px;\n\n  margin:14px auto 0 !important;\n  padding:0 8px;\n\n  color:#88735B !important;\n\n  font-size:9.8px !important;\n  line-height:1.55 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .uf431-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,130px);\n\n    gap:16px;\n  }\n\n  .uf431-open h2{\n    font-size:28px;\n  }\n\n  .uf431-height{\n    padding:13px;\n  }\n\n  .uf431-height__number strong{\n    font-size:37px;\n  }\n\n\n  .uf431-check{\n    grid-template-columns:1fr;\n  }\n\n\n  .uf431-craft{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:15px;\n\n    padding:12px;\n  }\n\n  .uf431-craft__image{\n    width:135px;\n  }\n\n  .uf431-craft__image img{\n    max-height:125px !important;\n  }\n\n\n  .uf431-scale{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    width:100%;\n\n    margin-left:0;\n\n    gap:16px;\n  }\n\n  .uf431-scale__image{\n    width:125px;\n  }\n\n  .uf431-scale__image img{\n    max-height:120px !important;\n  }\n\n\n  .uf431-light{\n    grid-template-columns:1fr;\n  }\n\n\n  .uf431-use{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n\n  .uf431-specs__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .uf431-shipping{\n    padding:16px;\n  }\n\n}\n\n\n@media screen and (max-width:480px){\n\n  .uf431-open{\n    grid-template-columns:1fr;\n  }\n\n  .uf431-height{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n\n    gap:12px;\n    align-items:center;\n  }\n\n  .uf431-height__number{\n    padding:0;\n  }\n\n  .uf431-height__number strong{\n    font-size:31px;\n  }\n\n  .uf431-height__foot{\n    padding:0 0 0 10px;\n\n    border-top:0;\n    border-left:1px solid rgba(255,255,255,.11);\n  }\n\n\n  .uf431-craft{\n    grid-template-columns:1fr;\n  }\n\n  .uf431-craft__image{\n    width:125px;\n\n    margin:0;\n  }\n\n\n  .uf431-scale{\n    grid-template-columns:1fr;\n  }\n\n  .uf431-scale__image{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .uf431-light__data{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-uf431\" id=\"uf431-root\"\u003e\n\u003c!-- =====================================================\n       OPENING\n  ====================================================== --\u003e\n\u003csection class=\"uf431-open\"\u003e\n\u003cdiv class=\"uf431-open__copy\"\u003e\n\u003cp class=\"uf431-kicker\"\u003eAkari UF4-31N · Washi Paper Floor Lamp\u003c\/p\u003e\n\u003ch2\u003e74.8 Inches Tall. Only 13 Inches Wide.\u003c\/h2\u003e\n\u003cp\u003eUF4-31N is designed for shoppers who want strong vertical presence without a bulky floor footprint. Its tall Washi paper column glows softly from within, while the slim black tripod keeps the base visually light.\u003c\/p\u003e\n\u003cdiv class=\"uf431-tags\"\u003e\n\u003cspan\u003e Ø13\" × H74.8\" \u003c\/span\u003e \u003cspan\u003e Handmade Washi \u003c\/span\u003e \u003cspan\u003e Plug-In \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-height\"\u003e\n\u003csmall\u003e Overall Height \u003c\/small\u003e\n\u003cdiv class=\"uf431-height__number\"\u003e\n\u003cstrong\u003e 74.8\" \u003c\/strong\u003e \u003cspan\u003e 190cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-height__foot\"\u003eTall architectural scale with a slim 13\" diameter.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BEFORE YOU CHOOSE\n  ====================================================== --\u003e\n\u003csection class=\"uf431-check\"\u003e\n\u003cdiv class=\"uf431-check__item\"\u003e\n\u003csmall\u003e Footprint \u003c\/small\u003e \u003cstrong\u003e Only 13\" Wide \u003c\/strong\u003e \u003cspan\u003e Tall presence without taking over the floor. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-check__item\"\u003e\n\u003csmall\u003e Best Ceiling Scale \u003c\/small\u003e \u003cstrong\u003e 9 ft+ Recommended \u003c\/strong\u003e \u003cspan\u003e Gives the 74.8\" form more breathing room above. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-check__item\"\u003e\n\u003csmall\u003e Light Type \u003c\/small\u003e \u003cstrong\u003e Ambient, Not Task \u003c\/strong\u003e \u003cspan\u003e Designed for soft room atmosphere rather than focused reading light. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL \/ REAL DETAIL\n  ====================================================== --\u003e\n\u003csection class=\"uf431-craft\"\u003e\n\u003cdiv class=\"uf431-craft__image\"\u003e\u003ca href=\"#uf431-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/uf4-31n-washi-paper-floor-lamp-75-inch_6.png?v=1777884616\" alt=\"Akari UF4-31N floor lamp close-up showing folded Washi paper texture and slender black tripod base\" loading=\"lazy\"\u003e \u003cspan class=\"uf431-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"uf431-craft__copy\"\u003e\n\u003csmall\u003e Real Material Detail \u003c\/small\u003e\n\u003ch3\u003eWashi Texture You Can See Even When the Lamp Is Off\u003c\/h3\u003e\n\u003cp\u003eThe off-white mulberry Washi is shaped around bamboo ribbing, creating visible folds and subtle surface variation rather than the perfectly uniform look of a synthetic shade.\u003c\/p\u003e\n\u003cp\u003eA slender black metal tripod supports the tall paper form without adding heavy visual bulk at floor level.\u003c\/p\u003e\n\u003cdiv class=\"uf431-craft__mini\"\u003e\n\u003cspan\u003e Mulberry Washi \u003c\/span\u003e \u003cspan\u003e Bamboo Ribbing \u003c\/span\u003e \u003cspan\u003e Black Metal Tripod \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SCALE \/ DIMENSION\n  ====================================================== --\u003e\n\u003csection class=\"uf431-scale\"\u003e\n\u003cdiv class=\"uf431-scale__image\"\u003e\u003ca href=\"#uf431-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/uf4-31n-washi-paper-floor-lamp-75-inch_2.jpg?v=1777884615\" alt=\"UF4-31N floor lamp dimension diagram showing 13 inch diameter and 74.8 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"uf431-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"uf431-scale__content\"\u003e\n\u003csmall\u003e Check the Scale Before Ordering \u003c\/small\u003e\n\u003ch3\u003eØ13\" × H74.8\"\u003c\/h3\u003e\n\u003cp\u003eØ33 × H190cm. This is a genuinely tall floor lamp, not a standard reading-lamp height.\u003c\/p\u003e\n\u003cdiv class=\"uf431-scale__rows\"\u003e\n\u003cdiv class=\"uf431-scale__row\"\u003e\n\u003cstrong\u003e 8 ft Ceiling \u003c\/strong\u003e \u003cspan\u003e It fits, but the lamp will sit visually closer to the ceiling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-scale__row\"\u003e\n\u003cstrong\u003e 9 ft+ Ceiling \u003c\/strong\u003e \u003cspan\u003e Gives the tall silhouette more balanced breathing room. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-scale__row\"\u003e\n\u003cstrong\u003e Floor Position \u003c\/strong\u003e \u003cspan\u003e Use on a stable, level surface away from busy walkways. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT \/ CONTROL\n  ====================================================== --\u003e\n\u003csection class=\"uf431-light\"\u003e\n\u003cdiv class=\"uf431-light__lead\"\u003e\n\u003csmall\u003e Light \u0026amp; Control \u003c\/small\u003e\n\u003ch3\u003ePlug In and Glow\u003c\/h3\u003e\n\u003cp\u003eNo hardwiring is required. A 3000K warm-white bulb is included, with simple inline control on the power cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-light__data\"\u003e\n\u003cdiv class=\"uf431-light__cell\"\u003e\n\u003csmall\u003e Included Bulb \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-light__cell\"\u003e\n\u003csmall\u003e Bulb Base \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-light__cell\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline ON\/OFF \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-light__cell\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"uf431-use\"\u003e\n\u003cdiv class=\"uf431-use__title\"\u003e\n\u003csmall\u003e In the Room \u003c\/small\u003e\n\u003ch3\u003eBest Used for Atmosphere\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-use__rows\"\u003e\n\u003cdiv class=\"uf431-use__row\"\u003e\n\u003cstrong\u003e Light Character \u003c\/strong\u003e\n\u003cp\u003eWashi diffuses the bulb into a broad, soft glow with no exposed point of light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-use__row\"\u003e\n\u003cstrong\u003e Best Placement \u003c\/strong\u003e\n\u003cp\u003eLiving-room corners, large bedrooms, entry spaces and other areas where vertical scale matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-use__row\"\u003e\n\u003cstrong\u003e Dimming \u003c\/strong\u003e\n\u003cp\u003eCompatible with a dimmable E26\/E27 bulb when used with an appropriate inline dimmer or smart-bulb setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"uf431-care\"\u003e\n\u003cdiv class=\"uf431-care__mark\"\u003eWashi Care\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Dry dust only. \u003c\/strong\u003e \u003cspan\u003e Use a feather duster or soft microfiber wand. Do not wet-clean, steam or spray the Washi paper. Keep away from humid areas and direct heat. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"uf431-specs\"\u003e\n\u003cdiv class=\"uf431-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Tall plug-in floor lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-specs__grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cspan\u003eØ13\" × H74.8\" \/ Ø33 × H190cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e \u003cspan\u003eApprox. 6.6lb \/ 3kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eMetal, Paper.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes · 3000K warm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cspan\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eCompatible with dimmable bulb + suitable dimming control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cspan\u003e59\" \/ 150cm · Custom extension available\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cspan\u003eInline ON\/OFF button switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003ePlug-in · No hardwiring required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uf431-spec\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cspan\u003eIndoor dry locations · IP20\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"uf431-faq\"\u003e\n\u003ch3\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the UF4-31N too tall for an 8-foot ceiling?\u003c\/summary\u003e\n\u003cp\u003eIt physically fits under an 8-foot ceiling, but at 74.8\" tall the lamp will sit relatively close to the ceiling. A 9-foot or higher ceiling gives its tall proportions more visual breathing room.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a good reading lamp?\u003c\/summary\u003e\n\u003cp\u003eUF4-31N is primarily an ambient floor lamp. The Washi shade spreads light softly through the paper rather than producing a concentrated task beam.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A 3000K warm-white E26\/E27 bulb is included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer power cord?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cord is approximately 59\" \/ 150cm, and a longer cord can be requested.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eGently remove dust with a feather duster or soft microfiber wand. Do not use water, damp cloths, steam or cleaning sprays on the paper.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"uf431-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cp class=\"uf431-final\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"uf431-detail-large\" href=\"#uf431-root\" class=\"uf431-lightbox\"\u003e \u003cspan class=\"uf431-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/uf4-31n-washi-paper-floor-lamp-75-inch_6.png?v=1777884616\" alt=\"Enlarged UF4-31N Washi paper and tripod detail\"\u003e \u003cspan class=\"uf431-lightbox__text\"\u003e Washi Paper \u0026amp; Tripod Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"uf431-size-large\" href=\"#uf431-root\" class=\"uf431-lightbox\"\u003e \u003cspan class=\"uf431-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/uf4-31n-washi-paper-floor-lamp-75-inch_2.jpg?v=1777884615\" alt=\"Enlarged UF4-31N floor lamp dimensions\"\u003e \u003cspan class=\"uf431-lightbox__text\"\u003e Ø13\" × H74.8\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia13″ x H 74.8″ \/ US Plug","offer_id":52157381542171,"sku":"STB-NG-UF4-31N","price":715.0,"currency_code":"USD","in_stock":true},{"title":"Dia13″ x H 74.8″ \/ UK Plug","offer_id":52157381574939,"sku":"STB-NG-UF4-31N","price":715.0,"currency_code":"USD","in_stock":true},{"title":"Dia13″ x H 74.8″ \/ AU Plug","offer_id":52157381607707,"sku":"STB-NG-UF4-31N","price":715.0,"currency_code":"USD","in_stock":true},{"title":"Dia13″ x H 74.8″ \/ EU Plug","offer_id":52157381640475,"sku":"STB-NG-UF4-31N","price":715.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-uf4-31n-floor-lamp-white-background-unlit-stuberlighting.jpg?v=1781311871"},{"product_id":"akari-vb-13t-washi-paper-table-lamp","title":"Akari VB-13T Washi Paper Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI VB-13T\n   OBJECT \/ SURFACE \/ STRUCTURE\n   COMPACT WASHI TABLE LAMP EDITORIAL\n   DAWN SAFE · CLICK TO ENLARGE\n========================================================= *\/\n\n.stb-vb13t{\n  --ivory:#FFFDF8;\n  --cream:#F5EDD8;\n  --sand:#E9DDC5;\n  --paper:#F1EEE7;\n  --sage:#DDE1D8;\n  --clay:#D9C2AB;\n\n  --brown:#4A3218;\n  --espresso:#1C1209;\n  --espresso2:#2A1B0F;\n\n  --gold:#C8A96E;\n  --gold-dark:#92703D;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n  margin:0 auto;\n  overflow:hidden;\n\n  color:var(--brown);\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-vb13t *,\n.stb-vb13t *::before,\n.stb-vb13t *::after{\n  box-sizing:border-box;\n}\n\n.stb-vb13t h2,\n.stb-vb13t h3,\n.stb-vb13t p{\n  margin-top:0;\n}\n\n.stb-vb13t h2,\n.stb-vb13t h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-vb13t img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n\n  height:auto !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-vb13t a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OPENING\n   TYPOGRAPHY FIRST — NO HERO IMAGE\n========================================================= *\/\n\n.vb13t-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,210px);\n\n  gap:38px;\n  align-items:end;\n\n  margin-bottom:22px;\n  padding:4px 2px 18px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.vb13t-open__copy{\n  min-width:0;\n}\n\n.vb13t-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-dark);\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.18em;\n  text-transform:uppercase;\n}\n\n.vb13t-open h2{\n  max-width:575px;\n\n  margin:0 0 8px;\n\n  font-size:35px;\n  line-height:1.02;\n}\n\n.vb13t-open__copy \u003e p{\n  max-width:565px;\n\n  margin:0;\n\n  color:#65513E;\n\n  font-size:12.2px;\n}\n\n\n\/* SCALE BLOCK *\/\n\n.vb13t-open__measure{\n  min-width:0;\n\n  padding-left:17px;\n\n  border-left:2px solid var(--gold);\n}\n\n.vb13t-open__measure small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#92785A;\n\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.vb13t-open__measure strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:27px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.vb13t-open__measure span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#79644E;\n\n  font-size:8.5px;\n}\n\n\n\/* =========================================================\n   THREE BUYING FACTS\n   HORIZONTAL LEDGER — NOT CARDS\n========================================================= *\/\n\n.vb13t-facts{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  margin-bottom:25px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.vb13t-fact{\n  min-width:0;\n\n  padding:10px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.vb13t-fact:last-child{\n  border-right:0;\n}\n\n.vb13t-fact:nth-child(2){\n  background:#F2E7D8;\n}\n\n.vb13t-fact:nth-child(3){\n  background:#DDE1D8;\n}\n\n.vb13t-fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#8B755D;\n\n  font-size:6.8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.vb13t-fact strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:9.6px;\n  font-weight:600;\n}\n\n.vb13t-fact span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#715D49;\n\n  font-size:8px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   STRUCTURE PROOF\n   USER-PROVIDED DETAIL IMAGE\n========================================================= *\/\n\n.vb13t-structure{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:26px;\n  align-items:center;\n\n  margin-bottom:26px;\n  padding:13px 15px;\n\n  background:#F1EEE7;\n\n  border-radius:7px;\n}\n\n.vb13t-structure__image{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:#FFFDF8;\n\n  border-radius:5px;\n}\n\n.vb13t-structure__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.vb13t-structure__image img{\n  max-height:160px !important;\n}\n\n.vb13t-zoom{\n  position:absolute;\n\n  right:5px;\n  bottom:5px;\n\n  padding:3px 6px;\n\n  background:rgba(28,18,9,.82);\n\n  border-radius:18px;\n\n  color:#FFF8EB;\n\n  font-size:7px;\n\n  pointer-events:none;\n}\n\n.vb13t-structure__copy{\n  min-width:0;\n}\n\n.vb13t-structure__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.4px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.vb13t-structure__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n  line-height:1.1;\n}\n\n.vb13t-structure__copy p{\n  margin:0 0 7px;\n\n  color:#65513E;\n\n  font-size:10.3px;\n}\n\n.vb13t-structure__copy p:last-child{\n  margin-bottom:0;\n}\n\n.vb13t-structure__labels{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:9px;\n}\n\n.vb13t-structure__labels span{\n  padding:4px 7px;\n\n  border:1px solid #D7CBBB;\n  border-radius:20px;\n\n  color:#64503D;\n\n  font-size:7.8px;\n}\n\n\n\/* =========================================================\n   FOOTPRINT\n   SHOPPER-SPECIFIC SURFACE FIT\n========================================================= *\/\n\n.vb13t-surface{\n  display:grid;\n  grid-template-columns:minmax(0,140px) minmax(0,1fr);\n\n  gap:27px;\n\n  width:calc(100% - 45px);\n  min-width:0;\n\n  margin:0 0 26px 45px;\n}\n\n.vb13t-surface__number{\n  min-width:0;\n\n  padding:14px 15px;\n\n  background:#1C1209;\n\n  border-radius:6px;\n}\n\n.vb13t-surface__number small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.vb13t-surface__number strong{\n  display:block;\n\n  color:#F5EDD8;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:31px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.vb13t-surface__number span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#BAAE9F;\n\n  font-size:8px;\n}\n\n.vb13t-surface__copy{\n  min-width:0;\n}\n\n.vb13t-surface__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.4px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.vb13t-surface__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n}\n\n.vb13t-surface__copy \u003e p{\n  margin:0 0 8px;\n\n  color:#65513D;\n\n  font-size:10.3px;\n}\n\n.vb13t-surface__rows{\n  border-top:1px solid var(--line);\n}\n\n.vb13t-surface__row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.vb13t-surface__row strong{\n  color:#281A0E;\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.vb13t-surface__row span{\n  color:#705C48;\n\n  font-size:8.9px;\n}\n\n\n\/* =========================================================\n   SIZE REFERENCE — SMALL\n========================================================= *\/\n\n.vb13t-size{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:26px;\n  padding:11px 13px;\n\n  background:#DDE1D8;\n\n  border-radius:6px;\n}\n\n.vb13t-size__image{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#FFFDF8;\n\n  border-radius:4px;\n}\n\n.vb13t-size__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.vb13t-size__image img{\n  max-height:140px !important;\n}\n\n.vb13t-size__copy{\n  min-width:0;\n}\n\n.vb13t-size__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#697367;\n\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.vb13t-size__copy h3{\n  margin:0 0 4px;\n\n  font-size:20px;\n}\n\n.vb13t-size__copy p{\n  margin:0;\n\n  color:#5D655B;\n\n  font-size:9.8px;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.vb13t-light{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  margin-bottom:26px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.vb13t-light__lead{\n  min-width:0;\n\n  padding:16px 17px;\n\n  background:#1C1209;\n}\n\n.vb13t-light__lead small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.vb13t-light__lead h3{\n  margin:0 0 4px;\n\n  color:#F5EDD8;\n\n  font-size:20px;\n}\n\n.vb13t-light__lead p{\n  margin:0;\n\n  color:#C7BAAA;\n\n  font-size:9.3px;\n}\n\n.vb13t-light__data{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  min-width:0;\n}\n\n.vb13t-light__cell{\n  min-width:0;\n\n  padding:12px 13px;\n}\n\n.vb13t-light__cell:nth-child(1){\n  background:#F0DAAF;\n}\n\n.vb13t-light__cell:nth-child(2){\n  background:#F4F0E7;\n}\n\n.vb13t-light__cell:nth-child(3){\n  background:#DDE1D8;\n}\n\n.vb13t-light__cell:nth-child(4){\n  background:#D9C2AB;\n}\n\n.vb13t-light__cell small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#806A52;\n\n  font-size:6.7px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.vb13t-light__cell strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DIMMING NOTE\n========================================================= *\/\n\n.vb13t-dim{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:11px;\n  align-items:center;\n\n  margin:-17px 0 25px;\n  padding:9px 11px;\n\n  background:#F2E9DC;\n\n  border-left:3px solid var(--gold);\n}\n\n.vb13t-dim__mark{\n  padding:4px 7px;\n\n  background:#FFFDF8;\n\n  border:1px solid #D8C8B3;\n  border-radius:20px;\n\n  color:#80613D;\n\n  font-size:6.8px;\n  font-weight:600;\n\n  white-space:nowrap;\n}\n\n.vb13t-dim strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:8.9px;\n  font-weight:600;\n}\n\n.vb13t-dim span{\n  display:block;\n\n  margin-top:1px;\n\n  color:#725D48;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   CARE — SIMPLE\n========================================================= *\/\n\n.vb13t-care{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:23px;\n\n  margin-bottom:25px;\n}\n\n.vb13t-care__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.vb13t-care__title h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.vb13t-care__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.vb13t-care__row{\n  display:grid;\n  grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.vb13t-care__row strong{\n  color:#281A0E;\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.vb13t-care__row span{\n  color:#6C5845;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.vb13t-specs{\n  margin-bottom:25px;\n}\n\n.vb13t-specs__head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:6px;\n}\n\n.vb13t-specs__head h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.vb13t-specs__head span{\n  color:#90785D;\n\n  font-size:8.2px;\n}\n\n.vb13t-specs__grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  column-gap:30px;\n}\n\n.vb13t-spec{\n  display:grid;\n  grid-template-columns:minmax(0,39%) minmax(0,61%);\n\n  gap:8px;\n\n  padding:6px 0;\n\n  border-bottom:1px solid #E4D9CA;\n}\n\n.vb13t-spec span:first-child{\n  color:#89745D;\n\n  font-size:9.4px;\n}\n\n.vb13t-spec span:last-child{\n  min-width:0;\n\n  color:#27190D;\n\n  font-size:10.2px;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* =========================================================\n   BEFORE ORDERING\n========================================================= *\/\n\n.vb13t-before{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:23px;\n\n  margin-bottom:25px;\n}\n\n.vb13t-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.vb13t-before__title h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.vb13t-before__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.vb13t-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.vb13t-before__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.vb13t-before__row p{\n  margin:0;\n\n  color:#67523F;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.vb13t-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:18px;\n\n  background:rgba(15,12,10,.96);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.vb13t-lightbox:target{\n  display:flex;\n}\n\n.vb13t-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.vb13t-lightbox img{\n  width:auto !important;\n  max-width:92vw !important;\n\n  height:auto !important;\n  max-height:80vh !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n}\n\n.vb13t-lightbox__text{\n  margin-top:8px;\n\n  color:#D9C7A8;\n\n  font-size:8.5px;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.vb13t-shipping{\n  padding:17px 19px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #F5EDD8 0%,\n      #F5EDD8 68%,\n      #D9C2AB 100%\n    );\n\n  border-left:4px solid #C8A96E;\n  border-radius:7px;\n}\n\n.vb13t-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.vb13t-shipping p{\n  margin:0 0 6px;\n\n  color:#594533;\n\n  font-size:11.3px;\n}\n\n.vb13t-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.vb13t-shipping strong{\n  color:#24170D;\n}\n\n.vb13t-shipping a{\n  color:#80602F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n.vb13t-final{\n  max-width:700px;\n\n  margin:14px auto 0 !important;\n  padding:0 8px;\n\n  color:#88735B !important;\n\n  font-size:9.8px !important;\n  line-height:1.55 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .vb13t-open{\n    grid-template-columns:1fr;\n\n    gap:10px;\n  }\n\n  .vb13t-open h2{\n    font-size:28px;\n  }\n\n  .vb13t-open__measure{\n    padding:10px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .vb13t-facts{\n    grid-template-columns:1fr;\n  }\n\n  .vb13t-fact{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .vb13t-fact:last-child{\n    border-bottom:0;\n  }\n\n\n  .vb13t-structure{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:15px;\n\n    padding:11px;\n  }\n\n  .vb13t-structure__image{\n    width:135px;\n  }\n\n  .vb13t-structure__image img{\n    max-height:125px !important;\n  }\n\n\n  .vb13t-surface{\n    grid-template-columns:minmax(0,115px) minmax(0,1fr);\n\n    width:100%;\n\n    margin-left:0;\n\n    gap:17px;\n  }\n\n\n  .vb13t-size{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:15px;\n  }\n\n  .vb13t-size__image{\n    width:120px;\n  }\n\n  .vb13t-size__image img{\n    max-height:112px !important;\n  }\n\n\n  .vb13t-light{\n    grid-template-columns:1fr;\n  }\n\n\n  .vb13t-care,\n  .vb13t-before{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n\n  .vb13t-specs__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .vb13t-shipping{\n    padding:16px;\n  }\n\n}\n\n\n@media screen and (max-width:480px){\n\n  .vb13t-structure{\n    grid-template-columns:1fr;\n  }\n\n  .vb13t-structure__image{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .vb13t-surface{\n    grid-template-columns:1fr;\n  }\n\n  .vb13t-surface__number{\n    width:135px;\n  }\n\n\n  .vb13t-size{\n    grid-template-columns:1fr;\n  }\n\n  .vb13t-size__image{\n    width:110px;\n\n    margin:0;\n  }\n\n\n  .vb13t-light__data{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-vb13t\" id=\"vb13t-root\"\u003e\n\u003c!-- =====================================================\n       OPENING\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-open\"\u003e\n\u003cdiv class=\"vb13t-open__copy\"\u003e\n\u003cp class=\"vb13t-kicker\"\u003eAkari VB-13T · Washi Paper Table Lamp\u003c\/p\u003e\n\u003ch2\u003eAn Uneven Curve That Looks Different from Every Angle\u003c\/h2\u003e\n\u003cp\u003eVB-13T uses Washi paper over a shaped internal frame to create an intentionally asymmetric silhouette. When switched off it reads as a sculptural object; when illuminated, the paper softens the bulb into a broad warm glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-open__measure\"\u003e\n\u003csmall\u003e Overall Size \u003c\/small\u003e \u003cstrong\u003e Ø15\" × H21.6\" \u003c\/strong\u003e \u003cspan\u003e Ø38 × H55cm · approx. 6.6lb \/ 3kg \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK BUYING FACTS\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-facts\"\u003e\n\u003cdiv class=\"vb13t-fact\"\u003e\n\u003csmall\u003e Surface Width \u003c\/small\u003e \u003cstrong\u003e Allow About 15\" \u003c\/strong\u003e \u003cspan\u003e Better suited to substantial nightstands, side tables and consoles than very small accent tables. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-fact\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Soft Ambient Glow \u003c\/strong\u003e \u003cspan\u003e Washi diffuses the bulb rather than creating a focused reading or task beam. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-fact\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e \u003cspan\u003e E26\/E27 bulb included with inline ON\/OFF control. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       STRUCTURE \/ DETAIL\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-structure\"\u003e\n\u003cdiv class=\"vb13t-structure__image\"\u003e\u003ca href=\"#vb13t-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-vb-13t-lamp-folded-shade-and-wire-frame-stuberlighting.jpg?v=1781312687\" alt=\"VB-13T folded Washi paper shade and internal wire frame components\" loading=\"lazy\"\u003e \u003cspan class=\"vb13t-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"vb13t-structure__copy\"\u003e\n\u003csmall\u003e How the Shape Is Made \u003c\/small\u003e\n\u003ch3\u003eWashi Paper Shaped Around a Flexible Internal Frame\u003c\/h3\u003e\n\u003cp\u003eThe lamp's flowing outline does not come from a rigid molded shade. The paper form is supported by a lightweight internal framework, allowing the surface to keep its soft folds and irregular curve.\u003c\/p\u003e\n\u003cp\u003eSlight differences in fold, tension and geometry are normal characteristics of the handmade construction.\u003c\/p\u003e\n\u003cdiv class=\"vb13t-structure__labels\"\u003e\n\u003cspan\u003e Mulberry Washi \u003c\/span\u003e \u003cspan\u003e Bamboo Ribbing \u003c\/span\u003e \u003cspan\u003e Metal Support \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SURFACE FIT\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-surface\"\u003e\n\u003cdiv class=\"vb13t-surface__number\"\u003e\n\u003csmall\u003e Footprint \u003c\/small\u003e \u003cstrong\u003e 15\" \u003c\/strong\u003e \u003cspan\u003e Approx. 38cm across \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-surface__copy\"\u003e\n\u003csmall\u003e Before You Place It \u003c\/small\u003e\n\u003ch3\u003eGive the Organic Shape Enough Table Space\u003c\/h3\u003e\n\u003cp\u003eThe 15-inch body has noticeably more presence than a compact bedside lamp. Avoid surfaces where the paper shade would sit too close to the edge.\u003c\/p\u003e\n\u003cdiv class=\"vb13t-surface__rows\"\u003e\n\u003cdiv class=\"vb13t-surface__row\"\u003e\n\u003cstrong\u003e Nightstand \u003c\/strong\u003e \u003cspan\u003e Best on a wider bedside surface with room around the shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-surface__row\"\u003e\n\u003cstrong\u003e Side Table \u003c\/strong\u003e \u003cspan\u003e Works well where the lamp can act as both light and sculpture. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-surface__row\"\u003e\n\u003cstrong\u003e Console \/ Sideboard \u003c\/strong\u003e \u003cspan\u003e A natural fit for the 21.6-inch height and wider organic silhouette. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE IMAGE\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-size\"\u003e\n\u003cdiv class=\"vb13t-size__image\"\u003e\u003ca href=\"#vb13t-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vb-13t-washi-paper-table-lamp-stuberlighting_4.jpg?v=1777889317\" alt=\"VB-13T table lamp dimension diagram showing 15 inch diameter and 21.6 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"vb13t-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"vb13t-size__copy\"\u003e\n\u003csmall\u003e Actual Scale \u003c\/small\u003e\n\u003ch3\u003eØ15\" × H21.6\"\u003c\/h3\u003e\n\u003cp\u003eØ38 × H55cm. Check both the width and height against your intended tabletop before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT \u0026 CONTROL\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-light\"\u003e\n\u003cdiv class=\"vb13t-light__lead\"\u003e\n\u003csmall\u003e Light \u0026amp; Control \u003c\/small\u003e\n\u003ch3\u003eWarm Light Through Real Paper\u003c\/h3\u003e\n\u003cp\u003eThe included 3000K bulb creates a warm diffused glow through the Washi shade. Best used as ambient or evening lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-light__data\"\u003e\n\u003cdiv class=\"vb13t-light__cell\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e 3000K Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-light__cell\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-light__cell\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline ON\/OFF \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-light__cell\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING CLARIFICATION\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-dim\"\u003e\n\u003cdiv class=\"vb13t-dim__mark\"\u003eDimming\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e The supplied cord has standard ON\/OFF control. \u003c\/strong\u003e \u003cspan\u003e Dimming is possible with a compatible dimmable E26\/E27 bulb and a suitable inline dimmer or smart-bulb setup. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-care\"\u003e\n\u003cdiv class=\"vb13t-care__title\"\u003e\n\u003csmall\u003e Washi Care \u003c\/small\u003e\n\u003ch3\u003eKeep It Dry\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-care__rows\"\u003e\n\u003cdiv class=\"vb13t-care__row\"\u003e\n\u003cstrong\u003e Cleaning \u003c\/strong\u003e \u003cspan\u003e Dust gently with a feather duster or soft microfiber cloth. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-care__row\"\u003e\n\u003cstrong\u003e Avoid \u003c\/strong\u003e \u003cspan\u003e Water, damp cloths, steam, cleaning sprays and humid locations. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-care__row\"\u003e\n\u003cstrong\u003e Over Time \u003c\/strong\u003e \u003cspan\u003e Slight ambering of natural Washi paper is normal. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-specs\"\u003e\n\u003cdiv class=\"vb13t-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Sculptural plug-in table lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-specs__grid\"\u003e\n\u003c!-- LEFT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cspan\u003eØ15\" × H21.6\" \/ Ø38 × H55cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e \u003cspan\u003eApprox. 6.6lb \/ 3kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eOff-white mulberry Washi ·  · Metal \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes · 3000K warm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cspan\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eCompatible bulb + suitable dimming control required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cspan\u003e59\" \/ 150cm · Extension available on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cspan\u003eInline ON\/OFF button switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003ePlug-in · No hardwiring required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-spec\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cspan\u003eIndoor dry locations · IP20\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BEFORE ORDERING\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-before\"\u003e\n\u003cdiv class=\"vb13t-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eThree Things to Know\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-before__rows\"\u003e\n\u003cdiv class=\"vb13t-before__row\"\u003e\n\u003cstrong\u003e Need reading light? \u003c\/strong\u003e\n\u003cp\u003eVB-13T is primarily an ambient lamp. Washi spreads light softly rather than producing a concentrated task beam.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-before__row\"\u003e\n\u003cstrong\u003e Small nightstand? \u003c\/strong\u003e\n\u003cp\u003eThe body is approximately 15\" wide. Check your available tabletop space before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vb13t-before__row\"\u003e\n\u003cstrong\u003e Expect perfect symmetry? \u003c\/strong\u003e\n\u003cp\u003eNo. The flowing handmade form can show subtle differences in fold, paper texture and frame geometry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"vb13t-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cp class=\"vb13t-final\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — STRUCTURE\n  ====================================================== --\u003e \u003ca id=\"vb13t-detail-large\" href=\"#vb13t-root\" class=\"vb13t-lightbox\"\u003e \u003cspan class=\"vb13t-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-vb-13t-lamp-folded-shade-and-wire-frame-stuberlighting.jpg?v=1781312687\" alt=\"Enlarged VB-13T folded Washi paper shade and internal frame\"\u003e \u003cspan class=\"vb13t-lightbox__text\"\u003e Washi Shade \u0026amp; Internal Frame · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"vb13t-size-large\" href=\"#vb13t-root\" class=\"vb13t-lightbox\"\u003e \u003cspan class=\"vb13t-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vb-13t-washi-paper-table-lamp-stuberlighting_4.jpg?v=1777889317\" alt=\"Enlarged VB-13T table lamp dimensions\"\u003e \u003cspan class=\"vb13t-lightbox__text\"\u003e Ø15\" × H21.6\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia15 ″ x H 21.6″ \/ US Plug","offer_id":52157587128603,"sku":"STB-NG-VB-13T","price":255.0,"currency_code":"USD","in_stock":true},{"title":"Dia15 ″ x H 21.6″ \/ UK Plug","offer_id":52157587161371,"sku":"STB-NG-VB-13T","price":255.0,"currency_code":"USD","in_stock":true},{"title":"Dia15 ″ x H 21.6″ \/ AU Plug","offer_id":52157587194139,"sku":"STB-NG-VB-13T","price":255.0,"currency_code":"USD","in_stock":true},{"title":"Dia15 ″ x H 21.6″ \/ EU Plug","offer_id":52157587226907,"sku":"STB-NG-VB-13T","price":255.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-vb-13t-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781312699"},{"product_id":"akari-ori-lantern-washi-paper-stacked-pendant-light","title":"Ori Lantern Series Pendant Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — ORI LANTERN SERIES\n   Compact Series Comparison + Size Gallery\n========================================================= *\/\n\n.stb-ori{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --paper:#F1E5CF;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --muted:#7B6B58;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#E2D6C3;\n\n  width:100%;\n  max-width:880px;\n  margin:0 auto;\n\n  color:var(--brown);\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n}\n\n.stb-ori *,\n.stb-ori *::before,\n.stb-ori *::after{\n  box-sizing:border-box;\n}\n\n.stb-ori h2,\n.stb-ori h3{\n  margin-top:0;\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-ori p{\n  margin-top:0;\n}\n\n.stb-ori__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-ori__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-ori__view{\n  display:block;\n  margin-top:6px;\n\n  color:#80613A;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-ori__intro{\n  max-width:720px;\n  padding:4px 0 24px;\n}\n\n.stb-ori__intro h2{\n  max-width:680px;\n  margin:0 0 10px;\n\n  font-size:29px;\n  line-height:1.12;\n}\n\n.stb-ori__intro p{\n  margin:0;\n  color:#604F3E;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-ori__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:34px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-ori__quick-item{\n  padding:14px 12px;\n  border-right:1px solid var(--line);\n}\n\n.stb-ori__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-ori__quick-item small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#917D63;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-ori__quick-item strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SERIES VISUAL\n   Before all size images\n========================================================= *\/\n\n.stb-ori__series{\n  display:grid;\n  grid-template-columns:230px 1fr;\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:36px;\n  padding:21px;\n\n  background:var(--sand);\n\n  border-radius:9px;\n}\n\n.stb-ori__series-media{\n  width:230px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-ori__series-link{\n  display:block;\n\n  padding:7px;\n\n  background:#F9F4EA;\n\n  border:1px solid #D6C8B1;\n  border-radius:7px;\n\n  text-decoration:none;\n}\n\n.stb-ori__series-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-ori__series-copy h3{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.2;\n}\n\n.stb-ori__series-copy p{\n  margin:0 0 11px;\n\n  color:#604D3A;\n\n  font-size:13px;\n}\n\n.stb-ori__series-points{\n  display:grid;\n  gap:5px;\n}\n\n.stb-ori__series-point{\n  display:flex;\n  gap:8px;\n\n  color:#66513D;\n\n  font-size:11.5px;\n}\n\n.stb-ori__series-point::before{\n  content:\"—\";\n  color:#9A743E;\n}\n\n\n\/* =========================================================\n   SIZE SECTION\n========================================================= *\/\n\n.stb-ori__sizes{\n  margin-bottom:38px;\n}\n\n.stb-ori__sizes-head{\n  max-width:650px;\n  margin-bottom:17px;\n}\n\n.stb-ori__sizes-head p{\n  margin:0;\n\n  color:#675441;\n\n  font-size:12.5px;\n}\n\n\n\/* =========================================================\n   THREE SIZE CARDS\n========================================================= *\/\n\n.stb-ori__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:11px;\n}\n\n.stb-ori__size-card{\n  min-width:0;\n\n  padding:15px 13px 16px;\n\n  background:var(--soft);\n\n  border:1px solid var(--line);\n  border-radius:8px;\n\n  text-align:center;\n}\n\n.stb-ori__size-card:nth-child(2){\n  background:#F3E9D8;\n}\n\n.stb-ori__size-card:nth-child(3){\n  background:#EEE0CA;\n}\n\n.stb-ori__size-top{\n  margin-bottom:10px;\n}\n\n.stb-ori__size-top small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#92703B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-ori__size-top strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:17px;\n  line-height:1.2;\n  font-weight:600;\n}\n\n.stb-ori__size-top span{\n  display:block;\n  margin-top:3px;\n\n  color:#79634A;\n\n  font-size:10px;\n}\n\n\n\/* compact inline size images *\/\n\n.stb-ori__size-image{\n  width:165px;\n  max-width:100%;\n  margin:0 auto 11px;\n}\n\n.stb-ori__size-link{\n  display:block;\n\n  padding:6px;\n\n  background:var(--ivory);\n\n  border:1px solid #DDD0BC;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-ori__size-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-ori__size-use{\n  padding-top:10px;\n\n  border-top:1px solid #DED2C0;\n\n  color:#665340;\n\n  font-size:11px;\n  line-height:1.5;\n  text-align:left;\n}\n\n.stb-ori__size-use strong{\n  display:block;\n  margin-bottom:2px;\n\n  color:var(--dark);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   CEILING GUIDE\n========================================================= *\/\n\n.stb-ori__ceiling{\n  display:grid;\n  grid-template-columns:175px 1fr;\n\n  margin-bottom:38px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-ori__ceiling-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:19px;\n\n  background:var(--walnut);\n}\n\n.stb-ori__ceiling-title small{\n  margin-bottom:5px;\n\n  color:#D8B978;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-ori__ceiling-title strong{\n  color:#F8F0DF;\n\n  font-size:17px;\n  line-height:1.25;\n  font-weight:500;\n}\n\n.stb-ori__ceiling-options{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:#F3E8D6;\n}\n\n.stb-ori__ceiling-item{\n  padding:17px 14px;\n\n  border-right:1px solid #DCCDB5;\n}\n\n.stb-ori__ceiling-item:last-child{\n  border-right:0;\n}\n\n.stb-ori__ceiling-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#967A51;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-ori__ceiling-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-ori__ceiling-item p{\n  margin:0;\n\n  color:#66523E;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   FORM + MATERIAL\n========================================================= *\/\n\n.stb-ori__form{\n  margin-bottom:38px;\n\n  padding:22px 23px;\n\n  background:var(--sand);\n\n  border-radius:9px;\n}\n\n.stb-ori__form-grid{\n  display:grid;\n  grid-template-columns:1.1fr .9fr;\n  gap:30px;\n}\n\n.stb-ori__form-copy h3{\n  margin:0 0 8px;\n\n  font-size:22px;\n}\n\n.stb-ori__form-copy p{\n  margin:0;\n\n  color:#604D3A;\n\n  font-size:12.8px;\n}\n\n.stb-ori__form-facts{\n  display:grid;\n  gap:9px;\n}\n\n.stb-ori__form-fact{\n  padding-bottom:8px;\n\n  border-bottom:1px solid #D8C9B1;\n}\n\n.stb-ori__form-fact:last-child{\n  border-bottom:0;\n  padding-bottom:0;\n}\n\n.stb-ori__form-fact small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#92703B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-ori__form-fact strong{\n  color:var(--dark);\n\n  font-size:11.8px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-ori__utility{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:38px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-ori__utility-panel{\n  padding:19px 20px;\n}\n\n.stb-ori__utility-panel:first-child{\n  background:var(--dark);\n}\n\n.stb-ori__utility-panel:last-child{\n  background:#4A3218;\n}\n\n.stb-ori__utility-panel small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D8B978;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-ori__utility-panel strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:#F8F0DF;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-ori__utility-panel p{\n  margin:0;\n\n  color:#DDD1BE;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-ori__details{\n  margin-bottom:34px;\n}\n\n.stb-ori__specs{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  border-top:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.stb-ori__spec{\n  padding:11px 14px;\n\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-ori__spec small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#8A755B;\n\n  font-size:8.5px;\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-ori__spec strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-ori__faq{\n  margin-bottom:30px;\n\n  padding:19px 21px 7px;\n\n  background:#F8F3E8;\n\n  border-radius:8px;\n}\n\n.stb-ori__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-ori__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-ori__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.2px;\n  font-weight:500;\n}\n\n.stb-ori__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-ori__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:#A87E3C;\n\n  font-size:22px;\n}\n\n.stb-ori__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-ori__faq details p{\n  margin:8px 0 0;\n\n  color:#665544;\n\n  font-size:12px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-ori__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-ori__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-ori__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-ori__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-ori__shipping strong{\n  color:var(--dark);\n}\n\n.stb-ori__shipping a{\n  color:var(--gold-deep);\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   WASHI NOTE\n========================================================= *\/\n\n.stb-ori__note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 8px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-ori__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-ori__lightbox:target{\n  display:flex;\n}\n\n.stb-ori__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-ori__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:92vw;\n  max-height:80vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.4);\n}\n\n.stb-ori__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:9px !important;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-ori__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99575 !important;\n\n  font-size:8.5px !important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-ori__intro h2{\n    font-size:25px;\n  }\n\n\n  .stb-ori__quick{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-ori__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-ori__quick-item:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* series image stays compact *\/\n\n  .stb-ori__series{\n    grid-template-columns:1fr;\n\n    gap:15px;\n\n    padding:18px;\n  }\n\n  .stb-ori__series-media{\n    width:210px;\n  }\n\n  .stb-ori__series-copy h3{\n    font-size:21px;\n  }\n\n\n  \/* size cards *\/\n\n  .stb-ori__size-grid{\n    grid-template-columns:1fr;\n\n    gap:9px;\n  }\n\n  .stb-ori__size-card{\n    display:grid;\n    grid-template-columns:145px 1fr;\n    gap:12px;\n    align-items:center;\n\n    padding:13px;\n  }\n\n  .stb-ori__size-top{\n    grid-column:2;\n    grid-row:1;\n\n    margin:0;\n\n    text-align:left;\n  }\n\n  .stb-ori__size-image{\n    grid-column:1;\n    grid-row:1 \/ span 2;\n\n    width:145px;\n    margin:0;\n  }\n\n  .stb-ori__size-use{\n    grid-column:2;\n    grid-row:2;\n\n    padding-top:8px;\n\n    text-align:left;\n  }\n\n\n  \/* ceiling *\/\n\n  .stb-ori__ceiling{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ori__ceiling-title{\n    padding:16px 18px;\n  }\n\n  .stb-ori__ceiling-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ori__ceiling-item{\n    padding:12px 17px;\n\n    border-right:0;\n    border-bottom:1px solid #DCCDB5;\n  }\n\n  .stb-ori__ceiling-item:last-child{\n    border-bottom:0;\n  }\n\n\n  .stb-ori__form{\n    padding:18px;\n  }\n\n  .stb-ori__form-grid{\n    grid-template-columns:1fr;\n\n    gap:16px;\n  }\n\n\n  .stb-ori__utility{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-ori__specs{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-ori__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  .stb-ori__shipping{\n    padding:18px;\n  }\n\n  .stb-ori__shipping p{\n    font-size:12px;\n  }\n\n\n  .stb-ori__lightbox{\n    padding:14px;\n  }\n\n  .stb-ori__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n\/* extra narrow phones *\/\n\n@media screen and (max-width:430px){\n\n  .stb-ori__size-card{\n    grid-template-columns:120px 1fr;\n    gap:10px;\n  }\n\n  .stb-ori__size-image{\n    width:120px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"stb-ori\"\u003e\n\n\n  \u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__intro\"\u003e\n\n    \u003cspan class=\"stb-ori__label\"\u003e\n      Ori Lantern Series · Stacked Washi Pendant\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Three Heights for Tall Architectural Spaces.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Ori stacks softly rounded Washi forms into one slender vertical\n      pendant. Choose from three heights depending on how much of your\n      ceiling volume you want the fixture to occupy.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"stb-ori__quick\"\u003e\n\n    \u003cdiv class=\"stb-ori__quick-item\"\u003e\n      \u003csmall\u003eDiameter\u003c\/small\u003e\n      \u003cstrong\u003eØ15.7\" \/ 40cm\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stb-ori__quick-item\"\u003e\n      \u003csmall\u003eHeights\u003c\/small\u003e\n      \u003cstrong\u003e44.9\" \/ 56.3\" \/ 68.1\"\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stb-ori__quick-item\"\u003e\n      \u003csmall\u003eBulb\u003c\/small\u003e\n      \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stb-ori__quick-item\"\u003e\n      \u003csmall\u003eCeiling\u003c\/small\u003e\n      \u003cstrong\u003eStandard · Sloped · Vaulted\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       SERIES COMPARISON — BEFORE SIZE IMAGES\n  ====================================================== --\u003e\n\n  \u003csection id=\"ori-series-section\" class=\"stb-ori__series\"\u003e\n\n    \u003cdiv class=\"stb-ori__series-media\"\u003e\n\n      \u003ca href=\"#ori-series\" class=\"stb-ori__series-link\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ori-lantern-series-pendant-lights-collection-unlit-stuberlighting.jpg?v=1781313389\" alt=\"Ori Lantern Series three stacked Washi pendant light models\" loading=\"lazy\"\u003e\n\n        \u003cspan class=\"stb-ori__view\"\u003e\n          View Series ↗\n        \u003c\/span\u003e\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"stb-ori__series-copy\"\u003e\n\n      \u003cspan class=\"stb-ori__label\"\u003e\n        Series Comparison\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Same Diameter. Different Vertical Presence.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        All three models stay at Ø15.7\" wide.\n        What changes is how far the stacked Washi form extends vertically.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"stb-ori__series-points\"\u003e\n\n        \u003cdiv class=\"stb-ori__series-point\"\u003e\n          44.9\" — most versatile\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"stb-ori__series-point\"\u003e\n          56.3\" — taller vaulted-room scale\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"stb-ori__series-point\"\u003e\n          68.1\" — double-height statement\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SERIES LIGHTBOX --\u003e\n\n  \u003ca id=\"ori-series\" href=\"#ori-series-section\" class=\"stb-ori__lightbox\"\u003e\n\n    \u003cspan class=\"stb-ori__lightbox-inner\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ori-lantern-series-pendant-lights-collection-unlit-stuberlighting.jpg?v=1781313389\" alt=\"Enlarged Ori Lantern Series comparison\"\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-title\"\u003e\n        Ori Lantern Series · Model Comparison\n      \u003c\/span\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-hint\"\u003e\n        Click or tap anywhere to close\n      \u003c\/span\u003e\n\n    \u003c\/span\u003e\n\n  \u003c\/a\u003e\n\n\n  \u003c!-- =====================================================\n       SIZE GALLERY\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__sizes\"\u003e\n\n    \u003cdiv class=\"stb-ori__sizes-head\"\u003e\n\n      \u003cspan class=\"stb-ori__label\"\u003e\n        Choose Your Size\n      \u003c\/span\u003e\n\n      \u003ch3 class=\"stb-ori__heading\"\u003e\n        Start With Ceiling Height.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Each option keeps the same slim Ø15.7\" width,\n        making Ori especially useful in tall but relatively narrow spaces.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"stb-ori__size-grid\"\u003e\n\n\n      \u003c!-- ===================================================\n           44.9\"\n      ==================================================== --\u003e\n\n      \u003carticle class=\"stb-ori__size-card\"\u003e\n\n        \u003cdiv class=\"stb-ori__size-top\"\u003e\n\n          \u003csmall\u003e\n            Size 01\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            H44.9\"\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Ø15.7\" × H44.9\"\u003cbr\u003e\n            Ø40 × H114cm\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__size-image\"\u003e\n\n          \u003ca href=\"#ori-size-449\" class=\"stb-ori__size-link\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Ori_Lantern_Series_Pendant_Lamp_2.jpg?v=1778210591\" alt=\"Ori Lantern Pendant 44.9 inch dimension diagram\" loading=\"lazy\"\u003e\n\n            \u003cspan class=\"stb-ori__view\"\u003e\n              Enlarge ↗\n            \u003c\/span\u003e\n\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__size-use\"\u003e\n\n          \u003cstrong\u003e\n            Best for 10ft+ ceilings\n          \u003c\/strong\u003e\n\n          Dining areas, kitchen islands and moderately tall rooms.\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- ===================================================\n           56.3\"\n      ==================================================== --\u003e\n\n      \u003carticle class=\"stb-ori__size-card\"\u003e\n\n        \u003cdiv class=\"stb-ori__size-top\"\u003e\n\n          \u003csmall\u003e\n            Size 02\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            H56.3\"\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Ø15.7\" × H56.3\"\u003cbr\u003e\n            Ø40 × H143cm\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__size-image\"\u003e\n\n          \u003ca href=\"#ori-size-563\" class=\"stb-ori__size-link\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Ori_Lantern_Series_Pendant_Lamp_4.jpg?v=1778210591\" alt=\"Ori Lantern Pendant 56.3 inch dimension diagram\" loading=\"lazy\"\u003e\n\n            \u003cspan class=\"stb-ori__view\"\u003e\n              Enlarge ↗\n            \u003c\/span\u003e\n\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__size-use\"\u003e\n\n          \u003cstrong\u003e\n            Best for 11–12ft ceilings\n          \u003c\/strong\u003e\n\n          Vaulted living rooms and taller single-story foyers.\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- ===================================================\n           68.1\"\n      ==================================================== --\u003e\n\n      \u003carticle class=\"stb-ori__size-card\"\u003e\n\n        \u003cdiv class=\"stb-ori__size-top\"\u003e\n\n          \u003csmall\u003e\n            Size 03\n          \u003c\/small\u003e\n\n          \u003cstrong\u003e\n            H68.1\"\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Ø15.7\" × H68.1\"\u003cbr\u003e\n            Ø40 × H173cm\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__size-image\"\u003e\n\n          \u003ca href=\"#ori-size-681\" class=\"stb-ori__size-link\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Ori_Lantern_Series_Pendant_Lamp_5.jpg?v=1778210591\" alt=\"Ori Lantern Pendant 68.1 inch dimension diagram\" loading=\"lazy\"\u003e\n\n            \u003cspan class=\"stb-ori__view\"\u003e\n              Enlarge ↗\n            \u003c\/span\u003e\n\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__size-use\"\u003e\n\n          \u003cstrong\u003e\n            Best for 14ft+ \/ double-height\n          \u003c\/strong\u003e\n\n          Foyers, staircases and tall great rooms.\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e\n\n  \u003ca id=\"ori-size-449\" href=\"#\" class=\"stb-ori__lightbox\"\u003e\n\n    \u003cspan class=\"stb-ori__lightbox-inner\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Ori_Lantern_Series_Pendant_Lamp_2.jpg?v=1778210591\" alt=\"Ori 44.9 inch enlarged dimension image\"\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-title\"\u003e\n        Ø15.7\" × H44.9\"\n      \u003c\/span\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-hint\"\u003e\n        Click or tap anywhere to close\n      \u003c\/span\u003e\n\n    \u003c\/span\u003e\n\n  \u003c\/a\u003e\n\n\n  \u003ca id=\"ori-size-563\" href=\"#\" class=\"stb-ori__lightbox\"\u003e\n\n    \u003cspan class=\"stb-ori__lightbox-inner\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Ori_Lantern_Series_Pendant_Lamp_4.jpg?v=1778210591\" alt=\"Ori 56.3 inch enlarged dimension image\"\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-title\"\u003e\n        Ø15.7\" × H56.3\"\n      \u003c\/span\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-hint\"\u003e\n        Click or tap anywhere to close\n      \u003c\/span\u003e\n\n    \u003c\/span\u003e\n\n  \u003c\/a\u003e\n\n\n  \u003ca id=\"ori-size-681\" href=\"#\" class=\"stb-ori__lightbox\"\u003e\n\n    \u003cspan class=\"stb-ori__lightbox-inner\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Ori_Lantern_Series_Pendant_Lamp_5.jpg?v=1778210591\" alt=\"Ori 68.1 inch enlarged dimension image\"\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-title\"\u003e\n        Ø15.7\" × H68.1\"\n      \u003c\/span\u003e\n\n      \u003cspan class=\"stb-ori__lightbox-hint\"\u003e\n        Click or tap anywhere to close\n      \u003c\/span\u003e\n\n    \u003c\/span\u003e\n\n  \u003c\/a\u003e\n\n\n  \u003c!-- =====================================================\n       CEILING GUIDE\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__ceiling\"\u003e\n\n    \u003cdiv class=\"stb-ori__ceiling-title\"\u003e\n\n      \u003csmall\u003e\n        Quick Guide\n      \u003c\/small\u003e\n\n      \u003cstrong\u003e\n        Match Ori to the Room\n      \u003c\/strong\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"stb-ori__ceiling-options\"\u003e\n\n\n      \u003cdiv class=\"stb-ori__ceiling-item\"\u003e\n\n        \u003csmall\u003e\n          10ft+\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          44.9\"\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Most flexible residential scale.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"stb-ori__ceiling-item\"\u003e\n\n        \u003csmall\u003e\n          11–12ft\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          56.3\"\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          More presence for vaulted rooms.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"stb-ori__ceiling-item\"\u003e\n\n        \u003csmall\u003e\n          14ft+\n        \u003c\/small\u003e\n\n        \u003cstrong\u003e\n          68.1\"\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Double-height and staircase scale.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FORM + MATERIAL\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__form\"\u003e\n\n    \u003cdiv class=\"stb-ori__form-grid\"\u003e\n\n\n      \u003cdiv class=\"stb-ori__form-copy\"\u003e\n\n        \u003cspan class=\"stb-ori__label\"\u003e\n          Form \u0026amp; Material\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          A Vertical Rhythm of Washi.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Instead of one continuous shade, Ori uses repeated rounded\n          Washi sections to create a layered vertical silhouette.\n          The narrow profile keeps even the tallest version visually light.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"stb-ori__form-facts\"\u003e\n\n        \u003cdiv class=\"stb-ori__form-fact\"\u003e\n\n          \u003csmall\u003eShade\u003c\/small\u003e\n\n          \u003cstrong\u003e\n            Off-White Mulberry Washi\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__form-fact\"\u003e\n\n          \u003csmall\u003eStructure\u003c\/small\u003e\n\n          \u003cstrong\u003e\n            Bamboo Ribbing + Metal Frame\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"stb-ori__form-fact\"\u003e\n\n          \u003csmall\u003eWidth\u003c\/small\u003e\n\n          \u003cstrong\u003e\n            Ø15.7\" Across All Models\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__utility\"\u003e\n\n    \u003cdiv class=\"stb-ori__utility-panel\"\u003e\n\n      \u003csmall\u003e\n        Light\n      \u003c\/small\u003e\n\n      \u003cstrong\u003e\n        E26 \/ E27 · 3000K bulb included\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Maximum 40W. Compatible with a suitable dimmable bulb.\n        Washi softens the light for warm ambient illumination.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"stb-ori__utility-panel\"\u003e\n\n      \u003csmall\u003e\n        Installation\n      \u003c\/small\u003e\n\n      \u003cstrong\u003e\n        Hardwired · 59\" suspension\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Compatible with standard, sloped and vaulted ceilings.\n        Longer suspension and plug-in conversion are available on request.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__details\"\u003e\n\n    \u003cspan class=\"stb-ori__label\"\u003e\n      Specifications\n    \u003c\/span\u003e\n\n    \u003ch3 class=\"stb-ori__heading\"\u003e\n      Product Details\n    \u003c\/h3\u003e\n\n\n    \u003cdiv class=\"stb-ori__specs\"\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eSize 01\u003c\/small\u003e\n        \u003cstrong\u003eØ15.7\" × H44.9\" \/ Ø40 × H114cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eSize 02\u003c\/small\u003e\n        \u003cstrong\u003eØ15.7\" × H56.3\" \/ Ø40 × H143cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eSize 03\u003c\/small\u003e\n        \u003cstrong\u003eØ15.7\" × H68.1\" \/ Ø40 × H173cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eMaterials\u003c\/small\u003e\n        \u003cstrong\u003eMulberry Washi · Bamboo Ribbing · Metal Frame\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eBulb Base\u003c\/small\u003e\n        \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eBulb Included\u003c\/small\u003e\n        \u003cstrong\u003eYes · 3000K Warm White\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eMax Wattage\u003c\/small\u003e\n        \u003cstrong\u003e40W\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eVoltage\u003c\/small\u003e\n        \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eDimming\u003c\/small\u003e\n        \u003cstrong\u003eCompatible With Suitable Dimmable Bulb\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eSuspension\u003c\/small\u003e\n        \u003cstrong\u003e59\" \/ 150cm · Extension Available\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eInstallation\u003c\/small\u003e\n        \u003cstrong\u003eHardwired · Plug-In Conversion on Request\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eCeiling\u003c\/small\u003e\n        \u003cstrong\u003eStandard · Sloped · Vaulted\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eEnvironment\u003c\/small\u003e\n        \u003cstrong\u003eIndoor Dry Locations · IP20\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"stb-ori__spec\"\u003e\n        \u003csmall\u003eInstallation Advice\u003c\/small\u003e\n        \u003cstrong\u003eProfessional Electrician Recommended\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__faq\"\u003e\n\n    \u003ch3 class=\"stb-ori__heading\"\u003e\n      Good to Know\n    \u003c\/h3\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Which Ori size should I choose?\n      \u003c\/summary\u003e\n\n      \u003cp\u003e\n        As a general guide, choose 44.9\" for most 10ft+ rooms,\n        56.3\" for roughly 11–12ft spaces, and 68.1\" for\n        double-height, staircase and approximately 14ft+ spaces.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can Ori install on a vaulted or sloped ceiling?\n      \u003c\/summary\u003e\n\n      \u003cp\u003e\n        Yes. Ori is compatible with standard, vaulted and sloped ceilings.\n        Professional installation is recommended for high or angled ceilings.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I request a longer drop?\n      \u003c\/summary\u003e\n\n      \u003cp\u003e\n        Yes. Standard suspension is 59\" \/ 150cm.\n        Longer suspension lengths and plug-in conversion are available\n        on request.\n      \u003c\/p\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\n  \u003csection class=\"stb-ori__shipping\"\u003e\n\n    \u003ch3\u003e\n      Shipping \u0026amp; Returns\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders.\n      \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see\n      \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e\n        Shipping Policy\n      \u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      If you are not satisfied, you may request a return and refund within\n      \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Once shipped, original shipping fees are non-refundable.\n      Buyers are responsible for return shipping costs unless there is a quality issue.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      To start a return, email\n      \u003ca href=\"mailto:support@stuberlighting.com\"\u003e\n        support@stuberlighting.com\n      \u003c\/a\u003e.\n      For details, see our\n      \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e\n        Returns Policy\n      \u003c\/a\u003e.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       WASHI NOTE\n  ====================================================== --\u003e\n\n  \u003cp class=\"stb-ori__note\"\u003e\n    Each piece is handmade, so slight variations in texture and dimensions are normal,\n    and washi paper ambers gently over time. Screen colors are approximate;\n    hand-measured sizes may vary 1–2cm.\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia15.7\"xH44.9\" \/ White Wire","offer_id":52180051689755,"sku":"STB-NG-ORI","price":700.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7\"xH44.9\" \/ Black Wire","offer_id":52180051722523,"sku":"STB-NG-ORI","price":700.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7\"xH56.3\" \/ White Wire","offer_id":52180051755291,"sku":"STB-NG-ORI","price":740.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7\"xH56.3\" \/ Black Wire","offer_id":52180051788059,"sku":"STB-NG-ORI","price":740.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7\"xH68.1\" \/ White Wire","offer_id":52180051820827,"sku":"STB-NG-ORI","price":780.0,"currency_code":"USD","in_stock":true},{"title":"Dia15.7\"xH68.1\" \/ Black Wire","offer_id":52180051853595,"sku":"STB-NG-ORI","price":780.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ori-lantern-series-pendant-lamp-white-background-unlit-stuberlighting.jpg?v=1781313395"},{"product_id":"akari-3a-washi-paper-tripod-table-lamp","title":"Akari 3A Washi Paper Tripod Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 3A\n   WASHI PAPER TRIPOD TABLE LAMP\n   SHADE \/ TRIPOD \/ TABLETOP\n   COMPACT · DAWN SAFE · CLICK TO ENLARGE\n========================================================= *\/\n\n.stb-3a{\n  --ivory:#FFFDF8;\n  --cream:#F5EDD8;\n  --sand:#E9DDC5;\n  --paper:#F2EEE5;\n  --sage:#DDE1D8;\n  --clay:#D9C1A9;\n\n  --brown:#4A3218;\n  --espresso:#1C1209;\n  --dark2:#292019;\n\n  --gold:#C8A96E;\n  --gold-dark:#92703D;\n  --line:#DED2BD;\n\n  width:100%;\n  max-width:840px;\n  min-width:0;\n  margin:0 auto;\n  overflow:hidden;\n\n  color:var(--brown);\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-3a *,\n.stb-3a *::before,\n.stb-3a *::after{\n  box-sizing:border-box;\n}\n\n.stb-3a h2,\n.stb-3a h3,\n.stb-3a p{\n  margin-top:0;\n}\n\n.stb-3a h2,\n.stb-3a h3{\n  color:var(--espresso);\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   DAWN IMAGE SAFETY\n========================================================= *\/\n\n.stb-3a img{\n  display:block !important;\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n  margin:0 auto !important;\n  object-fit:contain !important;\n  object-position:center !important;\n  box-sizing:border-box !important;\n}\n\n.stb-3a a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OPENING\n========================================================= *\/\n\n.a3-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,170px);\n  gap:36px;\n  align-items:end;\n\n  margin-bottom:22px;\n  padding:4px 2px 18px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.a3-open__copy{\n  min-width:0;\n}\n\n.a3-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-dark);\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.18em;\n  text-transform:uppercase;\n}\n\n.a3-open h2{\n  max-width:575px;\n  margin:0 0 8px;\n\n  font-size:35px;\n  line-height:1.02;\n}\n\n.a3-open__copy \u003e p{\n  max-width:560px;\n  margin:0;\n\n  color:#65513E;\n  font-size:12.2px;\n}\n\n.a3-open__scale{\n  min-width:0;\n\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.a3-open__scale small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#92785A;\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.a3-open__scale strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-size:26px;\n  line-height:1;\n  font-weight:500;\n}\n\n.a3-open__scale span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#7B6650;\n  font-size:8.3px;\n}\n\n\n\/* =========================================================\n   PROPORTION\n========================================================= *\/\n\n.a3-proportion{\n  display:grid;\n  grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);\n\n  margin-bottom:25px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.a3-proportion__shade{\n  min-width:0;\n\n  padding:14px 16px;\n\n  background:#F0E3CF;\n}\n\n.a3-proportion__base{\n  min-width:0;\n\n  padding:14px 16px;\n\n  background:#1C1209;\n}\n\n.a3-proportion small{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.a3-proportion__shade small{\n  color:#876943;\n}\n\n.a3-proportion__base small{\n  color:#C8A96E;\n}\n\n.a3-proportion strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-size:20px;\n  line-height:1.05;\n  font-weight:500;\n}\n\n.a3-proportion__shade strong{\n  color:#281A0E;\n}\n\n.a3-proportion__base strong{\n  color:#F5EDD8;\n}\n\n.a3-proportion p{\n  margin:0;\n\n  font-size:8.8px;\n}\n\n.a3-proportion__shade p{\n  color:#715B45;\n}\n\n.a3-proportion__base p{\n  color:#C5B8A8;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.a3-material{\n  display:grid;\n  grid-template-columns:minmax(0,115px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:14px;\n  padding:12px 14px;\n\n  background:#F2EEE5;\n\n  border-left:3px solid var(--gold);\n}\n\n.a3-material__image{\n  width:115px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#FFFDF8;\n\n  border-radius:5px;\n}\n\n.a3-material__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.a3-material__image img{\n  max-height:105px !important;\n}\n\n.a3-zoom{\n  position:absolute;\n  right:4px;\n  bottom:4px;\n\n  padding:3px 6px;\n\n  background:rgba(28,18,9,.82);\n\n  border-radius:18px;\n\n  color:#FFF8EB;\n  font-size:7px;\n\n  pointer-events:none;\n}\n\n.a3-material__copy{\n  min-width:0;\n}\n\n.a3-material__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.a3-material__copy h3{\n  margin:0 0 4px;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.a3-material__copy p{\n  margin:0;\n\n  color:#65513D;\n  font-size:9.8px;\n}\n\n\n\/* =========================================================\n   SIZE REFERENCE\n========================================================= *\/\n\n.a3-size{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,155px);\n\n  gap:26px;\n  align-items:center;\n\n  margin-bottom:26px;\n  padding:12px 14px;\n\n  background:#DDE1D8;\n\n  border-radius:7px;\n}\n\n.a3-size__copy{\n  min-width:0;\n}\n\n.a3-size__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#697367;\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.a3-size__copy h3{\n  margin:0 0 4px;\n\n  font-size:21px;\n}\n\n.a3-size__copy p{\n  max-width:500px;\n\n  margin:0;\n\n  color:#5D665D;\n  font-size:9.8px;\n}\n\n.a3-size__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:8px;\n}\n\n.a3-size__facts span{\n  padding:4px 7px;\n\n  background:#FFFDF8;\n\n  border-radius:20px;\n\n  color:#5B6259;\n  font-size:7.6px;\n  font-weight:500;\n}\n\n.a3-size__image{\n  width:155px;\n  max-width:100%;\n  min-width:0;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:#FFFDF8;\n\n  border-radius:5px;\n}\n\n.a3-size__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.a3-size__image img{\n  max-height:145px !important;\n}\n\n\n\/* =========================================================\n   TABLETOP FIT\n========================================================= *\/\n\n.a3-table{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:28px;\n\n  width:calc(100% - 50px);\n  min-width:0;\n\n  margin:0 0 26px 50px;\n}\n\n.a3-table__measure{\n  min-width:0;\n\n  padding:14px 15px;\n\n  background:#1C1209;\n\n  border-radius:6px;\n}\n\n.a3-table__measure small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.a3-table__measure strong{\n  display:block;\n\n  color:#F5EDD8;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-size:29px;\n  line-height:1;\n  font-weight:500;\n}\n\n.a3-table__measure span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#BEB1A0;\n  font-size:8px;\n}\n\n.a3-table__copy{\n  min-width:0;\n}\n\n.a3-table__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.a3-table__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n}\n\n.a3-table__copy \u003e p{\n  margin:0 0 8px;\n\n  color:#65513D;\n  font-size:10.2px;\n}\n\n.a3-table__rows{\n  border-top:1px solid var(--line);\n}\n\n.a3-table__row{\n  display:grid;\n  grid-template-columns:minmax(0,115px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.a3-table__row strong{\n  color:#281A0E;\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.a3-table__row span{\n  color:#705C48;\n\n  font-size:8.9px;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.a3-light{\n  display:grid;\n  grid-template-columns:minmax(0,190px) minmax(0,1fr);\n\n  margin-bottom:25px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.a3-light__lead{\n  min-width:0;\n\n  padding:16px 17px;\n\n  background:#1C1209;\n}\n\n.a3-light__lead small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.a3-light__lead h3{\n  margin:0 0 4px;\n\n  color:#F5EDD8;\n  font-size:20px;\n  line-height:1.1;\n}\n\n.a3-light__lead p{\n  margin:0;\n\n  color:#C7BAAA;\n  font-size:9.2px;\n}\n\n.a3-light__data{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  min-width:0;\n}\n\n.a3-light__cell{\n  min-width:0;\n\n  padding:12px 13px;\n}\n\n.a3-light__cell:nth-child(1){\n  background:#F0D9AB;\n}\n\n.a3-light__cell:nth-child(2){\n  background:#F4F0E8;\n}\n\n.a3-light__cell:nth-child(3){\n  background:#DDE1D8;\n}\n\n.a3-light__cell:nth-child(4){\n  background:#D9C1A9;\n}\n\n.a3-light__cell small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#806A52;\n  font-size:6.7px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.a3-light__cell strong{\n  display:block;\n\n  color:#281A0E;\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   DIMMING\n========================================================= *\/\n\n.a3-dim{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:10px;\n  align-items:center;\n\n  margin:-17px 0 25px;\n  padding:9px 11px;\n\n  background:#F3EBDD;\n\n  border-left:3px solid var(--gold);\n}\n\n.a3-dim__mark{\n  padding:4px 7px;\n\n  background:#FFFDF8;\n\n  border:1px solid #D8C8B3;\n  border-radius:20px;\n\n  color:#80613D;\n  font-size:6.8px;\n  font-weight:600;\n}\n\n.a3-dim strong{\n  display:block;\n\n  color:#281A0E;\n  font-size:8.8px;\n  font-weight:600;\n}\n\n.a3-dim span{\n  display:block;\n\n  margin-top:1px;\n\n  color:#725D48;\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.a3-use{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:24px;\n\n  margin-bottom:25px;\n}\n\n.a3-use__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.a3-use__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.a3-use__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.a3-use__row{\n  display:grid;\n  grid-template-columns:minmax(0,110px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.a3-use__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.a3-use__row p{\n  margin:0;\n\n  color:#67523F;\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.a3-care{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:11px;\n  align-items:center;\n\n  margin-bottom:25px;\n  padding:10px 12px;\n\n  background:#2A1B0F;\n\n  border-radius:6px;\n}\n\n.a3-care__mark{\n  padding:4px 7px;\n\n  border:1px solid #C8A96E;\n  border-radius:20px;\n\n  color:#C8A96E;\n  font-size:6.8px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.a3-care strong{\n  display:block;\n\n  color:#F5EDD8;\n  font-size:9px;\n  font-weight:600;\n}\n\n.a3-care span{\n  display:block;\n\n  margin-top:1px;\n\n  color:#BFB3A3;\n  font-size:8.3px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.a3-specs{\n  margin-bottom:25px;\n}\n\n.a3-specs__head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:6px;\n}\n\n.a3-specs__head h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.a3-specs__head span{\n  color:#90785D;\n\n  font-size:8.2px;\n}\n\n.a3-specs__grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  column-gap:30px;\n}\n\n.a3-spec{\n  display:grid;\n  grid-template-columns:minmax(0,39%) minmax(0,61%);\n\n  gap:8px;\n\n  padding:6px 0;\n\n  border-bottom:1px solid #E4D9CA;\n}\n\n.a3-spec span:first-child{\n  color:#89745D;\n\n  font-size:9.4px;\n}\n\n.a3-spec span:last-child{\n  min-width:0;\n\n  color:#27190D;\n  font-size:10.2px;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* =========================================================\n   BEFORE ORDERING\n========================================================= *\/\n\n.a3-before{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:23px;\n\n  margin-bottom:25px;\n}\n\n.a3-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.a3-before__title h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.a3-before__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.a3-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.a3-before__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.a3-before__row p{\n  margin:0;\n\n  color:#67523F;\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.a3-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:18px;\n\n  background:rgba(15,12,10,.96);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.a3-lightbox:target{\n  display:flex;\n}\n\n.a3-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.a3-lightbox img{\n  width:auto !important;\n  max-width:92vw !important;\n\n  height:auto !important;\n  max-height:80vh !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n}\n\n.a3-lightbox__text{\n  margin-top:8px;\n\n  color:#D9C7A8;\n\n  font-size:8.5px;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.a3-shipping{\n  padding:17px 19px;\n\n  background:\n    linear-gradient(\n      110deg,\n      #F5EDD8 0%,\n      #F5EDD8 68%,\n      #D9C1A9 100%\n    );\n\n  border-left:4px solid #C8A96E;\n\n  border-radius:7px;\n}\n\n.a3-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.a3-shipping p{\n  margin:0 0 6px;\n\n  color:#594533;\n  font-size:11.3px;\n}\n\n.a3-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.a3-shipping strong{\n  color:#24170D;\n}\n\n.a3-shipping a{\n  color:#80602F;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n.a3-final{\n  max-width:700px;\n\n  margin:14px auto 0 !important;\n  padding:0 8px;\n\n  color:#88735B !important;\n\n  font-size:9.8px !important;\n  line-height:1.55 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .a3-open{\n    grid-template-columns:1fr;\n\n    gap:10px;\n  }\n\n  .a3-open h2{\n    font-size:28px;\n  }\n\n  .a3-open__scale{\n    padding:9px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .a3-material{\n    grid-template-columns:minmax(0,100px) minmax(0,1fr);\n\n    gap:14px;\n  }\n\n  .a3-material__image{\n    width:100px;\n  }\n\n  .a3-material__image img{\n    max-height:92px !important;\n  }\n\n\n  .a3-size{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:15px;\n  }\n\n  .a3-size__image{\n    width:120px;\n  }\n\n  .a3-size__image img{\n    max-height:112px !important;\n  }\n\n\n  .a3-table{\n    grid-template-columns:minmax(0,115px) minmax(0,1fr);\n\n    width:100%;\n\n    margin-left:0;\n\n    gap:16px;\n  }\n\n\n  .a3-light{\n    grid-template-columns:1fr;\n  }\n\n\n  .a3-use,\n  .a3-before{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n\n  .a3-specs__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .a3-shipping{\n    padding:16px;\n  }\n\n}\n\n\n@media screen and (max-width:480px){\n\n  .a3-proportion{\n    grid-template-columns:1fr;\n  }\n\n\n  .a3-material{\n    grid-template-columns:1fr;\n  }\n\n  .a3-material__image{\n    width:95px;\n\n    margin:0;\n  }\n\n\n  .a3-size{\n    grid-template-columns:1fr;\n  }\n\n  .a3-size__image{\n    width:105px;\n\n    margin:0;\n  }\n\n  .a3-size__image img{\n    max-height:98px !important;\n  }\n\n\n  .a3-table{\n    grid-template-columns:1fr;\n  }\n\n  .a3-table__measure{\n    width:135px;\n  }\n\n\n  .a3-light__data{\n    grid-template-columns:1fr;\n  }\n\n\n  .a3-dim,\n  .a3-care{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-3a\" id=\"a3-root\"\u003e\n\u003c!-- =====================================================\n       OPENING\n  ====================================================== --\u003e\n\u003csection class=\"a3-open\"\u003e\n\u003cdiv class=\"a3-open__copy\"\u003e\n\u003cp class=\"a3-kicker\"\u003eAkari 3A · Washi Paper Tripod Table Lamp\u003c\/p\u003e\n\u003ch2\u003eA Full Paper Shade Lifted on Three Fine Black Legs\u003c\/h2\u003e\n\u003cp\u003eThe 3A balances a generously rounded Washi paper body with a slim black tripod below. At 22.8 inches tall, it has more presence than a small bedside lamp while keeping the base visually light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-open__scale\"\u003e\n\u003csmall\u003e Overall Size \u003c\/small\u003e \u003cstrong\u003e Ø13\" × H22.8\" \u003c\/strong\u003e \u003cspan\u003e Ø33 × H58cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHADE \/ TRIPOD PROPORTION\n  ====================================================== --\u003e\n\u003csection class=\"a3-proportion\"\u003e\n\u003cdiv class=\"a3-proportion__shade\"\u003e\n\u003csmall\u003e Above \u003c\/small\u003e \u003cstrong\u003e Voluminous Washi Shade \u003c\/strong\u003e\n\u003cp\u003eThe paper body carries most of the lamp's visual weight, giving the 3A its soft sculptural character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-proportion__base\"\u003e\n\u003csmall\u003e Below \u003c\/small\u003e \u003cstrong\u003e Slim Tripod \u003c\/strong\u003e\n\u003cp\u003eThree black metal legs lift the shade without adding a bulky solid base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"a3-material\"\u003e\n\u003cdiv class=\"a3-material__image\"\u003e\u003ca href=\"#a3-paper-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Close-up of natural Washi paper showing visible fiber texture\" loading=\"lazy\"\u003e \u003cspan class=\"a3-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"a3-material__copy\"\u003e\n\u003csmall\u003e Material Close-Up \u003c\/small\u003e\n\u003ch3\u003eReal Washi Has Visible Fiber and Variation\u003c\/h3\u003e\n\u003cp\u003eThe off-white mulberry Washi is not perfectly uniform. Natural fiber texture, subtle tonal differences and slight handmade variation are part of the material and remain visible even when the lamp is switched off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSION IMAGE\n  ====================================================== --\u003e\n\u003csection class=\"a3-size\"\u003e\n\u003cdiv class=\"a3-size__copy\"\u003e\n\u003csmall\u003e Check the Scale \u003c\/small\u003e\n\u003ch3\u003eØ13\" × H22.8\"\u003c\/h3\u003e\n\u003cp\u003eØ33 × H58cm. The 3A is taller and fuller than a compact bedside lamp, so check both the available tabletop width and the height around it.\u003c\/p\u003e\n\u003cdiv class=\"a3-size__facts\"\u003e\n\u003cspan\u003e 13\" Wide \u003c\/span\u003e \u003cspan\u003e 22.8\" Tall \u003c\/span\u003e \u003cspan\u003e Tabletop Scale \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-size__image\"\u003e\u003ca href=\"#a3-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-31n-washi-paper-pendant-light-standard-white_2.jpg?v=1778222897\" alt=\"Akari 3A Washi paper tripod table lamp dimension drawing showing 13 inch diameter and 22.8 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"a3-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TABLETOP FIT\n  ====================================================== --\u003e\n\u003csection class=\"a3-table\"\u003e\n\u003cdiv class=\"a3-table__measure\"\u003e\n\u003csmall\u003e Shade Width \u003c\/small\u003e \u003cstrong\u003e 13\" \u003c\/strong\u003e \u003cspan\u003e Approx. 33cm across \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-table__copy\"\u003e\n\u003csmall\u003e Tabletop Fit \u003c\/small\u003e\n\u003ch3\u003eGive the Paper Shade Some Breathing Room\u003c\/h3\u003e\n\u003cp\u003eThe 3A is not a tiny accent lamp. Check the 13-inch width against your tabletop and leave enough clearance around the Washi shade.\u003c\/p\u003e\n\u003cdiv class=\"a3-table__rows\"\u003e\n\u003cdiv class=\"a3-table__row\"\u003e\n\u003cstrong\u003e Nightstand \u003c\/strong\u003e \u003cspan\u003e Best on a substantial bedside surface rather than a narrow shelf. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-table__row\"\u003e\n\u003cstrong\u003e Side Table \u003c\/strong\u003e \u003cspan\u003e Works well where the lamp can remain visible as a sculptural object. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-table__row\"\u003e\n\u003cstrong\u003e Console \/ Sideboard \u003c\/strong\u003e \u003cspan\u003e The 22.8-inch height gives it enough presence for longer furniture. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"a3-light\"\u003e\n\u003cdiv class=\"a3-light__lead\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e\n\u003ch3\u003eSoft Glow, Not a Focused Beam\u003c\/h3\u003e\n\u003cp\u003eWashi wraps the bulb in a broad diffusing surface, making the 3A better suited to evening and ambient light than precise task lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-light__data\"\u003e\n\u003cdiv class=\"a3-light__cell\"\u003e\n\u003csmall\u003e Included Bulb \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-light__cell\"\u003e\n\u003csmall\u003e Bulb Base \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-light__cell\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline ON\/OFF \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-light__cell\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"a3-dim\"\u003e\n\u003cdiv class=\"a3-dim__mark\"\u003eDimming\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e The supplied cord switch is ON\/OFF only. \u003c\/strong\u003e \u003cspan\u003e Dimming requires a compatible dimmable E26\/E27 bulb together with a suitable inline dimmer or smart-bulb setup. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PLACEMENT\n  ====================================================== --\u003e\n\u003csection class=\"a3-use\"\u003e\n\u003cdiv class=\"a3-use__title\"\u003e\n\u003csmall\u003e In the Room \u003c\/small\u003e\n\u003ch3\u003eWhere 3A Works Best\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-use__rows\"\u003e\n\u003cdiv class=\"a3-use__row\"\u003e\n\u003cstrong\u003e Bedroom \u003c\/strong\u003e\n\u003cp\u003eSoft bedside atmosphere where a focused reading beam is not required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-use__row\"\u003e\n\u003cstrong\u003e Living Room \u003c\/strong\u003e\n\u003cp\u003eSide-table lighting that adds both warm illumination and visible form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-use__row\"\u003e\n\u003cstrong\u003e Console \u003c\/strong\u003e\n\u003cp\u003eThe taller tripod proportion works well against longer, lower furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"a3-care\"\u003e\n\u003cdiv class=\"a3-care__mark\"\u003eWashi Care\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Dry dust only. \u003c\/strong\u003e \u003cspan\u003e Use a soft feather duster or microfiber cloth. Do not wet-clean, steam or spray the paper. Keep away from humid areas and direct heat. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"a3-specs\"\u003e\n\u003cdiv class=\"a3-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Plug-in Washi table lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-specs__grid\"\u003e\n\u003c!-- LEFT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cspan\u003eØ13\" × H22.8\" \/ Ø33 × H58cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eOff-white mulberry Washi · Bamboo ribbing · Black metal tripod\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes · 3000K warm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cspan\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eCompatible bulb + suitable dimming control required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cspan\u003e59\" \/ 150cm · Extension available on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cspan\u003eInline ON\/OFF button switch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003ePlug-in · No hardwiring required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cspan\u003eIndoor dry locations · IP20\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-spec\"\u003e\n\u003cspan\u003ePreparation\u003c\/span\u003e \u003cspan\u003eApprox. 5–10 days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BEFORE ORDERING\n  ====================================================== --\u003e\n\u003csection class=\"a3-before\"\u003e\n\u003cdiv class=\"a3-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eKnow the 3A\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-before__rows\"\u003e\n\u003cdiv class=\"a3-before__row\"\u003e\n\u003cstrong\u003e Need task light? \u003c\/strong\u003e\n\u003cp\u003e3A is primarily an ambient lamp. The Washi shade softens and spreads light rather than creating a concentrated beam.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-before__row\"\u003e\n\u003cstrong\u003e Small tabletop? \u003c\/strong\u003e\n\u003cp\u003eThe shade is approximately 13 inches wide, so check the intended surface before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a3-before__row\"\u003e\n\u003cstrong\u003e Paper variation? \u003c\/strong\u003e\n\u003cp\u003eNatural fiber texture, slight differences in shape and gradual ambering over time are normal for handmade Washi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"a3-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"a3-final\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — MATERIAL\n  ====================================================== --\u003e \u003ca id=\"a3-paper-large\" href=\"#a3-root\" class=\"a3-lightbox\"\u003e \u003cspan class=\"a3-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged natural Washi paper fiber detail\"\u003e \u003cspan class=\"a3-lightbox__text\"\u003e Washi Paper Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"a3-size-large\" href=\"#a3-root\" class=\"a3-lightbox\"\u003e \u003cspan class=\"a3-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-31n-washi-paper-pendant-light-standard-white_2.jpg?v=1778222897\" alt=\"Enlarged Akari 3A Washi paper tripod table lamp dimension drawing\"\u003e \u003cspan class=\"a3-lightbox__text\"\u003e Ø13\" × H22.8\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"stuberlighting","offers":[{"title":"Dia13.0\"xH22.8\" \/ AU Plug","offer_id":52180673560859,"sku":"STB-NG-3A","price":278.0,"currency_code":"USD","in_stock":true},{"title":"Dia13.0\"xH22.8\" \/ EU Plug","offer_id":52180673593627,"sku":"STB-NG-3A","price":278.0,"currency_code":"USD","in_stock":true},{"title":"Dia13.0\"xH22.8\" \/ UK Plug","offer_id":52180673626395,"sku":"STB-NG-3A","price":278.0,"currency_code":"USD","in_stock":true},{"title":"Dia13.0\"xH22.8\" \/ US Plug","offer_id":52180673659163,"sku":"STB-NG-3A","price":278.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-3a-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781314962"},{"product_id":"akari-9a-washi-paper-tripod-table-lamp","title":"Akari 9A Washi Paper Tripod Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 9A\n   Large-Scale Washi Tripod Table Lamp\n   Compact Editorial Layout\n========================================================= *\/\n\n.stb-9a{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --paper:#F1E5CF;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --muted:#7B6B58;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#E1D4C0;\n\n  width:100%;\n  max-width:860px;\n  margin:0 auto;\n\n  color:var(--brown);\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n}\n\n.stb-9a *,\n.stb-9a *::before,\n.stb-9a *::after{\n  box-sizing:border-box;\n}\n\n.stb-9a h2,\n.stb-9a h3{\n  margin-top:0;\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-9a p{\n  margin-top:0;\n}\n\n.stb-9a__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-9a__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-9a__view{\n  display:block;\n  margin-top:6px;\n\n  color:#826440;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-9a__intro{\n  max-width:720px;\n  padding:4px 0 24px;\n}\n\n.stb-9a__intro h2{\n  max-width:670px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.12;\n}\n\n.stb-9a__intro p{\n  margin:0;\n\n  color:#604F3E;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   DECISION STRIP\n========================================================= *\/\n\n.stb-9a__strip{\n  display:grid;\n  grid-template-columns:1.15fr .9fr .9fr .9fr;\n\n  margin-bottom:35px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n  border-radius:8px;\n}\n\n.stb-9a__strip-item{\n  min-width:0;\n  padding:14px 13px;\n\n  border-right:1px solid rgba(245,237,216,.15);\n}\n\n.stb-9a__strip-item:last-child{\n  border-right:0;\n}\n\n.stb-9a__strip-item small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#CDBA97;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-9a__strip-item strong{\n  display:block;\n\n  color:#F8F0DF;\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   MATERIAL — FIRST IMAGE\n========================================================= *\/\n\n.stb-9a__material{\n  display:grid;\n  grid-template-columns:180px 1fr;\n  gap:27px;\n  align-items:center;\n\n  max-width:730px;\n\n  margin:0 0 35px;\n  padding:19px 21px;\n\n  background:var(--sand);\n\n  border-radius:8px;\n}\n\n.stb-9a__material-media{\n  width:180px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-9a__media-link{\n  display:block;\n\n  width:100%;\n  padding:6px;\n\n  background:#FBF7EF;\n\n  border:1px solid #D8CAB5;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-9a__media-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-9a__material-copy h3{\n  margin:0 0 7px;\n\n  font-size:22px;\n  line-height:1.2;\n}\n\n.stb-9a__material-copy p{\n  margin:0 0 10px;\n\n  color:#5D4A38;\n\n  font-size:12.8px;\n}\n\n.stb-9a__material-notes{\n  display:flex;\n  flex-wrap:wrap;\n  gap:6px;\n}\n\n.stb-9a__material-note{\n  padding:5px 8px;\n\n  background:rgba(255,252,246,.65);\n\n  border:1px solid #D9CBB6;\n  border-radius:20px;\n\n  color:#69543D;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   SIZE — AFTER MATERIAL\n========================================================= *\/\n\n.stb-9a__scale{\n  display:grid;\n  grid-template-columns:205px 1fr;\n  gap:30px;\n  align-items:center;\n\n  margin-bottom:36px;\n}\n\n.stb-9a__scale-media{\n  width:205px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-9a__scale-link{\n  display:block;\n\n  padding:6px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-9a__scale-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-9a__scale-copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n}\n\n.stb-9a__dimension{\n  margin:0 0 7px !important;\n\n  color:var(--dark) !important;\n\n  font-size:22px !important;\n  line-height:1.2 !important;\n  font-weight:600;\n}\n\n.stb-9a__scale-copy \u003e p{\n  max-width:520px;\n  margin-bottom:13px;\n\n  color:#675441;\n\n  font-size:12.8px;\n}\n\n.stb-9a__placement{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:7px;\n}\n\n.stb-9a__place{\n  padding:10px;\n\n  background:var(--soft);\n\n  border-top:2px solid #D0B584;\n}\n\n.stb-9a__place small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#94764D;\n\n  font-size:7.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-9a__place strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:10.5px;\n  line-height:1.35;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   WHY 9A\n========================================================= *\/\n\n.stb-9a__scale-message{\n  display:grid;\n  grid-template-columns:.72fr 1.28fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-9a__scale-number{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:21px;\n\n  background:#F0E3CE;\n}\n\n.stb-9a__scale-number span{\n  margin-bottom:4px;\n\n  color:#967345;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.stb-9a__scale-number strong{\n  color:var(--dark);\n\n  font-size:25px;\n  line-height:1.1;\n  font-weight:500;\n}\n\n.stb-9a__scale-text{\n  padding:21px 22px;\n\n  background:var(--dark);\n}\n\n.stb-9a__scale-text strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:#F8F0DF;\n\n  font-size:13px;\n  font-weight:600;\n}\n\n.stb-9a__scale-text p{\n  margin:0;\n\n  color:#D8CCBA;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   LIGHT + USE\n========================================================= *\/\n\n.stb-9a__utility{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:36px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-9a__utility-item{\n  padding:15px 16px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-9a__utility-item:last-child{\n  border-right:0;\n}\n\n.stb-9a__utility-item small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#92703B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-9a__utility-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  font-weight:600;\n}\n\n.stb-9a__utility-item p{\n  margin:0;\n\n  color:#675441;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-9a__details{\n  margin-bottom:34px;\n}\n\n.stb-9a__details-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:0;\n\n  border-top:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.stb-9a__detail{\n  display:grid;\n  grid-template-columns:38% 62%;\n\n  padding:10px 12px;\n\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-9a__detail span{\n  padding-right:8px;\n\n  color:#8B755B;\n\n  font-size:10px;\n}\n\n.stb-9a__detail strong{\n  color:var(--dark);\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-9a__faq{\n  margin-bottom:30px;\n  padding:19px 21px 7px;\n\n  background:#F8F3E8;\n\n  border-radius:8px;\n}\n\n.stb-9a__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-9a__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-9a__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.2px;\n  font-weight:500;\n}\n\n.stb-9a__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-9a__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:#A87E3C;\n\n  font-size:22px;\n}\n\n.stb-9a__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-9a__faq details p{\n  margin:8px 0 0;\n\n  color:#665544;\n\n  font-size:12px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-9a__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-9a__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-9a__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-9a__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-9a__shipping strong{\n  color:var(--dark);\n}\n\n.stb-9a__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   WASHI NOTE\n========================================================= *\/\n\n.stb-9a__note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 8px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-9a__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-9a__lightbox:target{\n  display:flex;\n}\n\n.stb-9a__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-9a__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:92vw;\n  max-height:80vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-9a__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:9px !important;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-9a__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99575 !important;\n\n  font-size:8.5px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-9a__intro h2{\n    font-size:25px;\n  }\n\n\n  \/* STRIP *\/\n\n  .stb-9a__strip{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-9a__strip-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-9a__strip-item:nth-child(-n+2){\n    border-bottom:1px solid rgba(245,237,216,.15);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-9a__material{\n    grid-template-columns:155px 1fr;\n\n    gap:15px;\n\n    padding:15px;\n  }\n\n  .stb-9a__material-media{\n    width:155px;\n  }\n\n  .stb-9a__material-copy h3{\n    font-size:19px;\n  }\n\n  .stb-9a__material-copy p{\n    font-size:11.8px;\n  }\n\n  .stb-9a__material-notes{\n    display:none;\n  }\n\n\n  \/* SCALE *\/\n\n  .stb-9a__scale{\n    grid-template-columns:165px 1fr;\n\n    gap:17px;\n  }\n\n  .stb-9a__scale-media{\n    width:165px;\n  }\n\n  .stb-9a__scale-copy h3{\n    font-size:19px;\n  }\n\n  .stb-9a__dimension{\n    font-size:17px !important;\n  }\n\n  .stb-9a__scale-copy \u003e p{\n    font-size:11.5px;\n  }\n\n  .stb-9a__placement{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SCALE MESSAGE *\/\n\n  .stb-9a__scale-message{\n    grid-template-columns:1fr;\n  }\n\n  .stb-9a__scale-number{\n    padding:15px 18px;\n  }\n\n  .stb-9a__scale-number strong{\n    font-size:21px;\n  }\n\n  .stb-9a__scale-text{\n    padding:16px 18px;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-9a__utility{\n    grid-template-columns:1fr;\n  }\n\n  .stb-9a__utility-item{\n    padding:13px 15px;\n\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-9a__utility-item:last-child{\n    border-bottom:0;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-9a__details-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-9a__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-9a__shipping{\n    padding:18px;\n  }\n\n  .stb-9a__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-9a__lightbox{\n    padding:14px;\n  }\n\n  .stb-9a__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL PHONES\n========================================================= *\/\n\n@media screen and (max-width:470px){\n\n  .stb-9a__material,\n  .stb-9a__scale{\n    grid-template-columns:1fr;\n  }\n\n  .stb-9a__material-media{\n    width:150px;\n  }\n\n  .stb-9a__scale-media{\n    width:165px;\n  }\n\n  .stb-9a__material-copy,\n  .stb-9a__scale-copy{\n    text-align:left;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-9a\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-9a__intro\"\u003e\u003cspan class=\"stb-9a__label\"\u003e Washi Paper · Tripod Table Lamp \u003c\/span\u003e\n\u003ch2\u003eA Larger Table Lamp With Real Sculptural Presence.\u003c\/h2\u003e\n\u003cp\u003eAt 16.5 inches wide and 23.6 inches tall, the Akari 9A is intentionally more substantial than a conventional bedside lamp. Its large Washi shade creates a broad pool of soft ambient light, balanced by three slim black metal legs.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK DECISION STRIP\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-9a__strip\"\u003e\n\u003cdiv class=\"stb-9a__strip-item\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ16.5\" × H23.6\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__strip-item\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003eMulberry Washi\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__strip-item\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__strip-item\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       MATERIAL FIRST\n  ====================================================== --\u003e\n\u003csection id=\"stb-9a-material-section\" class=\"stb-9a__material\"\u003e\n\u003cdiv class=\"stb-9a__material-media\"\u003e\u003ca href=\"#stb-9a-material\" class=\"stb-9a__media-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Mulberry Washi paper texture detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-9a__view\"\u003e View Material ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__material-copy\"\u003e\n\u003cspan class=\"stb-9a__label\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eMulberry Washi, Seen Up Close.\u003c\/h3\u003e\n\u003cp\u003eNatural paper fibers give the shade visible texture while softening direct bulb glare. Across the 9A's larger shade, this creates an even, warm ambient glow rather than a hard point of light.\u003c\/p\u003e\n\u003cdiv class=\"stb-9a__material-notes\"\u003e\n\u003cspan class=\"stb-9a__material-note\"\u003e Natural Fiber Texture \u003c\/span\u003e \u003cspan class=\"stb-9a__material-note\"\u003e Hand-Finished Surface \u003c\/span\u003e \u003cspan class=\"stb-9a__material-note\"\u003e Soft Light Diffusion \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"stb-9a-material\" href=\"#stb-9a-material-section\" class=\"stb-9a__lightbox\"\u003e \u003cspan class=\"stb-9a__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Mulberry Washi material detail\"\u003e \u003cspan class=\"stb-9a__lightbox-title\"\u003e Mulberry Washi · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-9a__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE IMAGE AFTER MATERIAL\n  ====================================================== --\u003e\n\u003csection id=\"stb-9a-size-section\" class=\"stb-9a__scale\"\u003e\n\u003cdiv class=\"stb-9a__scale-media\"\u003e\u003ca href=\"#stb-9a-size\" class=\"stb-9a__scale-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-9a-washi-paper-table-lamp-tripod-white_3.jpg?v=1778225540\" alt=\"Akari 9A Washi Paper Tripod Table Lamp dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-9a__view\"\u003e View Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__scale-copy\"\u003e\n\u003cspan class=\"stb-9a__label\"\u003e Size \u0026amp; Placement \u003c\/span\u003e\n\u003ch3\u003eGive the 9A Enough Surface Space.\u003c\/h3\u003e\n\u003cp class=\"stb-9a__dimension\"\u003eØ16.5\" × H23.6\"\u003c\/p\u003e\n\u003cp\u003eØ42 × H60 cm. Its 16.5-inch width gives the 9A considerably more visual weight than a compact bedside lamp, so it looks best on furniture that can comfortably support its scale.\u003c\/p\u003e\n\u003cdiv class=\"stb-9a__placement\"\u003e\n\u003cdiv class=\"stb-9a__place\"\u003e\n\u003csmall\u003e Living Room \u003c\/small\u003e \u003cstrong\u003e Large Side Table \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__place\"\u003e\n\u003csmall\u003e Storage Furniture \u003c\/small\u003e \u003cstrong\u003e Console · Sideboard \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__place\"\u003e\n\u003csmall\u003e Bedroom \u003c\/small\u003e \u003cstrong\u003e Dresser · Large Nightstand \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"stb-9a-size\" href=\"#stb-9a-size-section\" class=\"stb-9a__lightbox\"\u003e \u003cspan class=\"stb-9a__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-9a-washi-paper-table-lamp-tripod-white_3.jpg?v=1778225540\" alt=\"Enlarged Akari 9A dimensions\"\u003e \u003cspan class=\"stb-9a__lightbox-title\"\u003e Ø16.5\" × H23.6\" · Ø42 × H60cm \u003c\/span\u003e \u003cspan class=\"stb-9a__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SCALE MESSAGE\n  ====================================================== --\u003e\n\u003csection class=\"stb-9a__scale-message\"\u003e\n\u003cdiv class=\"stb-9a__scale-number\"\u003e\n\u003cspan\u003e What Makes 9A Different \u003c\/span\u003e \u003cstrong\u003e 16.5\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__scale-text\"\u003e\n\u003cstrong\u003e A wider shade creates more presence. \u003c\/strong\u003e\n\u003cp\u003eThe 9A is the largest tripod table lamp in this Akari family. Its wider paper body works especially well when a smaller table lamp would look undersized on substantial furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT \/ SETUP \/ PREP\n  ====================================================== --\u003e\n\u003csection class=\"stb-9a__utility\"\u003e\n\u003cdiv class=\"stb-9a__utility-item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 3000K Bulb Included \u003c\/strong\u003e\n\u003cp\u003eE26 \/ E27, maximum 40W. Designed for soft ambient illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__utility-item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In · Inline Switch \u003c\/strong\u003e\n\u003cp\u003e59\" \/ 150cm cord. No electrician or hardwiring required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__utility-item\"\u003e\n\u003csmall\u003e Preparation \u003c\/small\u003e \u003cstrong\u003e Handcrafted in 5–10 Days \u003c\/strong\u003e\n\u003cp\u003eEach lamp is prepared by hand before shipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-9a__details\"\u003e\u003cspan class=\"stb-9a__label\"\u003e Specifications \u003c\/span\u003e\n\u003ch3 class=\"stb-9a__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-9a__details-grid\"\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cstrong\u003eØ16.5\" × H23.6\" · Ø42 × H60cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eLead Time\u003c\/span\u003e \u003cstrong\u003e5–10 Days Handcrafted Preparation\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eShade\u003c\/span\u003e \u003cstrong\u003eOff-White Mulberry Washi Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eStructure\u003c\/span\u003e \u003cstrong\u003eBamboo Ribbing\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eBase\u003c\/span\u003e \u003cstrong\u003eBlack Metal Tripod\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cstrong\u003eYes · 3000K Warm White\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cstrong\u003e40W\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cstrong\u003eCompatible With Suitable Dimmable Bulb\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cstrong\u003e59\" \/ 150cm · Extension Available\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cstrong\u003eIn-Line ON\/OFF Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cstrong\u003ePlug-In · No Hardwiring\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-9a__detail\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cstrong\u003eIndoor Dry Locations · IP20\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-9a__faq\"\u003e\n\u003ch3 class=\"stb-9a__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 9A too large for a normal bedside table?\u003c\/summary\u003e\n\u003cp\u003eIt depends on the furniture. At 16.5\" wide and 23.6\" tall, the 9A is larger than a typical bedside lamp. It works best on a substantial nightstand, dresser, side table or console where the shade has enough visual and physical space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat kind of light does it provide?\u003c\/summary\u003e\n\u003cp\u003eThe included 3000K bulb shines through the large Washi shade to create soft ambient light. The 9A is intended more for atmosphere and comfortable room lighting than concentrated reading or task illumination.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the Washi paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber tool. Do not wet-clean, steam, spray cleaners or use a damp cloth. Keep the shade away from humid areas and direct heat.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-9a__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE WASHI NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-9a__note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"stuberlighting","offers":[{"title":"Dia16.5\"xH23.6\" \/ AU Plug","offer_id":52180856144155,"sku":"STB-NG-9A","price":318.0,"currency_code":"USD","in_stock":true},{"title":"Dia16.5\"xH23.6\" \/ EU Plug","offer_id":52180856176923,"sku":"STB-NG-9A","price":318.0,"currency_code":"USD","in_stock":true},{"title":"Dia16.5\"xH23.6\" \/ UK Plug","offer_id":52180856209691,"sku":"STB-NG-9A","price":318.0,"currency_code":"USD","in_stock":true},{"title":"Dia16.5\"xH23.6\" \/ US Plug","offer_id":52180856242459,"sku":"STB-NG-9A","price":318.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-9a-square-table-lamp-white-background-lit-stuberlighting.jpg?v=1781315555"},{"product_id":"washi-paper-whimsy-dual-pendant-cluster-light","title":"Washi Paper Whimsy Dual Pendant Cluster Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — WHIMSY DUAL\n   Dual-Form Washi Pendant Cluster\n   Composition-Led \/ Compact Editorial Layout\n========================================================= *\/\n\n.stb-whimsy{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --soft:#FAF7EF;\n  --sand:#EDE3D1;\n  --paper:#F1E5CF;\n\n  --dark:#1C1209;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --muted:#7B6B58;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#E2D5C1;\n\n  width:100%;\n  max-width:880px;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-whimsy *,\n.stb-whimsy *::before,\n.stb-whimsy *::after{\n  box-sizing:border-box;\n}\n\n.stb-whimsy h2,\n.stb-whimsy h3{\n  margin-top:0;\n\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-whimsy p{\n  margin-top:0;\n}\n\n.stb-whimsy__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-whimsy__view{\n  display:block;\n  margin-top:6px;\n\n  color:#826440;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-whimsy__intro{\n  display:grid;\n  grid-template-columns:1fr 210px;\n  gap:30px;\n  align-items:end;\n\n  padding:4px 0 25px;\n}\n\n.stb-whimsy__intro-copy{\n  max-width:650px;\n}\n\n.stb-whimsy__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.12;\n}\n\n.stb-whimsy__intro p{\n  margin:0;\n\n  color:#604F3E;\n  font-size:14px;\n}\n\n\n\/* large typographic signature *\/\n\n.stb-whimsy__signature{\n  padding-left:18px;\n\n  border-left:1px solid var(--line);\n}\n\n.stb-whimsy__signature strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:28px;\n  line-height:1;\n  font-weight:500;\n}\n\n.stb-whimsy__signature span{\n  display:block;\n  margin-top:6px;\n\n  color:#846B4D;\n\n  font-size:9px;\n  line-height:1.5;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   KEY FACTS\n========================================================= *\/\n\n.stb-whimsy__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:35px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:7px;\n}\n\n.stb-whimsy__fact{\n  padding:14px 13px;\n\n  border-right:1px solid rgba(245,237,216,.15);\n}\n\n.stb-whimsy__fact:last-child{\n  border-right:0;\n}\n\n.stb-whimsy__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#CBB795;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__fact strong{\n  display:block;\n\n  color:#F8F0DF;\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   COMPOSITION — UNIQUE TO THIS PRODUCT\n========================================================= *\/\n\n.stb-whimsy__compose{\n  margin-bottom:38px;\n}\n\n.stb-whimsy__compose-head{\n  max-width:640px;\n  margin-bottom:16px;\n}\n\n.stb-whimsy__compose-head p{\n  margin:0;\n\n  color:#665441;\n\n  font-size:12.8px;\n}\n\n\n\/* visual pair *\/\n\n.stb-whimsy__pair{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:1px;\n\n  min-height:180px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:9px;\n}\n\n.stb-whimsy__shape{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-direction:column;\n\n  padding:20px;\n\n  background:#F0E4D0;\n}\n\n.stb-whimsy__shape:last-child{\n  background:#E9D9BF;\n}\n\n.stb-whimsy__orb{\n  display:block;\n\n  margin-bottom:10px;\n\n  background:#FFF9EC;\n\n  border:1px solid #D5C6AE;\n\n  box-shadow:\n    inset 0 0 18px rgba(200,169,110,.12),\n    0 5px 18px rgba(74,50,24,.06);\n}\n\n.stb-whimsy__orb--sphere{\n  width:82px;\n  height:82px;\n\n  border-radius:50%;\n}\n\n.stb-whimsy__orb--oval{\n  width:103px;\n  height:58px;\n\n  border-radius:50%;\n}\n\n.stb-whimsy__shape small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#97794F;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__shape strong{\n  color:var(--dark);\n\n  font-size:12px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   THREE ARRANGEMENT IDEAS\n========================================================= *\/\n\n.stb-whimsy__arrangements{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:9px;\n\n  margin-top:10px;\n}\n\n.stb-whimsy__arrangement{\n  padding:13px 14px;\n\n  background:var(--soft);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.stb-whimsy__arrangement:nth-child(2){\n  background:#F3E8D6;\n}\n\n.stb-whimsy__arrangement:nth-child(3){\n  background:#EDE0CC;\n}\n\n.stb-whimsy__arrangement small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#94754A;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__arrangement strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.stb-whimsy__arrangement p{\n  margin:0;\n\n  color:#675441;\n\n  font-size:10.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   DETAIL + MATERIAL\n   BOTH BEFORE DIMENSION IMAGE\n========================================================= *\/\n\n.stb-whimsy__evidence{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:12px;\n\n  margin-bottom:38px;\n}\n\n.stb-whimsy__evidence-card{\n  display:grid;\n  grid-template-columns:145px 1fr;\n  gap:16px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:16px;\n\n  border:1px solid var(--line);\n  border-radius:8px;\n}\n\n.stb-whimsy__evidence-card:first-child{\n  background:var(--cream);\n}\n\n.stb-whimsy__evidence-card:last-child{\n  background:var(--sand);\n}\n\n.stb-whimsy__thumb{\n  width:145px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-whimsy__thumb-link{\n  display:block;\n\n  width:100%;\n\n  padding:5px;\n\n  background:#FFFCF6;\n\n  border:1px solid #D9CCB8;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-whimsy__thumb-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-whimsy__evidence-copy h3{\n  margin:0 0 5px;\n\n  font-size:17px;\n  line-height:1.2;\n}\n\n.stb-whimsy__evidence-copy p{\n  margin:0;\n\n  color:#65513F;\n\n  font-size:10.8px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   DIMENSION SECTION — AFTER DETAIL \/ MATERIAL\n========================================================= *\/\n\n.stb-whimsy__size{\n  display:grid;\n  grid-template-columns:190px 1fr;\n  gap:26px;\n  align-items:center;\n\n  margin-bottom:38px;\n}\n\n.stb-whimsy__size-media{\n  width:190px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-whimsy__size-link{\n  display:block;\n\n  width:100%;\n\n  padding:6px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-whimsy__size-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-whimsy__size-copy h3{\n  margin:0 0 7px;\n\n  font-size:22px;\n}\n\n.stb-whimsy__size-pair{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:7px;\n\n  margin-top:12px;\n}\n\n.stb-whimsy__size-piece{\n  padding:10px 11px;\n\n  background:var(--soft);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-whimsy__size-piece small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#97794F;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__size-piece strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SPIDER MOUNT\n========================================================= *\/\n\n.stb-whimsy__mount{\n  display:grid;\n  grid-template-columns:.9fr 1.1fr;\n\n  margin-bottom:38px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-whimsy__mount-title{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:21px;\n\n  background:var(--walnut);\n}\n\n.stb-whimsy__mount-title small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D8B978;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__mount-title strong{\n  color:#F8F0DF;\n\n  font-size:18px;\n  line-height:1.25;\n  font-weight:500;\n}\n\n.stb-whimsy__mount-body{\n  padding:20px 22px;\n\n  background:#F2E7D5;\n}\n\n.stb-whimsy__mount-body p{\n  margin:0 0 11px;\n\n  color:#604D3A;\n\n  font-size:12px;\n}\n\n.stb-whimsy__mount-row{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:7px;\n}\n\n.stb-whimsy__mount-chip{\n  padding:9px 10px;\n\n  background:rgba(255,252,246,.65);\n\n  color:#5F4B38;\n\n  font-size:10.5px;\n  line-height:1.4;\n}\n\n.stb-whimsy__mount-chip strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALL\n========================================================= *\/\n\n.stb-whimsy__utility{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:37px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-whimsy__utility-item{\n  padding:14px 15px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-whimsy__utility-item:last-child{\n  border-right:0;\n}\n\n.stb-whimsy__utility-item small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#92703B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-whimsy__utility-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.7px;\n  font-weight:600;\n}\n\n.stb-whimsy__utility-item p{\n  margin:0;\n\n  color:#675441;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-whimsy__details{\n  margin-bottom:34px;\n}\n\n.stb-whimsy__specs{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  border-top:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.stb-whimsy__spec{\n  display:grid;\n  grid-template-columns:38% 62%;\n\n  padding:10px 12px;\n\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-whimsy__spec span{\n  padding-right:8px;\n\n  color:#8B755B;\n\n  font-size:9.5px;\n}\n\n.stb-whimsy__spec strong{\n  color:var(--dark);\n\n  font-size:11.2px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-whimsy__faq{\n  margin-bottom:30px;\n\n  padding:19px 21px 7px;\n\n  background:#F8F3E8;\n\n  border-radius:8px;\n}\n\n.stb-whimsy__faq details{\n  padding:13px 0;\n\n  border-bottom:1px solid #DFD3BF;\n}\n\n.stb-whimsy__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-whimsy__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13.2px;\n  font-weight:500;\n}\n\n.stb-whimsy__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-whimsy__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:#A87E3C;\n\n  font-size:22px;\n}\n\n.stb-whimsy__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-whimsy__faq details p{\n  margin:8px 0 0;\n\n  color:#665544;\n\n  font-size:12px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-whimsy__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-radius:8px;\n}\n\n.stb-whimsy__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-whimsy__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-whimsy__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-whimsy__shipping strong{\n  color:var(--dark);\n}\n\n.stb-whimsy__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.stb-whimsy__note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 8px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-whimsy__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-whimsy__lightbox:target{\n  display:flex;\n}\n\n.stb-whimsy__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-whimsy__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:92vw;\n  max-height:80vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-whimsy__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:9px !important;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-whimsy__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99575 !important;\n\n  font-size:8.5px !important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-whimsy__intro{\n    grid-template-columns:1fr;\n    gap:15px;\n  }\n\n  .stb-whimsy__intro h2{\n    font-size:25px;\n  }\n\n  .stb-whimsy__signature{\n    display:flex;\n    align-items:center;\n    gap:10px;\n\n    padding:10px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n  .stb-whimsy__signature strong{\n    font-size:22px;\n  }\n\n  .stb-whimsy__signature span{\n    margin:0;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-whimsy__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-whimsy__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-whimsy__fact:nth-child(-n+2){\n    border-bottom:1px solid rgba(245,237,216,.15);\n  }\n\n\n  \/* PAIR *\/\n\n  .stb-whimsy__pair{\n    min-height:150px;\n  }\n\n  .stb-whimsy__orb--sphere{\n    width:65px;\n    height:65px;\n  }\n\n  .stb-whimsy__orb--oval{\n    width:82px;\n    height:48px;\n  }\n\n\n  \/* ARRANGEMENTS *\/\n\n  .stb-whimsy__arrangements{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* EVIDENCE *\/\n\n  .stb-whimsy__evidence{\n    grid-template-columns:1fr;\n  }\n\n  .stb-whimsy__evidence-card{\n    grid-template-columns:125px 1fr;\n  }\n\n  .stb-whimsy__thumb{\n    width:125px;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-whimsy__size{\n    grid-template-columns:160px 1fr;\n\n    gap:16px;\n  }\n\n  .stb-whimsy__size-media{\n    width:160px;\n  }\n\n  .stb-whimsy__size-copy h3{\n    font-size:19px;\n  }\n\n  .stb-whimsy__size-pair{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* MOUNT *\/\n\n  .stb-whimsy__mount{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-whimsy__utility{\n    grid-template-columns:1fr;\n  }\n\n  .stb-whimsy__utility-item{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .stb-whimsy__utility-item:last-child{\n    border-bottom:0;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-whimsy__specs{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-whimsy__faq{\n    padding:18px 17px 7px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-whimsy__shipping{\n    padding:18px;\n  }\n\n  .stb-whimsy__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-whimsy__lightbox{\n    padding:14px;\n  }\n\n  .stb-whimsy__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n\/* very narrow *\/\n\n@media screen and (max-width:470px){\n\n  .stb-whimsy__evidence-card,\n  .stb-whimsy__size{\n    grid-template-columns:1fr;\n  }\n\n  .stb-whimsy__thumb{\n    width:145px;\n  }\n\n  .stb-whimsy__size-media{\n    width:175px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-whimsy\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__intro\"\u003e\n\u003cdiv class=\"stb-whimsy__intro-copy\"\u003e\n\u003cspan class=\"stb-whimsy__label\"\u003e Washi Paper · Dual Pendant Cluster \u003c\/span\u003e\n\u003ch2\u003eTwo Different Forms. One Flexible Composition.\u003c\/h2\u003e\n\u003cp\u003eWhimsy pairs a large Washi sphere with a lower-profile oval shade, both suspended from one ceiling canopy. Adjust each cord independently to create a balanced pair, a staggered cascade or a wider asymmetric arrangement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__signature\"\u003e\n\u003cstrong\u003e 2 + 1 \u003c\/strong\u003e \u003cspan\u003e Two Washi Shades\u003cbr\u003eOne Ceiling Canopy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-whimsy__facts\"\u003e\n\u003cdiv class=\"stb-whimsy__fact\"\u003e\n\u003csmall\u003eSphere\u003c\/small\u003e \u003cstrong\u003eØ25.6\" \/ 65cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__fact\"\u003e\n\u003csmall\u003eOval\u003c\/small\u003e \u003cstrong\u003eØ19.7\" \/ 50cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e2 × 59\" Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__fact\"\u003e\n\u003csmall\u003eBulbs\u003c\/small\u003e \u003cstrong\u003e2 × 3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       COMPOSE THE PAIR\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__compose\"\u003e\n\u003cdiv class=\"stb-whimsy__compose-head\"\u003e\n\u003cspan class=\"stb-whimsy__label\"\u003e Compose the Pair \u003c\/span\u003e\n\u003ch3 class=\"stb-whimsy__heading\"\u003eThe Mismatch Is the Design.\u003c\/h3\u003e\n\u003cp\u003eOne full sphere and one flatter oval create more visual movement than two identical lanterns. Their independent cords let you decide how symmetrical or relaxed the final installation feels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__pair\"\u003e\n\u003cdiv class=\"stb-whimsy__shape\"\u003e\n\u003cspan class=\"stb-whimsy__orb stb-whimsy__orb--sphere\"\u003e\u003c\/span\u003e \u003csmall\u003e Form 01 \u003c\/small\u003e \u003cstrong\u003e Ø25.6\" Sphere \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__shape\"\u003e\n\u003cspan class=\"stb-whimsy__orb stb-whimsy__orb--oval\"\u003e\u003c\/span\u003e \u003csmall\u003e Form 02 \u003c\/small\u003e \u003cstrong\u003e Ø19.7\" Oval \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__arrangements\"\u003e\n\u003cdiv class=\"stb-whimsy__arrangement\"\u003e\n\u003csmall\u003e Arrangement 01 \u003c\/small\u003e \u003cstrong\u003e Balanced \u003c\/strong\u003e\n\u003cp\u003eKeep both shades at similar heights for a calmer, more symmetrical composition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__arrangement\"\u003e\n\u003csmall\u003e Arrangement 02 \u003c\/small\u003e \u003cstrong\u003e Staggered \u003c\/strong\u003e\n\u003cp\u003eDrop one shade lower to create the layered, relaxed look Whimsy is designed for.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__arrangement\"\u003e\n\u003csmall\u003e Arrangement 03 \u003c\/small\u003e \u003cstrong\u003e Spread Wide \u003c\/strong\u003e\n\u003cp\u003eSeparate the two suspension points visually to cover a longer table or larger ceiling volume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL + MATERIAL\n       BOTH BEFORE SIZE\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__evidence\"\u003e\u003c!-- PRODUCT DETAIL --\u003e\n\u003carticle id=\"whimsy-detail-section\" class=\"stb-whimsy__evidence-card\"\u003e\n\u003cdiv class=\"stb-whimsy__thumb\"\u003e\u003ca href=\"#whimsy-detail\" class=\"stb-whimsy__thumb-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-whimsy-dual-pendant-cluster_13.png?v=1778228788\" alt=\"Whimsy Dual Pendant Cluster product construction detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-whimsy__view\"\u003e View Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__evidence-copy\"\u003e\n\u003cspan class=\"stb-whimsy__label\"\u003e Product Detail \u003c\/span\u003e\n\u003ch3\u003eBuilt as One Dual-Light System\u003c\/h3\u003e\n\u003cp\u003eBoth pendants connect back to one canopy, keeping the installation visually unified while allowing each shade to hang independently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MATERIAL --\u003e\n\u003carticle id=\"whimsy-material-section\" class=\"stb-whimsy__evidence-card\"\u003e\n\u003cdiv class=\"stb-whimsy__thumb\"\u003e\u003ca href=\"#whimsy-material\" class=\"stb-whimsy__thumb-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Mulberry Washi paper texture detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-whimsy__view\"\u003e View Material ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__evidence-copy\"\u003e\n\u003cspan class=\"stb-whimsy__label\"\u003e Material \u003c\/span\u003e\n\u003ch3\u003eMulberry Washi\u003c\/h3\u003e\n\u003cp\u003eVisible natural fibers soften direct bulb glare, allowing both lanterns to produce a warm, diffused layer of ambient light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"whimsy-detail\" href=\"#whimsy-detail-section\" class=\"stb-whimsy__lightbox\"\u003e \u003cspan class=\"stb-whimsy__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-whimsy-dual-pendant-cluster_13.png?v=1778228788\" alt=\"Enlarged Whimsy Dual Pendant Cluster detail\"\u003e \u003cspan class=\"stb-whimsy__lightbox-title\"\u003e Whimsy Dual · Product Detail \u003c\/span\u003e \u003cspan class=\"stb-whimsy__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"whimsy-material\" href=\"#whimsy-material-section\" class=\"stb-whimsy__lightbox\"\u003e \u003cspan class=\"stb-whimsy__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Mulberry Washi paper\"\u003e \u003cspan class=\"stb-whimsy__lightbox-title\"\u003e Mulberry Washi · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-whimsy__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE IMAGE — AFTER DETAIL + MATERIAL\n  ====================================================== --\u003e\n\u003csection id=\"whimsy-size-section\" class=\"stb-whimsy__size\"\u003e\n\u003cdiv class=\"stb-whimsy__size-media\"\u003e\u003ca href=\"#whimsy-size\" class=\"stb-whimsy__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-whimsy-dual-pendant-cluster_3.jpg?v=1778228788\" alt=\"Whimsy Dual Pendant Cluster dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-whimsy__view\"\u003e View Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__size-copy\"\u003e\n\u003cspan class=\"stb-whimsy__label\"\u003e Shade Scale \u003c\/span\u003e\n\u003ch3\u003eTwo Different Sizes by Design.\u003c\/h3\u003e\n\u003cdiv class=\"stb-whimsy__size-pair\"\u003e\n\u003cdiv class=\"stb-whimsy__size-piece\"\u003e\n\u003csmall\u003e Sphere \u003c\/small\u003e \u003cstrong\u003e Ø25.6\" \/ Ø65cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__size-piece\"\u003e\n\u003csmall\u003e Oval \u003c\/small\u003e \u003cstrong\u003e Ø19.7\" \/ Ø50cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"whimsy-size\" href=\"#whimsy-size-section\" class=\"stb-whimsy__lightbox\"\u003e \u003cspan class=\"stb-whimsy__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-washi-paper-whimsy-dual-pendant-cluster_3.jpg?v=1778228788\" alt=\"Enlarged Whimsy Dual Pendant dimension diagram\"\u003e \u003cspan class=\"stb-whimsy__lightbox-title\"\u003e Sphere Ø25.6\" · Oval Ø19.7\" \u003c\/span\u003e \u003cspan class=\"stb-whimsy__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SPIDER MOUNT\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__mount\"\u003e\n\u003cdiv class=\"stb-whimsy__mount-title\"\u003e\n\u003csmall\u003e Spider Mount \u003c\/small\u003e \u003cstrong\u003e One Canopy.\u003cbr\u003eTwo Adjustable Drops. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__mount-body\"\u003e\n\u003cp\u003eBoth cords originate from one ceiling connection, but each shade can be positioned independently during installation.\u003c\/p\u003e\n\u003cdiv class=\"stb-whimsy__mount-row\"\u003e\n\u003cdiv class=\"stb-whimsy__mount-chip\"\u003e\n\u003cstrong\u003e 2 × 59\" Cords \u003c\/strong\u003e Individually adjustable.\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__mount-chip\"\u003e\n\u003cstrong\u003e Longer Drops Available \u003c\/strong\u003e Custom extension on request.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT + INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__utility\"\u003e\n\u003cdiv class=\"stb-whimsy__utility-item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 2 × 3000K Bulbs Included \u003c\/strong\u003e\n\u003cp\u003eE26 \/ E27. Warm ambient light through both Washi shades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__utility-item\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable Bulb Compatible \u003c\/strong\u003e\n\u003cp\u003eUse suitable dimmable E26 \/ E27 bulbs when brightness control is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__utility-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eStandard, vaulted and sloped ceilings. Professional installation recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__details\"\u003e\u003cspan class=\"stb-whimsy__label\"\u003e Specifications \u003c\/span\u003e\n\u003ch3 class=\"stb-whimsy__heading\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"stb-whimsy__specs\"\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eSphere Shade\u003c\/span\u003e \u003cstrong\u003eØ25.6\" \/ Ø65cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eOval Shade\u003c\/span\u003e \u003cstrong\u003eØ19.7\" \/ Ø50cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eMaterial\u003c\/span\u003e \u003cstrong\u003eMulberry Washi Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eStructure\u003c\/span\u003e \u003cstrong\u003eBamboo Ribbing · Metal Frame\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eBulbs Included\u003c\/span\u003e \u003cstrong\u003e2 × 3000K Warm White\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cstrong\u003e40W Per Shade · 80W Total\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cstrong\u003eCompatible Dimmable Bulbs\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eCords\u003c\/span\u003e \u003cstrong\u003e2 × 59\" \/ 150cm Adjustable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eMount\u003c\/span\u003e \u003cstrong\u003eSingle Canopy · Dual Spider Suspension\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eCeiling\u003c\/span\u003e \u003cstrong\u003eStandard · Vaulted · Sloped\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-whimsy__spec\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cstrong\u003eIndoor Dry Locations · IP20\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__faq\"\u003e\n\u003ch3 class=\"stb-whimsy__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the two shades have to hang at the same height?\u003c\/summary\u003e\n\u003cp\u003eNo. Each 59\" suspension cord can be adjusted independently. Keep the pair relatively level for a balanced look or stagger them to emphasize the contrast between the sphere and oval shades.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow far apart should I position the two shades?\u003c\/summary\u003e\n\u003cp\u003eThere is no single required spacing. Above a table or island, keep enough separation for the two forms to read individually without feeling disconnected. Larger vaulted spaces can support a much wider spread.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use longer suspension cords?\u003c\/summary\u003e\n\u003cp\u003eYes. Each standard cord is 59\" \/ 150cm. Longer suspension lengths can be prepared on request for high ceilings, stairwells and other taller installations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-whimsy__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE WASHI NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-whimsy__note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia25.6\"+Dia19.7\"","offer_id":52180948386075,"sku":"STB-NG-WHIMSY","price":585.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-whimsy-2-light-pendant-white-background-unlit-stuberlighting.jpg?v=1781316074"},{"product_id":"akari-zara-washi-paper-lantern-table-lamp","title":"Akari Zara Washi Paper Lantern Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI ZARA\n   Texture-Led Washi Table Lamp\n   Distinct Visual Composition \/ Compact Images\n========================================================= *\/\n\n.stb-zara{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --soft:#FAF7EF;\n  --sand:#E7DAC6;\n  --paper:#F1E5CF;\n\n  --dark:#1C1209;\n  --charcoal:#29221C;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --coffee:#39271D;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --line:#DCCDB7;\n  --muted:#786550;\n\n  width:100%;\n  max-width:860px;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-zara *,\n.stb-zara *::before,\n.stb-zara *::after{\n  box-sizing:border-box;\n}\n\n.stb-zara h2,\n.stb-zara h3{\n  margin-top:0;\n\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-zara p{\n  margin-top:0;\n}\n\n.stb-zara__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-zara__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-zara__view{\n  display:block;\n\n  margin-top:6px;\n\n  color:#82603A;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INTRO — DIFFERENT FROM PREVIOUS PRODUCTS\n========================================================= *\/\n\n.stb-zara__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 185px;\n  gap:34px;\n  align-items:end;\n\n  padding:4px 0 27px;\n}\n\n.stb-zara__intro-main{\n  max-width:650px;\n}\n\n.stb-zara__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.12;\n}\n\n.stb-zara__intro p{\n  margin:0;\n\n  color:#604E3D;\n  font-size:14px;\n}\n\n.stb-zara__ratio{\n  padding:14px 0 3px 18px;\n\n  border-left:2px solid var(--gold);\n}\n\n.stb-zara__ratio small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#92703B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-zara__ratio strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:25px;\n  line-height:1;\n  font-weight:500;\n}\n\n.stb-zara__ratio span{\n  display:block;\n  margin-top:5px;\n\n  color:#735E47;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   DARK DECISION BAR\n========================================================= *\/\n\n.stb-zara__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:35px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:8px;\n  box-shadow:0 8px 24px rgba(28,18,9,.08);\n}\n\n.stb-zara__fact{\n  padding:14px 13px;\n\n  border-right:1px solid rgba(245,237,216,.14);\n}\n\n.stb-zara__fact:last-child{\n  border-right:0;\n}\n\n.stb-zara__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#CEB993;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-zara__fact strong{\n  display:block;\n\n  color:#F8F0DF;\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   SIGNATURE TEXTURE\n========================================================= *\/\n\n.stb-zara__texture{\n  margin-bottom:36px;\n}\n\n.stb-zara__texture-title{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:12px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-zara__texture-half{\n  padding:17px 18px;\n}\n\n.stb-zara__texture-half:first-child{\n  background:#EADBC4;\n}\n\n.stb-zara__texture-half:last-child{\n  background:var(--walnut);\n}\n\n.stb-zara__texture-half small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#8E6E43;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-zara__texture-half:last-child small{\n  color:#D3B578;\n}\n\n.stb-zara__texture-half strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:13px;\n  font-weight:600;\n}\n\n.stb-zara__texture-half:last-child strong{\n  color:#FFF5E4;\n}\n\n.stb-zara__texture-half p{\n  margin:0;\n\n  color:#68523E;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n.stb-zara__texture-half:last-child p{\n  color:#DCCFBC;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL — IMAGE 01\n========================================================= *\/\n\n.stb-zara__detail{\n  display:grid;\n  grid-template-columns:170px 1fr;\n  gap:25px;\n  align-items:center;\n\n  max-width:710px;\n\n  margin:0 0 34px;\n  padding:18px 20px;\n\n  background:var(--ivory);\n\n  border:1px solid #D9CBB6;\n  border-left:5px solid var(--walnut);\n  border-radius:7px;\n}\n\n.stb-zara__detail-media{\n  width:170px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-zara__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:5px;\n\n  background:#F5ECDE;\n\n  border:1px solid #D8C9B2;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-zara__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-zara__detail-copy h3{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.2;\n}\n\n.stb-zara__detail-copy p{\n  margin:0;\n\n  color:#604D3B;\n\n  font-size:12.5px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   MATERIAL — IMAGE 02\n========================================================= *\/\n\n.stb-zara__material{\n  display:grid;\n  grid-template-columns:1fr 155px;\n  gap:26px;\n  align-items:center;\n\n  max-width:690px;\n\n  margin:0 0 36px auto;\n  padding:18px 20px;\n\n  background:var(--sand);\n\n  border-radius:7px;\n}\n\n.stb-zara__material-copy{\n  order:1;\n}\n\n.stb-zara__material-media{\n  order:2;\n\n  width:155px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-zara__material-copy h3{\n  margin:0 0 7px;\n\n  font-size:21px;\n}\n\n.stb-zara__material-copy p{\n  margin:0 0 9px;\n\n  color:#604D3B;\n\n  font-size:12.3px;\n}\n\n.stb-zara__chips{\n  display:flex;\n  flex-wrap:wrap;\n  gap:5px;\n}\n\n.stb-zara__chip{\n  padding:4px 8px;\n\n  background:#FBF5E9;\n\n  border:1px solid #D4C5AE;\n  border-radius:20px;\n\n  color:#68513A;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   SIZE — IMAGE 03\n========================================================= *\/\n\n.stb-zara__size{\n  display:grid;\n  grid-template-columns:180px 1fr;\n  gap:27px;\n  align-items:center;\n\n  margin-bottom:37px;\n}\n\n.stb-zara__size-media{\n  width:180px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-zara__size-link{\n  display:block;\n\n  width:100%;\n\n  padding:6px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-zara__size-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-zara__size-copy h3{\n  margin:0 0 6px;\n\n  font-size:22px;\n}\n\n.stb-zara__dimension{\n  margin:0 0 7px !important;\n\n  color:var(--dark) !important;\n\n  font-size:21px !important;\n  line-height:1.15 !important;\n  font-weight:600;\n}\n\n.stb-zara__size-copy \u003e p{\n  max-width:500px;\n  margin-bottom:12px;\n\n  color:#675442;\n\n  font-size:12.4px;\n}\n\n.stb-zara__placement{\n  display:flex;\n  flex-wrap:wrap;\n  gap:6px;\n}\n\n.stb-zara__placement span{\n  padding:5px 8px;\n\n  background:#F2E6D2;\n\n  color:#644D38;\n\n  font-size:9.5px;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   LIGHT BAND\n========================================================= *\/\n\n.stb-zara__light{\n  display:grid;\n  grid-template-columns:.95fr 1.05fr;\n\n  margin-bottom:37px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-zara__light-main{\n  padding:21px;\n\n  background:var(--coffee);\n}\n\n.stb-zara__light-control{\n  padding:21px;\n\n  background:#C6A66E;\n}\n\n.stb-zara__light small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D9B978;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-zara__light-control small{\n  color:#5C4125;\n}\n\n.stb-zara__light strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#FFF6E6;\n\n  font-size:12.5px;\n  font-weight:600;\n}\n\n.stb-zara__light-control strong{\n  color:#2D1D10;\n}\n\n.stb-zara__light p{\n  margin:0;\n\n  color:#DCCFBD;\n\n  font-size:11px;\n  line-height:1.55;\n}\n\n.stb-zara__light-control p{\n  color:#4D3720;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS — DARK LEFT COLUMN\n========================================================= *\/\n\n.stb-zara__details{\n  display:grid;\n  grid-template-columns:170px 1fr;\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:8px;\n}\n\n.stb-zara__details-head{\n  padding:21px 18px;\n\n  background:var(--dark);\n}\n\n.stb-zara__details-head span{\n  display:block;\n  margin-bottom:6px;\n\n  color:#D4B577;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-zara__details-head strong{\n  color:#F8F0DF;\n\n  font-size:18px;\n  line-height:1.25;\n  font-weight:500;\n}\n\n.stb-zara__specs{\n  background:var(--ivory);\n}\n\n.stb-zara__spec{\n  display:grid;\n  grid-template-columns:34% 66%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E8DDCC;\n}\n\n.stb-zara__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-zara__spec span{\n  padding-right:9px;\n\n  color:#8B755B;\n\n  font-size:10px;\n}\n\n.stb-zara__spec strong{\n  color:var(--dark);\n\n  font-size:11.2px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   GOOD TO KNOW\n========================================================= *\/\n\n.stb-zara__faq{\n  margin-bottom:30px;\n\n  padding:18px 21px 7px;\n\n  background:#EEE1CC;\n\n  border-radius:8px;\n}\n\n.stb-zara__faq details{\n  padding:12px 0;\n\n  border-bottom:1px solid #D7C7AF;\n}\n\n.stb-zara__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-zara__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13px;\n  font-weight:500;\n}\n\n.stb-zara__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-zara__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:#805C32;\n\n  font-size:22px;\n}\n\n.stb-zara__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-zara__faq details p{\n  margin:8px 0 0;\n\n  color:#665240;\n\n  font-size:11.8px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-zara__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-right:1px solid #DCCDB7;\n  border-bottom:1px solid #DCCDB7;\n  border-left:1px solid #DCCDB7;\n\n  border-radius:8px;\n}\n\n.stb-zara__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-zara__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-zara__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-zara__shipping strong{\n  color:var(--dark);\n}\n\n.stb-zara__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   HANDMADE NOTE\n========================================================= *\/\n\n.stb-zara__note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 8px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-zara__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-zara__lightbox:target{\n  display:flex;\n}\n\n.stb-zara__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-zara__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:92vw;\n  max-height:80vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-zara__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:9px !important;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n.stb-zara__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99575 !important;\n\n  font-size:8.5px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-zara__intro{\n    grid-template-columns:1fr;\n\n    gap:13px;\n  }\n\n  .stb-zara__intro h2{\n    font-size:25px;\n  }\n\n  .stb-zara__ratio{\n    display:flex;\n    align-items:center;\n    gap:10px;\n\n    padding:10px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n  .stb-zara__ratio small{\n    display:none;\n  }\n\n  .stb-zara__ratio strong{\n    font-size:20px;\n  }\n\n  .stb-zara__ratio span{\n    margin:0;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-zara__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-zara__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-zara__fact:nth-child(-n+2){\n    border-bottom:1px solid rgba(245,237,216,.14);\n  }\n\n\n  \/* TEXTURE *\/\n\n  .stb-zara__texture-title{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-zara__detail{\n    grid-template-columns:145px 1fr;\n\n    gap:15px;\n\n    padding:15px;\n  }\n\n  .stb-zara__detail-media{\n    width:145px;\n  }\n\n  .stb-zara__detail-copy h3{\n    font-size:18px;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-zara__material{\n    grid-template-columns:1fr 135px;\n\n    gap:15px;\n\n    padding:15px;\n  }\n\n  .stb-zara__material-media{\n    width:135px;\n  }\n\n  .stb-zara__material-copy h3{\n    font-size:18px;\n  }\n\n  .stb-zara__chips{\n    display:none;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-zara__size{\n    grid-template-columns:155px 1fr;\n\n    gap:17px;\n  }\n\n  .stb-zara__size-media{\n    width:155px;\n  }\n\n  .stb-zara__size-copy h3{\n    font-size:19px;\n  }\n\n  .stb-zara__dimension{\n    font-size:17px !important;\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-zara__light{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-zara__details{\n    grid-template-columns:1fr;\n  }\n\n  .stb-zara__details-head{\n    padding:15px 17px;\n  }\n\n  .stb-zara__details-head strong{\n    font-size:16px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-zara__faq{\n    padding:17px 17px 6px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-zara__shipping{\n    padding:18px;\n  }\n\n  .stb-zara__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-zara__lightbox{\n    padding:14px;\n  }\n\n  .stb-zara__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media screen and (max-width:470px){\n\n  .stb-zara__detail,\n  .stb-zara__material,\n  .stb-zara__size{\n    grid-template-columns:1fr;\n  }\n\n  .stb-zara__detail-media{\n    width:150px;\n  }\n\n  .stb-zara__material-media{\n    order:1;\n    width:145px;\n  }\n\n  .stb-zara__material-copy{\n    order:2;\n  }\n\n  .stb-zara__size-media{\n    width:165px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-zara\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-zara__intro\"\u003e\n\u003cdiv class=\"stb-zara__intro-main\"\u003e\n\u003cspan class=\"stb-zara__label\"\u003e Washi Paper · Textured Lantern Table Lamp \u003c\/span\u003e\n\u003ch2\u003eTwo Paper Textures in One Sculptural Form.\u003c\/h2\u003e\n\u003cp\u003eZara pairs a hand-crinkled upper section with a softly ribbed Washi body. The difference is subtle when unlit and more visible once illuminated, giving this compact lantern extra depth without adding visual bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__ratio\"\u003e\n\u003csmall\u003e Balanced Scale \u003c\/small\u003e \u003cstrong\u003e 14.9 × 14.9 \u003c\/strong\u003e \u003cspan\u003e Equal width and height\u003cbr\u003efor a compact silhouette \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-zara__facts\"\u003e\n\u003cdiv class=\"stb-zara__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ14.9\" × H14.9\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__fact\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e \u003cstrong\u003eMulberry Washi\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       UNIQUE TEXTURE STORY\n  ====================================================== --\u003e\n\u003csection class=\"stb-zara__texture\"\u003e\u003cspan class=\"stb-zara__label\"\u003e Zara's Signature \u003c\/span\u003e\n\u003ch3 class=\"stb-zara__heading\"\u003eCrinkled Above. Ribbed Below.\u003c\/h3\u003e\n\u003cdiv class=\"stb-zara__texture-title\"\u003e\n\u003cdiv class=\"stb-zara__texture-half\"\u003e\n\u003csmall\u003e Upper Section \u003c\/small\u003e \u003cstrong\u003e Hand-Crinkled Texture \u003c\/strong\u003e\n\u003cp\u003eIrregular folds catch light differently, giving the neck a softer handmade character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__texture-half\"\u003e\n\u003csmall\u003e Lower Body \u003c\/small\u003e \u003cstrong\u003e Traditional Ribbed Washi \u003c\/strong\u003e\n\u003cp\u003eThe smoother lower lantern provides more even diffusion and balances the textured upper section.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL IMAGE — FIRST\n  ====================================================== --\u003e\n\u003csection id=\"zara-detail-section\" class=\"stb-zara__detail\"\u003e\n\u003cdiv class=\"stb-zara__detail-media\"\u003e\u003ca href=\"#zara-detail\" class=\"stb-zara__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-zara-washi-paper-table-lamp-white_2.jpg?v=1778232231\" alt=\"Akari Zara Washi Paper Table Lamp crinkled neck and ribbed paper detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-zara__view\"\u003e View Product Detail ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__detail-copy\"\u003e\n\u003cspan class=\"stb-zara__label\"\u003e Product Detail \u003c\/span\u003e\n\u003ch3\u003eLook Closely at the Neck.\u003c\/h3\u003e\n\u003cp\u003eZara's upper paper section is intentionally wrinkled rather than smooth. Small differences in the folds are part of the handmade appearance, not a manufacturing defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"zara-detail\" href=\"#zara-detail-section\" class=\"stb-zara__lightbox\"\u003e \u003cspan class=\"stb-zara__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-zara-washi-paper-table-lamp-white_2.jpg?v=1778232231\" alt=\"Enlarged Akari Zara Washi Paper detail\"\u003e \u003cspan class=\"stb-zara__lightbox-title\"\u003e Zara · Crinkled Washi Detail \u003c\/span\u003e \u003cspan class=\"stb-zara__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL IMAGE — SECOND\n  ====================================================== --\u003e\n\u003csection id=\"zara-material-section\" class=\"stb-zara__material\"\u003e\n\u003cdiv class=\"stb-zara__material-copy\"\u003e\n\u003cspan class=\"stb-zara__label\"\u003e Material \u003c\/span\u003e\n\u003ch3\u003eMulberry Washi Paper\u003c\/h3\u003e\n\u003cp\u003eNatural fibers soften the bulb's direct glare and give the shade its warm, gently textured appearance.\u003c\/p\u003e\n\u003cdiv class=\"stb-zara__chips\"\u003e\n\u003cspan class=\"stb-zara__chip\"\u003e Natural Fiber \u003c\/span\u003e \u003cspan class=\"stb-zara__chip\"\u003e Hand-Finished \u003c\/span\u003e \u003cspan class=\"stb-zara__chip\"\u003e Soft Diffusion \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__material-media\"\u003e\u003ca href=\"#zara-material\" class=\"stb-zara__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Mulberry Washi paper natural fiber material detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-zara__view\"\u003e View Material ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"zara-material\" href=\"#zara-material-section\" class=\"stb-zara__lightbox\"\u003e \u003cspan class=\"stb-zara__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Mulberry Washi material\"\u003e \u003cspan class=\"stb-zara__lightbox-title\"\u003e Mulberry Washi · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-zara__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE IMAGE — THIRD\n  ====================================================== --\u003e\n\u003csection id=\"zara-size-section\" class=\"stb-zara__size\"\u003e\n\u003cdiv class=\"stb-zara__size-media\"\u003e\u003ca href=\"#zara-size\" class=\"stb-zara__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-zara-washi-paper-table-lamp-white_5.jpg?v=1778232231\" alt=\"Akari Zara Washi Paper Lantern Table Lamp dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-zara__view\"\u003e View Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__size-copy\"\u003e\n\u003cspan class=\"stb-zara__label\"\u003e Size \u0026amp; Placement \u003c\/span\u003e\n\u003ch3\u003eBalanced, Not Oversized.\u003c\/h3\u003e\n\u003cp class=\"stb-zara__dimension\"\u003eØ14.9\" × H14.9\"\u003c\/p\u003e\n\u003cp\u003eZara's equal width and height create a substantial but compact tabletop footprint. Allow enough surface space around the 14.9-inch shade instead of pushing it against nearby objects.\u003c\/p\u003e\n\u003cdiv class=\"stb-zara__placement\"\u003e\n\u003cspan\u003eNightstand\u003c\/span\u003e \u003cspan\u003eSide Table\u003c\/span\u003e \u003cspan\u003eConsole\u003c\/span\u003e \u003cspan\u003eSideboard\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"zara-size\" href=\"#zara-size-section\" class=\"stb-zara__lightbox\"\u003e \u003cspan class=\"stb-zara__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-zara-washi-paper-table-lamp-white_5.jpg?v=1778232231\" alt=\"Enlarged Akari Zara dimensions\"\u003e \u003cspan class=\"stb-zara__lightbox-title\"\u003e Ø14.9\" × H14.9\" \u003c\/span\u003e \u003cspan class=\"stb-zara__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT + CONTROL\n  ====================================================== --\u003e\n\u003csection class=\"stb-zara__light\"\u003e\n\u003cdiv class=\"stb-zara__light-main\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 3000K Warm-White Bulb Included \u003c\/strong\u003e\n\u003cp\u003eE26 \/ E27, maximum 40W. Washi softens the light for comfortable ambient illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__light-control\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug In. Switch On. \u003c\/strong\u003e\n\u003cp\u003e59\" \/ 150cm power cord with in-line ON\/OFF switch. No hardwiring or electrician required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-zara__details\"\u003e\n\u003cdiv class=\"stb-zara__details-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Product\u003cbr\u003eDetails \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__specs\"\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cstrong\u003eØ14.9\" × H14.9\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003ePreparation\u003c\/span\u003e \u003cstrong\u003e5–10 Days Handcrafted Preparation\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eShade\u003c\/span\u003e \u003cstrong\u003eOff-White Mulberry Washi Paper\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eTexture\u003c\/span\u003e \u003cstrong\u003eCrinkled Neck + Ribbed Lower Body\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eStructure\u003c\/span\u003e \u003cstrong\u003eBamboo Ribbing · Black Metal Base\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cstrong\u003eYes · 3000K Warm White\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cstrong\u003e40W\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cstrong\u003eCompatible With Suitable Dimmable Bulb\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cstrong\u003e59\" \/ 150cm · Extension Available\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cstrong\u003eIn-Line ON\/OFF Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cstrong\u003ePlug-In · No Hardwiring\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-zara__spec\"\u003e\n\u003cspan\u003eUse\u003c\/span\u003e \u003cstrong\u003eIndoor Dry Locations · IP20\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-zara__faq\"\u003e\n\u003ch3 class=\"stb-zara__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the wrinkled neck intentional?\u003c\/summary\u003e\n\u003cp\u003eYes. The crinkled upper section is one of Zara's defining design details. It is intentionally more irregular than the ribbed lower body, and handmade examples will show small variations in the folds.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat kind of light does Zara provide?\u003c\/summary\u003e\n\u003cp\u003eZara is designed primarily for soft ambient light. The included 3000K bulb is diffused through the Washi shade, creating a warm glow rather than concentrated task lighting.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the textured Washi?\u003c\/summary\u003e\n\u003cp\u003eUse a soft dry feather duster or microfiber tool. Dust gently around the crinkled upper section rather than pressing or scrubbing the folds. Do not wet-clean, steam or spray cleaners onto the paper.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-zara__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-zara__note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 14.9\"xH 14.9\" \/ US Plug","offer_id":52181040627995,"sku":"STB-NG-ZARA","price":269.0,"currency_code":"USD","in_stock":true},{"title":"Dia 14.9\"xH 14.9\" \/ UK Plug","offer_id":52181040660763,"sku":"STB-NG-ZARA","price":269.0,"currency_code":"USD","in_stock":true},{"title":"Dia 14.9\"xH 14.9\" \/ AU Plug","offer_id":52181040693531,"sku":"STB-NG-ZARA","price":269.0,"currency_code":"USD","in_stock":true},{"title":"Dia 14.9\"xH 14.9\" \/ EU Plug","offer_id":52181040726299,"sku":"STB-NG-ZARA","price":269.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-zara-table-lamp-white-background-unlit-stuberlighting.jpg?v=1781317307"},{"product_id":"form-series-washi-paper-lantern-pendant-black-oak-rings","title":"Washi Paper Lantern Pendant Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — FORM SERIES\n   WASHI PAPER + BLACK OAK PENDANT\n   SILHOUETTE LIBRARY\n   DISTINCT CONTRAST · COMPACT · DAWN SAFE\n========================================================= *\/\n\n.stb-form{\n  --ivory:#FFFDF8;\n  --paper:#F4F1EA;\n  --cream:#F5EDD8;\n\n  --espresso:#1C1209;\n  --charcoal:#292925;\n  --brown:#4A3218;\n\n  --sage:#DCE2DA;\n  --stone:#E4E5E2;\n  --clay:#CBB29C;\n  --smoke:#D6D8D5;\n\n  --gold:#C8A96E;\n  --gold-dark:#92703D;\n  --line:#D9CEBE;\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n  overflow:hidden;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-form *,\n.stb-form *::before,\n.stb-form *::after{\n  box-sizing:border-box;\n}\n\n.stb-form h2,\n.stb-form h3,\n.stb-form p{\n  margin-top:0;\n}\n\n.stb-form h2,\n.stb-form h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   DAWN IMAGE SAFETY\n========================================================= *\/\n\n.stb-form img{\n  display:block !important;\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n  margin:0 auto !important;\n  object-fit:contain !important;\n  object-position:center !important;\n  box-sizing:border-box !important;\n}\n\n.stb-form a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OPENING — CONTRAST FIRST\n========================================================= *\/\n\n.form-open{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,190px);\n  gap:34px;\n  align-items:stretch;\n\n  margin-bottom:22px;\n}\n\n.form-open__copy{\n  min-width:0;\n\n  padding:7px 0 18px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.form-kicker{\n  margin:0 0 7px !important;\n\n  color:var(--gold-dark);\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.18em;\n  text-transform:uppercase;\n}\n\n.form-open h2{\n  max-width:600px;\n\n  margin:0 0 8px;\n\n  font-size:35px;\n  line-height:1.02;\n}\n\n.form-open__copy \u003e p{\n  max-width:570px;\n\n  margin:0;\n\n  color:#66513E;\n\n  font-size:12.2px;\n}\n\n.form-open__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:11px;\n}\n\n.form-open__tags span{\n  padding:4px 8px;\n\n  border-radius:22px;\n\n  font-size:8.2px;\n  font-weight:500;\n}\n\n.form-open__tags span:nth-child(1){\n  background:#1C1209;\n  color:#F5EDD8;\n}\n\n.form-open__tags span:nth-child(2){\n  background:#DCE2DA;\n  color:#50584F;\n}\n\n.form-open__tags span:nth-child(3){\n  background:#CBB29C;\n  color:#503A2B;\n}\n\n\n\/* DARK SIDE INDEX *\/\n\n.form-open__index{\n  display:flex;\n  flex-direction:column;\n  justify-content:space-between;\n\n  min-width:0;\n\n  padding:16px;\n\n  background:#20211E;\n\n  border-radius:8px;\n}\n\n.form-open__index small{\n  color:#C8A96E;\n\n  font-size:7px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.form-open__index strong{\n  display:block;\n\n  padding:18px 0;\n\n  color:#F7F0E4;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:44px;\n  line-height:.9;\n  font-weight:500;\n}\n\n.form-open__index span{\n  display:block;\n\n  padding-top:9px;\n\n  border-top:1px solid rgba(255,255,255,.12);\n\n  color:#BFC1BC;\n\n  font-size:8.3px;\n}\n\n\n\/* =========================================================\n   MATERIAL CONTRAST\n   DETAIL + WASHI\n========================================================= *\/\n\n.form-material{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr) minmax(0,100px);\n\n  gap:18px;\n  align-items:center;\n\n  margin-bottom:26px;\n  padding:12px 14px;\n\n  background:#E4E5E2;\n\n  border-radius:7px;\n}\n\n.form-material__detail,\n.form-material__paper{\n  min-width:0;\n\n  overflow:hidden;\n\n  border-radius:5px;\n}\n\n.form-material__detail{\n  width:155px;\n\n  padding:5px;\n\n  background:#1C1209;\n}\n\n.form-material__paper{\n  width:100px;\n\n  padding:4px;\n\n  background:#FFFDF8;\n}\n\n.form-material__detail a,\n.form-material__paper a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.form-material__detail img{\n  max-height:145px !important;\n}\n\n.form-material__paper img{\n  max-height:92px !important;\n}\n\n.form-zoom{\n  position:absolute;\n\n  right:4px;\n  bottom:4px;\n\n  padding:3px 6px;\n\n  background:rgba(28,18,9,.84);\n\n  border-radius:20px;\n\n  color:#FFF8EB;\n\n  font-size:7px;\n\n  pointer-events:none;\n}\n\n.form-material__copy{\n  min-width:0;\n}\n\n.form-material__copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#726954;\n\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.form-material__copy h3{\n  margin:0 0 5px;\n\n  font-size:21px;\n  line-height:1.08;\n}\n\n.form-material__copy p{\n  margin:0;\n\n  color:#5E5D57;\n\n  font-size:9.8px;\n}\n\n.form-material__key{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n\n  margin-top:8px;\n}\n\n.form-material__key span{\n  padding:4px 7px;\n\n  border-radius:20px;\n\n  font-size:7.5px;\n}\n\n.form-material__key span:nth-child(1){\n  background:#FFFDF8;\n  color:#6A5B49;\n}\n\n.form-material__key span:nth-child(2){\n  background:#1C1209;\n  color:#F5EDD8;\n}\n\n.form-material__key span:nth-child(3){\n  background:#CBB29C;\n  color:#503B2A;\n}\n\n\n\/* =========================================================\n   SILHOUETTE LIBRARY\n========================================================= *\/\n\n.form-library{\n  margin-bottom:26px;\n}\n\n.form-library__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:27px;\n  align-items:end;\n\n  margin-bottom:9px;\n}\n\n.form-library__head h3{\n  margin:0;\n\n  font-size:23px;\n}\n\n.form-library__head p{\n  margin:0;\n\n  color:#76614C;\n\n  font-size:10px;\n}\n\n\n\/* MODEL ROW *\/\n\n.form-model{\n  display:grid;\n  grid-template-columns:minmax(0,55px) minmax(0,150px) minmax(0,1fr) minmax(0,110px);\n\n  gap:1px;\n  align-items:stretch;\n\n  margin-bottom:5px;\n\n  overflow:hidden;\n\n  border-radius:6px;\n}\n\n.form-model:last-child{\n  margin-bottom:0;\n}\n\n\n\/* LETTER *\/\n\n.form-model__letter{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  min-width:0;\n}\n\n.form-model__letter strong{\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:30px;\n  font-weight:500;\n}\n\n\n\/* NAME *\/\n\n.form-model__name{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:11px 12px;\n}\n\n.form-model__name small{\n  display:block;\n\n  margin-bottom:2px;\n\n  font-size:6.6px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.form-model__name strong{\n  display:block;\n\n  font-size:9.7px;\n  font-weight:600;\n}\n\n\n\/* SHOPPER COPY *\/\n\n.form-model__fit{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:11px 13px;\n}\n\n.form-model__fit strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.form-model__fit span{\n  display:block;\n\n  font-size:8.3px;\n  line-height:1.45;\n}\n\n\n\/* DIMENSION IMAGE *\/\n\n.form-model__image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:5px;\n}\n\n.form-model__image a{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.form-model__image img{\n  max-height:96px !important;\n}\n\n\n\/* MODEL A COLORS *\/\n\n.form-model--a{\n  background:#D7C5B1;\n}\n\n.form-model--a .form-model__letter{\n  background:#1C1209;\n}\n\n.form-model--a .form-model__letter strong{\n  color:#F5EDD8;\n}\n\n.form-model--a .form-model__name{\n  background:#D7C5B1;\n}\n\n.form-model--a .form-model__name small{\n  color:#775B40;\n}\n\n.form-model--a .form-model__name strong,\n.form-model--a .form-model__fit strong{\n  color:#281A0E;\n}\n\n.form-model--a .form-model__fit{\n  background:#F4EEE5;\n}\n\n.form-model--a .form-model__fit span{\n  color:#6A5847;\n}\n\n.form-model--a .form-model__image{\n  background:#FFFDF8;\n}\n\n\n\/* MODEL B COLORS *\/\n\n.form-model--b{\n  background:#DCE2DA;\n}\n\n.form-model--b .form-model__letter{\n  background:#596057;\n}\n\n.form-model--b .form-model__letter strong{\n  color:#FFFDF8;\n}\n\n.form-model--b .form-model__name{\n  background:#DCE2DA;\n}\n\n.form-model--b .form-model__name small{\n  color:#687166;\n}\n\n.form-model--b .form-model__name strong,\n.form-model--b .form-model__fit strong{\n  color:#272D27;\n}\n\n.form-model--b .form-model__fit{\n  background:#F1F3F0;\n}\n\n.form-model--b .form-model__fit span{\n  color:#626A61;\n}\n\n.form-model--b .form-model__image{\n  background:#FFFDF8;\n}\n\n\n\/* MODEL C COLORS *\/\n\n.form-model--c{\n  background:#2A2A27;\n}\n\n.form-model--c .form-model__letter{\n  background:#C8A96E;\n}\n\n.form-model--c .form-model__letter strong{\n  color:#1C1209;\n}\n\n.form-model--c .form-model__name{\n  background:#2A2A27;\n}\n\n.form-model--c .form-model__name small{\n  color:#C8A96E;\n}\n\n.form-model--c .form-model__name strong{\n  color:#F7EFE3;\n}\n\n.form-model--c .form-model__fit{\n  background:#44443F;\n}\n\n.form-model--c .form-model__fit strong{\n  color:#FFF6E9;\n}\n\n.form-model--c .form-model__fit span{\n  color:#CACCC5;\n}\n\n.form-model--c .form-model__image{\n  background:#E6E7E3;\n}\n\n\n\/* MODEL D COLORS *\/\n\n.form-model--d{\n  background:#CBB29C;\n}\n\n.form-model--d .form-model__letter{\n  background:#6C4B37;\n}\n\n.form-model--d .form-model__letter strong{\n  color:#FFF4E6;\n}\n\n.form-model--d .form-model__name{\n  background:#CBB29C;\n}\n\n.form-model--d .form-model__name small{\n  color:#72513D;\n}\n\n.form-model--d .form-model__name strong,\n.form-model--d .form-model__fit strong{\n  color:#2A1C12;\n}\n\n.form-model--d .form-model__fit{\n  background:#F2E7DC;\n}\n\n.form-model--d .form-model__fit span{\n  color:#6A5342;\n}\n\n.form-model--d .form-model__image{\n  background:#FFFDF8;\n}\n\n\n\/* =========================================================\n   QUICK CHOICE\n========================================================= *\/\n\n.form-choice{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:23px;\n\n  margin-bottom:26px;\n}\n\n.form-choice__title{\n  min-width:0;\n}\n\n.form-choice__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.form-choice__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.form-choice__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.form-choice__row{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.form-choice__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.form-choice__row span{\n  color:#6B5744;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   LIGHT \/ ELECTRICAL\n========================================================= *\/\n\n.form-light{\n  display:grid;\n  grid-template-columns:minmax(0,190px) minmax(0,1fr);\n\n  margin-bottom:25px;\n\n  overflow:hidden;\n\n  border-radius:7px;\n}\n\n.form-light__lead{\n  min-width:0;\n\n  padding:16px 17px;\n\n  background:#1C1209;\n}\n\n.form-light__lead small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#C8A96E;\n\n  font-size:7.2px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.form-light__lead h3{\n  margin:0 0 4px;\n\n  color:#F5EDD8;\n\n  font-size:20px;\n  line-height:1.08;\n}\n\n.form-light__lead p{\n  margin:0;\n\n  color:#C7BAAA;\n\n  font-size:9.2px;\n}\n\n.form-light__data{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  min-width:0;\n}\n\n.form-light__cell{\n  min-width:0;\n\n  padding:12px 13px;\n}\n\n.form-light__cell:nth-child(1){\n  background:#F0DAAF;\n}\n\n.form-light__cell:nth-child(2){\n  background:#E4E5E2;\n}\n\n.form-light__cell:nth-child(3){\n  background:#DCE2DA;\n}\n\n.form-light__cell:nth-child(4){\n  background:#CBB29C;\n}\n\n.form-light__cell small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#806A52;\n\n  font-size:6.7px;\n  font-weight:600;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.form-light__cell strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   INSTALLATION STRIP\n========================================================= *\/\n\n.form-install{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:1px;\n\n  margin-bottom:25px;\n\n  overflow:hidden;\n\n  background:#B9AA99;\n\n  border-radius:6px;\n}\n\n.form-install__item{\n  min-width:0;\n\n  padding:11px 9px;\n\n  text-align:center;\n}\n\n.form-install__item:nth-child(1){\n  background:#272724;\n}\n\n.form-install__item:nth-child(2){\n  background:#5A5F57;\n}\n\n.form-install__item:nth-child(3){\n  background:#D7C5B1;\n}\n\n.form-install__item:nth-child(4){\n  background:#E3E4E0;\n}\n\n.form-install__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#806D59;\n\n  font-size:6.4px;\n  font-weight:600;\n  text-transform:uppercase;\n}\n\n.form-install__item strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:8.4px;\n  font-weight:600;\n}\n\n.form-install__item:nth-child(1) small,\n.form-install__item:nth-child(2) small{\n  color:#C8A96E;\n}\n\n.form-install__item:nth-child(1) strong,\n.form-install__item:nth-child(2) strong{\n  color:#FFF7EA;\n}\n\n\n\/* =========================================================\n   DIMMING NOTE\n========================================================= *\/\n\n.form-dim{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n\n  gap:10px;\n  align-items:center;\n\n  margin-bottom:25px;\n  padding:9px 11px;\n\n  background:#F3EEE7;\n\n  border-left:3px solid #C8A96E;\n}\n\n.form-dim__mark{\n  padding:4px 7px;\n\n  background:#292925;\n\n  border-radius:20px;\n\n  color:#F5EDD8;\n\n  font-size:6.8px;\n  font-weight:600;\n}\n\n.form-dim strong{\n  display:block;\n\n  color:#281A0E;\n\n  font-size:8.8px;\n  font-weight:600;\n}\n\n.form-dim span{\n  display:block;\n\n  margin-top:1px;\n\n  color:#705C48;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.form-care{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:22px;\n\n  margin-bottom:25px;\n}\n\n.form-care__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.form-care__title h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.form-care__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.form-care__row{\n  display:grid;\n  grid-template-columns:minmax(0,110px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:7px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.form-care__row strong{\n  color:#281A0E;\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.form-care__row span{\n  color:#6B5744;\n\n  font-size:8.9px;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.form-specs{\n  margin-bottom:25px;\n}\n\n.form-specs__head{\n  display:flex;\n  align-items:end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:6px;\n}\n\n.form-specs__head h3{\n  margin:0;\n\n  font-size:20px;\n}\n\n.form-specs__head span{\n  color:#90785D;\n\n  font-size:8.2px;\n}\n\n.form-specs__grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  column-gap:30px;\n}\n\n.form-spec{\n  display:grid;\n  grid-template-columns:minmax(0,39%) minmax(0,61%);\n\n  gap:8px;\n\n  padding:6px 0;\n\n  border-bottom:1px solid #E4D9CA;\n}\n\n.form-spec span:first-child{\n  color:#89745D;\n\n  font-size:9.4px;\n}\n\n.form-spec span:last-child{\n  min-width:0;\n\n  color:#27190D;\n\n  font-size:10.2px;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* =========================================================\n   BEFORE ORDERING\n========================================================= *\/\n\n.form-before{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:23px;\n\n  margin-bottom:25px;\n}\n\n.form-before__title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#92703D;\n\n  font-size:7.3px;\n  font-weight:600;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n}\n\n.form-before__title h3{\n  margin:0;\n\n  font-size:20px;\n  line-height:1.1;\n}\n\n.form-before__rows{\n  min-width:0;\n\n  border-top:1px solid var(--line);\n}\n\n.form-before__row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.form-before__row strong{\n  color:#281A0E;\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.form-before__row p{\n  margin:0;\n\n  color:#67523F;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.form-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:99999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:18px;\n\n  background:rgba(14,13,12,.96);\n\n  cursor:zoom-out;\n  text-decoration:none;\n}\n\n.form-lightbox:target{\n  display:flex;\n}\n\n.form-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.form-lightbox img{\n  width:auto !important;\n  max-width:92vw !important;\n\n  height:auto !important;\n  max-height:80vh !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n}\n\n.form-lightbox__text{\n  margin-top:8px;\n\n  color:#D9C7A8;\n\n  font-size:8.5px;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.form-shipping{\n  padding:17px 19px;\n\n  background:#1F201D;\n\n  border-left:4px solid #C8A96E;\n\n  border-radius:7px;\n}\n\n.form-shipping h3{\n  margin:0 0 8px;\n\n  color:#F5EDD8;\n\n  font-size:19px;\n}\n\n.form-shipping p{\n  margin:0 0 6px;\n\n  color:#CBC6BB;\n\n  font-size:11.3px;\n}\n\n.form-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.form-shipping strong{\n  color:#FFF7E9;\n}\n\n.form-shipping a{\n  color:#D7B979;\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n.form-final{\n  max-width:700px;\n\n  margin:14px auto 0 !important;\n  padding:0 8px;\n\n  color:#88735B !important;\n\n  font-size:9.8px !important;\n  line-height:1.55 !important;\n\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .form-open{\n    grid-template-columns:minmax(0,1fr) minmax(0,135px);\n\n    gap:16px;\n  }\n\n  .form-open h2{\n    font-size:28px;\n  }\n\n  .form-open__index{\n    padding:13px;\n  }\n\n  .form-open__index strong{\n    font-size:34px;\n  }\n\n\n  .form-material{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr) minmax(0,80px);\n\n    gap:11px;\n  }\n\n  .form-material__detail{\n    width:125px;\n  }\n\n  .form-material__detail img{\n    max-height:115px !important;\n  }\n\n  .form-material__paper{\n    width:80px;\n  }\n\n  .form-material__paper img{\n    max-height:72px !important;\n  }\n\n\n  .form-library__head{\n    grid-template-columns:1fr;\n\n    gap:4px;\n  }\n\n\n  .form-model{\n    grid-template-columns:minmax(0,44px) minmax(0,120px) minmax(0,1fr) minmax(0,90px);\n  }\n\n  .form-model__image img{\n    max-height:78px !important;\n  }\n\n\n  .form-choice,\n  .form-care,\n  .form-before{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n\n  .form-light{\n    grid-template-columns:1fr;\n  }\n\n\n  .form-install{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .form-specs__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .form-shipping{\n    padding:16px;\n  }\n\n}\n\n\n@media screen and (max-width:520px){\n\n  .form-open{\n    grid-template-columns:1fr;\n  }\n\n  .form-open__index{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n\n    gap:12px;\n    align-items:center;\n  }\n\n  .form-open__index strong{\n    padding:0;\n\n    font-size:30px;\n  }\n\n  .form-open__index span{\n    padding:0 0 0 10px;\n\n    border-top:0;\n    border-left:1px solid rgba(255,255,255,.12);\n  }\n\n\n  .form-material{\n    grid-template-columns:minmax(0,110px) minmax(0,1fr);\n  }\n\n  .form-material__detail{\n    width:110px;\n  }\n\n  .form-material__paper{\n    grid-column:1 \/ -1;\n\n    width:80px;\n  }\n\n\n  .form-model{\n    grid-template-columns:minmax(0,42px) minmax(0,1fr) minmax(0,85px);\n  }\n\n  .form-model__name{\n    grid-column:2;\n  }\n\n  .form-model__fit{\n    grid-column:1 \/ -1;\n  }\n\n  .form-model__image{\n    grid-column:3;\n    grid-row:1;\n  }\n\n\n  .form-light__data{\n    grid-template-columns:1fr;\n  }\n\n\n  .form-dim{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-form\" id=\"form-root\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"form-open\"\u003e\n\u003cdiv class=\"form-open__copy\"\u003e\n\u003cp class=\"form-kicker\"\u003eForm Series · Washi Paper \u0026amp; Black Oak Pendant\u003c\/p\u003e\n\u003ch2\u003eFour Silhouettes. One Material Language.\u003c\/h2\u003e\n\u003cp\u003eIvory Washi paper softens the light while matte black oak rings give each shade a stronger architectural outline. Choose the model by proportion first — tall, rounded, oversized or wide and low.\u003c\/p\u003e\n\u003cdiv class=\"form-open__tags\"\u003e\n\u003cspan\u003e 4 Shapes \u003c\/span\u003e \u003cspan\u003e Washi + Bamboo \u003c\/span\u003e \u003cspan\u003e Black Oak Rings \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-open__index\"\u003e\n\u003csmall\u003e Available Forms \u003c\/small\u003e \u003cstrong\u003e 04 \u003c\/strong\u003e \u003cspan\u003e A · B · C · D\u003cbr\u003eEach uses a different width-to-height proportion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL CONTRAST\n  ====================================================== --\u003e\n\u003csection class=\"form-material\"\u003e\u003c!-- DETAIL --\u003e\n\u003cdiv class=\"form-material__detail\"\u003e\u003ca href=\"#form-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_11.jpg?v=1778287511\" alt=\"Form Series Washi paper pendant detail showing ivory paper and dark oak ring construction\" loading=\"lazy\"\u003e \u003cspan class=\"form-zoom\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- COPY --\u003e\n\u003cdiv class=\"form-material__copy\"\u003e\n\u003csmall\u003e The Defining Contrast \u003c\/small\u003e\n\u003ch3\u003eSoft Paper. Dark Oak. Clear Structure.\u003c\/h3\u003e\n\u003cp\u003eThe black oak rings visually divide and frame the lighter Washi shade, giving the lantern more graphic definition than an all-paper pendant. Bamboo ribbing supports the paper form beneath the surface.\u003c\/p\u003e\n\u003cdiv class=\"form-material__key\"\u003e\n\u003cspan\u003e Ivory Washi \u003c\/span\u003e \u003cspan\u003e Matte Black Oak \u003c\/span\u003e \u003cspan\u003e Bamboo Ribbing \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WASHI MATERIAL --\u003e\n\u003cdiv class=\"form-material__paper\"\u003e\u003ca href=\"#form-paper-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Close-up of natural Washi paper fiber texture\" loading=\"lazy\"\u003e \u003cspan class=\"form-zoom\"\u003e ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SILHOUETTE LIBRARY\n  ====================================================== --\u003e\n\u003csection class=\"form-library\"\u003e\n\u003cdiv class=\"form-library__head\"\u003e\n\u003ch3\u003eChoose by Proportion\u003c\/h3\u003e\n\u003cp\u003eThe four models share the same material story. What changes most is how much vertical height or horizontal width the shade occupies in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         MODEL A\n    ==================================================== --\u003e\n\u003cdiv class=\"form-model form-model--a\"\u003e\n\u003cdiv class=\"form-model__letter\"\u003e\u003cstrong\u003eA\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"form-model__name\"\u003e\n\u003csmall\u003e Tall Form \u003c\/small\u003e \u003cstrong\u003e Tall Sculptor \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__fit\"\u003e\n\u003cstrong\u003e Ø17.7\" × H25.6\" \u003c\/strong\u003e \u003cspan\u003e The narrowest and tallest proportion. Choose A when vertical presence matters more than width. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__image\"\u003e\u003ca href=\"#form-a-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_10.jpg?v=1778287511\" alt=\"Form Series Model A dimension drawing showing 17.7 inch diameter and 25.6 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"form-zoom\"\u003e ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         MODEL B\n    ==================================================== --\u003e\n\u003cdiv class=\"form-model form-model--b\"\u003e\n\u003cdiv class=\"form-model__letter\"\u003e\u003cstrong\u003eB\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"form-model__name\"\u003e\n\u003csmall\u003e Balanced Form \u003c\/small\u003e \u003cstrong\u003e Classic Orb \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__fit\"\u003e\n\u003cstrong\u003e Ø19.7\" × H18.9\" \u003c\/strong\u003e \u003cspan\u003e The most balanced width-to-height ratio. A versatile choice when you do not want the shade to feel especially tall or especially low. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__image\"\u003e\u003ca href=\"#form-b-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_8.jpg?v=1778287511\" alt=\"Form Series Model B dimension drawing showing 19.7 inch diameter and 18.9 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"form-zoom\"\u003e ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         MODEL C\n    ==================================================== --\u003e\n\u003cdiv class=\"form-model form-model--c\"\u003e\n\u003cdiv class=\"form-model__letter\"\u003e\u003cstrong\u003eC\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"form-model__name\"\u003e\n\u003csmall\u003e Largest Form \u003c\/small\u003e \u003cstrong\u003e Grand Statement \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__fit\"\u003e\n\u003cstrong\u003e Ø27.5\" × H26.4\" \u003c\/strong\u003e \u003cspan\u003e The largest version in both width and height. Choose C where the pendant needs enough physical scale to hold its own in a larger room. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__image\"\u003e\u003ca href=\"#form-c-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_7.jpg?v=1778287511\" alt=\"Form Series Model C dimension drawing showing 27.5 inch diameter and 26.4 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"form-zoom\"\u003e ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         MODEL D\n    ==================================================== --\u003e\n\u003cdiv class=\"form-model form-model--d\"\u003e\n\u003cdiv class=\"form-model__letter\"\u003e\u003cstrong\u003eD\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"form-model__name\"\u003e\n\u003csmall\u003e Wide \/ Low Form \u003c\/small\u003e \u003cstrong\u003e Tiered Zen \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__fit\"\u003e\n\u003cstrong\u003e Ø19.7\" × H16.5\" \u003c\/strong\u003e \u003cspan\u003e The lowest profile of the four. Choose D when horizontal width matters more than vertical shade height. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-model__image\"\u003e\u003ca href=\"#form-d-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_12.jpg?v=1778287511\" alt=\"Form Series Model D dimension drawing showing 19.7 inch diameter and 16.5 inch height\" loading=\"lazy\"\u003e \u003cspan class=\"form-zoom\"\u003e ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK CHOICE\n  ====================================================== --\u003e\n\u003csection class=\"form-choice\"\u003e\n\u003cdiv class=\"form-choice__title\"\u003e\n\u003csmall\u003e Quick Decision \u003c\/small\u003e\n\u003ch3\u003eWhich Form Should You Choose?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-choice__rows\"\u003e\n\u003cdiv class=\"form-choice__row\"\u003e\n\u003cstrong\u003e Want more height? \u003c\/strong\u003e \u003cspan\u003e Model A has the strongest vertical proportion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-choice__row\"\u003e\n\u003cstrong\u003e Want the safest all-round scale? \u003c\/strong\u003e \u003cspan\u003e Model B has the most balanced width-to-height ratio. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-choice__row\"\u003e\n\u003cstrong\u003e Large room or high ceiling? \u003c\/strong\u003e \u003cspan\u003e Model C is substantially larger at 27.5 inches wide. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-choice__row\"\u003e\n\u003cstrong\u003e Over a table or island? \u003c\/strong\u003e \u003cspan\u003e Model D gives you a wider, lower silhouette with less vertical bulk. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT\n  ====================================================== --\u003e\n\u003csection class=\"form-light\"\u003e\n\u003cdiv class=\"form-light__lead\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e\n\u003ch3\u003eSoft, Diffused Paper Light\u003c\/h3\u003e\n\u003cp\u003eWashi reduces the appearance of a bare point light source and spreads the bulb's glow through the paper surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-light__data\"\u003e\n\u003cdiv class=\"form-light__cell\"\u003e\n\u003csmall\u003e Included Bulb \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-light__cell\"\u003e\n\u003csmall\u003e Bulb Base \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-light__cell\"\u003e\n\u003csmall\u003e Max Wattage \u003c\/small\u003e \u003cstrong\u003e 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-light__cell\"\u003e\n\u003csmall\u003e Voltage \u003c\/small\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"form-install\"\u003e\n\u003cdiv class=\"form-install__item\"\u003e\n\u003csmall\u003e Standard \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-install__item\"\u003e\n\u003csmall\u003e Ceiling \u003c\/small\u003e \u003cstrong\u003e Flat \/ Sloped \/ Vaulted \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-install__item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-install__item\"\u003e\n\u003csmall\u003e On Request \u003c\/small\u003e \u003cstrong\u003e Plug-In Conversion \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"form-dim\"\u003e\n\u003cdiv class=\"form-dim__mark\"\u003eDimming\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Dimming depends on the bulb and control used. \u003c\/strong\u003e \u003cspan\u003e Use a compatible dimmable E26\/E27 bulb together with a suitable dimmer. The included bulb does not require a separate purchase for standard use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"form-care\"\u003e\n\u003cdiv class=\"form-care__title\"\u003e\n\u003csmall\u003e Material Care \u003c\/small\u003e\n\u003ch3\u003ePaper and Oak Need Different Care\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-care__rows\"\u003e\n\u003cdiv class=\"form-care__row\"\u003e\n\u003cstrong\u003e Washi Paper \u003c\/strong\u003e \u003cspan\u003e Dust gently with a soft duster. Do not wet-clean, steam or spray the paper. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-care__row\"\u003e\n\u003cstrong\u003e Black Oak \u003c\/strong\u003e \u003cspan\u003e Wipe gently with a soft cloth and dry immediately. Avoid soaking or harsh cleaners. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-care__row\"\u003e\n\u003cstrong\u003e Handmade Finish \u003c\/strong\u003e \u003cspan\u003e Slight differences in paper texture, alignment and wood grain are normal. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"form-specs\"\u003e\n\u003cdiv class=\"form-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Form Series · Models A–D \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-specs__grid\"\u003e\n\u003c!-- LEFT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eModel A\u003c\/span\u003e \u003cspan\u003eØ17.7\" × H25.6\" \/ Ø45 × H65cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eModel B\u003c\/span\u003e \u003cspan\u003eØ19.7\" × H18.9\" \/ Ø50 × H48cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eModel C\u003c\/span\u003e \u003cspan\u003eØ27.5\" × H26.4\" \/ Ø70 × H67cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eModel D\u003c\/span\u003e \u003cspan\u003eØ19.7\" × H16.5\" \/ Ø50 × H42cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eMaterials\u003c\/span\u003e \u003cspan\u003eIvory mulberry Washi · Matte black oak · Bamboo ribbing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cspan\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cspan\u003eYes · 3000K warm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RIGHT --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cspan\u003e40W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cspan\u003eAC 110–240V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cspan\u003eCompatible dimmable bulb + suitable dimmer required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cspan\u003e59\" \/ 150cm · Custom extension available\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cspan\u003eHardwired · Plug-in conversion available on request\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eCeiling\u003c\/span\u003e \u003cspan\u003eStandard · Sloped · Vaulted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-spec\"\u003e\n\u003cspan\u003eEnvironment\u003c\/span\u003e \u003cspan\u003eIndoor dry locations · IP20\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BEFORE ORDERING\n  ====================================================== --\u003e\n\u003csection class=\"form-before\"\u003e\n\u003cdiv class=\"form-before__title\"\u003e\n\u003csmall\u003e Before You Order \u003c\/small\u003e\n\u003ch3\u003eCheck These Three Things\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-before__rows\"\u003e\n\u003cdiv class=\"form-before__row\"\u003e\n\u003cstrong\u003e Shape or size? \u003c\/strong\u003e\n\u003cp\u003eChoose by proportion as well as diameter. Models B and D are both 19.7\" wide but D is noticeably lower.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-before__row\"\u003e\n\u003cstrong\u003e Ceiling type? \u003c\/strong\u003e\n\u003cp\u003eThe fixture can be installed on standard, sloped or vaulted ceilings. Professional installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"form-before__row\"\u003e\n\u003cstrong\u003e Need more drop? \u003c\/strong\u003e\n\u003cp\u003eStandard cord length is approximately 59\" \/ 150cm. A longer suspension can be requested.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"form-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"form-final\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — PRODUCT DETAIL\n  ====================================================== --\u003e \u003ca id=\"form-detail-large\" href=\"#form-root\" class=\"form-lightbox\"\u003e \u003cspan class=\"form-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_11.jpg?v=1778287511\" alt=\"Enlarged Form Series Washi paper and black oak detail\"\u003e \u003cspan class=\"form-lightbox__text\"\u003e Washi Paper + Black Oak Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — WASHI\n  ====================================================== --\u003e \u003ca id=\"form-paper-large\" href=\"#form-root\" class=\"form-lightbox\"\u003e \u003cspan class=\"form-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged natural Washi paper fiber detail\"\u003e \u003cspan class=\"form-lightbox__text\"\u003e Washi Paper Detail · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — A\n  ====================================================== --\u003e \u003ca id=\"form-a-large\" href=\"#form-root\" class=\"form-lightbox\"\u003e \u003cspan class=\"form-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_10.jpg?v=1778287511\" alt=\"Enlarged Form Series Model A dimensions\"\u003e \u003cspan class=\"form-lightbox__text\"\u003e Model A · Ø17.7\" × H25.6\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — B\n  ====================================================== --\u003e \u003ca id=\"form-b-large\" href=\"#form-root\" class=\"form-lightbox\"\u003e \u003cspan class=\"form-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_8.jpg?v=1778287511\" alt=\"Enlarged Form Series Model B dimensions\"\u003e \u003cspan class=\"form-lightbox__text\"\u003e Model B · Ø19.7\" × H18.9\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — C\n  ====================================================== --\u003e \u003ca id=\"form-c-large\" href=\"#form-root\" class=\"form-lightbox\"\u003e \u003cspan class=\"form-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_7.jpg?v=1778287511\" alt=\"Enlarged Form Series Model C dimensions\"\u003e \u003cspan class=\"form-lightbox__text\"\u003e Model C · Ø27.5\" × H26.4\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — D\n  ====================================================== --\u003e \u003ca id=\"form-d-large\" href=\"#form-root\" class=\"form-lightbox\"\u003e \u003cspan class=\"form-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Lantern_Pendant_Lamp_12.jpg?v=1778287511\" alt=\"Enlarged Form Series Model D dimensions\"\u003e \u003cspan class=\"form-lightbox__text\"\u003e Model D · Ø19.7\" × H16.5\" · Click anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Model A ∅17.7\" x H 25.6\" \/Dia 45cm x H 65cm \/ White","offer_id":52183435641115,"sku":"STB-NG-LAN-A","price":298.0,"currency_code":"USD","in_stock":true},{"title":"Model B ∅19.7\" xH18.9\"\/Dia 50cm x H 48cm \/ White","offer_id":52183435673883,"sku":"STB-NG-LAN-B","price":268.0,"currency_code":"USD","in_stock":true},{"title":"Model D ∅19.7\" x H 16.5\" \/Dia 50cm x H 42cm \/ White","offer_id":52183435706651,"sku":"STB-NG-LAN-D","price":268.0,"currency_code":"USD","in_stock":true},{"title":"Model C ∅27.5\"xH 26.4\"\/Dia 70cmxH 67cm \/ White","offer_id":52183435739419,"sku":"STB-NG-LAN-C","price":398.0,"currency_code":"USD","in_stock":true},{"title":"Model A+Model B \/ White","offer_id":52183435772187,"sku":"STB-NG-LAN-AB","price":568.0,"currency_code":"USD","in_stock":true},{"title":"Model A+Model C \/ White","offer_id":52183435804955,"sku":"STB-NG-LAN-AC","price":698.0,"currency_code":"USD","in_stock":true},{"title":"Model B+Model D \/ White","offer_id":52183435837723,"sku":"STB-NG-LAN-BD","price":538.0,"currency_code":"USD","in_stock":true},{"title":"Model A+Model B+Model C \/ White","offer_id":52183435870491,"sku":"STB-NG-LAN-ABC","price":968.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-lantern-pendant-light-cluster-unlit-stuberlighting.jpg?v=1781318571"},{"product_id":"chigiri-washi-paper-sculptural-tower-floor-lamp","title":"Chigiri Paper Tower Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — CHIGIRI\n   Hand-Torn Washi Sculptural Tower Floor Lamp\n   Texture-Led \/ Torn-Paper Inspired Layout\n========================================================= *\/\n\n.stb-chigiri{\n  --cream:#F5EDD8;\n  --ivory:#FFFCF6;\n  --paper:#F1E5CF;\n  --sand:#E7D7BF;\n\n  --dark:#1C1209;\n  --charcoal:#29211B;\n  --brown:#4A3218;\n  --walnut:#573C27;\n  --clay:#8B5E3C;\n\n  --gold:#C8A96E;\n  --gold-deep:#92703B;\n  --muted:#786550;\n  --line:#DDCEB8;\n\n  width:100%;\n  max-width:860px;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-chigiri *,\n.stb-chigiri *::before,\n.stb-chigiri *::after{\n  box-sizing:border-box;\n}\n\n.stb-chigiri h2,\n.stb-chigiri h3{\n  margin-top:0;\n\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-chigiri p{\n  margin-top:0;\n}\n\n.stb-chigiri__label{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__heading{\n  margin:0 0 8px;\n\n  font-size:23px;\n  line-height:1.18;\n}\n\n.stb-chigiri__view{\n  display:block;\n\n  margin-top:6px;\n\n  color:#806039;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.06em;\n  text-align:center;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   INTRO — VERTICAL EDITORIAL SIGNATURE\n========================================================= *\/\n\n.stb-chigiri__intro{\n  display:grid;\n  grid-template-columns:115px 1fr;\n  gap:27px;\n\n  margin-bottom:25px;\n}\n\n.stb-chigiri__intro-mark{\n  position:relative;\n\n  display:flex;\n  flex-direction:column;\n  justify-content:flex-end;\n\n  min-height:170px;\n  padding:18px 15px;\n\n  overflow:hidden;\n\n  background:var(--dark);\n\n  border-radius:7px;\n}\n\n.stb-chigiri__intro-mark::after{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  right:-1px;\n\n  width:13px;\n  height:100%;\n\n  background:\n    linear-gradient(\n      135deg,\n      transparent 0 7px,\n      var(--cream) 7px 13px,\n      transparent 13px 20px\n    );\n\n  background-size:13px 20px;\n}\n\n.stb-chigiri__intro-mark small{\n  display:block;\n  margin-bottom:6px;\n\n  color:#CBAE76;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__intro-mark strong{\n  color:#F8F0DF;\n\n  font-size:18px;\n  line-height:1.1;\n  font-weight:500;\n}\n\n.stb-chigiri__intro-copy{\n  align-self:center;\n\n  max-width:650px;\n}\n\n.stb-chigiri__intro h2{\n  max-width:650px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.12;\n}\n\n.stb-chigiri__intro-copy p{\n  max-width:650px;\n  margin:0;\n\n  color:#604D3C;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS — MIXED COLOR\n========================================================= *\/\n\n.stb-chigiri__facts{\n  display:grid;\n  grid-template-columns:1.15fr .85fr .9fr .9fr;\n\n  margin-bottom:36px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-chigiri__fact{\n  padding:14px 13px;\n}\n\n.stb-chigiri__fact:nth-child(1){\n  background:var(--walnut);\n}\n\n.stb-chigiri__fact:nth-child(2){\n  background:#A77B54;\n}\n\n.stb-chigiri__fact:nth-child(3){\n  background:var(--dark);\n}\n\n.stb-chigiri__fact:nth-child(4){\n  background:#D4BC91;\n}\n\n.stb-chigiri__fact small{\n  display:block;\n  margin-bottom:4px;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__fact:nth-child(-n+3) small{\n  color:#DCC7A2;\n}\n\n.stb-chigiri__fact:nth-child(4) small{\n  color:#6A4B2D;\n}\n\n.stb-chigiri__fact strong{\n  display:block;\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.stb-chigiri__fact:nth-child(-n+3) strong{\n  color:#FFF5E4;\n}\n\n.stb-chigiri__fact:nth-child(4) strong{\n  color:#2F2015;\n}\n\n\n\/* =========================================================\n   CHIGIRI CONSTRUCTION\n========================================================= *\/\n\n.stb-chigiri__craft{\n  margin-bottom:36px;\n}\n\n.stb-chigiri__craft-head{\n  max-width:650px;\n  margin-bottom:14px;\n}\n\n.stb-chigiri__craft-head p{\n  margin:0;\n\n  color:#665240;\n\n  font-size:12.7px;\n}\n\n\n\/* staggered torn-paper bars *\/\n\n.stb-chigiri__layers{\n  display:grid;\n  gap:7px;\n}\n\n.stb-chigiri__layer{\n  position:relative;\n\n  width:calc(100% - 45px);\n\n  padding:13px 18px 13px 24px;\n\n  overflow:hidden;\n}\n\n.stb-chigiri__layer:nth-child(1){\n  margin-left:0;\n\n  background:#EEE0C9;\n}\n\n.stb-chigiri__layer:nth-child(2){\n  margin-left:22px;\n\n  background:#D7BC92;\n}\n\n.stb-chigiri__layer:nth-child(3){\n  margin-left:45px;\n\n  background:var(--charcoal);\n}\n\n.stb-chigiri__layer::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:0;\n\n  width:9px;\n  height:100%;\n\n  background:\n    linear-gradient(\n      45deg,\n      transparent 0 4px,\n      rgba(255,255,255,.46) 4px 7px,\n      transparent 7px\n    );\n\n  background-size:9px 12px;\n}\n\n.stb-chigiri__layer small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#8A6842;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__layer:nth-child(3) small{\n  color:#D0AF73;\n}\n\n.stb-chigiri__layer strong{\n  color:var(--dark);\n\n  font-size:12px;\n  font-weight:600;\n}\n\n.stb-chigiri__layer:nth-child(3) strong{\n  color:#F7EDDC;\n}\n\n\n\/* =========================================================\n   MATERIAL IMAGE — BEFORE SIZE\n========================================================= *\/\n\n.stb-chigiri__material{\n  display:grid;\n  grid-template-columns:1fr 165px;\n  gap:28px;\n  align-items:center;\n\n  max-width:720px;\n\n  margin:0 0 37px auto;\n  padding:20px 21px;\n\n  background:var(--sand);\n\n  border-right:5px solid var(--clay);\n  border-radius:8px;\n}\n\n.stb-chigiri__material-copy h3{\n  margin:0 0 7px;\n\n  font-size:22px;\n  line-height:1.2;\n}\n\n.stb-chigiri__material-copy p{\n  margin:0 0 10px;\n\n  color:#5E4A37;\n\n  font-size:12.5px;\n}\n\n.stb-chigiri__material-note{\n  padding:9px 11px;\n\n  background:#F8F1E6;\n\n  border-left:3px solid var(--gold);\n\n  color:#665039;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n.stb-chigiri__material-media{\n  width:165px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-chigiri__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:5px;\n\n  background:var(--ivory);\n\n  border:1px solid #D6C7B0;\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-chigiri__image-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:0 auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n\n\/* =========================================================\n   SCALE \/ SIZE — AFTER MATERIAL\n========================================================= *\/\n\n.stb-chigiri__scale{\n  display:grid;\n  grid-template-columns:185px 1fr;\n  gap:28px;\n  align-items:center;\n\n  margin-bottom:37px;\n}\n\n.stb-chigiri__size-media{\n  width:185px;\n  max-width:100%;\n  margin:auto;\n}\n\n.stb-chigiri__size-link{\n  display:block;\n\n  width:100%;\n  padding:6px;\n\n  background:#EFE2CC;\n\n  border:1px solid var(--line);\n  border-radius:6px;\n\n  text-decoration:none;\n}\n\n.stb-chigiri__size-link img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  margin:auto;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n.stb-chigiri__scale-copy h3{\n  margin:0 0 4px;\n\n  font-size:22px;\n}\n\n.stb-chigiri__big-number{\n  margin:0 0 7px !important;\n\n  color:var(--dark) !important;\n\n  font-size:27px !important;\n  line-height:1.05 !important;\n  font-weight:500;\n}\n\n.stb-chigiri__scale-copy \u003e p{\n  max-width:510px;\n  margin-bottom:12px;\n\n  color:#66513E;\n\n  font-size:12.4px;\n}\n\n.stb-chigiri__placement{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:6px;\n}\n\n.stb-chigiri__place{\n  padding:9px 10px;\n\n  background:var(--ivory);\n\n  border-bottom:3px solid #B58A57;\n}\n\n.stb-chigiri__place small{\n  display:block;\n\n  color:#886945;\n\n  font-size:7.5px;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__place strong{\n  color:var(--dark);\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   LIGHT BEHAVIOR — VERTICAL SPLIT\n========================================================= *\/\n\n.stb-chigiri__glow{\n  display:grid;\n  grid-template-columns:1.2fr .8fr;\n\n  margin-bottom:37px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-chigiri__glow-copy{\n  padding:22px;\n\n  background:var(--dark);\n}\n\n.stb-chigiri__glow-copy small{\n  display:block;\n  margin-bottom:5px;\n\n  color:#D2B375;\n\n  font-size:8.5px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__glow-copy strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:#FFF5E4;\n\n  font-size:14px;\n  font-weight:600;\n}\n\n.stb-chigiri__glow-copy p{\n  margin:0;\n\n  color:#DCCFBD;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n.stb-chigiri__glow-facts{\n  display:grid;\n  grid-template-rows:1fr 1fr;\n}\n\n.stb-chigiri__glow-fact{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px 17px;\n}\n\n.stb-chigiri__glow-fact:first-child{\n  background:var(--clay);\n}\n\n.stb-chigiri__glow-fact:last-child{\n  background:#D7BB8F;\n}\n\n.stb-chigiri__glow-fact small{\n  margin-bottom:3px;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__glow-fact:first-child small{\n  color:#EBD5BC;\n}\n\n.stb-chigiri__glow-fact:last-child small{\n  color:#67492D;\n}\n\n.stb-chigiri__glow-fact strong{\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.stb-chigiri__glow-fact:first-child strong{\n  color:#FFF6E7;\n}\n\n.stb-chigiri__glow-fact:last-child strong{\n  color:#2B1E14;\n}\n\n\n\/* =========================================================\n   EVERYDAY USE\n========================================================= *\/\n\n.stb-chigiri__use{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:37px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-chigiri__use-item{\n  padding:14px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-chigiri__use-item:last-child{\n  border-right:0;\n}\n\n.stb-chigiri__use-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#92703B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__use-item strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.stb-chigiri__details{\n  display:grid;\n  grid-template-columns:175px 1fr;\n\n  margin-bottom:34px;\n\n  overflow:hidden;\n\n  border-radius:8px;\n}\n\n.stb-chigiri__details-title{\n  padding:20px 18px;\n\n  background:var(--walnut);\n}\n\n.stb-chigiri__details-title small{\n  display:block;\n  margin-bottom:6px;\n\n  color:#D5B87B;\n\n  font-size:8px;\n  font-weight:600;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.stb-chigiri__details-title strong{\n  color:#FFF5E5;\n\n  font-size:18px;\n  line-height:1.25;\n  font-weight:500;\n}\n\n.stb-chigiri__specs{\n  border-top:1px solid var(--line);\n  border-right:1px solid var(--line);\n\n  background:var(--ivory);\n}\n\n.stb-chigiri__spec{\n  display:grid;\n  grid-template-columns:35% 65%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E8DDCC;\n}\n\n.stb-chigiri__spec span{\n  padding-right:9px;\n\n  color:#89735A;\n\n  font-size:9.8px;\n}\n\n.stb-chigiri__spec strong{\n  color:var(--dark);\n\n  font-size:11.2px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-chigiri__faq{\n  margin-bottom:30px;\n\n  padding:18px 21px 7px;\n\n  background:#EDE0CC;\n\n  border-left:4px solid var(--clay);\n  border-radius:7px;\n}\n\n.stb-chigiri__faq details{\n  padding:12px 0;\n\n  border-bottom:1px solid #D5C4AA;\n}\n\n.stb-chigiri__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-chigiri__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--dark);\n\n  font-size:13px;\n  font-weight:500;\n}\n\n.stb-chigiri__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-chigiri__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-4px;\n\n  color:#835B35;\n\n  font-size:22px;\n}\n\n.stb-chigiri__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-chigiri__faq details p{\n  margin:8px 0 0;\n\n  color:#65503D;\n\n  font-size:11.8px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-chigiri__shipping{\n  padding:20px 22px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--gold);\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n  border-left:1px solid var(--line);\n\n  border-radius:8px;\n}\n\n.stb-chigiri__shipping h3{\n  margin:0 0 12px;\n\n  font-size:21px;\n}\n\n.stb-chigiri__shipping p{\n  margin:0 0 8px;\n\n  color:#5E4D3E;\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n.stb-chigiri__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-chigiri__shipping strong{\n  color:var(--dark);\n}\n\n.stb-chigiri__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.stb-chigiri__note{\n  max-width:740px;\n\n  margin:18px auto 0 !important;\n  padding:0 8px;\n\n  color:#82715E !important;\n\n  font-size:11px !important;\n  line-height:1.6 !important;\n  font-style:italic;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-chigiri__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,12,7,.95);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-chigiri__lightbox:target{\n  display:flex;\n}\n\n.stb-chigiri__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-chigiri__lightbox img{\n  display:block;\n\n  width:auto;\n  height:auto;\n\n  max-width:92vw;\n  max-height:80vh;\n\n  object-fit:contain;\n  object-position:center;\n\n  box-shadow:0 14px 60px rgba(0,0,0,.42);\n}\n\n.stb-chigiri__lightbox-title{\n  margin:9px 0 0 !important;\n\n  color:#DDCCAC !important;\n\n  font-size:9px !important;\n  font-weight:600;\n  letter-spacing:.09em;\n  text-transform:uppercase;\n  text-align:center;\n}\n\n.stb-chigiri__lightbox-hint{\n  margin:4px 0 0 !important;\n\n  color:#A99575 !important;\n\n  font-size:8.5px !important;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-chigiri__intro{\n    grid-template-columns:74px 1fr;\n\n    gap:18px;\n  }\n\n  .stb-chigiri__intro-mark{\n    min-height:150px;\n\n    padding:14px 10px;\n  }\n\n  .stb-chigiri__intro-mark strong{\n    font-size:15px;\n  }\n\n  .stb-chigiri__intro h2{\n    font-size:24px;\n  }\n\n\n  \/* FACTS *\/\n\n  .stb-chigiri__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n\n  \/* LAYERS *\/\n\n  .stb-chigiri__layer{\n    width:calc(100% - 20px);\n  }\n\n  .stb-chigiri__layer:nth-child(2){\n    margin-left:10px;\n  }\n\n  .stb-chigiri__layer:nth-child(3){\n    margin-left:20px;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-chigiri__material{\n    grid-template-columns:1fr 140px;\n\n    gap:16px;\n\n    padding:16px;\n  }\n\n  .stb-chigiri__material-media{\n    width:140px;\n  }\n\n  .stb-chigiri__material-copy h3{\n    font-size:19px;\n  }\n\n\n  \/* SCALE *\/\n\n  .stb-chigiri__scale{\n    grid-template-columns:155px 1fr;\n\n    gap:17px;\n  }\n\n  .stb-chigiri__size-media{\n    width:155px;\n  }\n\n  .stb-chigiri__scale-copy h3{\n    font-size:19px;\n  }\n\n  .stb-chigiri__big-number{\n    font-size:21px !important;\n  }\n\n  .stb-chigiri__placement{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* GLOW *\/\n\n  .stb-chigiri__glow{\n    grid-template-columns:1fr;\n  }\n\n  .stb-chigiri__glow-facts{\n    grid-template-columns:1fr 1fr;\n    grid-template-rows:auto;\n  }\n\n\n  \/* USE *\/\n\n  .stb-chigiri__use{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-chigiri__use-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-chigiri__use-item:nth-child(-n+2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  \/* DETAILS *\/\n\n  .stb-chigiri__details{\n    grid-template-columns:1fr;\n  }\n\n  .stb-chigiri__details-title{\n    padding:15px 17px;\n  }\n\n  .stb-chigiri__details-title strong{\n    font-size:16px;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-chigiri__faq{\n    padding:17px 17px 6px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-chigiri__shipping{\n    padding:18px;\n  }\n\n  .stb-chigiri__shipping p{\n    font-size:12px;\n  }\n\n\n  \/* LIGHTBOX *\/\n\n  .stb-chigiri__lightbox{\n    padding:14px;\n  }\n\n  .stb-chigiri__lightbox img{\n    max-width:94vw;\n    max-height:75vh;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media screen and (max-width:470px){\n\n  .stb-chigiri__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-chigiri__intro-mark{\n    display:block;\n\n    min-height:0;\n\n    padding:11px 15px;\n  }\n\n  .stb-chigiri__intro-mark small,\n  .stb-chigiri__intro-mark strong{\n    display:inline;\n  }\n\n  .stb-chigiri__intro-mark small{\n    margin-right:8px;\n  }\n\n\n  .stb-chigiri__material,\n  .stb-chigiri__scale{\n    grid-template-columns:1fr;\n  }\n\n  .stb-chigiri__material-media{\n    grid-row:1;\n\n    width:145px;\n  }\n\n  .stb-chigiri__size-media{\n    width:160px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-chigiri\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__intro\"\u003e\n\u003cdiv class=\"stb-chigiri__intro-mark\"\u003e\n\u003csmall\u003e Chigiri \u003c\/small\u003e \u003cstrong\u003e Torn.\u003cbr\u003eLayered.\u003cbr\u003eLit. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__intro-copy\"\u003e\n\u003cspan class=\"stb-chigiri__label\"\u003e Hand-Torn Washi · Sculptural Floor Lamp \u003c\/span\u003e\n\u003ch2\u003eTexture You Can See Before the Light Is Even On.\u003c\/h2\u003e\n\u003cp\u003eChigiri uses individually torn and layered pieces of Mulberry Washi instead of a smooth stretched shade. The overlapping paper gives this 46.5-inch tower a visibly organic surface and creates subtle differences in brightness when illuminated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-chigiri__facts\"\u003e\n\u003cdiv class=\"stb-chigiri__fact\"\u003e\n\u003csmall\u003eSize\u003c\/small\u003e \u003cstrong\u003eØ17.7\" × H46.5\"\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__fact\"\u003e\n\u003csmall\u003eWeight\u003c\/small\u003e \u003cstrong\u003e11 lbs \/ 5kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__fact\"\u003e\n\u003csmall\u003eBulb\u003c\/small\u003e \u003cstrong\u003e3000K Included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__fact\"\u003e\n\u003csmall\u003eSetup\u003c\/small\u003e \u003cstrong\u003ePlug-In\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       CRAFT\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__craft\"\u003e\n\u003cdiv class=\"stb-chigiri__craft-head\"\u003e\n\u003cspan class=\"stb-chigiri__label\"\u003e What Makes Chigiri Different \u003c\/span\u003e\n\u003ch3 class=\"stb-chigiri__heading\"\u003eThe Paper Is Torn, Then Layered by Hand.\u003c\/h3\u003e\n\u003cp\u003eInstead of trying to make every surface perfectly uniform, Chigiri uses overlapping torn edges as the visual feature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__layers\"\u003e\n\u003cdiv class=\"stb-chigiri__layer\"\u003e\n\u003csmall\u003e 01 · Tear \u003c\/small\u003e \u003cstrong\u003e Mulberry Washi is torn rather than clean-cut. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__layer\"\u003e\n\u003csmall\u003e 02 · Layer \u003c\/small\u003e \u003cstrong\u003e Individual pieces overlap to build depth and texture. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__layer\"\u003e\n\u003csmall\u003e 03 · Illuminate \u003c\/small\u003e \u003cstrong\u003e Different paper thicknesses create subtle variations in glow. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL IMAGE — BEFORE SIZE\n  ====================================================== --\u003e\n\u003csection id=\"chigiri-material-section\" class=\"stb-chigiri__material\"\u003e\n\u003cdiv class=\"stb-chigiri__material-copy\"\u003e\n\u003cspan class=\"stb-chigiri__label\"\u003e Material Reference \u003c\/span\u003e\n\u003ch3\u003eMulberry Washi Paper\u003c\/h3\u003e\n\u003cp\u003eNatural Washi fibers soften bulb glare and give the paper its warm translucent character. Chigiri then adds another layer of texture by tearing and overlapping the paper surface.\u003c\/p\u003e\n\u003cdiv class=\"stb-chigiri__material-note\"\u003eBecause the shade is handmade, torn edges and layering patterns will differ naturally from lamp to lamp.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__material-media\"\u003e\u003ca href=\"#chigiri-material\" class=\"stb-chigiri__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Mulberry Washi paper natural fiber material detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-chigiri__view\"\u003e View Material ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"chigiri-material\" href=\"#chigiri-material-section\" class=\"stb-chigiri__lightbox\"\u003e \u003cspan class=\"stb-chigiri__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Mulberry Washi material\"\u003e \u003cspan class=\"stb-chigiri__lightbox-title\"\u003e Mulberry Washi · Material Detail \u003c\/span\u003e \u003cspan class=\"stb-chigiri__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE IMAGE — AFTER MATERIAL\n  ====================================================== --\u003e\n\u003csection id=\"chigiri-size-section\" class=\"stb-chigiri__scale\"\u003e\n\u003cdiv class=\"stb-chigiri__size-media\"\u003e\u003ca href=\"#chigiri-size\" class=\"stb-chigiri__size-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-chigiri-washi-paper-floor-lamp-sculptural-tower_3.jpg?v=1778293648\" alt=\"Chigiri Washi Paper Sculptural Tower Floor Lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-chigiri__view\"\u003e View Dimensions ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__scale-copy\"\u003e\n\u003cspan class=\"stb-chigiri__label\"\u003e Scale \u0026amp; Placement \u003c\/span\u003e\n\u003ch3\u003eA Mid-Height Floor Sculpture.\u003c\/h3\u003e\n\u003cp class=\"stb-chigiri__big-number\"\u003e46.5\" Tall\u003c\/p\u003e\n\u003cp\u003eØ17.7\" × H46.5\" \/ Ø45 × H118cm. Tall enough to anchor an empty corner, but considerably lower than a six-foot tower lamp, making it easier to use beside standard-height seating.\u003c\/p\u003e\n\u003cdiv class=\"stb-chigiri__placement\"\u003e\n\u003cdiv class=\"stb-chigiri__place\"\u003e\n\u003csmall\u003eLiving Room\u003c\/small\u003e \u003cstrong\u003eSofa Corner\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__place\"\u003e\n\u003csmall\u003eBedroom\u003c\/small\u003e \u003cstrong\u003eQuiet Corner\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__place\"\u003e\n\u003csmall\u003eReading Area\u003c\/small\u003e \u003cstrong\u003eAmbient Layer\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"chigiri-size\" href=\"#chigiri-size-section\" class=\"stb-chigiri__lightbox\"\u003e \u003cspan class=\"stb-chigiri__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-chigiri-washi-paper-floor-lamp-sculptural-tower_3.jpg?v=1778293648\" alt=\"Enlarged Chigiri floor lamp dimension diagram\"\u003e \u003cspan class=\"stb-chigiri__lightbox-title\"\u003e Ø17.7\" × H46.5\" · Ø45 × H118cm \u003c\/span\u003e \u003cspan class=\"stb-chigiri__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT EFFECT\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__glow\"\u003e\n\u003cdiv class=\"stb-chigiri__glow-copy\"\u003e\n\u003csmall\u003e Light Through Layers \u003c\/small\u003e \u003cstrong\u003e Less Uniform. More Textural. \u003c\/strong\u003e\n\u003cp\u003eBecause parts of the shade contain overlapping paper layers, the illuminated surface can show gentle differences in brightness. That variation is part of the Chigiri appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__glow-facts\"\u003e\n\u003cdiv class=\"stb-chigiri__glow-fact\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White Bulb \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__glow-fact\"\u003e\n\u003csmall\u003e Purpose \u003c\/small\u003e \u003cstrong\u003e Soft Ambient Lighting \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       EVERYDAY USE\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__use\"\u003e\n\u003cdiv class=\"stb-chigiri__use-item\"\u003e\n\u003csmall\u003e Bulb Base \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__use-item\"\u003e\n\u003csmall\u003e Max \u003c\/small\u003e \u003cstrong\u003e 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__use-item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__use-item\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline ON\/OFF \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__details\"\u003e\n\u003cdiv class=\"stb-chigiri__details-title\"\u003e\n\u003csmall\u003e Specifications \u003c\/small\u003e \u003cstrong\u003e Product\u003cbr\u003eDetails \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__specs\"\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cstrong\u003eØ17.7\" × H46.5\" \/ Ø45 × H118cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e \u003cstrong\u003eApprox. 11 lbs \/ 5kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003ePreparation\u003c\/span\u003e \u003cstrong\u003e5–10 Days Handcrafted Preparation\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eShade\u003c\/span\u003e \u003cstrong\u003eHand-Torn \u0026amp; Layered Mulberry Washi\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eBase\u003c\/span\u003e \u003cstrong\u003eMatte Black Iron\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eBulb Base\u003c\/span\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eBulb Included\u003c\/span\u003e \u003cstrong\u003eYes · 3000K Warm White\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eMax Wattage\u003c\/span\u003e \u003cstrong\u003e40W\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eDimming\u003c\/span\u003e \u003cstrong\u003eCompatible With Suitable Dimmable Bulb\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eVoltage\u003c\/span\u003e \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eCord\u003c\/span\u003e \u003cstrong\u003e59\" \/ 150cm · Extension Available\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eControl\u003c\/span\u003e \u003cstrong\u003eIn-Line ON\/OFF Switch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eInstallation\u003c\/span\u003e \u003cstrong\u003ePlug-In · No Hardwiring\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-chigiri__spec\"\u003e\n\u003cspan\u003eUse\u003c\/span\u003e \u003cstrong\u003eIndoor Dry Locations · IP20\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       GOOD TO KNOW\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__faq\"\u003e\n\u003ch3 class=\"stb-chigiri__heading\"\u003eGood to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does the paper surface look irregular?\u003c\/summary\u003e\n\u003cp\u003eThat irregularity is intentional. Chigiri uses individually torn and overlapping pieces of Washi instead of one smooth continuous paper surface. Texture and layering will naturally differ slightly between lamps.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this mainly a reading lamp?\u003c\/summary\u003e\n\u003cp\u003eChigiri is primarily an ambient floor light. The Washi shade diffuses the bulb and creates a soft surrounding glow rather than a concentrated directional beam.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the layered paper?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a dry feather duster or soft microfiber tool. Follow the direction of the layered paper rather than scrubbing across the torn edges. Do not use water, steam, spray cleaners or a damp cloth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-chigiri__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eFree Standard Shipping (4–6 weeks)\u003c\/strong\u003e — all US \u0026amp; Canada orders. \u003cstrong\u003eExpedited (2–4 weeks)\u003c\/strong\u003e available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within \u003cstrong\u003e30 days\u003c\/strong\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003cp class=\"stb-chigiri__note\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"stuberlighting","offers":[{"title":"Dia 17.7\"xH46.5\" \/ US Plug","offer_id":52183698080027,"sku":"STB-NG-CHI","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 17.7\"xH46.5\" \/ UK Plug","offer_id":52183698112795,"sku":"STB-NG-CHI","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 17.7\"xH46.5\" \/ AU Plug","offer_id":52183698145563,"sku":"STB-NG-CHI","price":340.0,"currency_code":"USD","in_stock":true},{"title":"Dia 17.7\"xH46.5\" \/ EU Plug","offer_id":52183698178331,"sku":"STB-NG-CHI","price":340.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/stuberlighting-chigiri-washi-paper-floor-lamp-sculptural-tower-21.jpg?v=1781318819"},{"product_id":"saya-silk-lotus-pendant-light-five-sizes","title":"Saya Silk Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — SAYA SILK LOTUS PENDANT\n   Quiet Silk Editorial · Compact Size Selector\n   No Page Background\n========================================================= *\/\n\n.stb-saya{\n  --ivory:#FFFDF9;\n  --silk:#F7F1E8;\n  --silk-deep:#EEE4D7;\n\n  --dark:#211812;\n  --espresso:#35271F;\n\n  --text:#4C4037;\n  --muted:#766A60;\n\n  --gold:#B49362;\n  --gold-deep:#80613E;\n\n  --line:#D9CFC4;\n\n  width:100%;\n  max-width:880px;\n  margin:0 auto;\n\n  background:transparent;\n\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14.5px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-saya *,\n.stb-saya *::before,\n.stb-saya *::after{\n  box-sizing:border-box;\n}\n\n.stb-saya h2,\n.stb-saya h3{\n  margin-top:0;\n\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-saya p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPE\n========================================================= *\/\n\n.stb-saya__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-saya__title{\n  margin:0 0 9px;\n\n  font-size:30px;\n  line-height:1.14;\n}\n\n.stb-saya__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-saya__section-copy{\n  max-width:630px;\n\n  margin:0;\n\n  color:#62564D;\n\n  font-size:12.8px;\n  line-height:1.62;\n}\n\n.stb-saya__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#817266;\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-saya__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 190px;\n\n  gap:32px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-saya__intro-copy{\n  max-width:640px;\n}\n\n.stb-saya__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D5148;\n\n  font-size:14px;\n  line-height:1.7;\n}\n\n.stb-saya__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-saya__intro-stat small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C7AC84;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-saya__intro-stat strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#FFF5E8;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-saya__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-saya__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:30px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.025);\n\n  overflow:hidden;\n}\n\n.stb-saya__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-saya__fact:last-child{\n  border-right:0;\n}\n\n.stb-saya__fact small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#88786B;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.stb-saya__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL\n========================================================= *\/\n\n.stb-saya__detail{\n  display:grid;\n  grid-template-columns:120px minmax(0,1fr);\n\n  gap:21px;\n  align-items:center;\n\n  margin-bottom:30px;\n  padding:14px;\n\n  background:var(--silk);\n\n  border:1px solid #D8CCBD;\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.025);\n}\n\n.stb-saya__detail-media{\n  width:110px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-saya__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--ivory);\n\n  border:1px solid #D5C9BA;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-saya__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n.stb-saya__detail-copy p{\n  max-width:560px;\n\n  margin:0 0 9px;\n\n  color:#5F5249;\n\n  font-size:12.4px;\n  line-height:1.58;\n}\n\n.stb-saya__tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n}\n\n.stb-saya__tag{\n  padding:4px 8px;\n\n  background:var(--ivory);\n\n  color:#604F43;\n\n  font-size:10px;\n\n  border:1px solid #D6CABC;\n  border-radius:18px;\n}\n\n\n\/* =========================================================\n   WHY SILK\n========================================================= *\/\n\n.stb-saya__silk{\n  display:grid;\n  grid-template-columns:180px minmax(0,1fr);\n\n  margin-bottom:30px;\n\n  overflow:hidden;\n\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.03);\n}\n\n.stb-saya__silk-title{\n  padding:17px 18px;\n\n  background:var(--espresso);\n}\n\n.stb-saya__silk-title small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8AC84;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-saya__silk-title strong{\n  color:#FFF5E8;\n\n  font-size:13.5px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-saya__silk-copy{\n  padding:17px 19px;\n\n  background:var(--ivory);\n\n  border-top:1px solid var(--line);\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-saya__silk-copy p{\n  margin:0;\n\n  color:#60534A;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SIZE SELECTOR\n========================================================= *\/\n\n.stb-saya__sizes{\n  margin-bottom:30px;\n}\n\n.stb-saya__sizes-head{\n  margin-bottom:13px;\n}\n\n.stb-saya__size-grid{\n  display:grid;\n  grid-template-columns:repeat(6,minmax(0,1fr));\n\n  gap:8px;\n}\n\n.stb-saya__size-card{\n  display:grid;\n  grid-template-columns:82px minmax(0,1fr);\n\n  gap:10px;\n  align-items:start;\n\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.02);\n}\n\n.stb-saya__size-card:nth-child(1),\n.stb-saya__size-card:nth-child(2),\n.stb-saya__size-card:nth-child(3){\n  grid-column:span 2;\n}\n\n.stb-saya__size-card:nth-child(4),\n.stb-saya__size-card:nth-child(5){\n  grid-column:span 3;\n}\n\n.stb-saya__size-card--featured{\n  border-top:2px solid var(--gold);\n}\n\n\n\/* SIZE IMAGE *\/\n\n.stb-saya__size-media{\n  width:76px;\n  max-width:100%;\n\n  padding:4px;\n\n  background:#FAF6F0;\n\n  border:1px solid #DDD2C5;\n  border-radius:4px;\n\n  overflow:visible;\n}\n\n.stb-saya__size-media a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-saya__size-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* SIZE COPY *\/\n\n.stb-saya__size-copy{\n  min-width:0;\n}\n\n.stb-saya__size-copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#887568;\n\n  font-size:8.7px;\n  font-weight:600;\n\n  letter-spacing:.04em;\n  text-transform:uppercase;\n}\n\n.stb-saya__size-copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.5px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-saya__size-copy p{\n  margin:0;\n\n  color:#73665C;\n\n  font-size:10px;\n  line-height:1.43;\n}\n\n.stb-saya__size-meta{\n  display:block;\n\n  margin-top:4px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  line-height:1.35;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   LIGHT + INSTALLATION\n========================================================= *\/\n\n.stb-saya__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-bottom:30px;\n}\n\n.stb-saya__practical-card{\n  padding:15px 16px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.02);\n}\n\n.stb-saya__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-saya__practical-card small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#847165;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-saya__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-saya__practical-card p{\n  margin:0;\n\n  color:#62564D;\n\n  font-size:11.4px;\n  line-height:1.56;\n}\n\n\n\/* =========================================================\n   SILK CARE\n========================================================= *\/\n\n.stb-saya__care{\n  display:grid;\n  grid-template-columns:3px minmax(0,1fr);\n\n  gap:13px;\n\n  max-width:760px;\n\n  margin:0 auto 30px;\n}\n\n.stb-saya__care-line{\n  background:var(--gold);\n}\n\n.stb-saya__care strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:12.3px;\n}\n\n.stb-saya__care p{\n  margin:0;\n\n  color:#675A50;\n\n  font-size:11.6px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.stb-saya__specs{\n  margin-bottom:30px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.02);\n\n  overflow:hidden;\n}\n\n.stb-saya__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-saya__spec-head span{\n  color:#C8AD87;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-saya__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-saya__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7DED5;\n}\n\n.stb-saya__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-saya__spec span{\n  padding-right:10px;\n\n  color:#82756B;\n\n  font-size:10.3px;\n  line-height:1.45;\n}\n\n.stb-saya__spec strong{\n  color:var(--dark);\n\n  font-size:11.5px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-saya__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-saya__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-saya__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--dark);\n\n  font-size:13.2px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-saya__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-saya__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-deep);\n\n  font-size:19px;\n}\n\n.stb-saya__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-saya__faq details p{\n  margin:7px 0 0;\n\n  color:#665A51;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-saya__shipping{\n  padding:18px 19px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-saya__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-saya__shipping p{\n  margin:0 0 7px;\n\n  color:#5E5249;\n\n  font-size:12.5px;\n  line-height:1.62;\n}\n\n.stb-saya__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-saya__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-saya__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(17,14,12,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-saya__lightbox:target{\n  display:flex;\n}\n\n.stb-saya__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-saya__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-saya__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-saya__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E8F82;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-saya__intro{\n    grid-template-columns:1fr;\n\n    gap:12px;\n  }\n\n  .stb-saya__title{\n    font-size:25px;\n  }\n\n  .stb-saya__intro-stat{\n    max-width:260px;\n  }\n\n\n  .stb-saya__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-saya__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-saya__fact:nth-child(1),\n  .stb-saya__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-saya__detail{\n    grid-template-columns:100px 1fr;\n\n    gap:14px;\n\n    padding:12px;\n  }\n\n  .stb-saya__detail-media{\n    width:94px;\n  }\n\n\n  .stb-saya__silk{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-saya__size-grid{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  .stb-saya__size-card:nth-child(n){\n    grid-column:auto;\n  }\n\n  .stb-saya__size-card:last-child{\n    grid-column:1 \/ -1;\n  }\n\n\n  .stb-saya__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-saya__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-saya{\n    font-size:14px;\n  }\n\n\n  .stb-saya__detail{\n    grid-template-columns:86px 1fr;\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-saya__detail-media{\n    width:80px;\n  }\n\n\n  .stb-saya__silk{\n    grid-template-columns:1fr;\n  }\n\n  .stb-saya__silk-copy{\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n\n  .stb-saya__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-saya__size-card:nth-child(n){\n    grid-column:auto;\n  }\n\n  .stb-saya__size-card{\n    grid-template-columns:74px 1fr;\n  }\n\n  .stb-saya__size-media{\n    width:68px;\n  }\n\n\n  .stb-saya__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-saya__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-saya__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-saya\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__intro\"\u003e\n\u003cdiv class=\"stb-saya__intro-copy\"\u003e\n\u003cspan class=\"stb-saya__eyebrow\"\u003e Hand-Stretched Silk · White Iron Frame · Lotus Form \u003c\/span\u003e\n\u003ch2 class=\"stb-saya__title\"\u003eA Lotus Drawn in Silk.\u003c\/h2\u003e\n\u003cp\u003eSaya stretches ivory silk across a slim white iron frame, forming soft layered curves inspired by an opening lotus. When illuminated, the silk diffuses the light evenly, turning the entire shade into a warm, quiet glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__intro-stat\"\u003e\n\u003csmall\u003e Five Sizes \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" — Ø31.5\" \u003c\/strong\u003e \u003cspan\u003e 1-Light to 5-Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__facts\"\u003e\n\u003cdiv class=\"stb-saya__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Real Ivory Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__fact\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e White Iron Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__fact\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e Five Configurations \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__fact\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Bulbs Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"saya-detail-section\" class=\"stb-saya__detail\"\u003e\n\u003cdiv class=\"stb-saya__detail-media\"\u003e\u003ca href=\"#saya-detail\" class=\"stb-saya__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_28.jpg?v=1780906018\" alt=\"Saya Silk Lotus Pendant Light ivory silk shade and white iron frame detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-saya__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__detail-copy\"\u003e\n\u003cspan class=\"stb-saya__eyebrow\"\u003e Silk Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-saya__section-title\"\u003eSoft Material, Defined Structure.\u003c\/h3\u003e\n\u003cp\u003eThe silk is stretched over the internal iron frame, preserving the sculptural lotus silhouette while allowing the light source to glow softly through the surface.\u003c\/p\u003e\n\u003cdiv class=\"stb-saya__tags\"\u003e\n\u003cspan class=\"stb-saya__tag\"\u003e Hand-Stretched Silk \u003c\/span\u003e \u003cspan class=\"stb-saya__tag\"\u003e Ivory Shade \u003c\/span\u003e \u003cspan class=\"stb-saya__tag\"\u003e White Iron \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAIL LIGHTBOX --\u003e \u003ca id=\"saya-detail\" href=\"#saya-detail-section\" class=\"stb-saya__lightbox\"\u003e \u003cspan class=\"stb-saya__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_28.jpg?v=1780906018\" alt=\"Enlarged Saya silk pendant detail\"\u003e \u003cspan class=\"stb-saya__lightbox-caption\"\u003e Saya · Silk \u0026amp; Iron Detail \u003c\/span\u003e \u003cspan class=\"stb-saya__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       WHY SILK\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__silk\"\u003e\n\u003cdiv class=\"stb-saya__silk-title\"\u003e\n\u003csmall\u003e Why Silk \u003c\/small\u003e \u003cstrong\u003e The Shade Itself Becomes the Light. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__silk-copy\"\u003e\n\u003cp\u003eSilk does more than hide the bulb. Its natural translucency spreads the light across the entire shade, reducing harsh hot spots and giving Saya the soft internal glow that defines the design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE SELECTOR + DIMENSION PREVIEWS\n  ====================================================== --\u003e\n\u003csection id=\"saya-size-section\" class=\"stb-saya__sizes\"\u003e\n\u003cdiv class=\"stb-saya__sizes-head\"\u003e\n\u003cspan class=\"stb-saya__eyebrow\"\u003e Choose Your Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-saya__section-title\"\u003eFive Sizes. One Lotus Silhouette.\u003c\/h3\u003e\n\u003cp class=\"stb-saya__section-copy\"\u003eAs Saya becomes larger, the number of light sources increases too. Choose according to both room scale and the amount of presence you want. Tap any drawing for the full measurement view.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__size-grid\"\u003e\n\u003c!-- ===================================================\n           15.7\n      ==================================================== --\u003e\n\u003carticle class=\"stb-saya__size-card\"\u003e\n\u003cdiv class=\"stb-saya__size-media\"\u003e\u003ca href=\"#saya-size-1\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_3.jpg?v=1780906018\" alt=\"Saya 15.7 inch Silk Lotus Pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__size-copy\"\u003e\n\u003csmall\u003e Intimate \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" × H11.8\" \u003c\/strong\u003e\n\u003cp\u003eTea room, meditation corner or small dining nook.\u003c\/p\u003e\n\u003cspan class=\"stb-saya__size-meta\"\u003e 1-Light · Enlarge ↗ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ===================================================\n           19.7\n      ==================================================== --\u003e\n\u003carticle class=\"stb-saya__size-card\"\u003e\n\u003cdiv class=\"stb-saya__size-media\"\u003e\u003ca href=\"#saya-size-2\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_4.jpg?v=1780906017\" alt=\"Saya 19.7 inch Silk Lotus Pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__size-copy\"\u003e\n\u003csmall\u003e Compact Dining \u003c\/small\u003e \u003cstrong\u003e Ø19.7\" × H16.5\" \u003c\/strong\u003e\n\u003cp\u003eDining table for four, bedroom or foyer.\u003c\/p\u003e\n\u003cspan class=\"stb-saya__size-meta\"\u003e 1-Light · Enlarge ↗ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ===================================================\n           23.6\n      ==================================================== --\u003e\n\u003carticle class=\"stb-saya__size-card stb-saya__size-card--featured\"\u003e\n\u003cdiv class=\"stb-saya__size-media\"\u003e\u003ca href=\"#saya-size-3\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_22.jpg?v=1780906017\" alt=\"Saya 23.6 inch Silk Lotus Pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__size-copy\"\u003e\n\u003csmall\u003e Most Versatile \u003c\/small\u003e \u003cstrong\u003e Ø23.6\" × H17.7\" \u003c\/strong\u003e\n\u003cp\u003eMedium living room or dining table for six.\u003c\/p\u003e\n\u003cspan class=\"stb-saya__size-meta\"\u003e 2-Light · Enlarge ↗ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ===================================================\n           26.8\n      ==================================================== --\u003e\n\u003carticle class=\"stb-saya__size-card\"\u003e\n\u003cdiv class=\"stb-saya__size-media\"\u003e\u003ca href=\"#saya-size-4\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_5.jpg?v=1780906018\" alt=\"Saya 26.8 inch Silk Lotus Pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__size-copy\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø26.8\" × H19.7\" \u003c\/strong\u003e\n\u003cp\u003eLarge dining room or family-room centerpiece.\u003c\/p\u003e\n\u003cspan class=\"stb-saya__size-meta\"\u003e 3-Light · Enlarge ↗ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ===================================================\n           31.5\n      ==================================================== --\u003e\n\u003carticle class=\"stb-saya__size-card\"\u003e\n\u003cdiv class=\"stb-saya__size-media\"\u003e\u003ca href=\"#saya-size-5\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_8.jpg?v=1780906018\" alt=\"Saya 31.5 inch Silk Lotus Pendant dimension drawing\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__size-copy\"\u003e\n\u003csmall\u003e Statement \u003c\/small\u003e \u003cstrong\u003e Ø31.5\" × H22\" \u003c\/strong\u003e\n\u003cp\u003eGrand entry, open-plan living or double-height space.\u003c\/p\u003e\n\u003cspan class=\"stb-saya__size-meta\"\u003e 5-Light · Enlarge ↗ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"saya-size-1\" href=\"#saya-size-section\" class=\"stb-saya__lightbox\"\u003e \u003cspan class=\"stb-saya__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_3.jpg?v=1780906018\" alt=\"Enlarged Saya 15.7 inch dimension drawing\"\u003e \u003cspan class=\"stb-saya__lightbox-caption\"\u003e Ø15.7\" × H11.8\" · 1-Light \u003c\/span\u003e \u003cspan class=\"stb-saya__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"saya-size-2\" href=\"#saya-size-section\" class=\"stb-saya__lightbox\"\u003e \u003cspan class=\"stb-saya__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_4.jpg?v=1780906017\" alt=\"Enlarged Saya 19.7 inch dimension drawing\"\u003e \u003cspan class=\"stb-saya__lightbox-caption\"\u003e Ø19.7\" × H16.5\" · 1-Light \u003c\/span\u003e \u003cspan class=\"stb-saya__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"saya-size-3\" href=\"#saya-size-section\" class=\"stb-saya__lightbox\"\u003e \u003cspan class=\"stb-saya__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_22.jpg?v=1780906017\" alt=\"Enlarged Saya 23.6 inch dimension drawing\"\u003e \u003cspan class=\"stb-saya__lightbox-caption\"\u003e Ø23.6\" × H17.7\" · 2-Light \u003c\/span\u003e \u003cspan class=\"stb-saya__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"saya-size-4\" href=\"#saya-size-section\" class=\"stb-saya__lightbox\"\u003e \u003cspan class=\"stb-saya__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_5.jpg?v=1780906018\" alt=\"Enlarged Saya 26.8 inch dimension drawing\"\u003e \u003cspan class=\"stb-saya__lightbox-caption\"\u003e Ø26.8\" × H19.7\" · 3-Light \u003c\/span\u003e \u003cspan class=\"stb-saya__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"saya-size-5\" href=\"#saya-size-section\" class=\"stb-saya__lightbox\"\u003e \u003cspan class=\"stb-saya__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_8.jpg?v=1780906018\" alt=\"Enlarged Saya 31.5 inch dimension drawing\"\u003e \u003cspan class=\"stb-saya__lightbox-caption\"\u003e Ø31.5\" × H22\" · 5-Light \u003c\/span\u003e \u003cspan class=\"stb-saya__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__practical\"\u003e\n\u003cdiv class=\"stb-saya__practical-card\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb(s) Included \u003c\/strong\u003e\n\u003cp\u003eStandard replaceable sockets make future bulb changes simple. For the warmest silk effect, a 2700K–3000K light source works especially well with the ivory shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__practical-card\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Cord \u003c\/strong\u003e\n\u003cp\u003eShorten the drop during installation. Additional suspension length can be prepared for taller ceilings on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SILK CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__care\"\u003e\n\u003cdiv class=\"stb-saya__care-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Silk care is simple — but keep it dry. \u003c\/strong\u003e\n\u003cp\u003eRemove dust with a soft dry brush. Do not wet-clean, steam or iron the silk, and keep the shade away from direct heat sources.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__specs\"\u003e\n\u003cdiv class=\"stb-saya__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Saya \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Configurations \u003c\/span\u003e \u003cstrong\u003e Ø15.7\" × H11.8\" · 1-Light\u003cbr\u003eØ19.7\" × H16.5\" · 1-Light\u003cbr\u003eØ23.6\" × H17.7\" · 2-Light\u003cbr\u003eØ26.8\" × H19.7\" · 3-Light\u003cbr\u003eØ31.5\" × H22\" · 5-Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e White Iron Frame · Hand-Stretched Ivory Silk Shade \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb(s) Included · Replaceable Socket Design \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Dimmer Compatible with Suitable Dimmable E26 \/ E27 Bulb(s) and Compatible Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Electrical \u003c\/span\u003e \u003cstrong\u003e AC 110–240V · Hardwired Ceiling Installation \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" Adjustable Cord · Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch or Compatible Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only · Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-saya__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__faq\"\u003e\u003cspan class=\"stb-saya__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-saya__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Saya size should I choose for a dining table?\u003c\/summary\u003e\n\u003cp\u003eThe 19.7\" version works well above smaller dining tables. The 23.6\" two-light version is a versatile choice for many six-seat dining tables, while 26.8\" gives larger dining rooms more presence.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the shade real silk?\u003c\/summary\u003e\n\u003cp\u003eYes. Saya uses hand-stretched silk over a slim white iron frame, rather than a synthetic silk-look fabric.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. Compatible E26 \/ E27 LED bulb(s) are included, with bulb quantity matching the selected fixture configuration.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer hanging length?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard suspension is 59\". Additional length can be prepared for taller ceilings on request.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-saya__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"⌀ 15.7\" × H 11.8\" \/ White","offer_id":52309807530267,"sku":"STB-PD-SAYA-15","price":255.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 19.7\" × H 16.5\" \/ White","offer_id":52309807563035,"sku":"STB-PD-SAYA-19","price":385.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 23.6\" × H 17.7\" \/ White","offer_id":52309807595803,"sku":"STB-PD-SAYA-23","price":735.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 26.8\" × H 19.7\" \/ White","offer_id":52309807628571,"sku":"STB-PD-SAYA-26","price":995.0,"currency_code":"USD","in_stock":true},{"title":"⌀ 31.5\" × H 22\" \/ White","offer_id":52309807661339,"sku":"STB-PD-SAYA-31","price":1249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/saya-silk-lotus-pendant-light-five-sizes-stuberlighting_1.jpg?v=1780906017"},{"product_id":"givora-handwoven-fabric-wabi-sabi-pendant-light","title":"Givora Handwoven Fabric Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — GIVORA\n   Handwoven Fabric · Natural Wood · Wabi-Sabi\n   Quiet Editorial \/ Compact \/ Mobile Responsive\n========================================================= *\/\n\n.stb-givora{\n  --ivory:#FFFDF9;\n  --linen:#F5EFE7;\n  --sand:#EEE3D7;\n\n  --dark:#211812;\n  --espresso:#35271F;\n\n  --text:#4C4037;\n  --muted:#786C62;\n\n  --gold:#B49362;\n  --gold-deep:#80613E;\n\n  --line:#D9CEC2;\n\n  width:100%;\n  max-width:880px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14.5px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-givora *,\n.stb-givora *::before,\n.stb-givora *::after{\n  box-sizing:border-box;\n}\n\n.stb-givora h2,\n.stb-givora h3{\n  margin-top:0;\n\n  color:var(--dark);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-givora p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   TYPE\n========================================================= *\/\n\n.stb-givora__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-deep);\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-givora__title{\n  margin:0 0 9px;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.stb-givora__section-title{\n  margin:0 0 7px;\n\n  font-size:21px;\n  line-height:1.25;\n}\n\n.stb-givora__section-copy{\n  max-width:630px;\n\n  margin:0;\n\n  color:#62564D;\n\n  font-size:12.7px;\n  line-height:1.62;\n}\n\n.stb-givora__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#837468;\n\n  font-size:9.3px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-givora__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 190px;\n\n  gap:32px;\n  align-items:end;\n\n  padding:4px 0 23px;\n}\n\n.stb-givora__intro-copy{\n  max-width:650px;\n}\n\n.stb-givora__intro-copy p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D5148;\n\n  font-size:14px;\n  line-height:1.7;\n}\n\n.stb-givora__intro-stat{\n  padding:14px 16px;\n\n  background:var(--dark);\n\n  border-radius:5px;\n}\n\n.stb-givora__intro-stat small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8AD84;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-givora__intro-stat strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#FFF5E8;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-givora__intro-stat span{\n  color:#D6C9BC;\n\n  font-size:10.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-givora__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:30px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.025);\n\n  overflow:hidden;\n}\n\n.stb-givora__fact{\n  padding:13px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-givora__fact:last-child{\n  border-right:0;\n}\n\n.stb-givora__fact small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#88786B;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.stb-givora__fact strong{\n  display:block;\n\n  color:var(--dark);\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   COLOR CHOICE\n========================================================= *\/\n\n.stb-givora__color{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n  padding:14px 16px;\n\n  background:var(--linen);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.02);\n}\n\n.stb-givora__color-media{\n  width:135px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-givora__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--ivory);\n\n  border:1px solid #D6C8BA;\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-givora__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n.stb-givora__color-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-top:12px;\n\n  border-top:1px solid #D8CABE;\n}\n\n.stb-givora__color-option{\n  padding:10px 12px 0 0;\n}\n\n.stb-givora__color-option + .stb-givora__color-option{\n  padding-left:12px;\n\n  border-left:1px solid #D8CABE;\n}\n\n.stb-givora__color-option small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887568;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-givora__color-option strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  font-weight:500;\n}\n\n.stb-givora__color-option p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:10.4px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.stb-givora__material{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 120px;\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:30px;\n}\n\n.stb-givora__material-copy{\n  padding:17px 19px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-givora__material-copy p{\n  max-width:570px;\n\n  margin:0;\n\n  color:#61544B;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-givora__material-media{\n  width:108px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n\n\/* =========================================================\n   SCALE\n========================================================= *\/\n\n.stb-givora__scale{\n  display:grid;\n  grid-template-columns:160px minmax(0,1fr);\n\n  margin-bottom:30px;\n\n  overflow:hidden;\n\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.03);\n}\n\n.stb-givora__scale-title{\n  padding:17px 18px;\n\n  background:var(--espresso);\n}\n\n.stb-givora__scale-title small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C8AC84;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-givora__scale-title strong{\n  color:#FFF5E8;\n\n  font-size:13.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-givora__scale-body{\n  display:grid;\n  grid-template-columns:120px minmax(0,1fr);\n\n  gap:17px;\n  align-items:center;\n\n  padding:13px 15px;\n\n  background:var(--ivory);\n\n  border-top:1px solid var(--line);\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-givora__size-media{\n  width:108px;\n  max-width:100%;\n\n  padding:4px;\n\n  background:#FAF6F0;\n\n  border:1px solid #DDD2C5;\n  border-radius:4px;\n\n  overflow:visible;\n}\n\n.stb-givora__size-media a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-givora__size-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n.stb-givora__scale-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12.5px;\n  font-weight:500;\n}\n\n.stb-givora__scale-copy p{\n  margin:0 0 7px;\n\n  color:#695C52;\n\n  font-size:10.9px;\n  line-height:1.52;\n}\n\n.stb-givora__size-pills{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:5px;\n}\n\n.stb-givora__size-pills span{\n  padding:4px 7px;\n\n  background:var(--linen);\n\n  color:#5E4E43;\n\n  font-size:9.5px;\n\n  border-radius:3px;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-givora__placement{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:30px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-givora__placement-item{\n  padding:14px 15px;\n}\n\n.stb-givora__placement-item:first-child{\n  border-right:1px solid var(--line);\n}\n\n.stb-givora__placement-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887568;\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-givora__placement-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  font-weight:500;\n}\n\n.stb-givora__placement-item p{\n  margin:0;\n\n  color:#706359;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-givora__practical{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-bottom:30px;\n}\n\n.stb-givora__practical-card{\n  padding:14px 15px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-givora__practical-card:first-child{\n  border-top:2px solid var(--gold);\n}\n\n.stb-givora__practical-card small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#847165;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.stb-givora__practical-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--dark);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-givora__practical-card p{\n  margin:0;\n\n  color:#65584F;\n\n  font-size:10.7px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   NATURAL VARIATION\n========================================================= *\/\n\n.stb-givora__variation{\n  margin-bottom:30px;\n  padding:11px 14px;\n\n  background:var(--sand);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-givora__variation strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--dark);\n\n  font-size:11.8px;\n  font-weight:500;\n}\n\n.stb-givora__variation p{\n  margin:0;\n\n  color:#695C52;\n\n  font-size:10.9px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-givora__specs{\n  margin-bottom:30px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(35,25,18,.02);\n\n  overflow:hidden;\n}\n\n.stb-givora__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-givora__spec-head span{\n  color:#C8AD87;\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-givora__spec-head strong{\n  color:#FFF5E8;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-givora__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7DED5;\n}\n\n.stb-givora__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-givora__spec span{\n  padding-right:10px;\n\n  color:#82756B;\n\n  font-size:10.3px;\n  line-height:1.45;\n}\n\n.stb-givora__spec strong{\n  color:var(--dark);\n\n  font-size:11.5px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-givora__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-givora__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-givora__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--dark);\n\n  font-size:13.1px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-givora__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-givora__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-deep);\n\n  font-size:19px;\n}\n\n.stb-givora__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-givora__faq details p{\n  margin:7px 0 0;\n\n  color:#665A51;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-givora__shipping{\n  padding:18px 19px;\n\n  background:var(--linen);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-givora__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-givora__shipping p{\n  margin:0 0 7px;\n\n  color:#5E5249;\n\n  font-size:12.5px;\n  line-height:1.62;\n}\n\n.stb-givora__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-givora__shipping a{\n  color:var(--gold-deep);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-givora__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(17,14,12,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.stb-givora__lightbox:target{\n  display:flex;\n}\n\n.stb-givora__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-givora__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-givora__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-givora__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E8F82;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-givora__intro{\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n\n  .stb-givora__title{\n    font-size:25px;\n  }\n\n  .stb-givora__intro-stat{\n    max-width:270px;\n  }\n\n\n  .stb-givora__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-givora__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-givora__fact:nth-child(1),\n  .stb-givora__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-givora__color{\n    grid-template-columns:125px 1fr;\n  }\n\n  .stb-givora__color-media{\n    width:115px;\n  }\n\n\n  .stb-givora__scale{\n    grid-template-columns:145px 1fr;\n  }\n\n\n  .stb-givora__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  .stb-givora__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-givora{\n    font-size:14px;\n  }\n\n\n  .stb-givora__color{\n    grid-template-columns:92px 1fr;\n\n    gap:12px;\n    padding:10px;\n  }\n\n  .stb-givora__color-media{\n    width:86px;\n  }\n\n  .stb-givora__color-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-givora__color-option{\n    padding:8px 0;\n  }\n\n  .stb-givora__color-option + .stb-givora__color-option{\n    padding-left:0;\n\n    border-left:0;\n    border-top:1px solid #D8CABE;\n  }\n\n\n  .stb-givora__material{\n    grid-template-columns:1fr 82px;\n\n    gap:11px;\n  }\n\n  .stb-givora__material-media{\n    width:76px;\n  }\n\n  .stb-givora__material-copy{\n    padding:13px 14px;\n  }\n\n\n  .stb-givora__scale{\n    grid-template-columns:1fr;\n  }\n\n  .stb-givora__scale-body{\n    grid-template-columns:86px 1fr;\n\n    border-top:0;\n    border-left:1px solid var(--line);\n  }\n\n  .stb-givora__size-media{\n    width:80px;\n  }\n\n\n  .stb-givora__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-givora__placement-item:first-child{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-givora__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-givora__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-givora__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-givora\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__intro\"\u003e\n\u003cdiv class=\"stb-givora__intro-copy\"\u003e\n\u003cspan class=\"stb-givora__eyebrow\"\u003e Handwoven Fabric · Natural Wood · Wabi-Sabi \u003c\/span\u003e\n\u003ch2 class=\"stb-givora__title\"\u003eTexture First. Everything Else Stays Quiet.\u003c\/h2\u003e\n\u003cp\u003eGivora pairs a handwoven fabric shade with a natural wood ring in a low, wide silhouette. The woven surface softens the light while the wood adds warmth, giving the pendant a calm presence without visual clutter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__intro-stat\"\u003e\n\u003csmall\u003e Fixture Size \u003c\/small\u003e \u003cstrong\u003e Ø20.5\" × H8.7\" \u003c\/strong\u003e \u003cspan\u003e Ø52 × H22cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__facts\"\u003e\n\u003cdiv class=\"stb-givora__fact\"\u003e\n\u003csmall\u003eShade\u003c\/small\u003e \u003cstrong\u003eHandwoven Fabric\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__fact\"\u003e\n\u003csmall\u003eDetail\u003c\/small\u003e \u003cstrong\u003eNatural Wood Ring\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__fact\"\u003e\n\u003csmall\u003eColors\u003c\/small\u003e \u003cstrong\u003eLight \/ Dark Brown\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__fact\"\u003e\n\u003csmall\u003eSuspension\u003c\/small\u003e \u003cstrong\u003e59\" Adjustable Cord\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLOR CHOICE\n  ====================================================== --\u003e\n\u003csection id=\"givora-color-section\" class=\"stb-givora__color\"\u003e\n\u003cdiv class=\"stb-givora__color-media\"\u003e\u003ca href=\"#givora-color\" class=\"stb-givora__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_5.jpg?v=1781702289\" alt=\"Givora pendant Light Brown and Dark Brown color comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-givora__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-givora__eyebrow\"\u003e Choose the Tone \u003c\/span\u003e\n\u003ch3 class=\"stb-givora__section-title\"\u003eLight Brown or Dark Brown.\u003c\/h3\u003e\n\u003cp class=\"stb-givora__section-copy\"\u003eThe form stays the same. Choose the shade according to how much contrast you want the pendant to have against the room.\u003c\/p\u003e\n\u003cdiv class=\"stb-givora__color-options\"\u003e\n\u003cdiv class=\"stb-givora__color-option\"\u003e\n\u003csmall\u003e Light Brown \u003c\/small\u003e \u003cstrong\u003e Airier \u0026amp; Softer \u003c\/strong\u003e\n\u003cp\u003eWorks naturally with white walls, pale woods, linen and lighter neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__color-option\"\u003e\n\u003csmall\u003e Dark Brown \u003c\/small\u003e \u003cstrong\u003e Deeper \u0026amp; More Grounded \u003c\/strong\u003e\n\u003cp\u003eBetter when the room uses darker wood, charcoal tones or a more architectural palette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLOR LIGHTBOX --\u003e \u003ca id=\"givora-color\" href=\"#givora-color-section\" class=\"stb-givora__lightbox\"\u003e \u003cspan class=\"stb-givora__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_5.jpg?v=1781702289\" alt=\"Enlarged Givora Light Brown and Dark Brown comparison\"\u003e \u003cspan class=\"stb-givora__lightbox-caption\"\u003e Givora · Light Brown \/ Dark Brown \u003c\/span\u003e \u003cspan class=\"stb-givora__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"givora-material-section\" class=\"stb-givora__material\"\u003e\n\u003cdiv class=\"stb-givora__material-copy\"\u003e\n\u003cspan class=\"stb-givora__eyebrow\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3 class=\"stb-givora__section-title\"\u003eThe Weave Is Part of the Light.\u003c\/h3\u003e\n\u003cp\u003eThe handwoven surface gives the shade its tactile character while gently filtering the light. A natural wood ring gives the soft fabric enough structure without making the pendant feel heavy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__material-media\"\u003e\u003ca href=\"#givora-material\" class=\"stb-givora__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_7.jpg?v=1781702288\" alt=\"Givora handwoven fabric and natural wood detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-givora__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"givora-material\" href=\"#givora-material-section\" class=\"stb-givora__lightbox\"\u003e \u003cspan class=\"stb-givora__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_7.jpg?v=1781702288\" alt=\"Enlarged Givora handwoven fabric detail\"\u003e \u003cspan class=\"stb-givora__lightbox-caption\"\u003e Givora · Handwoven Fabric \u0026amp; Wood \u003c\/span\u003e \u003cspan class=\"stb-givora__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SCALE + DIMENSION\n  ====================================================== --\u003e\n\u003csection id=\"givora-size-section\" class=\"stb-givora__scale\"\u003e\n\u003cdiv class=\"stb-givora__scale-title\"\u003e\n\u003csmall\u003e Low \u0026amp; Wide \u003c\/small\u003e \u003cstrong\u003e Horizontal Presence Without a Deep Drop. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__scale-body\"\u003e\n\u003cdiv class=\"stb-givora__size-media\"\u003e\u003ca href=\"#givora-size\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_16.jpg?v=1781702288\" alt=\"Givora pendant light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-givora__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__scale-copy\"\u003e\n\u003cstrong\u003e Ø20.5\" × H8.7\" \u003c\/strong\u003e\n\u003cp\u003eThe 20.5\" width gives the pendant enough spread for a dining table or breakfast area, while the shallow 8.7\" body keeps the silhouette visually light.\u003c\/p\u003e\n\u003cdiv class=\"stb-givora__size-pills\"\u003e\n\u003cspan\u003e Ø52cm \u003c\/span\u003e \u003cspan\u003e H22cm \u003c\/span\u003e \u003cspan\u003e 59\" Cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"givora-size\" href=\"#givora-size-section\" class=\"stb-givora__lightbox\"\u003e \u003cspan class=\"stb-givora__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_16.jpg?v=1781702288\" alt=\"Enlarged Givora pendant dimensions\"\u003e \u003cspan class=\"stb-givora__lightbox-caption\"\u003e Ø20.5\" × H8.7\" · Ø52 × H22cm \u003c\/span\u003e \u003cspan class=\"stb-givora__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DINING \/ MULTIPLE\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__placement\"\u003e\n\u003cdiv class=\"stb-givora__placement-item\"\u003e\n\u003csmall\u003e Single Pendant \u003c\/small\u003e \u003cstrong\u003e Dining Tables Approximately 28–40\" Wide \u003c\/strong\u003e\n\u003cp\u003eA natural fit above smaller round tables and many four-person dining arrangements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__placement-item\"\u003e\n\u003csmall\u003e Longer Table or Island \u003c\/small\u003e \u003cstrong\u003e Use Two for More Horizontal Coverage \u003c\/strong\u003e\n\u003cp\u003eFor longer surfaces, pairing two pendants gives more even visual rhythm than oversizing a single fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__practical\"\u003e\n\u003cdiv class=\"stb-givora__practical-card\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb Included \u003c\/strong\u003e\n\u003cp\u003eReplaceable standard socket. Maximum 40W.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__practical-card\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Cord \u003c\/strong\u003e\n\u003cp\u003eShorten during installation. Additional length is available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__practical-card\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmer Compatible \u003c\/strong\u003e\n\u003cp\u003eUse a compatible dimmable bulb with a compatible wall dimmer or smart control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL VARIATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__variation\"\u003e\u003cstrong\u003e Natural variation is part of the design. \u003c\/strong\u003e\n\u003cp\u003eBecause the shade is handwoven and the ring uses natural wood, slight differences in weave texture, tone and wood grain are normal and make each fixture subtly individual.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__specs\"\u003e\n\u003cdiv class=\"stb-givora__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Givora \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø20.5\" × H8.7\" \/ Ø52 × H22cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Handwoven Fabric Shade · Natural Wood Ring · Metal Ceiling Canopy \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Colors \u003c\/span\u003e \u003cstrong\u003e Light Brown · Dark Brown \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 LED Bulb Included · Max 40W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible with Dimmable E26 \/ E27 Bulb and Compatible Wall Dimmer or Smart Control \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Electrical \u003c\/span\u003e \u003cstrong\u003e AC 110–240V · Hardwired Ceiling Installation \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Adjustable Cord · Custom Extension Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Compatible with Standard Wall Switch or Compatible Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Hardwired · Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-givora__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__faq\"\u003e\u003cspan class=\"stb-givora__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-givora__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eLight Brown or Dark Brown?\u003c\/summary\u003e\n\u003cp\u003eLight Brown is the softer choice for white, cream and pale-wood interiors. Dark Brown creates more contrast and works naturally with deeper wood tones, charcoal colors and moodier rooms.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow high should Givora hang above a dining table?\u003c\/summary\u003e\n\u003cp\u003eA common starting point is approximately 30–36\" between the tabletop and the bottom of the pendant. Adjust slightly according to ceiling height and sightlines across the table.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the woven shade?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a soft dry brush, microfiber cloth or low-suction vacuum attachment. Avoid wet cleaning, steam and chemical cleaners on the fabric.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-givora__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 20.5\"x H 8.7\" \/ Light Brown","offer_id":52369976099099,"sku":"STB-PL-26-10004","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Dia 20.5\"x H 8.7\" \/ Dark Brown","offer_id":52369976131867,"sku":"STB-PL-26-10005","price":205.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/givora-handwoven-fabric-wabi-sabi-pendant-light-stuberlighting_18.jpg?v=1781702288"},{"product_id":"astrid-tripod-silk-japandi-table-lamp","title":"Astrid Tripod Silk Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — ASTRID\n   TRIPOD SILK JAPANDI TABLE LAMP\n\n   MODEL \/ SILK \/ SCALE\n\n   QUIET LUXURY · SHOPPER-FIRST\n   CONCISE · MATERIAL-LED\n   DISTINCT FROM DAWN BACKGROUND\n   MOBILE READY\n========================================================= *\/\n\n.stb-astrid{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817365;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --silk:#F7F1E7;\n  --paper:#FBF8F2;\n  --cream:#F5EDD8;\n  --ivory:#FFFDF8;\n  --soft:#F1E8DC;\n\n  --line:#DED2BD;\n  --line-soft:#ECE3D6;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-astrid *,\n.stb-astrid *::before,\n.stb-astrid *::after{\n  box-sizing:border-box;\n}\n\n.stb-astrid h2,\n.stb-astrid h3,\n.stb-astrid p{\n  margin-top:0;\n}\n\n.stb-astrid h2,\n.stb-astrid h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-astrid img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-astrid a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.astrid-frame{\n  position:relative;\n\n  padding:29px 29px 0;\n\n  border:1px solid var(--line);\n  border-top:4px solid var(--espresso);\n\n  box-shadow:0 8px 28px rgba(28,18,9,.025);\n}\n\n.astrid-frame::before{\n  content:\"\";\n\n  position:absolute;\n  top:8px;\n  left:29px;\n\n  width:64px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.astrid-frame::after{\n  content:\"\";\n\n  position:absolute;\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:#8E806F;\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.astrid-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.astrid-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — INTRO\n========================================================= *\/\n\n.astrid-intro{\n  padding:20px 0 28px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.astrid-intro__top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,150px);\n\n  gap:31px;\n  align-items:end;\n}\n\n.astrid-intro h2{\n  max-width:600px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.astrid-intro__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* SIDE STAT *\/\n\n.astrid-intro__stat{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.astrid-intro__stat small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.astrid-intro__stat strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:29px;\n  line-height:.94;\n\n  font-weight:500;\n}\n\n.astrid-intro__stat span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#756658;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* QUICK PURCHASE PATH *\/\n\n.astrid-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:18px;\n}\n\n.astrid-quick__item{\n  position:relative;\n\n  min-width:0;\n\n  padding:11px 12px;\n\n  border:1px solid var(--line);\n}\n\n.astrid-quick__item:nth-child(1){\n  background:#F6EFE5;\n}\n\n.astrid-quick__item:nth-child(2){\n  background:#FBF9F5;\n}\n\n.astrid-quick__item:nth-child(3){\n  background:#F1E9DF;\n}\n\n.astrid-quick__item::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:-1px;\n  left:-1px;\n\n  width:28px;\n  height:2px;\n}\n\n.astrid-quick__item:nth-child(1)::before{\n  background:var(--espresso);\n}\n\n.astrid-quick__item:nth-child(2)::before{\n  background:var(--gold);\n}\n\n.astrid-quick__item:nth-child(3)::before{\n  background:#8D8175;\n}\n\n.astrid-quick__item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.astrid-quick__item strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:16px;\n  line-height:1.1;\n\n  font-weight:500;\n}\n\n.astrid-quick__item p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10.5px;\n  line-height:1.42;\n}\n\n\n\/* =========================================================\n   02 — MODEL SELECTOR\n========================================================= *\/\n\n.astrid-models{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.astrid-models__head{\n  display:grid;\n  grid-template-columns:minmax(0,185px) minmax(0,1fr);\n\n  gap:29px;\n\n  margin-bottom:16px;\n}\n\n.astrid-models__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.astrid-models__head p{\n  max-width:500px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* GROUP IMAGES *\/\n\n.astrid-groups{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-bottom:12px;\n}\n\n.astrid-group{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:14px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:9px;\n\n  border:1px solid var(--line);\n}\n\n.astrid-group--ad{\n  background:#F5EDE3;\n\n  border-top:2px solid var(--espresso);\n}\n\n.astrid-group--bc{\n  background:#FBF8F2;\n\n  border-top:2px solid var(--gold);\n}\n\n.astrid-group__media{\n  width:145px;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n}\n\n.astrid-group__media a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.astrid-group__media img{\n  max-height:135px !important;\n}\n\n.astrid-group__copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.astrid-group__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1.1;\n\n  font-weight:500;\n}\n\n.astrid-group__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10.3px;\n  line-height:1.45;\n}\n\n\n\/* MODEL GRID *\/\n\n.astrid-model-grid{\n  display:grid;\n  grid-template-columns:repeat(4,minmax(0,1fr));\n\n  gap:8px;\n}\n\n.astrid-model{\n  min-width:0;\n\n  padding:8px 8px 11px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.astrid-model:nth-child(1){\n  border-top:2px solid var(--espresso);\n}\n\n.astrid-model:nth-child(2){\n  border-top:2px solid var(--gold);\n}\n\n.astrid-model:nth-child(3){\n  border-top:2px solid #9A8C80;\n}\n\n.astrid-model:nth-child(4){\n  border-top:2px solid #B18D69;\n}\n\n\n\/* MODEL IMAGE *\/\n\n.astrid-model__media{\n  width:105px;\n  max-width:100%;\n\n  margin:0 auto 7px;\n\n  overflow:hidden;\n}\n\n.astrid-model__media a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  overflow:hidden;\n  text-decoration:none;\n}\n\n.astrid-model__media img{\n  max-height:98px !important;\n}\n\n\n\/* MODEL COPY *\/\n\n.astrid-model small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.astrid-model h3{\n  margin:1px 0 2px;\n\n  font-size:18px;\n  line-height:1.05;\n}\n\n.astrid-model__dim{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n}\n\n.astrid-model p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.42;\n}\n\n\n\/* =========================================================\n   03 — SILK \/ TRIPOD \/ CONTROL\n========================================================= *\/\n\n.astrid-material{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.astrid-material__layout{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:29px;\n  align-items:center;\n}\n\n\n\/* DETAIL IMAGE *\/\n\n.astrid-detail{\n  width:175px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.astrid-detail a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.astrid-detail img{\n  max-height:165px !important;\n}\n\n\n\/* MATERIAL COPY *\/\n\n.astrid-material__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.astrid-material__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n\n\/* MATERIAL CARDS *\/\n\n.astrid-materials{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:13px;\n}\n\n.astrid-material-card{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n}\n\n.astrid-material-card--silk{\n  background:#FBF8F2;\n\n  border-top:2px solid var(--gold);\n}\n\n.astrid-material-card--tripod{\n  background:#F2EAE0;\n\n  border-top:2px solid var(--espresso);\n}\n\n.astrid-material-card small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.astrid-material-card strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.astrid-material-card span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.42;\n}\n\n\n\/* DARK CONTROL PANEL *\/\n\n.astrid-control{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-top:17px;\n\n  padding:18px 20px;\n\n  background:var(--espresso);\n\n  border-radius:4px;\n}\n\n.astrid-control__mark{\n  padding-right:19px;\n\n  border-right:1px solid rgba(255,255,255,.15);\n}\n\n.astrid-control__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.astrid-control__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:25px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.astrid-control__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC6BB;\n\n  font-size:9px;\n}\n\n.astrid-control__copy h3{\n  margin:0 0 4px;\n\n  color:#FFF8ED;\n\n  font-size:18px;\n}\n\n.astrid-control__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D6CDC1;\n\n  font-size:10.8px;\n  line-height:1.5;\n}\n\n.astrid-control__facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:13px;\n\n  margin-top:8px;\n  padding-top:8px;\n\n  border-top:1px solid rgba(255,255,255,.13);\n}\n\n.astrid-control__facts span{\n  color:#D8CFC3;\n\n  font-size:9.5px;\n}\n\n.astrid-control__facts strong{\n  color:#FFF7E9;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.astrid-specs{\n  padding:31px 0;\n}\n\n.astrid-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:9px;\n}\n\n.astrid-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.astrid-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.astrid-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.astrid-spec{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.astrid-spec__label{\n  color:#806F60;\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.astrid-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.7px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CARE *\/\n\n.astrid-care{\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.astrid-care small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold-deep);\n\n  font-size:9px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.astrid-care span{\n  display:block;\n\n  color:#514337;\n\n  font-size:10.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.astrid-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:5px 5px 0 0;\n}\n\n.astrid-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:50px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.astrid-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.astrid-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:11.5px;\n  line-height:1.6;\n}\n\n.astrid-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.astrid-shipping a{\n  color:var(--gold-deep);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.astrid-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.astrid-lightbox:target{\n  display:flex;\n}\n\n.astrid-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.astrid-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n}\n\n.astrid-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.astrid-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .astrid-frame{\n    padding:25px 18px 0;\n  }\n\n  .astrid-frame::before,\n  .astrid-frame::after{\n    left:18px;\n  }\n\n\n  .astrid-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,115px);\n\n    gap:18px;\n  }\n\n  .astrid-intro h2{\n    font-size:27px;\n  }\n\n\n  .astrid-models__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .astrid-group{\n    grid-template-columns:minmax(0,110px) minmax(0,1fr);\n  }\n\n  .astrid-group__media{\n    width:105px;\n  }\n\n\n  .astrid-model-grid{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n\n  .astrid-material__layout{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .astrid-detail{\n    width:135px;\n  }\n\n  .astrid-detail img{\n    max-height:125px !important;\n  }\n\n\n  .astrid-spec{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .astrid-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .astrid-intro__stat{\n    width:175px;\n  }\n\n\n  .astrid-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .astrid-groups{\n    grid-template-columns:1fr;\n  }\n\n  .astrid-group{\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n  }\n\n\n  .astrid-model-grid{\n    grid-template-columns:1fr;\n  }\n\n  .astrid-model{\n    display:grid;\n    grid-template-columns:minmax(0,95px) minmax(0,1fr);\n\n    gap:11px;\n    align-items:center;\n\n    padding:9px 10px;\n  }\n\n  .astrid-model__media{\n    grid-column:1;\n    grid-row:1 \/ span 4;\n\n    width:90px;\n\n    margin:0;\n  }\n\n  .astrid-model small,\n  .astrid-model h3,\n  .astrid-model__dim,\n  .astrid-model p{\n    grid-column:2;\n  }\n\n\n  .astrid-material__layout{\n    grid-template-columns:1fr;\n  }\n\n  .astrid-detail{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .astrid-materials{\n    grid-template-columns:1fr;\n  }\n\n\n  .astrid-control{\n    grid-template-columns:1fr;\n\n    gap:8px;\n\n    padding:16px;\n  }\n\n  .astrid-control__mark{\n    padding:0 0 8px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.15);\n  }\n\n\n  .astrid-specs__head{\n    display:block;\n  }\n\n  .astrid-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .astrid-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .astrid-spec__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.04em;\n    text-transform:uppercase;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-astrid\" id=\"astrid-root\"\u003e\n\u003cdiv class=\"astrid-frame\"\u003e\n\u003c!-- =====================================================\n         01 — INTRO\n    ====================================================== --\u003e\n\u003csection class=\"astrid-intro\"\u003e\n\u003cdiv class=\"astrid-intro__top\"\u003e\n\u003cdiv class=\"astrid-intro__copy\"\u003e\n\u003cspan class=\"astrid-eyebrow\"\u003e Model \/ Silk \/ Scale \u003c\/span\u003e\n\u003ch2\u003eOne Tripod Lamp, Four Different Proportions\u003c\/h2\u003e\n\u003cp\u003eAstrid combines a three-leg metal base with an ivory silk shade in four carefully different proportions. Start with the surface where the lamp will sit — the right Model is more important than adding more decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-intro__stat\"\u003e\n\u003csmall\u003e Available \u003c\/small\u003e \u003cstrong\u003e A \/ B \/ C \/ D \u003c\/strong\u003e \u003cspan\u003e Four sizes\u003cbr\u003eOne design language \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-quick\"\u003e\n\u003cdiv class=\"astrid-quick__item\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Tripod Base \u003c\/strong\u003e\n\u003cp\u003eThree slim metal legs create the lamp’s entire visual structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-quick__item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Stretched Silk \u003c\/strong\u003e\n\u003cp\u003eIvory silk softens the bulb and gives the lamp a warmer presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-quick__item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e\n\u003cp\u003e59\" cord with inline ON\/OFF switch. No hardwiring required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — MODEL SELECTOR\n    ====================================================== --\u003e\n\u003csection class=\"astrid-models\"\u003e\n\u003cdiv class=\"astrid-models__head\"\u003e\n\u003ch3\u003eChoose the Model by Surface Height\u003c\/h3\u003e\n\u003cp\u003eB is the lowest, D is the most balanced everyday size, C adds a wider shade, and A gives the strongest vertical presence. The silhouette stays related — the proportion changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GROUP COMPARISON --\u003e\n\u003cdiv class=\"astrid-groups\"\u003e\n\u003carticle class=\"astrid-group astrid-group--ad\"\u003e\n\u003cdiv class=\"astrid-group__media\"\u003e\u003ca href=\"#astrid-ad-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_16.jpg?v=1781942443\" alt=\"Astrid Tripod Silk Table Lamp Model A and D comparison\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"astrid-group__copy\"\u003e\n\u003csmall\u003e Models A \/ D \u003c\/small\u003e \u003cstrong\u003e Taller \/ Everyday \u003c\/strong\u003e\n\u003cp\u003eA is the tallest statement proportion. D keeps a more conventional table-lamp height.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"astrid-group astrid-group--bc\"\u003e\n\u003cdiv class=\"astrid-group__media\"\u003e\u003ca href=\"#astrid-bc-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_8.jpg?v=1781942443\" alt=\"Astrid Tripod Silk Table Lamp Model B and C comparison\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"astrid-group__copy\"\u003e\n\u003csmall\u003e Models B \/ C \u003c\/small\u003e \u003cstrong\u003e Lower \/ Wider \u003c\/strong\u003e\n\u003cp\u003eB is compact for lower surfaces. C uses the broadest shade for more visual width.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- FOUR MODELS --\u003e\n\u003cdiv class=\"astrid-model-grid\"\u003e\n\u003c!-- A --\u003e\n\u003carticle class=\"astrid-model\"\u003e\n\u003cdiv class=\"astrid-model__media\"\u003e\u003ca href=\"#astrid-a-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_19.jpg?v=1781942443\" alt=\"Astrid Model A table lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Tall \u003c\/small\u003e\n\u003ch3\u003eModel A\u003c\/h3\u003e\n\u003cspan class=\"astrid-model__dim\"\u003e Ø11\" × H18.9\" \u003c\/span\u003e\n\u003cp\u003eBest when you want a taller, more architectural table-lamp proportion.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- B --\u003e\n\u003carticle class=\"astrid-model\"\u003e\n\u003cdiv class=\"astrid-model__media\"\u003e\u003ca href=\"#astrid-b-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_24.jpg?v=1781942443\" alt=\"Astrid Model B table lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Low \u003c\/small\u003e\n\u003ch3\u003eModel B\u003c\/h3\u003e\n\u003cspan class=\"astrid-model__dim\"\u003e Ø11.8\" × H13.8\" \u003c\/span\u003e\n\u003cp\u003eCompact height for lower nightstands and smaller bedside surfaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- C --\u003e\n\u003carticle class=\"astrid-model\"\u003e\n\u003cdiv class=\"astrid-model__media\"\u003e\u003ca href=\"#astrid-c-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_22.jpg?v=1781942443\" alt=\"Astrid Model C table lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Wide \u003c\/small\u003e\n\u003ch3\u003eModel C\u003c\/h3\u003e\n\u003cspan class=\"astrid-model__dim\"\u003e Ø13.8\" × H15.7\" \u003c\/span\u003e\n\u003cp\u003eThe widest shade for larger side tables and a fuller visual footprint.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- D --\u003e\n\u003carticle class=\"astrid-model\"\u003e\n\u003cdiv class=\"astrid-model__media\"\u003e\u003ca href=\"#astrid-d-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_9.jpg?v=1781942443\" alt=\"Astrid Model D table lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Standard \u003c\/small\u003e\n\u003ch3\u003eModel D\u003c\/h3\u003e\n\u003cspan class=\"astrid-model__dim\"\u003e Ø11.8\" × H15\" \u003c\/span\u003e\n\u003cp\u003eBalanced proportions for standard nightstands, desks and side tables.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 — SILK \/ TRIPOD \/ CONTROL\n    ====================================================== --\u003e\n\u003csection class=\"astrid-material\"\u003e\n\u003cdiv class=\"astrid-material__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"astrid-detail\"\u003e\u003ca href=\"#astrid-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_29.jpg?v=1781942443\" alt=\"Close-up detail of Astrid tripod silk Japandi table lamp\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"astrid-caption\"\u003eSilk \u0026amp; structure detail · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-material__copy\"\u003e\n\u003cspan class=\"astrid-eyebrow\"\u003e Silk \/ Structure \u003c\/span\u003e\n\u003ch3\u003eSoft Above. Structural Below.\u003c\/h3\u003e\n\u003cp\u003eThe ivory silk drum keeps the upper half visually calm, while the exposed three-leg base gives the lamp its architectural character. There is very little decorative hardware between them.\u003c\/p\u003e\n\u003cdiv class=\"astrid-materials\"\u003e\n\u003cdiv class=\"astrid-material-card astrid-material-card--silk\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Stretched Silk \u003c\/strong\u003e \u003cspan\u003e Ivory fabric diffuses the bulb into a softer ambient glow. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-material-card astrid-material-card--tripod\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Metal Tripod \u003c\/strong\u003e \u003cspan\u003e Three slim legs create the lamp’s visual balance and footprint. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-control\"\u003e\n\u003cdiv class=\"astrid-control__mark\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e PLUG-IN \u003c\/strong\u003e \u003cspan\u003e simple everyday setup \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-control__copy\"\u003e\n\u003ch3\u003ePlug In, Place It, Switch On\u003c\/h3\u003e\n\u003cp\u003eAstrid uses a 59-inch power cord with an inline push-button switch, so there is no hardwiring or permanent installation.\u003c\/p\u003e\n\u003cdiv class=\"astrid-control__facts\"\u003e\n\u003cspan\u003e \u003cstrong\u003e59\"\u003c\/strong\u003e cord \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eInline\u003c\/strong\u003e ON\/OFF \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eE26 \/ E27\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eBulb Included\u003c\/strong\u003e \u003c\/span\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\u003c!-- =====================================================\n         04 — PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"astrid-specs\"\u003e\n\u003cdiv class=\"astrid-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Astrid · Tripod Silk Table Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec-list\"\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Models \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e A — Ø11\" × H18.9\"\u003cbr\u003eB — Ø11.8\" × H13.8\"\u003cbr\u003eC — Ø13.8\" × H15.7\"\u003cbr\u003eD — Ø11.8\" × H15\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e Metal tripod base · Hand-stretched silk shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Shade \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e Ivory hand-stretched silk · Drum form \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e 2700K warm-white LED · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Cord \/ Control \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e 59\" power cord · Extendable on request · Inline push-button ON\/OFF switch \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e Standard setup is non-dimmable · Dimming requires a compatible dimmable E26\/E27 bulb and compatible external plug-in dimmer or dimmer-controlled outlet \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Plug Options \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e US · UK · EU · AU \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e Plug-in · No electrician or hardwiring required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-spec\"\u003e\n\u003cspan class=\"astrid-spec__label\"\u003e Certifications \u003c\/span\u003e \u003cspan class=\"astrid-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"astrid-care\"\u003e\n\u003csmall\u003e Silk Care \u003c\/small\u003e \u003cspan\u003e Dust gently with a soft dry brush or microfiber cloth. Do not wet-clean, steam or use liquid cleaners on the silk shade. Keep away from excessive moisture and direct heat. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         05 — SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"astrid-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"astrid-detail-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_29.jpg?v=1781942443\" alt=\"Enlarged Astrid silk shade and tripod structure detail\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Astrid · Silk \u0026amp; Tripod Detail \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — AD GROUP\n  ====================================================== --\u003e \u003ca id=\"astrid-ad-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_16.jpg?v=1781942443\" alt=\"Enlarged Astrid Model A and D comparison\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Astrid · Models A \/ D \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — BC GROUP\n  ====================================================== --\u003e \u003ca id=\"astrid-bc-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_8.jpg?v=1781942443\" alt=\"Enlarged Astrid Model B and C comparison\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Astrid · Models B \/ C \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MODEL A\n  ====================================================== --\u003e \u003ca id=\"astrid-a-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_19.jpg?v=1781942443\" alt=\"Enlarged Astrid Model A dimensions\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Model A · Ø11\" × H18.9\" \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MODEL B\n  ====================================================== --\u003e \u003ca id=\"astrid-b-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_24.jpg?v=1781942443\" alt=\"Enlarged Astrid Model B dimensions\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Model B · Ø11.8\" × H13.8\" \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MODEL C\n  ====================================================== --\u003e \u003ca id=\"astrid-c-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_22.jpg?v=1781942443\" alt=\"Enlarged Astrid Model C dimensions\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Model C · Ø13.8\" × H15.7\" \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — MODEL D\n  ====================================================== --\u003e \u003ca id=\"astrid-d-large\" href=\"#astrid-root\" class=\"astrid-lightbox\"\u003e \u003cspan class=\"astrid-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_9.jpg?v=1781942443\" alt=\"Enlarged Astrid Model D dimensions\"\u003e \u003cspan class=\"astrid-lightbox__caption\"\u003e Model D · Ø11.8\" × H15\" \u003c\/span\u003e \u003cspan class=\"astrid-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Model A: Dia 11\"x H 18.9\" \/ Silk \/ US Plug","offer_id":52379254522139,"sku":"STB-TL-26-10001","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 11\"x H 18.9\" \/ Silk \/ EU Plug","offer_id":52379254554907,"sku":"STB-TL-26-10002","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 11\"x H 18.9\" \/ Silk \/ AU Plug","offer_id":52379254587675,"sku":"STB-TL-26-10003","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 11\"x H 18.9\" \/ Silk \/ UK Plug","offer_id":52379254620443,"sku":"STB-TL-26-10004","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 11.8\"x H 13.8\" \/ Silk \/ US Plug","offer_id":52379254653211,"sku":"STB-TL-26-10005","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 11.8\"x H 13.8\" \/ Silk \/ EU Plug","offer_id":52379254685979,"sku":"STB-TL-26-10006","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 11.8\"x H 13.8\" \/ Silk \/ AU Plug","offer_id":52379254718747,"sku":"STB-TL-26-10007","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 11.8\"x H 13.8\" \/ Silk \/ UK Plug","offer_id":52379254751515,"sku":"STB-TL-26-10008","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 13.8\" x H 15.7\" \/ Silk \/ US Plug","offer_id":52379254784283,"sku":"STB-TL-26-10009","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 13.8\" x H 15.7\" \/ Silk \/ EU Plug","offer_id":52379254817051,"sku":"STB-TL-26-10010","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 13.8\" x H 15.7\" \/ Silk \/ AU Plug","offer_id":52379254849819,"sku":"STB-TL-26-10011","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model C: Dia 13.8\" x H 15.7\" \/ Silk \/ UK Plug","offer_id":52379254882587,"sku":"STB-TL-26-10012","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model D: Dia 11.8\" x H 15\" \/ Silk \/ US Plug","offer_id":52379254915355,"sku":"STB-TL-26-10013","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model D: Dia 11.8\" x H 15\" \/ Silk \/ EU Plug","offer_id":52379254948123,"sku":"STB-TL-26-10014","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model D: Dia 11.8\" x H 15\" \/ Silk \/ AU Plug","offer_id":52379254980891,"sku":"STB-TL-26-10015","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Model D: Dia 11.8\" x H 15\" \/ Silk \/ UK Plug","offer_id":52379255013659,"sku":"STB-TL-26-10016","price":245.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/astrid-tripod-silk-japandi-table-lamp-stuberlighting_1.jpg?v=1781942442"},{"product_id":"akari-14a-washi-paper-tall-floor-lamp","title":"Akari 14A Washi Paper Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AKARI 14A\n   WASHI PAPER TALL FLOOR LAMP\n\n   HEIGHT \/ WASHI \/ GLOW\n\n   PAPER SCULPTURE · QUIET LUXURY\n   SHOPPER-FIRST · CONCISE\n   DISTINCT FROM DAWN BACKGROUND\n   MOBILE READY\n========================================================= *\/\n\n.stb-akari14a{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#807469;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --washi:#F0E6D4;\n  --washi-light:#F8F2E7;\n  --bamboo:#B08B61;\n\n  --cream:#F5EDD8;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n\n  --line:#DED2BD;\n  --line-soft:#ECE3D6;\n\n  width:100%;\n  max-width:850px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-akari14a *,\n.stb-akari14a *::before,\n.stb-akari14a *::after{\n  box-sizing:border-box;\n}\n\n.stb-akari14a h2,\n.stb-akari14a h3,\n.stb-akari14a p{\n  margin-top:0;\n}\n\n.stb-akari14a h2,\n.stb-akari14a h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-akari14a img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-akari14a a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   OUTER FRAME\n========================================================= *\/\n\n.ak14-frame{\n  position:relative;\n\n  padding:29px 29px 0;\n\n  border:1px solid var(--line);\n  border-top:4px solid var(--espresso);\n\n  box-shadow:0 8px 28px rgba(28,18,9,.025);\n}\n\n.ak14-frame::before{\n  content:\"\";\n\n  position:absolute;\n  top:8px;\n  left:29px;\n\n  width:64px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.ak14-frame::after{\n  content:\"\";\n\n  position:absolute;\n  top:11px;\n  left:29px;\n\n  width:31px;\n  height:1px;\n\n  background:var(--bamboo);\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.ak14-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-deep);\n\n  font-size:9.2px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.ak14-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.2px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — INTRO\n========================================================= *\/\n\n.ak14-intro{\n  padding:20px 0 29px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.ak14-intro__top{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,155px);\n\n  gap:31px;\n  align-items:end;\n}\n\n.ak14-intro h2{\n  max-width:600px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.ak14-intro__copy \u003e p{\n  max-width:575px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* HEIGHT STAT *\/\n\n.ak14-stat{\n  padding-left:15px;\n\n  border-left:2px solid var(--gold);\n}\n\n.ak14-stat small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  letter-spacing:.06em;\n  text-transform:uppercase;\n}\n\n.ak14-stat strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:29px;\n  line-height:.94;\n\n  font-weight:500;\n}\n\n.ak14-stat span{\n  display:block;\n\n  margin-top:6px;\n\n  color:#756658;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* DECISION STRIP *\/\n\n.ak14-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:18px;\n}\n\n.ak14-quick__item{\n  position:relative;\n\n  min-width:0;\n\n  padding:11px 12px;\n\n  border:1px solid var(--line);\n}\n\n.ak14-quick__item:nth-child(1){\n  background:#F7F0E4;\n}\n\n.ak14-quick__item:nth-child(2){\n  background:#FBF8F2;\n}\n\n.ak14-quick__item:nth-child(3){\n  background:#F2EADD;\n}\n\n.ak14-quick__item::before{\n  content:\"\";\n\n  position:absolute;\n  top:-1px;\n  left:-1px;\n\n  width:28px;\n  height:2px;\n}\n\n.ak14-quick__item:nth-child(1)::before{\n  background:var(--gold);\n}\n\n.ak14-quick__item:nth-child(2)::before{\n  background:var(--bamboo);\n}\n\n.ak14-quick__item:nth-child(3)::before{\n  background:var(--espresso);\n}\n\n.ak14-quick__item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ak14-quick__item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:16px;\n  line-height:1.1;\n\n  font-weight:500;\n}\n\n.ak14-quick__item p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   02 — WASHI\n========================================================= *\/\n\n.ak14-washi{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.ak14-washi__layout{\n  display:grid;\n  grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n  gap:29px;\n  align-items:center;\n}\n\n\n\/* MATERIAL IMAGE *\/\n\n.ak14-material-img{\n  width:165px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--gold);\n}\n\n.ak14-material-img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.ak14-material-img img{\n  max-height:155px !important;\n}\n\n\n\/* COPY *\/\n\n.ak14-washi__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.ak14-washi__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* MATERIAL LEDGER *\/\n\n.ak14-materials{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:13px;\n}\n\n.ak14-material{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n}\n\n.ak14-material:nth-child(1){\n  background:#F8F1E6;\n\n  border-top:2px solid var(--gold);\n}\n\n.ak14-material:nth-child(2){\n  background:#F4EADD;\n\n  border-top:2px solid var(--bamboo);\n}\n\n.ak14-material:nth-child(3){\n  background:#F8F6F2;\n\n  border-top:2px solid var(--espresso);\n}\n\n.ak14-material small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ak14-material strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.ak14-material span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.42;\n}\n\n\n\/* DARK GLOW ANCHOR *\/\n\n.ak14-glow{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-top:17px;\n\n  padding:18px 20px;\n\n  background:var(--espresso);\n\n  border-radius:4px;\n}\n\n.ak14-glow__mark{\n  padding-right:19px;\n\n  border-right:1px solid rgba(255,255,255,.15);\n}\n\n.ak14-glow__mark small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.ak14-glow__mark strong{\n  display:block;\n\n  color:#FFF7E9;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:25px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.ak14-glow__mark span{\n  display:block;\n\n  margin-top:5px;\n\n  color:#CFC6BB;\n\n  font-size:9.2px;\n}\n\n.ak14-glow__copy h3{\n  margin:0 0 4px;\n\n  color:#FFF8ED;\n\n  font-size:18px;\n}\n\n.ak14-glow__copy p{\n  max-width:520px;\n\n  margin:0;\n\n  color:#D6CDC1;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   03 — SCALE \/ FOOTPRINT\n========================================================= *\/\n\n.ak14-scale{\n  padding:31px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.ak14-scale__layout{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:28px;\n  align-items:center;\n}\n\n\n\/* SIZE IMAGE *\/\n\n.ak14-size{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-bottom:2px solid var(--bamboo);\n}\n\n.ak14-size a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.ak14-size img{\n  max-height:142px !important;\n}\n\n\n\/* SCALE COPY *\/\n\n.ak14-scale__copy h3{\n  margin:0 0 6px;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.ak14-scale__copy \u003e p{\n  max-width:520px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* MEASURES *\/\n\n.ak14-measures{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:24px;\n\n  margin-top:14px;\n}\n\n.ak14-measure{\n  min-width:90px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.ak14-measure:nth-child(2){\n  border-color:var(--bamboo);\n}\n\n.ak14-measure:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.ak14-measure small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ak14-measure strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:21px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* FIT STRIP *\/\n\n.ak14-fit{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:17px;\n}\n\n.ak14-fit__item{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.ak14-fit__item:nth-child(2){\n  border-left-color:var(--bamboo);\n}\n\n.ak14-fit__item:nth-child(3){\n  border-left-color:var(--espresso);\n}\n\n.ak14-fit__item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ak14-fit__item strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.ak14-specs{\n  padding:31px 0;\n}\n\n.ak14-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:9px;\n}\n\n.ak14-specs__head h3{\n  margin:0;\n\n  font-size:21px;\n}\n\n.ak14-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.ak14-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.ak14-spec{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.ak14-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.ak14-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* HANDMADE NOTE *\/\n\n.ak14-note{\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.ak14-note small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold-deep);\n\n  font-size:9.2px;\n  font-weight:600;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.ak14-note span{\n  display:block;\n\n  color:#514337;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.ak14-shipping{\n  position:relative;\n\n  padding:20px 21px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n\n  border-radius:5px 5px 0 0;\n}\n\n.ak14-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:50px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.ak14-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.ak14-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.ak14-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.ak14-shipping a{\n  color:var(--gold-deep);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.ak14-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.ak14-lightbox:target{\n  display:flex;\n}\n\n.ak14-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.ak14-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n}\n\n.ak14-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.ak14-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .ak14-frame{\n    padding:25px 18px 0;\n  }\n\n  .ak14-frame::before,\n  .ak14-frame::after{\n    left:18px;\n  }\n\n\n  .ak14-intro__top{\n    grid-template-columns:minmax(0,1fr) minmax(0,120px);\n\n    gap:18px;\n  }\n\n  .ak14-intro h2{\n    font-size:27px;\n  }\n\n\n  .ak14-washi__layout{\n    grid-template-columns:minmax(0,130px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n  .ak14-material-img{\n    width:130px;\n  }\n\n  .ak14-material-img img{\n    max-height:120px !important;\n  }\n\n\n  .ak14-scale__layout{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:20px;\n  }\n\n\n  .ak14-spec{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .ak14-intro__top{\n    grid-template-columns:1fr;\n  }\n\n  .ak14-stat{\n    width:175px;\n  }\n\n\n  .ak14-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .ak14-washi__layout{\n    grid-template-columns:1fr;\n  }\n\n  .ak14-material-img{\n    width:120px;\n\n    margin:0;\n  }\n\n\n  .ak14-materials{\n    grid-template-columns:1fr;\n  }\n\n\n  .ak14-glow{\n    grid-template-columns:1fr;\n\n    gap:8px;\n\n    padding:16px;\n  }\n\n  .ak14-glow__mark{\n    padding:0 0 8px;\n\n    border-right:0;\n    border-bottom:1px solid rgba(255,255,255,.15);\n  }\n\n\n  .ak14-scale__layout{\n    grid-template-columns:1fr;\n  }\n\n  .ak14-size{\n    width:110px;\n\n    margin:0;\n  }\n\n  .ak14-size img{\n    max-height:104px !important;\n  }\n\n\n  .ak14-fit{\n    grid-template-columns:1fr;\n  }\n\n\n  .ak14-specs__head{\n    display:block;\n  }\n\n  .ak14-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .ak14-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .ak14-spec__label{\n    color:var(--gold-deep);\n\n    font-size:9.5px;\n    font-weight:600;\n\n    letter-spacing:.04em;\n    text-transform:uppercase;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-akari14a\" id=\"akari14a-root\"\u003e\n\u003cdiv class=\"ak14-frame\"\u003e\n\u003c!-- =====================================================\n         01 — HEIGHT\n    ====================================================== --\u003e\n\u003csection class=\"ak14-intro\"\u003e\n\u003cdiv class=\"ak14-intro__top\"\u003e\n\u003cdiv class=\"ak14-intro__copy\"\u003e\n\u003cspan class=\"ak14-eyebrow\"\u003e Height \/ Washi \/ Glow \u003c\/span\u003e\n\u003ch2\u003eTall in Presence. Only 13 Inches Wide.\u003c\/h2\u003e\n\u003cp\u003eAkari 14A stretches a softly illuminated washi-paper form to 63.7 inches tall while keeping the footprint remarkably narrow. The result is a floor lamp that adds vertical light without the visual weight of a wide shade or tripod base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-stat\"\u003e\n\u003csmall\u003e Overall Height \u003c\/small\u003e \u003cstrong\u003e 63.7\" \u003c\/strong\u003e \u003cspan\u003e Ø13\" wide\u003cbr\u003eØ33 × H162cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-quick\"\u003e\n\u003cdiv class=\"ak14-quick__item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Handmade Washi \u003c\/strong\u003e\n\u003cp\u003eNatural white paper softens the bulb and illuminates the full shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-quick__item\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Bamboo Ribs \u003c\/strong\u003e\n\u003cp\u003eFine internal ribs give the elongated paper form its structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-quick__item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e\n\u003cp\u003e78\" power cord with inline switch. No hardwiring required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 — WASHI\n    ====================================================== --\u003e\n\u003csection class=\"ak14-washi\"\u003e\n\u003cdiv class=\"ak14-washi__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ak14-material-img\"\u003e\u003ca href=\"#akari14a-material-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Washi paper material texture used for Stuber Lighting paper lamps\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"ak14-caption\"\u003eWashi paper · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-washi__copy\"\u003e\n\u003cspan class=\"ak14-eyebrow\"\u003e Paper \/ Structure \u003c\/span\u003e\n\u003ch3\u003eThe Paper Is the Light Surface\u003c\/h3\u003e\n\u003cp\u003eInstead of hiding the bulb behind an opaque shade, the washi paper becomes a softly illuminated surface. The internal bamboo ribs remain subtly visible, giving the lamp texture without adding ornament.\u003c\/p\u003e\n\u003cdiv class=\"ak14-materials\"\u003e\n\u003cdiv class=\"ak14-material\"\u003e\n\u003csmall\u003e Surface \u003c\/small\u003e \u003cstrong\u003e Washi Paper \u003c\/strong\u003e \u003cspan\u003e Translucent natural-white paper for a softer ambient glow. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-material\"\u003e\n\u003csmall\u003e Skeleton \u003c\/small\u003e \u003cstrong\u003e Bamboo Ribs \u003c\/strong\u003e \u003cspan\u003e Lightweight internal structure that defines the silhouette. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-material\"\u003e\n\u003csmall\u003e Support \u003c\/small\u003e \u003cstrong\u003e Slim Metal Stand \u003c\/strong\u003e \u003cspan\u003e Minimal visual weight beneath the paper form. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-glow\"\u003e\n\u003cdiv class=\"ak14-glow__mark\"\u003e\n\u003csmall\u003e Light Effect \u003c\/small\u003e \u003cstrong\u003e SOFT GLOW \u003c\/strong\u003e \u003cspan\u003e through the full shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-glow__copy\"\u003e\n\u003ch3\u003eMore Ambient Than Directional\u003c\/h3\u003e\n\u003cp\u003eThe tall paper body diffuses light around the fixture, making the 14A better suited to atmospheric and layered lighting than concentrated task illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 — SCALE\n    ====================================================== --\u003e\n\u003csection class=\"ak14-scale\"\u003e\n\u003cdiv class=\"ak14-scale__layout\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ak14-size\"\u003e\u003ca href=\"#akari14a-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-14a-washi-paper-tall-floor-lamp-stuberlighting_11.jpg?v=1782089121\" alt=\"Akari 14A Washi Paper Tall Floor Lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"ak14-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-scale__copy\"\u003e\n\u003cspan class=\"ak14-eyebrow\"\u003e Height \/ Footprint \u003c\/span\u003e\n\u003ch3\u003eVertical Scale Without a Wide Base\u003c\/h3\u003e\n\u003cp\u003eAt 63.7 inches tall and only 13 inches across, the 14A creates the visual height of a full-size floor lamp while keeping the footprint compact beside furniture or in corners.\u003c\/p\u003e\n\u003cdiv class=\"ak14-measures\"\u003e\n\u003cdiv class=\"ak14-measure\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 63.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-measure\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 13\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-measure\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 78\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-fit\"\u003e\n\u003cdiv class=\"ak14-fit__item\"\u003e\n\u003csmall\u003e Sofa \u003c\/small\u003e \u003cstrong\u003e Fits narrow side and corner zones. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-fit__item\"\u003e\n\u003csmall\u003e Bedroom \u003c\/small\u003e \u003cstrong\u003e Adds soft vertical light without a wide shade. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-fit__item\"\u003e\n\u003csmall\u003e Entry \/ Reading Corner \u003c\/small\u003e \u003cstrong\u003e Works as a single sculptural light source. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         04 — PRODUCT DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"ak14-specs\"\u003e\n\u003cdiv class=\"ak14-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Akari 14A · Tall Washi Floor Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec-list\"\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Ø13\" × H63.7\" \/ Ø33 × H162cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Handmade washi paper · Bamboo ribs · Metal stand \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Color \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Natural White Washi Paper \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Model \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e 14A · Tall vertical bottle silhouette \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e E26 \/ E27 · Bulb Included: Yes · Max 40W per socket \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e 2700K warm-white LED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Standard included bulb is non-dimmable · Dimming requires a compatible dimmable E26\/E27 bulb and compatible external dimmer control \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Electrical \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Cord \/ Control \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e 78\" power cord · Extendable on request · Inline push-button ON\/OFF switch \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Plug Options \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e US · UK · EU · AU \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Plug-in · Freestanding · No electrician required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-spec\"\u003e\n\u003cspan class=\"ak14-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"ak14-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ak14-note\"\u003e\n\u003csmall\u003e Handmade Washi \u003c\/small\u003e \u003cspan\u003e Each piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         05 — SHIPPING \u0026 RETURNS\n    ====================================================== --\u003e\n\u003csection class=\"ak14-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — WASHI MATERIAL\n  ====================================================== --\u003e \u003ca id=\"akari14a-material-large\" href=\"#akari14a-root\" class=\"ak14-lightbox\"\u003e \u003cspan class=\"ak14-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged washi paper material texture\"\u003e \u003cspan class=\"ak14-lightbox__caption\"\u003e Washi Paper · Material Detail \u003c\/span\u003e \u003cspan class=\"ak14-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"akari14a-size-large\" href=\"#akari14a-root\" class=\"ak14-lightbox\"\u003e \u003cspan class=\"ak14-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-14a-washi-paper-tall-floor-lamp-stuberlighting_11.jpg?v=1782089121\" alt=\"Enlarged Akari 14A Washi Paper Floor Lamp dimensions\"\u003e \u003cspan class=\"ak14-lightbox__caption\"\u003e Ø13\" × H63.7\" · Ø33 × H162cm \u003c\/span\u003e \u003cspan class=\"ak14-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 13\"x H 63.7\" \/ White \/ US Plug","offer_id":52384801882395,"sku":"STB-FL-26-10001","price":745.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13\"x H 63.7\" \/ White \/ AU Plug","offer_id":52384801915163,"sku":"STB-FL-26-10002","price":745.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13\"x H 63.7\" \/ White \/ EU Plug","offer_id":52384801947931,"sku":"STB-FL-26-10003","price":745.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13\"x H 63.7\" \/ White \/ UK Plug","offer_id":52384801980699,"sku":"STB-FL-26-10004","price":745.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/akari-14a-washi-paper-tall-floor-lamp-stuberlighting_1.jpg?v=1782089121"},{"product_id":"marisa-hat-form-capiz-shell-chandelier","title":"Marisa Hat-Form Capiz Shell Chandelier","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MARISA\n   Hat Form Capiz Shell Chandelier\n\n   Product-specific layout:\n   FORM → CAPIZ → SCALE → BULB COUNT\n   → DROP → INSTALLATION\n\n   Quiet Gallery Luxury · Responsive · Compact\n========================================================= *\/\n\n.stb-marisa{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --shell:#F1ECE5;\n  --sand:#EEE5DA;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D9CFC5;\n  --line-dark:#C8BAAD;\n\n  --gold:#AE8C60;\n  --gold-dark:#795D40;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-marisa *,\n.stb-marisa *::before,\n.stb-marisa *::after{\n  box-sizing:border-box;\n}\n\n.stb-marisa h2,\n.stb-marisa h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-marisa p{\n  margin-top:0;\n}\n\n.stb-marisa__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.4px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-marisa__title{\n  max-width:610px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-marisa__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-marisa__copy{\n  max-width:640px;\n\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-marisa__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#857970;\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO — OFFSET GALLERY PANEL\n========================================================= *\/\n\n.stb-marisa__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 218px;\n\n  margin-bottom:23px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.025);\n\n  overflow:hidden;\n}\n\n.stb-marisa__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-marisa__intro-copy p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.5px;\n  line-height:1.69;\n}\n\n.stb-marisa__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:19px 20px;\n\n  background:var(--espresso);\n}\n\n.stb-marisa__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.7px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-marisa__intro-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marisa__intro-side span{\n  color:#D6CBC3;\n\n  font-size:10.1px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   ESSENTIAL FACTS\n========================================================= *\/\n\n.stb-marisa__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:31px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-marisa__fact{\n  padding:11px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-marisa__fact:last-child{\n  border-right:0;\n}\n\n.stb-marisa__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__fact strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:11.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-marisa__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line-dark);\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-marisa__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   MATERIAL + PRODUCT DETAIL\n========================================================= *\/\n\n.stb-marisa__craft{\n  margin-bottom:31px;\n}\n\n.stb-marisa__craft-head{\n  max-width:650px;\n\n  margin-bottom:12px;\n}\n\n.stb-marisa__craft-grid{\n  display:grid;\n  grid-template-columns:1fr 1.12fr;\n\n  gap:9px;\n}\n\n.stb-marisa__craft-card{\n  display:grid;\n  grid-template-columns:112px minmax(0,1fr);\n\n  gap:14px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.02);\n}\n\n.stb-marisa__craft-card--shell{\n  background:var(--shell);\n}\n\n.stb-marisa__craft-media{\n  width:102px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-marisa__craft-copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__craft-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marisa__craft-copy p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:9.8px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   FORM\n========================================================= *\/\n\n.stb-marisa__form{\n  display:grid;\n  grid-template-columns:170px minmax(0,1fr);\n\n  margin-bottom:31px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marisa__form-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px;\n\n  background:var(--espresso);\n}\n\n.stb-marisa__form-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#C9B08A;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__form-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marisa__form-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:var(--paper);\n}\n\n.stb-marisa__form-item{\n  padding:14px 16px;\n}\n\n.stb-marisa__form-item + .stb-marisa__form-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marisa__form-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__form-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-marisa__form-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   THREE SIZES\n========================================================= *\/\n\n.stb-marisa__sizes{\n  margin-bottom:31px;\n}\n\n.stb-marisa__sizes-head{\n  display:flex;\n  justify-content:space-between;\n  align-items:flex-end;\n\n  gap:20px;\n\n  margin-bottom:12px;\n}\n\n.stb-marisa__sizes-note{\n  flex:0 0 auto;\n\n  color:#84776D;\n\n  font-size:9.2px;\n  line-height:1.45;\n\n  text-align:right;\n}\n\n.stb-marisa__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  gap:8px;\n}\n\n.stb-marisa__size{\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.02);\n}\n\n.stb-marisa__size--main{\n  background:var(--paper-soft);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-marisa__dimension{\n  width:122px;\n  max-width:100%;\n\n  margin:0 auto 9px;\n\n  padding:4px;\n\n  background:#FAF6F0;\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:visible;\n}\n\n.stb-marisa__dimension a{\n  display:block;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-marisa__dimension img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n.stb-marisa__size-copy{\n  text-align:center;\n}\n\n.stb-marisa__size-copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#88786E;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__size-copy strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:12.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marisa__size-copy span{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.3px;\n  font-weight:600;\n}\n\n.stb-marisa__size-copy p{\n  margin:0;\n\n  color:#70645C;\n\n  font-size:9.8px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   LIGHT COUNT\n========================================================= *\/\n\n.stb-marisa__light{\n  display:grid;\n  grid-template-columns:160px minmax(0,1fr);\n\n  margin-bottom:31px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marisa__light-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px;\n\n  background:var(--sand);\n}\n\n.stb-marisa__light-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#7E6B5C;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__light-label strong{\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marisa__light-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-marisa__light-item{\n  padding:14px;\n}\n\n.stb-marisa__light-item + .stb-marisa__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marisa__light-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__light-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  font-weight:500;\n}\n\n.stb-marisa__light-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.stb-marisa__glow{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:31px;\n\n  background:var(--paper-soft);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marisa__glow-item{\n  padding:14px 17px;\n}\n\n.stb-marisa__glow-item + .stb-marisa__glow-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marisa__glow-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__glow-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-marisa__glow-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   DINING SCALE\n========================================================= *\/\n\n.stb-marisa__table-guide{\n  margin-bottom:31px;\n\n  padding:14px 16px;\n\n  background:var(--shell);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.stb-marisa__table-guide-grid{\n  display:grid;\n  grid-template-columns:170px minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n}\n\n.stb-marisa__table-guide-title strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:12px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.stb-marisa__table-guide-title small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#88776B;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__table-options{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-marisa__table-option{\n  padding:0 12px;\n}\n\n.stb-marisa__table-option + .stb-marisa__table-option{\n  border-left:1px solid #D5C9BD;\n}\n\n.stb-marisa__table-option strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  font-weight:500;\n}\n\n.stb-marisa__table-option span{\n  color:#70655D;\n\n  font-size:9.3px;\n  line-height:1.43;\n}\n\n\n\/* =========================================================\n   INSTALLATION\n========================================================= *\/\n\n.stb-marisa__install{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:31px;\n\n  background:var(--paper);\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marisa__install-item{\n  padding:13px 14px;\n}\n\n.stb-marisa__install-item + .stb-marisa__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marisa__install-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marisa__install-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  font-weight:500;\n}\n\n.stb-marisa__install-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.7px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   WEIGHT\n========================================================= *\/\n\n.stb-marisa__weight{\n  margin-bottom:31px;\n\n  padding:12px 14px;\n\n  background:var(--sand);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--espresso);\n}\n\n.stb-marisa__weight strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.7px;\n  font-weight:500;\n}\n\n.stb-marisa__weight p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.5px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   NATURAL MATERIAL\n========================================================= *\/\n\n.stb-marisa__variation{\n  margin-bottom:31px;\n\n  padding:11px 14px;\n\n  background:var(--shell);\n\n  border:1px solid var(--line);\n  border-left:3px solid #BFA77E;\n}\n\n.stb-marisa__variation strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-marisa__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.53;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-marisa__specs{\n  margin-bottom:30px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.02);\n\n  overflow:hidden;\n}\n\n.stb-marisa__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-marisa__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-marisa__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-marisa__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7E0DA;\n}\n\n.stb-marisa__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-marisa__spec span{\n  padding-right:10px;\n\n  color:#82786F;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n.stb-marisa__spec strong{\n  color:var(--ink);\n\n  font-size:11.4px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-marisa__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n}\n\n.stb-marisa__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marisa__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-marisa__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-marisa__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-marisa__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-marisa__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-marisa__shipping{\n  padding:18px 19px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-marisa__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-marisa__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-marisa__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-marisa__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-marisa__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-marisa__lightbox:target{\n  display:flex;\n}\n\n.stb-marisa__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-marisa__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-marisa__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-marisa__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.4px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-marisa__intro{\n    grid-template-columns:1fr 180px;\n  }\n\n  .stb-marisa__title{\n    font-size:25px;\n  }\n\n\n  .stb-marisa__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-marisa__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-marisa__fact:nth-child(1),\n  .stb-marisa__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-marisa__craft-card{\n    grid-template-columns:90px 1fr;\n  }\n\n  .stb-marisa__craft-media{\n    width:82px;\n  }\n\n\n  .stb-marisa__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-marisa{\n    font-size:14px;\n  }\n\n\n  .stb-marisa__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__intro-copy{\n    padding:18px 16px;\n  }\n\n  .stb-marisa__intro-side{\n    padding:12px 16px;\n  }\n\n\n  .stb-marisa__craft-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__craft-card{\n    grid-template-columns:82px 1fr;\n  }\n\n  .stb-marisa__craft-media{\n    width:75px;\n  }\n\n\n  .stb-marisa__form{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__form-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__form-item + .stb-marisa__form-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-marisa__sizes-head{\n    display:block;\n  }\n\n  .stb-marisa__sizes-note{\n    margin-top:5px;\n\n    text-align:left;\n  }\n\n\n  .stb-marisa__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__size{\n    display:grid;\n    grid-template-columns:84px 1fr;\n\n    gap:12px;\n    align-items:center;\n  }\n\n  .stb-marisa__dimension{\n    width:76px;\n\n    margin:0;\n  }\n\n  .stb-marisa__size-copy{\n    text-align:left;\n  }\n\n\n  .stb-marisa__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__light-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__light-item + .stb-marisa__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-marisa__glow{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__glow-item + .stb-marisa__glow-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-marisa__table-guide-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__table-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__table-option{\n    padding:7px 0;\n  }\n\n  .stb-marisa__table-option + .stb-marisa__table-option{\n    border-left:0;\n    border-top:1px solid #D5C9BD;\n  }\n\n\n  .stb-marisa__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marisa__install-item + .stb-marisa__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .stb-marisa__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .stb-marisa__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-marisa__shipping{\n    padding:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-marisa\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__intro\"\u003e\n\u003cdiv class=\"stb-marisa__intro-copy\"\u003e\n\u003cspan class=\"stb-marisa__eyebrow\"\u003e Natural Capiz · Gold Ring Chandelier \u003c\/span\u003e\n\u003ch2 class=\"stb-marisa__title\"\u003eA Wide Shell Disc, Held Inside a Fine Gold Ring.\u003c\/h2\u003e\n\u003cp\u003eMarisa combines a shallow hat-form Capiz shade with a restrained circular metal frame. The shell keeps the light soft and organic, while the surrounding gold ring gives the fixture a cleaner architectural outline.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__intro-side\"\u003e\n\u003csmall\u003e Three Scales \u003c\/small\u003e \u003cstrong\u003e 23.6\" · 35.4\" · 51.2\" \u003c\/strong\u003e \u003cspan\u003e 9 \/ 14 \/ 21 E14 lights \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ESSENTIALS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__facts\"\u003e\n\u003cdiv class=\"stb-marisa__fact\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Natural Capiz \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__fact\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Gold Metal Ring \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__fact\"\u003e\n\u003csmall\u003e Bulbs \u003c\/small\u003e \u003cstrong\u003e E14 · Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__fact\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL + DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"marisa-craft-section\" class=\"stb-marisa__craft\"\u003e\n\u003cdiv class=\"stb-marisa__craft-head\"\u003e\n\u003cspan class=\"stb-marisa__eyebrow\"\u003e Material \u0026amp; Form \u003c\/span\u003e\n\u003ch3 class=\"stb-marisa__section-title\"\u003eNatural Shell Inside a Precise Metal Circle.\u003c\/h3\u003e\n\u003cp class=\"stb-marisa__copy\"\u003eThe contrast is what makes Marisa feel refined: irregular natural shell against a controlled, minimal gold frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__craft-grid\"\u003e\n\u003c!-- MATERIAL --\u003e\n\u003carticle class=\"stb-marisa__craft-card stb-marisa__craft-card--shell\"\u003e\n\u003cdiv class=\"stb-marisa__craft-media\"\u003e\u003ca href=\"#marisa-material\" class=\"stb-marisa__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shell-caizhi.png?v=1786953390\" alt=\"Natural Capiz shell material used on Marisa chandelier\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marisa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__craft-copy\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Natural Capiz Shell \u003c\/strong\u003e\n\u003cp\u003eNaturally translucent with subtle variations in pearl tone, texture and opacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- PRODUCT DETAIL --\u003e\n\u003carticle class=\"stb-marisa__craft-card\"\u003e\n\u003cdiv class=\"stb-marisa__craft-media\"\u003e\u003ca href=\"#marisa-detail\" class=\"stb-marisa__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_14.jpg?v=1782717619\" alt=\"Marisa Capiz shell chandelier gold ring construction detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marisa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__craft-copy\"\u003e\n\u003csmall\u003e Detail \u003c\/small\u003e \u003cstrong\u003e Shell Shade + Gold Ring \u003c\/strong\u003e\n\u003cp\u003eThe broad shell disc sits within a slim circular frame for a lighter, floating appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"marisa-material\" href=\"#marisa-craft-section\" class=\"stb-marisa__lightbox\"\u003e \u003cspan class=\"stb-marisa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/shell-caizhi.png?v=1786953390\" alt=\"Enlarged natural Capiz shell material\"\u003e \u003cspan class=\"stb-marisa__lightbox-caption\"\u003e Marisa · Natural Capiz Shell \u003c\/span\u003e \u003cspan class=\"stb-marisa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"marisa-detail\" href=\"#marisa-craft-section\" class=\"stb-marisa__lightbox\"\u003e \u003cspan class=\"stb-marisa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_14.jpg?v=1782717619\" alt=\"Enlarged Marisa chandelier detail\"\u003e \u003cspan class=\"stb-marisa__lightbox-caption\"\u003e Marisa · Gold Ring \u0026amp; Shell Detail \u003c\/span\u003e \u003cspan class=\"stb-marisa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FORM\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__form\"\u003e\n\u003cdiv class=\"stb-marisa__form-label\"\u003e\n\u003csmall\u003e Marisa Geometry \u003c\/small\u003e \u003cstrong\u003e Broad, Shallow and Visually Light. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__form-body\"\u003e\n\u003cdiv class=\"stb-marisa__form-item\"\u003e\n\u003csmall\u003e Shell Profile \u003c\/small\u003e \u003cstrong\u003e Wide Hat-Form Shade \u003c\/strong\u003e\n\u003cp\u003eThe broad diameter gives Marisa more horizontal presence than a conventional narrow pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__form-item\"\u003e\n\u003csmall\u003e Outer Structure \u003c\/small\u003e \u003cstrong\u003e Fine Circular Metal Ring \u003c\/strong\u003e\n\u003cp\u003eThe ring frames the shell without visually enclosing it, keeping the composition open.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       THREE SIZES\n  ====================================================== --\u003e\n\u003csection id=\"marisa-size-section\" class=\"stb-marisa__sizes\"\u003e\n\u003cdiv class=\"stb-marisa__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-marisa__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-marisa__section-title\"\u003eThree Diameters — and Three Very Different Rooms.\u003c\/h3\u003e\n\u003cp class=\"stb-marisa__copy\"\u003eStart with the diameter. The larger Marisa becomes substantially more architectural, so choose according to table width, room scale and ceiling volume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__sizes-note\"\u003eTap any drawing\u003cbr\u003eto enlarge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-marisa__size\"\u003e\n\u003cdiv class=\"stb-marisa__dimension\"\u003e\u003ca href=\"#marisa-small\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_23.jpg?v=1782717619\" alt=\"Marisa small chandelier dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marisa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__size-copy\"\u003e\n\u003csmall\u003e Small · 9-Light \u003c\/small\u003e \u003cstrong\u003e Ø23.6\" × H70.9\" \u003c\/strong\u003e \u003cspan\u003e 60 × 180cm \u003c\/span\u003e\n\u003cp\u003eSmaller dining areas, intimate entries and quieter statement spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-marisa__size stb-marisa__size--main\"\u003e\n\u003cdiv class=\"stb-marisa__dimension\"\u003e\u003ca href=\"#marisa-medium\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_26.jpg?v=1782717619\" alt=\"Marisa medium chandelier dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marisa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__size-copy\"\u003e\n\u003csmall\u003e Medium · 14-Light \u003c\/small\u003e \u003cstrong\u003e Ø35.4\" × H62.9\" \u003c\/strong\u003e \u003cspan\u003e 90 × 160cm \u003c\/span\u003e\n\u003cp\u003eA more balanced scale for family dining rooms and larger living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-marisa__size\"\u003e\n\u003cdiv class=\"stb-marisa__dimension\"\u003e\u003ca href=\"#marisa-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_20.jpg?v=1782717619\" alt=\"Marisa large chandelier dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marisa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__size-copy\"\u003e\n\u003csmall\u003e Large · 21-Light \u003c\/small\u003e \u003cstrong\u003e Ø51.2\" × H82.6\" \u003c\/strong\u003e \u003cspan\u003e 130 × 210cm \u003c\/span\u003e\n\u003cp\u003eLarge dining spaces, double-height rooms and architectural statement installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"marisa-small\" href=\"#marisa-size-section\" class=\"stb-marisa__lightbox\"\u003e \u003cspan class=\"stb-marisa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_23.jpg?v=1782717619\" alt=\"Enlarged Marisa small dimensions\"\u003e \u003cspan class=\"stb-marisa__lightbox-caption\"\u003e Small · Ø23.6\" × H70.9\" · 9-Light \u003c\/span\u003e \u003cspan class=\"stb-marisa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"marisa-medium\" href=\"#marisa-size-section\" class=\"stb-marisa__lightbox\"\u003e \u003cspan class=\"stb-marisa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_26.jpg?v=1782717619\" alt=\"Enlarged Marisa medium dimensions\"\u003e \u003cspan class=\"stb-marisa__lightbox-caption\"\u003e Medium · Ø35.4\" × H62.9\" · 14-Light \u003c\/span\u003e \u003cspan class=\"stb-marisa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"marisa-large\" href=\"#marisa-size-section\" class=\"stb-marisa__lightbox\"\u003e \u003cspan class=\"stb-marisa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_20.jpg?v=1782717619\" alt=\"Enlarged Marisa large dimensions\"\u003e \u003cspan class=\"stb-marisa__lightbox-caption\"\u003e Large · Ø51.2\" × H82.6\" · 21-Light \u003c\/span\u003e \u003cspan class=\"stb-marisa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       BULB COUNT\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__light\"\u003e\n\u003cdiv class=\"stb-marisa__light-label\"\u003e\n\u003csmall\u003e Bulbs Included \u003c\/small\u003e \u003cstrong\u003e More Scale Means More Light Sources. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__light-grid\"\u003e\n\u003cdiv class=\"stb-marisa__light-item\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e 9 × E14 \u003c\/strong\u003e\n\u003cp\u003eComplete warm-white LED bulb set included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__light-item\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e 14 × E14 \u003c\/strong\u003e\n\u003cp\u003eMore light points distributed across the wider shell form.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__light-item\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e 21 × E14 \u003c\/strong\u003e\n\u003cp\u003eDesigned for the substantially larger 51.2-inch diameter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__glow\"\u003e\n\u003cdiv class=\"stb-marisa__glow-item\"\u003e\n\u003csmall\u003e Included Light \u003c\/small\u003e \u003cstrong\u003e Warm White · 2700–3000K \u003c\/strong\u003e\n\u003cp\u003eWarm light brings out the cream and honey tones naturally present in Capiz shell.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__glow-item\"\u003e\n\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable E14 + Triac Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulbs with compatible dimmable E14 LEDs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DINING SCALE\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__table-guide\"\u003e\n\u003cdiv class=\"stb-marisa__table-guide-grid\"\u003e\n\u003cdiv class=\"stb-marisa__table-guide-title\"\u003e\n\u003csmall\u003e Dining Reference \u003c\/small\u003e \u003cstrong\u003e Choose the fixture around the table — not in isolation. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__table-options\"\u003e\n\u003cdiv class=\"stb-marisa__table-option\"\u003e\n\u003cstrong\u003e Smaller Table \u003c\/strong\u003e \u003cspan\u003e Start with 23.6\" when the room needs a quieter proportion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__table-option\"\u003e\n\u003cstrong\u003e Standard Dining \u003c\/strong\u003e \u003cspan\u003e 35.4\" creates a more substantial residential centerpiece. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__table-option\"\u003e\n\u003cstrong\u003e Large \/ Long Table \u003c\/strong\u003e \u003cspan\u003e 51.2\" is intended for significantly larger furniture and room volume. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__install\"\u003e\n\u003cdiv class=\"stb-marisa__install-item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable Cable \u003c\/strong\u003e\n\u003cp\u003eStandard cable is adjustable during installation. Custom lengths are available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired Ceiling Fixture \u003c\/strong\u003e\n\u003cp\u003eConnects to an appropriate ceiling electrical junction box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__install-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Professional Install Recommended \u003c\/strong\u003e\n\u003cp\u003eParticularly important for large sizes, high ceilings and heavy fixture loads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WEIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__weight\"\u003e\u003cstrong\u003e Marisa is a substantial chandelier — plan the ceiling support before installation. \u003c\/strong\u003e\n\u003cp\u003eThe product reference lists an approximate fixture weight of 20kg \/ 44lb. Use a heavy-duty ceiling junction box and structural support suitable for the final installed load. Professional installation is strongly recommended, particularly for the 51.2-inch version.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__variation\"\u003e\u003cstrong\u003e Natural Capiz means every Marisa will look slightly different. \u003c\/strong\u003e\n\u003cp\u003eVariations in shell thickness, pearl tone, translucency and surface pattern are normal. These differences are natural characteristics of genuine Capiz shell rather than manufacturing defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__specs\"\u003e\n\u003cdiv class=\"stb-marisa__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Marisa \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small — Ø23.6\" × H70.9\" · Medium — Ø35.4\" × H62.9\" · Large — Ø51.2\" × H82.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Natural Capiz Shell · Gold-Finished Metal Ring \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Finish \u003c\/span\u003e \u003cstrong\u003e Gold Metal Ring · Natural Pearl-White Shell \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E14 · 9 Bulbs Small · 14 Bulbs Medium · 21 Bulbs Large · Bulbs Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Included Light \u003c\/span\u003e \u003cstrong\u003e Warm-White LED · Approximately 2700–3000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Dimming Requires Compatible Dimmable E14 LED Bulbs and a Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Cable \u003c\/span\u003e \u003cstrong\u003e 59\" Standard · Adjustable During Installation · Custom Length Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Approx. Weight \u003c\/span\u003e \u003cstrong\u003e Approx. 20kg \/ 44lb · Heavy-Duty Ceiling Support Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Ceiling Pendant \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Standard Wall Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Heavy-Duty Ceiling Junction Box · Professional Installation Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marisa__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__faq\"\u003e\u003cspan class=\"stb-marisa__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-marisa__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose 23.6\" when you want a quieter scale over a smaller table or in a more intimate room. The 35.4\" version gives noticeably more presence for standard dining and living spaces. Choose 51.2\" only when the room, furniture and ceiling volume can support a genuinely large statement chandelier.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre all of the bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. Marisa includes the complete warm-white E14 LED bulb set: 9 bulbs for Small, 14 for Medium and 21 for Large.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Marisa be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. Replace the included bulbs with compatible dimmable E14 LED bulbs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need special ceiling support?\u003c\/summary\u003e\n\u003cp\u003eYes. Marisa is a substantial fixture and the product reference lists an approximate weight of 20kg \/ 44lb. Use an appropriately rated heavy-duty ceiling junction box anchored to suitable structural support. Professional installation is strongly recommended.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer suspension cable?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cable is approximately 59 inches. For vaulted or double-height ceilings, email \u003ca href=\"mailto:support@stuberlighting.com\" style=\"color: #795d40;\"\u003e support@stuberlighting.com \u003c\/a\u003e with your required ceiling-to-fixture drop before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marisa__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"∅ 23.6″ × H 70.9″ \/ Gold \u0026 White","offer_id":52418191622427,"sku":"STB-CH-26-10049","price":2195.0,"currency_code":"USD","in_stock":true},{"title":"∅ 35.4″ × H 62.9″ \/ Gold \u0026 White","offer_id":52418191655195,"sku":"STB-CH-26-10050","price":2600.0,"currency_code":"USD","in_stock":true},{"title":"∅ 51.2″ × H 82.6″ \/ Gold \u0026 White","offer_id":52418191687963,"sku":"STB-CH-26-10051","price":2988.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marisa-hat-form-capiz-shell-chandelier-stuberlighting_1.jpg?v=1782717619"},{"product_id":"selene-silk-moon-pendant-light","title":"Selene Silk Moon Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — SELENE\n   Silk Moon Pendant Light\n\n   NO OUTER BACKGROUND\n   Card-based editorial layout\n   Mobile responsive\n\n   SHOPPER FLOW:\n   SILK → LIGHT QUALITY → SIZE → BULB\n   → CORD → CARE → SPECS\n========================================================= *\/\n\n.stb-selene{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --silk:#F3EDE3;\n  --silk-deep:#EDE3D4;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D9CFC5;\n  --line-dark:#C9BCAF;\n\n  --gold:#AE8C60;\n  --gold-dark:#795D40;\n\n  width:100%;\n  max-width:890px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-selene *,\n.stb-selene *::before,\n.stb-selene *::after{\n  box-sizing:border-box;\n}\n\n.stb-selene h2,\n.stb-selene h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-selene p{\n  margin-top:0;\n}\n\n.stb-selene__eyebrow{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.3px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-selene__title{\n  max-width:610px;\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-selene__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-selene__copy{\n  max-width:640px;\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-selene__hint{\n  display:block;\n  margin-top:5px;\n\n  color:#867970;\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO CARD\n========================================================= *\/\n\n.stb-selene__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 210px;\n\n  margin-bottom:12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.025);\n\n  overflow:hidden;\n}\n\n.stb-selene__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-selene__intro-copy p{\n  max-width:585px;\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.5px;\n  line-height:1.68;\n}\n\n.stb-selene__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:19px;\n\n  background:var(--espresso);\n}\n\n.stb-selene__intro-side small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.6px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-selene__intro-side strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-selene__intro-side span{\n  color:#D7CCC3;\n\n  font-size:10.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-selene__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__fact{\n  padding:11px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-selene__fact:last-child{\n  border-right:0;\n}\n\n.stb-selene__fact small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__fact strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   GENERAL IMAGE\n========================================================= *\/\n\n.stb-selene__image-link{\n  display:block;\n  width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line-dark);\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-selene__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   SILK DETAIL\n========================================================= *\/\n\n.stb-selene__material{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  gap:22px;\n  align-items:center;\n\n  margin-bottom:28px;\n\n  padding:14px 17px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-selene__material-media{\n  width:130px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-selene__material-copy{\n  padding-left:14px;\n\n  border-left:2px solid var(--gold);\n}\n\n.stb-selene__material-copy p{\n  max-width:575px;\n  margin:0;\n\n  color:#625850;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n.stb-selene__material-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:10px;\n}\n\n.stb-selene__material-tags span{\n  padding:4px 8px;\n\n  background:var(--paper);\n\n  color:#675B52;\n\n  border:1px solid var(--line);\n  border-radius:14px;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.stb-selene__light-effect{\n  display:grid;\n  grid-template-columns:165px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__light-effect-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px;\n\n  background:var(--espresso);\n}\n\n.stb-selene__light-effect-label small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__light-effect-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-selene__light-effect-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-selene__light-effect-item{\n  padding:14px 16px;\n}\n\n.stb-selene__light-effect-item + .stb-selene__light-effect-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-selene__light-effect-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__light-effect-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-selene__light-effect-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-selene__sizes{\n  margin-bottom:28px;\n}\n\n.stb-selene__sizes-head{\n  display:flex;\n  justify-content:space-between;\n  align-items:flex-end;\n\n  gap:20px;\n\n  margin-bottom:12px;\n}\n\n.stb-selene__sizes-note{\n  flex:0 0 auto;\n\n  color:#84776D;\n\n  font-size:9.2px;\n  line-height:1.45;\n\n  text-align:right;\n}\n\n.stb-selene__size-card{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.02);\n\n  overflow:hidden;\n}\n\n.stb-selene__dimension-wrap{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:13px;\n\n  background:var(--paper-soft);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-selene__dimension{\n  width:120px;\n  max-width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-selene__dimension a{\n  display:block;\n  width:100%;\n\n  text-decoration:none;\n}\n\n.stb-selene__dimension img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n.stb-selene__size-options{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-selene__size-option{\n  padding:15px 14px;\n}\n\n.stb-selene__size-option + .stb-selene__size-option{\n  border-left:1px solid var(--line);\n}\n\n.stb-selene__size-option--main{\n  background:var(--silk);\n}\n\n.stb-selene__size-option small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#88796D;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__size-option strong{\n  display:block;\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:13.2px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-selene__size-option span{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.2px;\n  font-weight:600;\n}\n\n.stb-selene__size-option p{\n  margin:0;\n\n  color:#70645C;\n\n  font-size:9.7px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   BULB BY SIZE\n========================================================= *\/\n\n.stb-selene__bulbs{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__bulbs-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--silk-deep);\n}\n\n.stb-selene__bulbs-label small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__bulbs-label strong{\n  color:var(--ink);\n\n  font-size:12.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-selene__bulb-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-selene__bulb-item{\n  padding:14px;\n}\n\n.stb-selene__bulb-item + .stb-selene__bulb-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-selene__bulb-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__bulb-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-selene__bulb-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.6px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   DIMMING\n========================================================= *\/\n\n.stb-selene__dimming{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:28px;\n}\n\n.stb-selene__dimming-card{\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-selene__dimming-card--alt{\n  background:var(--paper-soft);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-selene__dimming-card small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__dimming-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-selene__dimming-card p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   CORD \/ INSTALL\n========================================================= *\/\n\n.stb-selene__install{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__install-item{\n  padding:13px 14px;\n}\n\n.stb-selene__install-item + .stb-selene__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-selene__install-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__install-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  font-weight:500;\n}\n\n.stb-selene__install-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.7px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   CUSTOM CORD\n========================================================= *\/\n\n.stb-selene__custom{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__custom-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-selene__custom-label small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__custom-label strong{\n  color:#FFF7EF;\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-selene__custom-copy{\n  padding:14px 17px;\n}\n\n.stb-selene__custom-copy p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n.stb-selene__custom-copy a{\n  color:var(--gold-dark);\n\n  font-weight:600;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   SILK CARE\n========================================================= *\/\n\n.stb-selene__care{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__care-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--silk);\n}\n\n.stb-selene__care-label small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-selene__care-label strong{\n  color:var(--ink);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-selene__care-copy{\n  padding:14px 17px;\n}\n\n.stb-selene__care-copy p{\n  margin:0;\n\n  color:#685E56;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   NATURAL SILK NOTE\n========================================================= *\/\n\n.stb-selene__variation{\n  margin-bottom:28px;\n\n  padding:12px 14px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-selene__variation strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-selene__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.53;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-selene__specs{\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-selene__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-selene__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-selene__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-selene__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7E0DA;\n}\n\n.stb-selene__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-selene__spec span{\n  padding-right:10px;\n\n  color:#82786F;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n.stb-selene__spec strong{\n  color:var(--ink);\n\n  font-size:11.4px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-selene__faq{\n  max-width:760px;\n\n  margin:0 auto 28px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-selene__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-selene__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-selene__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-selene__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-selene__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-selene__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-selene__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-selene__shipping{\n  padding:18px 19px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-selene__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-selene__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-selene__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-selene__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-selene__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-selene__lightbox:target{\n  display:flex;\n}\n\n.stb-selene__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-selene__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-selene__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-selene__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.4px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-selene__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-selene__title{\n    font-size:25px;\n  }\n\n\n  .stb-selene__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-selene__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-selene__fact:nth-child(1),\n  .stb-selene__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-selene__size-card{\n    grid-template-columns:115px 1fr;\n  }\n\n  .stb-selene__dimension{\n    width:94px;\n  }\n\n\n  .stb-selene__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-selene{\n    width:100%;\n    max-width:100%;\n\n    margin:0;\n\n    font-size:14px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-selene__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__intro-copy{\n    padding:17px 15px;\n  }\n\n  .stb-selene__intro-side{\n    padding:12px 15px;\n  }\n\n  .stb-selene__title{\n    font-size:23px;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-selene__material{\n    grid-template-columns:82px minmax(0,1fr);\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-selene__material-media{\n    width:75px;\n  }\n\n  .stb-selene__material-copy{\n    padding-left:10px;\n  }\n\n  .stb-selene__material-copy .stb-selene__section-title{\n    font-size:17px;\n  }\n\n\n  \/* LIGHT EFFECT *\/\n\n  .stb-selene__light-effect{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__light-effect-label{\n    padding:12px 14px;\n  }\n\n  .stb-selene__light-effect-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__light-effect-item + .stb-selene__light-effect-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* SIZES *\/\n\n  .stb-selene__sizes-head{\n    display:block;\n  }\n\n  .stb-selene__sizes-note{\n    margin-top:5px;\n\n    text-align:left;\n  }\n\n  .stb-selene__size-card{\n    grid-template-columns:78px minmax(0,1fr);\n  }\n\n  .stb-selene__dimension-wrap{\n    padding:6px;\n  }\n\n  .stb-selene__dimension{\n    width:69px;\n  }\n\n  .stb-selene__size-options{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__size-option{\n    padding:11px 12px;\n  }\n\n  .stb-selene__size-option + .stb-selene__size-option{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* BULBS *\/\n\n  .stb-selene__bulbs{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__bulbs-label{\n    padding:11px 14px;\n  }\n\n  .stb-selene__bulb-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__bulb-item + .stb-selene__bulb-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* DIMMING *\/\n\n  .stb-selene__dimming{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* INSTALL *\/\n\n  .stb-selene__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__install-item + .stb-selene__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CUSTOM *\/\n\n  .stb-selene__custom{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__custom-label{\n    padding:11px 14px;\n  }\n\n  .stb-selene__custom-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* CARE *\/\n\n  .stb-selene__care{\n    grid-template-columns:1fr;\n  }\n\n  .stb-selene__care-label{\n    padding:11px 14px;\n  }\n\n  .stb-selene__care-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-selene__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-selene__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-selene__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-selene__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-selene\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__intro\"\u003e\n\u003cdiv class=\"stb-selene__intro-copy\"\u003e\n\u003cspan class=\"stb-selene__eyebrow\"\u003e Hand-Stretched Silk · Sphere Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-selene__title\"\u003eA Softer Kind of Globe Light.\u003c\/h2\u003e\n\u003cp\u003eSelene stretches silk over a concealed metal frame to create a clean spherical pendant. Instead of the reflections of glass, the entire shade takes on a soft warm glow — designed more for atmosphere than sharp task lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__intro-side\"\u003e\n\u003csmall\u003e Three Sizes \u003c\/small\u003e \u003cstrong\u003e 11.8\" · 15.7\" · 19.7\" \u003c\/strong\u003e \u003cspan\u003e 2700K bulbs included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__facts\"\u003e\n\u003cdiv class=\"stb-selene__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Stretched Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__fact\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e \u003cstrong\u003e Full Sphere \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 2700K Warm White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__fact\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SILK DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"selene-detail-section\" class=\"stb-selene__material\"\u003e\n\u003cdiv class=\"stb-selene__material-media\"\u003e\u003ca href=\"#selene-detail\" class=\"stb-selene__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/selene-silk-moon-pendant-light-stuberlighting_4.jpg?v=1783405395\" alt=\"Selene silk moon pendant light shade detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-selene__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__material-copy\"\u003e\n\u003cspan class=\"stb-selene__eyebrow\"\u003e Silk \u0026amp; Structure \u003c\/span\u003e\n\u003ch3 class=\"stb-selene__section-title\"\u003eTextile on the Outside. Structure Hidden Within.\u003c\/h3\u003e\n\u003cp\u003eThe silk is stretched over an internal metal frame that maintains the sphere while remaining visually discreet. When switched off, the weave gives the shade subtle texture; when illuminated, the silk surface becomes the light diffuser.\u003c\/p\u003e\n\u003cdiv class=\"stb-selene__material-tags\"\u003e\n\u003cspan\u003e Silk Shade \u003c\/span\u003e \u003cspan\u003e Metal Inner Frame \u003c\/span\u003e \u003cspan\u003e Soft Diffusion \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"selene-detail\" href=\"#selene-detail-section\" class=\"stb-selene__lightbox\"\u003e \u003cspan class=\"stb-selene__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/selene-silk-moon-pendant-light-stuberlighting_4.jpg?v=1783405395\" alt=\"Enlarged Selene silk shade detail\"\u003e \u003cspan class=\"stb-selene__lightbox-caption\"\u003e Selene · Silk Shade Detail \u003c\/span\u003e \u003cspan class=\"stb-selene__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__light-effect\"\u003e\n\u003cdiv class=\"stb-selene__light-effect-label\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e The Shade Glows, Rather Than the Bulb. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__light-effect-body\"\u003e\n\u003cdiv class=\"stb-selene__light-effect-item\"\u003e\n\u003csmall\u003e Silk Diffusion \u003c\/small\u003e \u003cstrong\u003e Softer Ambient Light \u003c\/strong\u003e\n\u003cp\u003eThe textile surface spreads the light across the sphere instead of creating a hard point source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__light-effect-item\"\u003e\n\u003csmall\u003e Best Use \u003c\/small\u003e \u003cstrong\u003e Atmosphere First \u003c\/strong\u003e\n\u003cp\u003eEspecially suited to bedrooms, dining areas and spaces where softer evening light is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZES\n  ====================================================== --\u003e\n\u003csection id=\"selene-size-section\" class=\"stb-selene__sizes\"\u003e\n\u003cdiv class=\"stb-selene__sizes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stb-selene__eyebrow\"\u003e Choose the Sphere \u003c\/span\u003e\n\u003ch3 class=\"stb-selene__section-title\"\u003eThree Sizes. Same Clean Geometry.\u003c\/h3\u003e\n\u003cp class=\"stb-selene__copy\"\u003eEach version keeps the same spherical proportion. Choose mainly by the scale of the room and whether Selene should feel intimate or more architectural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__sizes-note\"\u003eTap drawing\u003cbr\u003eto enlarge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__size-card\"\u003e\n\u003cdiv class=\"stb-selene__dimension-wrap\"\u003e\n\u003cdiv class=\"stb-selene__dimension\"\u003e\u003ca href=\"#selene-size\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/selene-silk-moon-pendant-light-stuberlighting_21.jpg?v=1783405394\" alt=\"Selene silk moon pendant light dimension drawing\" loading=\"lazy\"\u003e \u003cspan class=\"stb-selene__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__size-options\"\u003e\n\u003cdiv class=\"stb-selene__size-option\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø11.8\" × H11.8\" \u003c\/strong\u003e \u003cspan\u003e 30 × 30cm \u003c\/span\u003e\n\u003cp\u003eBedside pairs, small bedrooms, tea rooms and quiet corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__size-option stb-selene__size-option--main\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" × H15.7\" \u003c\/strong\u003e \u003cspan\u003e 40 × 40cm \u003c\/span\u003e\n\u003cp\u003ePrimary bedrooms, dining rooms, living rooms and meditation spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__size-option\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø19.7\" × H19.7\" \u003c\/strong\u003e \u003cspan\u003e 50 × 50cm \u003c\/span\u003e\n\u003cp\u003eLarger living spaces, statement bedrooms and more open ceiling volumes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"selene-size\" href=\"#selene-size-section\" class=\"stb-selene__lightbox\"\u003e \u003cspan class=\"stb-selene__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/selene-silk-moon-pendant-light-stuberlighting_21.jpg?v=1783405394\" alt=\"Enlarged Selene pendant dimensions\"\u003e \u003cspan class=\"stb-selene__lightbox-caption\"\u003e Selene · 11.8\" \/ 15.7\" \/ 19.7\" \u003c\/span\u003e \u003cspan class=\"stb-selene__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       BULBS BY SIZE\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__bulbs\"\u003e\n\u003cdiv class=\"stb-selene__bulbs-label\"\u003e\n\u003csmall\u003e Bulbs Included \u003c\/small\u003e \u003cstrong\u003e Socket Size Changes With the Sphere. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__bulb-grid\"\u003e\n\u003cdiv class=\"stb-selene__bulb-item\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e E14 · 25W Max \u003c\/strong\u003e\n\u003cp\u003eWarm-white 2700K LED included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__bulb-item\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e E27 · 40W Max \u003c\/strong\u003e\n\u003cp\u003eWarm-white 2700K LED included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__bulb-item\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e E27 · 40W Max \u003c\/strong\u003e\n\u003cp\u003eWarm-white 2700K LED included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__dimming\"\u003e\n\u003carticle class=\"stb-selene__dimming-card\"\u003e\u003csmall\u003e Included Setup \u003c\/small\u003e \u003cstrong\u003e 2700K · Standard On \/ Off \u003c\/strong\u003e\n\u003cp\u003eThe included warm-white LED bulbs are intended for standard on\/off use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-selene__dimming-card stb-selene__dimming-card--alt\"\u003e\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable LED + Triac Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulbs with compatible dimmable LEDs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__install\"\u003e\n\u003cdiv class=\"stb-selene__install-item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e Adjustable Cord \u003c\/strong\u003e\n\u003cp\u003eStandard suspension can be adjusted during installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eInstalls to a standard ceiling junction box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__install-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Electrician Required \u003c\/strong\u003e\n\u003cp\u003eProfessional electrical installation is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CUSTOM CORD\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__custom\"\u003e\n\u003cdiv class=\"stb-selene__custom-label\"\u003e\n\u003csmall\u003e High Ceiling? \u003c\/small\u003e \u003cstrong\u003e Custom Cord Length Available. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__custom-copy\"\u003e\n\u003cp\u003eNeed a longer drop for a vaulted, double-height or tall foyer ceiling? Custom cord lengths are available at no extra charge. Send your ceiling height and desired fixture drop to \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__care\"\u003e\n\u003cdiv class=\"stb-selene__care-label\"\u003e\n\u003csmall\u003e Silk Care \u003c\/small\u003e \u003cstrong\u003e Dry Cleaning Only. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__care-copy\"\u003e\n\u003cp\u003eKeep the silk shade dry. Dust gently with a soft dry brush or a low-suction vacuum attachment. Avoid water contact, high humidity and heavy cooking-oil vapor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SILK VARIATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__variation\"\u003e\u003cstrong\u003e Natural textile variation is part of the shade. \u003c\/strong\u003e\n\u003cp\u003eSlight differences in silk weave density, texture and translucency are expected from one shade to another. These subtle variations are characteristics of the hand-finished textile surface rather than defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__specs\"\u003e\n\u003cdiv class=\"stb-selene__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Selene \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small — Ø11.8\" × H11.8\" · Medium — Ø15.7\" × H15.7\" · Large — Ø19.7\" × H19.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Hand-Stretched Silk Shade · Metal Internal Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Shade Color \u003c\/span\u003e \u003cstrong\u003e White Natural Silk · Warm-Cream Appearance When Lit \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Shade Form \u003c\/span\u003e \u003cstrong\u003e Full Sphere \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Small Bulb Base \u003c\/span\u003e \u003cstrong\u003e E14 · 25W Maximum · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Medium \/ Large \u003c\/span\u003e \u003cstrong\u003e E27 · 40W Maximum · Bulbs Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Included Light \u003c\/span\u003e \u003cstrong\u003e Warm-White LED · 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Included Bulbs Are Non-Dimmable · For Dimming, Use Compatible Dimmable LED Bulbs With a Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Cord \u003c\/span\u003e \u003cstrong\u003e Adjustable · Custom Length Available on Request at No Extra Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Mounting \u003c\/span\u003e \u003cstrong\u003e Ceiling Pendant · Standard Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Licensed Electrician Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Care \u003c\/span\u003e \u003cstrong\u003e Keep Dry · Dust With Soft Dry Brush or Gentle Low-Suction Vacuum \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-selene__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__faq\"\u003e\u003cspan class=\"stb-selene__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-selene__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eSmall works well for bedside pairs, smaller bedrooms and intimate spaces. Medium is the most versatile option for primary bedrooms, dining rooms and standard living rooms. Choose Large when the room needs a more substantial spherical focal point.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Selene intended for bright task lighting?\u003c\/summary\u003e\n\u003cp\u003eSelene is designed primarily for soft ambient lighting. The silk shade diffuses the light across its surface, so it creates a gentler atmosphere than a clear glass pendant with a visible light source.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. Selene includes warm-white 2700K LED bulbs. Small uses an E14 bulb, while Medium and Large use E27 bulbs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Selene be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. The included bulbs are non-dimmable. Replace them with compatible dimmable LEDs and use a compatible Triac wall dimmer if brightness control is required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer cord?\u003c\/summary\u003e\n\u003cp\u003eYes. Custom cord lengths are available at no extra charge. For vaulted or double-height ceilings, send your ceiling height and desired finished drop to support@stuberlighting.com before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Selene be used in a bathroom or kitchen?\u003c\/summary\u003e\n\u003cp\u003eSelene is rated IP20 for indoor dry locations. Bathrooms and other humid areas are not recommended. Kitchens with heavy cooking-oil vapor are also better suited to glass or metal fixtures, because residue can collect in the silk weave.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-selene__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"∅ 11.8″ x H 11.8″ \/ White","offer_id":52474635321627,"sku":"STB-PL-26-10056","price":455.0,"currency_code":"USD","in_stock":true},{"title":"∅ 15.7″ x H 15.7″ \/ White","offer_id":52474635354395,"sku":"STB-PL-26-10057","price":525.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7″ x H 19.7″ \/ White","offer_id":52474635387163,"sku":"STB-PL-26-10058","price":725.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/selene-silk-moon-pendant-light-stuberlighting_1.jpg?v=1783405395"},{"product_id":"nimbus-mulberry-silk-cloud-ceiling-lamp","title":"Nimbus Mulberry Silk Cloud Ceiling Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — NIMBUS\n   MULBERRY SILK CLOUD CEILING LAMP\n\n   SILK \/ PROFILE \/ CONTROL\n\n   QUIET CEILING STUDY\n   PREMIUM · CONCISE · SHOPPER-FIRST\n   DISTINCT FROM DAWN BACKGROUND\n   DAWN SAFE · MOBILE READY\n========================================================= *\/\n\n.stb-nimbus{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817568;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --cream:#F5EDD8;\n  --sand:#E9DDC5;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n  --silk:#F1ECE3;\n  --soft:#F5F0E8;\n\n  --line:#DED2BD;\n  --line-soft:#ECE3D6;\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-nimbus *,\n.stb-nimbus *::before,\n.stb-nimbus *::after{\n  box-sizing:border-box;\n}\n\n.stb-nimbus h2,\n.stb-nimbus h3,\n.stb-nimbus p{\n  margin-top:0;\n}\n\n.stb-nimbus h2,\n.stb-nimbus h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-nimbus img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-nimbus a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.nimbus-kicker{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.nimbus-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — SILK \/ PROFILE\n========================================================= *\/\n\n.nimbus-opening{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,215px);\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-top:4px solid var(--espresso);\n}\n\n.nimbus-opening::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  left:29px;\n\n  width:61px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n\n\/* COPY *\/\n\n.nimbus-opening__copy{\n  min-width:0;\n\n  padding:29px 30px 27px;\n}\n\n.nimbus-opening h2{\n  max-width:585px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.nimbus-opening__copy \u003e p{\n  max-width:565px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* FACTS *\/\n\n.nimbus-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:23px;\n\n  margin-top:18px;\n}\n\n.nimbus-fact{\n  min-width:95px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.nimbus-fact:nth-child(2){\n  border-color:#B7A892;\n}\n\n.nimbus-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.nimbus-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nimbus-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* DETAIL *\/\n\n.nimbus-opening__visual{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:#EEE8DE;\n\n  border-left:1px solid var(--line);\n}\n\n.nimbus-detail-img{\n  width:178px;\n  max-width:100%;\n  min-width:0;\n\n  padding:6px;\n\n  overflow:hidden;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.nimbus-detail-img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.nimbus-detail-img img{\n  max-height:168px !important;\n}\n\n\n\/* =========================================================\n   02 — MATERIAL \/ GLOW\n========================================================= *\/\n\n.nimbus-material{\n  margin-top:10px;\n\n  padding:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.nimbus-material__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:29px;\n\n  margin-bottom:15px;\n}\n\n.nimbus-material__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.nimbus-material__head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* EDITORIAL LEDGER *\/\n\n.nimbus-material__ledger{\n  border:1px solid var(--line);\n}\n\n.nimbus-material-row{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:20px;\n  align-items:start;\n\n  min-width:0;\n\n  padding:13px 15px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nimbus-material-row:last-child{\n  border-bottom:0;\n}\n\n.nimbus-material-row:nth-child(1){\n  background:#F5F0E8;\n}\n\n.nimbus-material-row:nth-child(2){\n  background:#FBF8F2;\n}\n\n.nimbus-material-row:nth-child(3){\n  background:#EEE8DE;\n}\n\n.nimbus-material-row__label small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nimbus-material-row__label strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.nimbus-material-row__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nimbus-material-row__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* MATERIAL NOTE *\/\n\n.nimbus-natural{\n  display:grid;\n  grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n  gap:17px;\n\n  margin-top:10px;\n\n  padding:10px 12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.nimbus-natural strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nimbus-natural span{\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   03 — PROFILE \/ CONTROL\n========================================================= *\/\n\n.nimbus-control{\n  margin-top:10px;\n\n  padding:29px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.nimbus-control__head{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:29px;\n\n  margin-bottom:15px;\n}\n\n.nimbus-control__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.nimbus-control__head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* DIMENSION + CONTROL *\/\n\n.nimbus-control__sheet{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  border:1px solid var(--line);\n}\n\n\n\/* SIZE *\/\n\n.nimbus-size{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:16px;\n\n  background:#EFE8DD;\n\n  border-right:1px solid var(--line);\n}\n\n.nimbus-size__img{\n  width:150px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.nimbus-size__img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.nimbus-size__img img{\n  max-height:142px !important;\n}\n\n\n\/* RIGHT SIDE *\/\n\n.nimbus-options{\n  min-width:0;\n}\n\n\n\/* PROPORTION *\/\n\n.nimbus-proportion{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:17px;\n  align-items:center;\n\n  padding:15px 17px;\n\n  background:#FBF8F2;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nimbus-proportion__measure small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nimbus-proportion__measure strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:27px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.nimbus-proportion__measure span{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--gold-deep);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nimbus-proportion__copy{\n  padding-left:17px;\n\n  border-left:1px solid var(--line);\n}\n\n.nimbus-proportion__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nimbus-proportion__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* CONTROL CHOICES *\/\n\n.nimbus-mode{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:17px;\n\n  padding:12px 17px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nimbus-mode:last-child{\n  border-bottom:0;\n}\n\n.nimbus-mode--standard{\n  background:#F7F3EC;\n}\n\n.nimbus-mode--dim{\n  background:#F1E9DE;\n}\n\n.nimbus-mode__name small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nimbus-mode__name strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.nimbus-mode__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nimbus-mode__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* LED STRIP *\/\n\n.nimbus-led{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:19px;\n  align-items:center;\n\n  margin-top:10px;\n\n  padding:13px 15px;\n\n  background:var(--espresso);\n}\n\n.nimbus-led__mark small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nimbus-led__mark strong{\n  display:block;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.nimbus-led__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.15);\n}\n\n.nimbus-led__copy p{\n  margin:0;\n\n  color:#D8CFC3;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n.nimbus-led__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:11px;\n\n  margin-top:6px;\n}\n\n.nimbus-led__meta span{\n  color:#D8CFC3;\n\n  font-size:11.5px;\n}\n\n.nimbus-led__meta strong{\n  color:#FFF8ED;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.nimbus-specs{\n  margin-top:10px;\n\n  padding:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.nimbus-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:9px;\n}\n\n.nimbus-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.nimbus-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.nimbus-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.nimbus-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.nimbus-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.nimbus-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CARE *\/\n\n.nimbus-care{\n  margin-top:11px;\n\n  padding:11px 13px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.nimbus-care strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nimbus-care span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.nimbus-shipping{\n  position:relative;\n\n  margin-top:10px;\n\n  padding:20px 21px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n}\n\n.nimbus-shipping::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:6px;\n  left:21px;\n\n  width:48px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.nimbus-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.nimbus-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.nimbus-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.nimbus-shipping a{\n  color:var(--gold-deep);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.nimbus-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.nimbus-lightbox:target{\n  display:flex;\n}\n\n.nimbus-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.nimbus-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n}\n\n.nimbus-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.nimbus-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .nimbus-opening{\n    grid-template-columns:minmax(0,1fr) minmax(0,170px);\n  }\n\n  .nimbus-opening__copy{\n    padding:25px 21px;\n  }\n\n  .nimbus-opening h2{\n    font-size:27px;\n  }\n\n  .nimbus-detail-img{\n    width:140px;\n  }\n\n\n  .nimbus-material,\n  .nimbus-control,\n  .nimbus-specs{\n    padding:24px 19px;\n  }\n\n\n  .nimbus-material__head,\n  .nimbus-control__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .nimbus-control__sheet{\n    grid-template-columns:minmax(0,145px) minmax(0,1fr);\n  }\n\n  .nimbus-size__img{\n    width:120px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .nimbus-opening{\n    grid-template-columns:1fr;\n  }\n\n  .nimbus-opening__visual{\n    display:grid;\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:12px;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n  .nimbus-detail-img{\n    width:115px;\n  }\n\n  .nimbus-opening__visual .nimbus-caption{\n    text-align:left;\n  }\n\n\n  .nimbus-material-row{\n    grid-template-columns:1fr;\n\n    gap:4px;\n  }\n\n\n  .nimbus-natural{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n\n  .nimbus-control__sheet{\n    grid-template-columns:1fr;\n  }\n\n  .nimbus-size{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .nimbus-size__img{\n    width:110px;\n  }\n\n\n  .nimbus-proportion{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n  .nimbus-proportion__copy{\n    padding:8px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .nimbus-mode{\n    grid-template-columns:1fr;\n\n    gap:4px;\n  }\n\n\n  .nimbus-led{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n  .nimbus-led__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid rgba(255,255,255,.15);\n  }\n\n\n  .nimbus-specs__head{\n    display:block;\n  }\n\n  .nimbus-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .nimbus-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .nimbus-spec__label{\n    color:var(--gold-deep);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-nimbus\" id=\"nimbus-root\"\u003e\n\u003c!-- =====================================================\n       01 — SILK \/ PROFILE\n  ====================================================== --\u003e\n\u003csection class=\"nimbus-opening\"\u003e\n\u003cdiv class=\"nimbus-opening__copy\"\u003e\n\u003cspan class=\"nimbus-kicker\"\u003e Silk \/ Profile \/ Control \u003c\/span\u003e\n\u003ch2\u003eA Soft Silk Cloud That Stays Close to the Ceiling\u003c\/h2\u003e\n\u003cp\u003eNimbus wraps natural mulberry silk over an asymmetric internal frame, creating a low-profile ceiling light with a softer presence than glass, metal or acrylic. Unlit, the silk reads as a quiet sculptural surface; illuminated, it takes on a warm cream glow.\u003c\/p\u003e\n\u003cdiv class=\"nimbus-facts\"\u003e\n\u003cdiv class=\"nimbus-fact\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 19.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-fact\"\u003e\n\u003csmall\u003e Profile \u003c\/small\u003e \u003cstrong\u003e 7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-fact\"\u003e\n\u003csmall\u003e Standard Light \u003c\/small\u003e \u003cstrong\u003e 3000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-opening__visual\"\u003e\n\u003cdiv class=\"nimbus-detail-img\"\u003e\u003ca href=\"#nimbus-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nimbus-mulberry-silk-cloud-ceiling-lamp-stuberlighting_14.jpg?v=1783473422\" alt=\"Close-up detail of Nimbus natural mulberry silk cloud ceiling lamp\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"nimbus-caption\"\u003eNatural silk surface · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — MATERIAL \/ GLOW\n  ====================================================== --\u003e\n\u003csection class=\"nimbus-material\"\u003e\n\u003cdiv class=\"nimbus-material__head\"\u003e\n\u003ch3\u003eWhy Silk Changes the Light\u003c\/h3\u003e\n\u003cp\u003eNimbus is intentionally simple in color and hardware. Its character comes from the natural silk surface, the irregular cloud contour and the way warm LED light passes through it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-material__ledger\"\u003e\n\u003cdiv class=\"nimbus-material-row\"\u003e\n\u003cdiv class=\"nimbus-material-row__label\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Mulberry Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-material-row__copy\"\u003e\n\u003cstrong\u003e Natural surface, not a printed effect \u003c\/strong\u003e\n\u003cp\u003eFine overlapping silk fibres create subtle variation in texture and translucency across the shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-material-row\"\u003e\n\u003cdiv class=\"nimbus-material-row__label\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e \u003cstrong\u003e Asymmetric Cloud \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-material-row__copy\"\u003e\n\u003cstrong\u003e Deliberately irregular \u003c\/strong\u003e\n\u003cp\u003eThe silhouette is fuller through some areas and softer through others rather than forming a perfect geometric disc.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-material-row\"\u003e\n\u003cdiv class=\"nimbus-material-row__label\"\u003e\n\u003csmall\u003e When Lit \u003c\/small\u003e \u003cstrong\u003e Warm Cream Glow \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-material-row__copy\"\u003e\n\u003cstrong\u003e 3000K through natural silk \u003c\/strong\u003e\n\u003cp\u003eThe integrated LED sits behind the silk, allowing the shade itself to become the luminous surface rather than exposing a conventional bulb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-natural\"\u003e\n\u003cstrong\u003e Natural Material \u003c\/strong\u003e \u003cspan\u003e Because Nimbus is hand-formed from natural silk, subtle variation in fibre density, surface texture and contour is normal and part of the material character. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — PROFILE \/ CONTROL\n  ====================================================== --\u003e\n\u003csection class=\"nimbus-control\"\u003e\n\u003cdiv class=\"nimbus-control__head\"\u003e\n\u003ch3\u003eOne Size. Two Ways to Control the Glow.\u003c\/h3\u003e\n\u003cp\u003eThe fixture size and 3000K warm tone stay the same. The main choice is whether you want simple wall-switch operation or adjustable evening brightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-control__sheet\"\u003e\n\u003c!-- DIMENSION --\u003e\n\u003cdiv class=\"nimbus-size\"\u003e\n\u003cdiv class=\"nimbus-size__img\"\u003e\u003ca href=\"#nimbus-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nimbus-mulberry-silk-cloud-ceiling-lamp-stuberlighting_15.jpg?v=1783473421\" alt=\"Nimbus mulberry silk cloud ceiling lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"nimbus-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- OPTIONS --\u003e\n\u003cdiv class=\"nimbus-options\"\u003e\n\u003cdiv class=\"nimbus-proportion\"\u003e\n\u003cdiv class=\"nimbus-proportion__measure\"\u003e\n\u003csmall\u003e Single Size \u003c\/small\u003e \u003cstrong\u003e Ø19.7\" \u003c\/strong\u003e \u003cspan\u003e H7\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-proportion__copy\"\u003e\n\u003cstrong\u003e Low-Profile Flush Mount \u003c\/strong\u003e\n\u003cp\u003eThe 7-inch height keeps the fixture visually close to the ceiling, making the silk cloud feel integrated with the architecture rather than suspended into the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-mode nimbus-mode--standard\"\u003e\n\u003cdiv class=\"nimbus-mode__name\"\u003e\n\u003csmall\u003e Option 01 \u003c\/small\u003e \u003cstrong\u003e Warm Light 3000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-mode__copy\"\u003e\n\u003cstrong\u003e Standard configuration \u003c\/strong\u003e\n\u003cp\u003eFixed 3000K warm-white output, controlled through a standard wall switch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-mode nimbus-mode--dim\"\u003e\n\u003cdiv class=\"nimbus-mode__name\"\u003e\n\u003csmall\u003e Option 02 \u003c\/small\u003e \u003cstrong\u003e Triac Warm Dimming \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-mode__copy\"\u003e\n\u003cstrong\u003e Adjustable brightness \u003c\/strong\u003e\n\u003cp\u003eKeeps the same warm 3000K tone while allowing smooth brightness control. Requires a compatible Triac wall dimmer, sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-led\"\u003e\n\u003cdiv class=\"nimbus-led__mark\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated LED \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-led__copy\"\u003e\n\u003cp\u003eThe LED module is built into the fixture. No separate bulb is required. 3000K is standard; 4000K or 6000K can be requested when needed.\u003c\/p\u003e\n\u003cdiv class=\"nimbus-led__meta\"\u003e\n\u003cspan\u003e \u003cstrong\u003eLED Included\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e≈20W\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e50,000h Rated Life\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eAC 110–240V\u003c\/strong\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"nimbus-specs\"\u003e\n\u003cdiv class=\"nimbus-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Nimbus · Mulberry Silk Cloud Ceiling Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec-list\"\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Ø19.7\" × H7\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Natural mulberry silk · Internal metal frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Shade Color \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Natural White · Warm cream appearance when illuminated \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Shade Form \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Asymmetric hand-formed cloud silhouette \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Integrated LED · Included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Separate Bulb \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Not required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Power \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Approx. 20W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Color Temperature \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e 3000K warm-white standard · 4000K \/ 6000K available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Control Options \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Warm Light 3000K · Triac Warm Dimming \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Triac Dimming configuration requires a compatible Triac wall dimmer, sold separately \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Rated Life \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Approx. 50,000 hours \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Mounting \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Flush mount · Standard ceiling junction box \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Wiring \/ Install \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Hardwired · Licensed electrician required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-spec\"\u003e\n\u003cspan class=\"nimbus-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"nimbus-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimbus-care\"\u003e\n\u003cstrong\u003e Natural Silk Care \u003c\/strong\u003e \u003cspan\u003e Dust gently with a very soft dry brush or low-power air duster. Do not use water, damp cloths or cleaning sprays on the silk. Avoid humid locations and prolonged direct sunlight. Slight variation in fibre texture and hand-formed contour is normal. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"nimbus-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"nimbus-detail-large\" href=\"#nimbus-root\" class=\"nimbus-lightbox\"\u003e \u003cspan class=\"nimbus-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nimbus-mulberry-silk-cloud-ceiling-lamp-stuberlighting_14.jpg?v=1783473422\" alt=\"Enlarged Nimbus natural mulberry silk detail\"\u003e \u003cspan class=\"nimbus-lightbox__caption\"\u003e Nimbus · Natural Mulberry Silk Detail \u003c\/span\u003e \u003cspan class=\"nimbus-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSIONS\n  ====================================================== --\u003e \u003ca id=\"nimbus-size-large\" href=\"#nimbus-root\" class=\"nimbus-lightbox\"\u003e \u003cspan class=\"nimbus-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nimbus-mulberry-silk-cloud-ceiling-lamp-stuberlighting_15.jpg?v=1783473421\" alt=\"Enlarged Nimbus cloud ceiling lamp dimensions\"\u003e \u003cspan class=\"nimbus-lightbox__caption\"\u003e Nimbus · Ø19.7\" × H7\" \u003c\/span\u003e \u003cspan class=\"nimbus-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"∅ 19.7″ × H 7″ \/ White \/ Warm Light","offer_id":52488389853467,"sku":"STB-CL-26-10038","price":525.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7″ × H 7″ \/ White \/ Triac Warm Dimming","offer_id":52488389886235,"sku":"STB-CL-26-10039","price":525.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nimbus-mulberry-silk-cloud-ceiling-lamp-stuberlighting_1.jpg?v=1783473420"},{"product_id":"perla-silk-bubble-cluster-pendant-light","title":"Perla Silk Bubble Cluster Pendant Light","description":"\u003cdiv style=\"font-family: 'Jost','Helvetica Neue',sans-serif; max-width: 100%; color: #1c1209; line-height: 1.78;\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv style=\"background: #1C1209; padding: 64px 38px 52px 38px; margin: 0 0 0 0; position: relative;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 8px; color: #c8a96e; margin: 0 0 18px 0; text-transform: uppercase; font-weight: 500;\"\u003eSILK · N°03 · BUBBLE CLUSTER\u003c\/p\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 46px; line-height: 1.06; color: #f5edd8; margin: 0 0 22px 0; font-weight: 400; letter-spacing: -1px; font-style: italic;\"\u003eThree bubbles, hand-drawn\u003cbr\u003efrom a mid-century line.\u003c\/p\u003e\n\u003cp style=\"font-size: 15.5px; color: #a89878; margin: 0 0 22px 0; max-width: 580px; line-height: 1.72;\"\u003eThree hand-formed silk bubbles suspended in cluster — a design tribute to the 1947 mid-century bubble-lamp tradition, faithfully reinterpreted in polymer-silk over hand-welded steel wire. Choose a single shape configuration for a rhythmic row, or the mix-match Combo for staggered heights and shape play. Warm-white LED-compatible sockets, adjustable cable, deliberately versatile for any ceiling that needs an atmospheric anchor.\u003c\/p\u003e\n\u003cdiv style=\"display: inline-block; padding: 8px 16px; background: #C8A96E; color: #1c1209;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 4px; margin: 0; text-transform: uppercase; font-weight: 600;\"\u003e3 shape configs · 1 combo · E26 warm-white\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DNA介绍带 --\u003e\n\u003cdiv style=\"background: #F5EDD8; padding: 22px 38px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0; font-weight: 500; font-style: italic;\"\u003ePolymer-silk shade\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #8a6b3e; margin: 2px 0 0 0; text-transform: uppercase;\"\u003eSprayed over steel wire\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0; font-weight: 500; font-style: italic;\"\u003e3-bubble cluster\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #8a6b3e; margin: 2px 0 0 0; text-transform: uppercase;\"\u003eSame shape · or mix-match\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0; font-weight: 500; font-style: italic;\"\u003eAdjustable drops\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #8a6b3e; margin: 2px 0 0 0; text-transform: uppercase;\"\u003e59\" cable · staggered on request\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- I · Lineage --\u003e\n\u003cdiv style=\"padding: 56px 0 48px 0; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start;\"\u003e\n\u003cdiv style=\"border-top: 2px solid #C8A96E; padding-top: 14px;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0; font-weight: 500;\"\u003eI · The lineage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #1c1209; font-style: italic; margin: 0 0 18px 0; font-weight: 400; line-height: 1.2;\"\u003eA design tribute, honestly stated.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; color: #3a2e24; margin: 0 0 14px 0; line-height: 1.78;\"\u003eThe bubble-lamp form was originated in 1947 by an American mid-century designer working with hand-welded steel wire and a sprayed polymer coating — a technique borrowed from military materials of the period and applied to residential lighting for the first time. The result was one of the most enduring silhouettes in twentieth-century design: a soft translucent bubble, warm and organic, that reads as sculpture during the day and as diffused light at night.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; color: #3a2e24; margin: 0; line-height: 1.78;\"\u003eThe Perla is a design tribute to that mid-century bubble tradition — not an authentic reproduction of any specific designer's licensed piece, but a faithful reinterpretation of the visual language that made the form iconic. We produce it because the form deserves accessible-priced options, and because the three-bubble cluster arrangement opens compositional possibilities that single bubbles don't. If you require certified-authentic mid-century reproductions, licensed originals are available from \u0026amp;Tradition and Modernica at significantly higher price points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- II · Configurations --\u003e\n\u003cdiv style=\"padding: 48px 0; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; margin-bottom: 28px;\"\u003e\n\u003cdiv style=\"border-top: 2px solid #C8A96E; padding-top: 14px;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0; font-weight: 500;\"\u003eII · The configurations\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #1c1209; font-style: italic; margin: 0; font-weight: 400; line-height: 1.2;\"\u003eThree shapes. Four ways to hang them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px;\"\u003e\n\u003cdiv style=\"background: #F5EDD8; padding: 24px 22px; border-left: 5px solid #C8A96E;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eModel A × 3 — Flat pear\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #8a6b3e; text-transform: uppercase; margin: 0 0 10px 0; font-weight: 500;\"\u003e15.8\"⌀ × 8.7\"H · low-profile\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #3a2e24; margin: 0; line-height: 1.65;\"\u003eThree identical shallow-pear bubbles arranged in a horizontal row. Reads as rhythmic and quiet — best for long dining tables, kitchen islands, and installations where the ceiling doesn't want visual weight. The lowest profile of the three shapes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EDD8; padding: 24px 22px; border-left: 5px solid #C8A96E;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eModel C × 3 — Round sphere\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #8a6b3e; text-transform: uppercase; margin: 0 0 10px 0; font-weight: 500;\"\u003e11.8\"⌀ × 11.8\"H · balanced\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #3a2e24; margin: 0; line-height: 1.65;\"\u003eThree identical perfect spheres — the most iconic of the mid-century bubble silhouettes, most instantly recognisable. Balanced proportion works across bedrooms, dining rooms, foyers, and modernist interiors that want a considered fixture without a directional shape signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EDD8; padding: 24px 22px; border-left: 5px solid #C8A96E;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eModel D × 3 — Tall pear\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #8a6b3e; text-transform: uppercase; margin: 0 0 10px 0; font-weight: 500;\"\u003e11\"⌀ × 15.8\"H · elongated\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #3a2e24; margin: 0; line-height: 1.65;\"\u003eThree identical elongated teardrops — the most sculptural of the three shapes, with the strongest vertical presence. Belongs in double-height foyers, staircases, and rooms where the fixture needs to hold vertical space rather than horizontal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #F5EDD8; padding: 24px 22px; border-left: 5px solid #C8A96E;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 22px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eCombo — A + D + C\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 10px; letter-spacing: 3px; color: #854f0b; text-transform: uppercase; margin: 0 0 10px 0; font-weight: 500;\"\u003eMix-match · staggered heights\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; color: #3a2e24; margin: 0; line-height: 1.65;\"\u003eOne of each shape — flat pear, tall pear, sphere — hung at staggered drops for compositional play. The mid-century bubble lamp at its most expressive, and the configuration most-photographed in interior editorial. Belongs in rooms where the fixture is the room's design statement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- III · Material --\u003e\n\u003cdiv style=\"padding: 48px 0; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; margin-bottom: 28px;\"\u003e\n\u003cdiv style=\"border-top: 2px solid #C8A96E; padding-top: 14px;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0; font-weight: 500;\"\u003eIII · The material\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #1c1209; font-style: italic; margin: 0; font-weight: 400; line-height: 1.2;\"\u003ePolymer-silk. The original technique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px;\"\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-size: 15px; color: #3a2e24; margin: 0 0 14px 0; line-height: 1.78;\"\u003eEach Perla shade is built the way mid-century bubble lamps have always been built: a lightweight steel-wire skeleton is hand-welded into the target silhouette, then a polymer-silk material is precision-sprayed layer by layer over the frame until the surface reads as a seamless soft shell. A final protective coating ensures long-term durability, even light diffusion, and colour stability across years of installation.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; color: #3a2e24; margin: 0; line-height: 1.78;\"\u003eThe material behaves optically like natural silk fabric — light passes through it warmly, without reflection or point-source clarity — but it's more durable than natural silk, more colour-stable, and more resistant to dust and normal indoor conditions. This is the practical trade-off the original bubble-lamp inventors made in 1947, and it remains the correct choice for a fixture meant to last decades in a residential ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IV · Dimensions --\u003e\n\u003cdiv style=\"padding: 48px 0; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; margin-bottom: 28px;\"\u003e\n\u003cdiv style=\"border-top: 2px solid #C8A96E; padding-top: 14px;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0; font-weight: 500;\"\u003eIV · The scale\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #1c1209; font-style: italic; margin: 0; font-weight: 400; line-height: 1.2;\"\u003eShape sizes, and cable length.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px;\"\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; background: #F5EDD8;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-top: 2px solid #C8A96E; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003ctd style=\"padding: 14px 18px; color: #1c1209; font-family: 'Cormorant Garamond',serif; font-size: 19px; font-weight: 500; font-style: italic; width: 32%;\"\u003eModel A · flat pear\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 18px; color: #3a2e24;\"\u003e\n\u003cp\u003e15.8\"⌀ × 8.7\"H · three of same shape\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-cluster-pendant-light-stuberlighting_7.jpg?v=1783475590\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #C8A96E;\"\u003e\n\u003ctd style=\"padding: 14px 18px; color: #1c1209; font-family: 'Cormorant Garamond',serif; font-size: 19px; font-weight: 500; font-style: italic;\"\u003eModel C · round sphere\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 18px; color: #3a2e24;\"\u003e\n\u003cp\u003e11.8\"⌀ × 11.8\"H · three of same shape\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-cluster-pendant-light-stuberlighting_23.jpg?v=1783475590\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #C8A96E;\"\u003e\n\u003ctd style=\"padding: 14px 18px; color: #1c1209; font-family: 'Cormorant Garamond',serif; font-size: 19px; font-weight: 500; font-style: italic;\"\u003eModel D · tall pear\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 18px; color: #3a2e24;\"\u003e\n\u003cp\u003e11\"⌀ × 15.8\"H · three of same shape\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-cluster-pendant-light-stuberlighting_5.jpg?v=1783475590\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 2px solid #C8A96E;\"\u003e\n\u003ctd style=\"padding: 14px 18px; color: #1c1209; font-family: 'Cormorant Garamond',serif; font-size: 19px; font-weight: 500; font-style: italic;\"\u003eCombo · mix-match\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 18px; color: #3a2e24;\"\u003e\n\u003cp\u003eOne A + one C + one D · staggered heights\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-cluster-pendant-light-stuberlighting_6.jpg?v=1783475590\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 13px; color: #7b6b58; margin: 20px 0 0 0; font-style: italic; line-height: 1.65;\"\u003eStandard 59-inch adjustable hanging cable per shade — each of the three bubbles hangs independently, allowing staggered-drop compositions when installed. Custom cable lengths available at no extra charge for double-height foyers or specific drop-height requirements — write to support@stuberlighting.com with your ceiling-to-floor measurement before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- V · Craft --\u003e\n\u003cdiv style=\"padding: 48px 0; border-bottom: 1px solid #C8A96E;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; margin-bottom: 28px;\"\u003e\n\u003cdiv style=\"border-top: 2px solid #C8A96E; padding-top: 14px;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0; font-weight: 500;\"\u003eV · The craft\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #1c1209; font-style: italic; margin: 0; font-weight: 400; line-height: 1.2;\"\u003eConsidered, throughout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px;\"\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eBulbs included.\u003c\/p\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 0; line-height: 1.75;\"\u003eThe Perla ships with three E26 warm-white LED bulbs at 2700K — the temperature at which polymer-silk reads warmest and closest to the mid-century atmosphere the form was designed for. Edison-style bulbs are also compatible for a more vintage-industrial reading. Dimmable if you swap to dimmable E26 LEDs and install a compatible triac wall dimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eThree independent cables.\u003c\/p\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 0; line-height: 1.75;\"\u003eEach of the three shades hangs from its own 59-inch adjustable cable, sharing a common ceiling canopy. This is what allows staggered-drop compositions — hang all three at the same level for a rhythmic row, or stagger the drops for the mid-century editorial look. Custom cable lengths on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eHand-welded frame.\u003c\/p\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 0; line-height: 1.75;\"\u003eThe steel wire skeleton of each bubble is hand-welded, one at a time, then covered in polymer-silk. This is the technique the form was invented with in 1947 and remains the correct production method — machine-formed frames would not carry the subtle asymmetry that gives each bubble its handcraft signature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 20px; color: #1c1209; margin: 0 0 8px 0; font-weight: 500; font-style: italic;\"\u003eIndividual variation.\u003c\/p\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 0; line-height: 1.75;\"\u003eEach shade is hand-formed with subtle variations in silhouette, surface finish, and light transmission across each unit. Your Perla will be subtly different from photographs and from every other Perla produced. This is the material's signature and the tradition's hallmark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Where it belongs --\u003e\n\u003cdiv style=\"background: #1C1209; color: #f5edd8; padding: 48px 36px; margin: 0 0 48px 0;\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: start; margin-bottom: 24px;\"\u003e\n\u003cdiv style=\"border-top: 2px solid #C8A96E; padding-top: 14px;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #c8a96e; text-transform: uppercase; margin: 0; font-weight: 500;\"\u003eVI · Where it belongs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 30px; color: #f5edd8; font-style: italic; margin: 0; font-weight: 400; line-height: 1.2;\"\u003eRooms that read the mid-century line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 15px; color: #d8cdb8; margin: 0 0 14px 0; line-height: 1.78;\"\u003e\u003cb style=\"color: #f5edd8;\"\u003eA mid-century modern living room\u003c\/b\u003e — Combo or Model C, centred over the primary seating group. The three-bubble cluster reads as the design vocabulary the room was built for: walnut credenzas, teak dining chairs, restrained-palette upholstery, the aesthetic tradition running from Nelson-era mid-century through modern Scandinavian.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; color: #d8cdb8; margin: 0 0 14px 0; line-height: 1.78;\"\u003e\u003cb style=\"color: #f5edd8;\"\u003eA dining room\u003c\/b\u003e — Model A over a long dining table for a rhythmic horizontal row; Combo over a round dining table for compositional interest. Adjust cable lengths so bulbs hang 30-36 inches above the tabletop.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; color: #d8cdb8; margin: 0 0 14px 0; line-height: 1.78;\"\u003e\u003cb style=\"color: #f5edd8;\"\u003eA double-height foyer or staircase\u003c\/b\u003e — Model D or Combo, cables extended for the vertical drop. The elongated tall-pear silhouette holds vertical space; the mix-match Combo reads as the mid-century editorial statement the entry demands.\u003c\/p\u003e\n\u003cp style=\"font-size: 15px; color: #d8cdb8; margin: 0; line-height: 1.78;\"\u003e\u003cb style=\"color: #f5edd8;\"\u003eA hospitality installation\u003c\/b\u003e — cafés, restaurants, boutique hotels, and hospitality projects specifying mid-century-forward identity. The Perla's cluster arrangement scales elegantly across multi-fixture installations. Coordinated matched-batch material and interior-designer trade pricing available — write to support@stuberlighting.com with your project brief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv style=\"padding: 0 0 48px 0;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0 0 24px 0; font-weight: 500;\"\u003eVII · Specifications\u003c\/p\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; width: 38%; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eMaterials\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003ePolymer-silk shade · hand-welded steel wire frame · metal canopy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eShade colour\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eWhite (warm-cream when lit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eConfigurations\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eModel A×3 (flat pear) · Model C×3 (sphere) · Model D×3 (tall pear) · Combo mix-match\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eModel A dimensions\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003e15.8\"⌀ × 8.7\"H per bubble · flat pear silhouette\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eModel C dimensions\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003e11.8\"⌀ × 11.8\"H per bubble · round sphere\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eModel D dimensions\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003e11\"⌀ × 15.8\"H per bubble · elongated tall pear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eBulb base\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eE26 (US standard) · \u003cb\u003eall three bulbs included\u003c\/b\u003e (warm-white LED 2700K, non-dimmable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eMax wattage\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003e40W per socket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eAC 110–240V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eCable\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003e59\" adjustable per shade · three independent · custom length on request (no extra charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eDimming\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eCompatible with dimmable E26 LEDs + triac dimmer (sold separately) · Edison-bulb compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eWiring\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eHardwired · licensed electrician required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eMounting\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eCeiling pendant · single junction box · three-cable canopy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; border-bottom: 1px solid #C8A96E; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eIP rating\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; border-bottom: 1px solid #C8A96E; color: #1c1209; font-weight: 500;\"\u003eIP20 · indoor dry locations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 13px 0; color: #8a6b3e; font-family: 'Cormorant Garamond',serif; font-size: 16px; font-style: italic;\"\u003eSafety\u003c\/td\u003e\n\u003ctd style=\"padding: 13px 0; color: #1c1209; font-weight: 500;\"\u003eCompliant with SAA\/UL\/ETL\/CE and CSA certification standards\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ — ◯ 圆圈符号(呼应bubble球形 · 与之前18套都不同) --\u003e\n\u003cdiv style=\"margin: 0 0 44px 0;\"\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 6px; color: #8a6b3e; text-transform: uppercase; margin: 0 0 24px 0; font-weight: 500;\"\u003eVIII · Questions\u003c\/p\u003e\n\u003cdetails style=\"border-top: 1px solid #C8A96E; padding: 22px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 19px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-style: italic;\"\u003e\u003cspan\u003eWhich configuration — same shape or Combo?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 16px; font-weight: 300;\"\u003e◯\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 14px 0 0 0; line-height: 1.75;\"\u003e\u003cb style=\"color: #8a6b3e;\"\u003eSame shape (A×3, C×3, D×3)\u003c\/b\u003e reads as rhythmic, balanced, and quietly considered — the correct choice for interiors that want the fixture to be atmospheric rather than declarative. Model A×3 for horizontal spread over long tables; Model C×3 for balanced installation in most rooms; Model D×3 for vertical statement in tall spaces. \u003cb style=\"color: #8a6b3e;\"\u003eCombo (A + C + D)\u003c\/b\u003e reads as editorial, compositional, and mid-century-signature — the correct choice for rooms where the fixture is meant to be the design conversation. The Combo is the configuration most-photographed in interior magazines featuring the mid-century bubble tradition; it belongs in living rooms, foyers, and hospitality projects wanting a fixture with its own personality.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-top: 1px solid #C8A96E; padding: 22px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 19px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-style: italic;\"\u003e\u003cspan\u003eIs this an authentic Nelson Bubble Lamp?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 16px; font-weight: 300;\"\u003e◯\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 14px 0 0 0; line-height: 1.75;\"\u003eNo — we are transparent about this. The Perla is a design tribute to the mid-century bubble-lamp tradition originated in 1947, produced with the same steel-wire and polymer-silk technique that gives the form its optical character. It is not an authentic licensed reproduction of the original designer's piece, which is available from \u0026amp;Tradition (the official licensee) at significantly higher price points and with authentic-piece certification. If you require certified-authentic mid-century reproductions for a design-conscious application, we recommend purchasing from the licensed source. If the visual language of the tradition matters more than certified authenticity, the Perla is our answer at accessible price.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-top: 1px solid #C8A96E; padding: 22px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 19px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-style: italic;\"\u003e\u003cspan\u003eHow do I stagger the drops?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 16px; font-weight: 300;\"\u003e◯\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 14px 0 0 0; line-height: 1.75;\"\u003eEach of the three shades hangs from an independent 59-inch adjustable cable, meeting at a shared ceiling canopy. To create a staggered composition: at installation, adjust each cable to a different length. Common patterns: for Combo, hang the largest shade highest and the smallest lowest for a visual descending line; for same-shape configurations (A×3, C×3, D×3), stagger drops by 4-8 inches for subtle rhythm. Standard cables reach up to 59 inches; longer custom cables are available at no extra charge for double-height installations — write to support@stuberlighting.com before ordering with your specific measurements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-top: 1px solid #C8A96E; padding: 22px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 19px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-style: italic;\"\u003e\u003cspan\u003eCan I dim it?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 16px; font-weight: 300;\"\u003e◯\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 14px 0 0 0; line-height: 1.75;\"\u003eYes — recommended. The included E26 LED bulbs are non-dimmable warm-white. To enable dimming: replace with dimmable E26 LEDs (widely available, $8-15 each) and wire through a compatible triac wall dimmer. At 30-50% brightness, the polymer-silk shades produce their most atmospheric character — the warm mid-century glow that the form was designed for. Dimming is particularly effective in dining rooms and living rooms where the fixture serves both dinner-hour and evening-atmosphere roles.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-top: 1px solid #C8A96E; padding: 22px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 19px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-style: italic;\"\u003e\u003cspan\u003eHow do I clean the polymer-silk shades?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 16px; font-weight: 300;\"\u003e◯\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 14px 0 0 0; line-height: 1.75;\"\u003eGently. Dust with a soft dry brush or a low-suction vacuum brush attachment held at distance, every 2-3 months. Avoid direct water contact; if a spot cleaning is required, a lightly-dampened microfibre cloth (barely wet with water, no soap or cleaner) can be dabbed on the surface — don't rub, don't scrub. Never use paper towels, abrasive sponges, glass cleaner, or ammonia-based products. Kept dry and out of humid environments (bathrooms, heavy-cooking kitchens), the polymer-silk finish lasts as long as any lighting material.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border-top: 1px solid #C8A96E; border-bottom: 1px solid #C8A96E; padding: 22px 0;\"\u003e\n\u003csummary style=\"font-family: 'Cormorant Garamond',serif; font-size: 19px; color: #1c1209; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-style: italic;\"\u003e\u003cspan\u003eHospitality-scale orders?\u003c\/span\u003e \u003cspan style=\"color: #c8a96e; font-size: 16px; font-weight: 300;\"\u003e◯\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp style=\"font-size: 14.5px; color: #3a2e24; margin: 14px 0 0 0; line-height: 1.75;\"\u003eYes — the Perla is designed for both residential and hospitality-scale specification. Mid-century-forward cafés, restaurants, boutique hotels, and coworking spaces specify the bubble-lamp tradition frequently because it reads as design vocabulary rather than as decoration. Multi-fixture installations, custom cable lengths, coordinated matched-batch material, and interior-designer trade pricing available. Write to support@stuberlighting.com with your project brief — installation count, timeline, configuration preference (same-shape or Combo), and any custom specification.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Designer note --\u003e\n\u003cdiv style=\"background: #F5EDD8; padding: 32px 28px; border-top: 2px solid #C8A96E; border-bottom: 2px solid #C8A96E; margin: 0 0 32px 0;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 18px; color: #1c1209; font-style: italic; margin: 0 0 10px 0; line-height: 1.55;\"\u003e\"The mid-century bubble lamp is one of the enduring silhouettes in twentieth-century residential design — soft, warm, hand-formed, and instantly readable across nearly every modern interior style. Our Perla is a design tribute to that tradition, honestly stated, faithfully reproduced in the original steel-wire and polymer-silk technique. Three bubbles because the composition matters as much as the individual form.\"\u003c\/p\u003e\n\u003cp style=\"font-family: 'Jost',sans-serif; font-size: 11px; letter-spacing: 4px; color: #8a6b3e; margin: 0; text-transform: uppercase;\"\u003e— Stuberlighting Atelier · Silk Series N°3 · Bubble Cluster\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin: 0 0 32px 0;\"\u003e\n\u003cp style=\"font-size: 13px; color: #7b6b58; margin: 0 0 6px 0; line-height: 1.7;\"\u003eFor custom cable lengths, hospitality-scale orders, matched-batch material for multi-fixture installations, or trade pricing — write to \u003ca style=\"color: #8a6b3e;\" href=\"mailto:support@stuberlighting.com\"\u003esupport@stuberlighting.com\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 12px; color: #9a8a70; margin: 0; font-style: italic;\"\u003eDesign tribute to the mid-century bubble-lamp tradition; not an authentic reproduction of any specific designer's licensed piece. Safety tested for indoor use in dry locations. Compliant with SAA, UL, ETL, CE, and CSA certification standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING \u0026 RETURNS --\u003e\n\u003cdiv style=\"background: #F5EDD8; border-radius: 10px; padding: 24px 26px;\"\u003e\n\u003cp style=\"font-family: 'Cormorant Garamond',serif; font-size: 21px; color: #1c1209; margin: 0 0 14px 0; font-weight: 500;\"\u003eShipping \u0026amp; Returns\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; margin: 0 0 6px 0; color: #2a1f18;\"\u003e\u003cb style=\"color: #1c1209;\"\u003eFree Standard Shipping (4–6 weeks)\u003c\/b\u003e — all US \u0026amp; Canada orders. \u003cb style=\"color: #1c1209;\"\u003eExpedited (2–4 weeks)\u003c\/b\u003e available; see \u003ca style=\"color: #8a6b3e;\" href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003eShipping Policy\u003c\/a\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; margin: 0 0 6px 0; color: #2a1f18;\"\u003eIf you are not satisfied, you may request a return and refund within \u003cb style=\"color: #1c1209;\"\u003e30 days\u003c\/b\u003e, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #5a4a3a; margin: 0 0 6px 0;\"\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp style=\"font-size: 14px; margin: 0; color: #2a1f18;\"\u003eTo start a return, email \u003ca style=\"color: #8a6b3e;\" href=\"mailto:support@stuberlighting.com\"\u003e\u003cb\u003esupport@stuberlighting.com\u003c\/b\u003e\u003c\/a\u003e. For details, see our \u003ca style=\"color: #8a6b3e;\" href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003eReturns Policy\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Model A*3 ∅ 15.8″ x H 8.7″ \/ White","offer_id":52488574730523,"sku":"STB-PL-26-10196","price":850.0,"currency_code":"USD","in_stock":true},{"title":"Model D*3 ∅ 11″ x H 15.8″ \/ White","offer_id":52488574763291,"sku":"STB-PL-26-10059","price":766.0,"currency_code":"USD","in_stock":true},{"title":"Model C*3 ∅ 11.8″ x H 11.8″ \/ White","offer_id":52488574796059,"sku":"STB-PL-26-10060","price":825.0,"currency_code":"USD","in_stock":true},{"title":"Combo: Model A+Model D+Model C \/ White","offer_id":52488574828827,"sku":"STB-PL-26-10061","price":786.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-cluster-pendant-light-stuberlighting_1.jpg?v=1783475590"},{"product_id":"perla-silk-bubble-floor-lamp","title":"Perla Silk Bubble Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — PERLA\n   SILK BUBBLE FLOOR LAMP\n\n   SHAPE \/ SCALE \/ GLOW\n\n   QUIET MID-CENTURY SELECTION SHEET\n   COMPACT IMAGES · SHOPPER-FIRST · DAWN SAFE\n========================================================= *\/\n\n.stb-perla{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817568;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --chrome:#A5A5A1;\n  --chrome-soft:#EEEDEA;\n\n  --cream:#F5EDD8;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n\n  --line:#DED2BD;\n  --line-soft:#ECE3D6;\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-perla *,\n.stb-perla *::before,\n.stb-perla *::after{\n  box-sizing:border-box;\n}\n\n.stb-perla h2,\n.stb-perla h3,\n.stb-perla p{\n  margin-top:0;\n}\n\n.stb-perla h2,\n.stb-perla h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-perla img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-perla a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.perla-kicker{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.perla-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — SHAPE \/ SCALE \/ GLOW\n========================================================= *\/\n\n.perla-intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,205px);\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-top:4px solid var(--espresso);\n}\n\n.perla-intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:8px;\n  left:29px;\n\n  width:58px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.perla-intro__copy{\n  min-width:0;\n\n  padding:29px 30px 27px;\n}\n\n.perla-intro h2{\n  max-width:570px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.perla-intro__copy \u003e p{\n  max-width:555px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* BUYING PATH *\/\n\n.perla-path{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:20px;\n\n  margin-top:18px;\n}\n\n.perla-path__item{\n  min-width:84px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.perla-path__item:nth-child(2){\n  border-color:var(--chrome);\n}\n\n.perla-path__item:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.perla-path__item small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-path__item strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* DARK DECISION RAIL *\/\n\n.perla-intro__rail{\n  min-width:0;\n\n  padding:21px 18px;\n\n  background:var(--espresso);\n}\n\n.perla-rail__title{\n  margin-bottom:11px;\n  padding-bottom:9px;\n\n  border-bottom:1px solid rgba(255,255,255,.14);\n}\n\n.perla-rail__title small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-rail__title strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.perla-rail__row{\n  padding:9px 0;\n\n  border-bottom:1px solid rgba(255,255,255,.11);\n}\n\n.perla-rail__row:last-child{\n  border-bottom:0;\n}\n\n.perla-rail__row small{\n  display:block;\n\n  color:#BFAF9C;\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-rail__row strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   02 — FORM \/ MATERIAL\n========================================================= *\/\n\n.perla-form{\n  margin-top:10px;\n\n  padding:28px 29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.perla-form__head{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:14px;\n}\n\n.perla-form__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.perla-form__head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* DETAIL + SHAPES *\/\n\n.perla-form__body{\n  display:grid;\n  grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n  gap:15px;\n  align-items:stretch;\n}\n\n\n\/* SMALL DETAIL IMAGE *\/\n\n.perla-detail{\n  min-width:0;\n\n  padding:9px;\n\n  background:#EFE8DE;\n\n  border:1px solid var(--line);\n}\n\n.perla-detail__img{\n  width:145px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  background:var(--ivory);\n}\n\n.perla-detail__img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.perla-detail__img img{\n  max-height:138px !important;\n}\n\n.perla-detail__copy{\n  padding:9px 3px 1px;\n}\n\n.perla-detail__copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-detail__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1.06;\n\n  font-weight:500;\n}\n\n.perla-detail__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* TWO SHAPE ROWS *\/\n\n.perla-shapes{\n  min-width:0;\n\n  border:1px solid var(--line);\n}\n\n.perla-shape{\n  display:grid;\n  grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n  gap:17px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:15px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.perla-shape:last-child{\n  border-bottom:0;\n}\n\n.perla-shape--a{\n  background:var(--ivory);\n}\n\n.perla-shape--b{\n  background:#F2ECE3;\n}\n\n.perla-shape__name{\n  padding-right:12px;\n\n  border-right:1px solid var(--line);\n}\n\n.perla-shape__name small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-shape__name strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.perla-shape__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.perla-shape__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* MATERIAL LINE *\/\n\n.perla-material-line{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:0;\n\n  margin-top:10px;\n\n  border:1px solid var(--line);\n}\n\n.perla-material{\n  min-width:0;\n\n  padding:10px 12px;\n\n  border-right:1px solid var(--line);\n}\n\n.perla-material:last-child{\n  border-right:0;\n}\n\n.perla-material:nth-child(1){\n  background:#F7F2EA;\n}\n\n.perla-material:nth-child(2){\n  background:var(--chrome-soft);\n}\n\n.perla-material:nth-child(3){\n  background:#F0E8DD;\n}\n\n.perla-material small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-material strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  line-height:1.42;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   03 — SIZE \/ CONTROL\n========================================================= *\/\n\n.perla-scale{\n  margin-top:10px;\n\n  padding:28px 29px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.perla-scale__head{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:13px;\n}\n\n.perla-scale__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.perla-scale__head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* SIZE LEDGER *\/\n\n.perla-size-list{\n  border-top:1px solid var(--line);\n}\n\n.perla-size{\n  display:grid;\n  grid-template-columns:minmax(0,82px) minmax(0,135px) minmax(0,145px) minmax(0,1fr);\n\n  gap:13px;\n  align-items:center;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.perla-size__img{\n  width:76px;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n}\n\n.perla-size__img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.perla-size__img img{\n  max-height:72px !important;\n}\n\n\n\/* MODEL *\/\n\n.perla-size__model small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-size__model strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* MEASURE *\/\n\n.perla-size__measure{\n  color:var(--gold-deep);\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:600;\n}\n\n\n\/* USE *\/\n\n.perla-size__use strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.perla-size__use span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* CONTROL STRIP *\/\n\n.perla-control{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:19px;\n  align-items:center;\n\n  margin-top:13px;\n\n  padding:13px 15px;\n\n  background:var(--espresso);\n}\n\n.perla-control__mark small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.perla-control__mark strong{\n  display:block;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.perla-control__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.15);\n}\n\n.perla-control__copy p{\n  margin:0;\n\n  color:#D8CFC3;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n.perla-control__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:11px;\n\n  margin-top:6px;\n}\n\n.perla-control__meta span{\n  color:#D8CFC3;\n\n  font-size:11.5px;\n}\n\n.perla-control__meta strong{\n  color:#FFF8ED;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.perla-specs{\n  margin-top:10px;\n\n  padding:28px 29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.perla-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:9px;\n}\n\n.perla-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.perla-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.perla-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.perla-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.perla-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.perla-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* SMALL NOTES *\/\n\n.perla-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:11px;\n}\n\n.perla-note{\n  min-width:0;\n\n  padding:10px 12px;\n\n  border:1px solid var(--line);\n}\n\n.perla-note--care{\n  background:var(--ivory);\n\n  border-left:3px solid var(--gold);\n}\n\n.perla-note--design{\n  background:var(--chrome-soft);\n\n  border-left:3px solid var(--chrome);\n}\n\n.perla-note strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.perla-note span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.perla-shipping{\n  position:relative;\n\n  margin-top:10px;\n\n  padding:20px 21px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n}\n\n.perla-shipping::before{\n  content:\"\";\n\n  position:absolute;\n  top:6px;\n  left:21px;\n\n  width:48px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.perla-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.perla-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.perla-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.perla-shipping a{\n  color:var(--gold-deep);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.perla-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.perla-lightbox:target{\n  display:flex;\n}\n\n.perla-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.perla-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  margin:0 auto !important;\n\n  object-fit:contain !important;\n}\n\n.perla-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.perla-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .perla-intro{\n    grid-template-columns:minmax(0,1fr) minmax(0,175px);\n  }\n\n  .perla-intro__copy{\n    padding:25px 21px;\n  }\n\n  .perla-intro h2{\n    font-size:27px;\n  }\n\n\n  .perla-form,\n  .perla-scale,\n  .perla-specs{\n    padding:24px 19px;\n  }\n\n\n  .perla-form__head,\n  .perla-scale__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .perla-form__body{\n    grid-template-columns:minmax(0,145px) minmax(0,1fr);\n  }\n\n  .perla-detail__img{\n    width:120px;\n  }\n\n\n  .perla-size{\n    grid-template-columns:minmax(0,72px) minmax(0,115px) minmax(0,125px) minmax(0,1fr);\n\n    gap:9px;\n  }\n\n  .perla-size__img{\n    width:66px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .perla-intro{\n    grid-template-columns:1fr;\n  }\n\n  .perla-intro__rail{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n\n    gap:0;\n  }\n\n  .perla-rail__title{\n    grid-column:1 \/ -1;\n  }\n\n  .perla-rail__row{\n    padding:9px 8px;\n\n    border-bottom:0;\n    border-right:1px solid rgba(255,255,255,.11);\n  }\n\n  .perla-rail__row:last-child{\n    border-right:0;\n  }\n\n\n  .perla-form__body{\n    grid-template-columns:1fr;\n  }\n\n  .perla-detail{\n    display:grid;\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n    gap:10px;\n    align-items:center;\n  }\n\n  .perla-detail__img{\n    width:100px;\n\n    margin:0;\n  }\n\n  .perla-detail__copy{\n    padding:0;\n  }\n\n\n  .perla-shape{\n    grid-template-columns:minmax(0,80px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n\n  .perla-material-line{\n    grid-template-columns:1fr;\n  }\n\n  .perla-material{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .perla-material:last-child{\n    border-bottom:0;\n  }\n\n\n  .perla-size{\n    grid-template-columns:minmax(0,68px) minmax(0,1fr);\n\n    gap:8px;\n\n    padding:9px 0;\n  }\n\n  .perla-size__img{\n    grid-row:1 \/ span 3;\n\n    width:62px;\n  }\n\n  .perla-size__model,\n  .perla-size__measure,\n  .perla-size__use{\n    grid-column:2;\n  }\n\n\n  .perla-control{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n  .perla-control__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid rgba(255,255,255,.15);\n  }\n\n\n  .perla-specs__head{\n    display:block;\n  }\n\n  .perla-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .perla-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .perla-spec__label{\n    color:var(--gold-deep);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .perla-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-perla\" id=\"perla-root\"\u003e\n\u003c!-- =====================================================\n       01 — SHAPE \/ SCALE \/ GLOW\n  ====================================================== --\u003e\n\u003csection class=\"perla-intro\"\u003e\n\u003cdiv class=\"perla-intro__copy\"\u003e\n\u003cspan class=\"perla-kicker\"\u003e Shape \/ Scale \/ Glow \u003c\/span\u003e\n\u003ch2\u003eA Soft Bubble, Balanced on a Chrome Tripod\u003c\/h2\u003e\n\u003cp\u003ePerla brings the mid-century bubble silhouette to floor level: a softly diffusing polymer-silk shade over a slender polished-chrome tripod. Choose the shape first, then the height that best fits your room.\u003c\/p\u003e\n\u003cdiv class=\"perla-path\"\u003e\n\u003cdiv class=\"perla-path__item\"\u003e\n\u003csmall\u003e Shapes \u003c\/small\u003e \u003cstrong\u003e 2 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-path__item\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e 5 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-path__item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"perla-intro__rail\"\u003e\n\u003cdiv class=\"perla-rail__title\"\u003e\n\u003csmall\u003e Perla Selection \u003c\/small\u003e \u003cstrong\u003e Three decisions \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-rail__row\"\u003e\n\u003csmall\u003e 01 · Shape \u003c\/small\u003e \u003cstrong\u003e Sphere or Pear \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-rail__row\"\u003e\n\u003csmall\u003e 02 · Height \u003c\/small\u003e \u003cstrong\u003e 52.5\"–61.5\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-rail__row\"\u003e\n\u003csmall\u003e 03 · Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In · No Wiring \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/aside\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — FORM \/ MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"perla-form\"\u003e\n\u003cdiv class=\"perla-form__head\"\u003e\n\u003ch3\u003eSphere or Pear?\u003c\/h3\u003e\n\u003cp\u003eBoth versions use the same polymer-silk construction and chrome tripod. The difference is visual: Model A feels more geometric; Model B feels softer and more sculptural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-form__body\"\u003e\n\u003c!-- DETAIL IMAGE --\u003e\n\u003carticle class=\"perla-detail\"\u003e\n\u003cdiv class=\"perla-detail__img\"\u003e\u003ca href=\"#perla-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_29.jpg?v=1783477941\" alt=\"Close-up detail of Perla polymer-silk bubble shade\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"perla-detail__copy\"\u003e\n\u003csmall\u003e Shade Detail \u003c\/small\u003e \u003cstrong\u003e Polymer-Silk Surface \u003c\/strong\u003e\n\u003cp\u003eA steel-wire skeleton is covered with layered polymer-silk, creating a seamless translucent surface that softens the bulb inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SHAPES --\u003e\n\u003cdiv class=\"perla-shapes\"\u003e\n\u003cdiv class=\"perla-shape perla-shape--a\"\u003e\n\u003cdiv class=\"perla-shape__name\"\u003e\n\u003csmall\u003e Model A \u003c\/small\u003e \u003cstrong\u003e Sphere \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-shape__copy\"\u003e\n\u003cstrong\u003e Balanced + geometric \u003c\/strong\u003e\n\u003cp\u003eThe more classic bubble profile. Available in Small, Medium and Large.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-shape perla-shape--b\"\u003e\n\u003cdiv class=\"perla-shape__name\"\u003e\n\u003csmall\u003e Model B \u003c\/small\u003e \u003cstrong\u003e Pear \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-shape__copy\"\u003e\n\u003cstrong\u003e Softer + elongated \u003c\/strong\u003e\n\u003cp\u003eA more organic silhouette with additional visual width. Available in Small and Medium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-material-line\"\u003e\n\u003cdiv class=\"perla-material\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Polymer-Silk · White \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-material\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Polished Chrome Steel \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-material\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Hand-Welded Steel Wire \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — SCALE \/ CONTROL\n  ====================================================== --\u003e\n\u003csection class=\"perla-scale\"\u003e\n\u003cdiv class=\"perla-scale__head\"\u003e\n\u003ch3\u003eChoose by Height + Shade Volume\u003c\/h3\u003e\n\u003cp\u003eThe five versions are easier to compare by total height and shade width than by room-style labels. Use the smaller sizes when visual space is limited; move up when you want the lamp to anchor the corner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-size-list\"\u003e\n\u003c!-- A SMALL --\u003e\n\u003cdiv class=\"perla-size\"\u003e\n\u003cdiv class=\"perla-size__img\"\u003e\u003ca href=\"#perla-a-small-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_3.jpg?v=1783477941\" alt=\"Perla Model A Small dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"perla-size__model\"\u003e\n\u003csmall\u003e Model A \u003c\/small\u003e \u003cstrong\u003e Small \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-size__measure\"\u003eØ10.5\" × H52.5\"\u003c\/div\u003e\n\u003cdiv class=\"perla-size__use\"\u003e\n\u003cstrong\u003e Most Compact \u003c\/strong\u003e \u003cspan\u003e Bedside · small reading corner \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- A MEDIUM --\u003e\n\u003cdiv class=\"perla-size\"\u003e\n\u003cdiv class=\"perla-size__img\"\u003e\u003ca href=\"#perla-a-medium-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_30.jpg?v=1783477941\" alt=\"Perla Model A Medium dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"perla-size__model\"\u003e\n\u003csmall\u003e Model A \u003c\/small\u003e \u003cstrong\u003e Medium \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-size__measure\"\u003eØ13\" × H57.5\"\u003c\/div\u003e\n\u003cdiv class=\"perla-size__use\"\u003e\n\u003cstrong\u003e Balanced Scale \u003c\/strong\u003e \u003cspan\u003e Living room · reading nook \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- A LARGE --\u003e\n\u003cdiv class=\"perla-size\"\u003e\n\u003cdiv class=\"perla-size__img\"\u003e\u003ca href=\"#perla-a-large-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_23.jpg?v=1783477941\" alt=\"Perla Model A Large dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"perla-size__model\"\u003e\n\u003csmall\u003e Model A \u003c\/small\u003e \u003cstrong\u003e Large \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-size__measure\"\u003eØ15\" × H61.5\"\u003c\/div\u003e\n\u003cdiv class=\"perla-size__use\"\u003e\n\u003cstrong\u003e Tallest Sphere \u003c\/strong\u003e \u003cspan\u003e Larger living room · open corner \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B SMALL --\u003e\n\u003cdiv class=\"perla-size\"\u003e\n\u003cdiv class=\"perla-size__img\"\u003e\u003ca href=\"#perla-b-small-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_14.jpg?v=1783477941\" alt=\"Perla Model B Small dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"perla-size__model\"\u003e\n\u003csmall\u003e Model B \u003c\/small\u003e \u003cstrong\u003e Small \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-size__measure\"\u003eØ13\" × H52.5\"\u003c\/div\u003e\n\u003cdiv class=\"perla-size__use\"\u003e\n\u003cstrong\u003e Compact Pear \u003c\/strong\u003e \u003cspan\u003e Bedroom · reading corner \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B MEDIUM --\u003e\n\u003cdiv class=\"perla-size\"\u003e\n\u003cdiv class=\"perla-size__img\"\u003e\u003ca href=\"#perla-b-medium-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_18.jpg?v=1783477941\" alt=\"Perla Model B Medium dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"perla-size__model\"\u003e\n\u003csmall\u003e Model B \u003c\/small\u003e \u003cstrong\u003e Medium \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-size__measure\"\u003eØ17\" × H57.5\"\u003c\/div\u003e\n\u003cdiv class=\"perla-size__use\"\u003e\n\u003cstrong\u003e Widest Shade \u003c\/strong\u003e \u003cspan\u003e Lounge · statement corner \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-control\"\u003e\n\u003cdiv class=\"perla-control__mark\"\u003e\n\u003csmall\u003e Everyday Use \u003c\/small\u003e \u003cstrong\u003e Plug In + Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-control__copy\"\u003e\n\u003cp\u003eNo hardwiring required. Perla includes a 59.1-inch cord with an inline foot switch plus a pull-cord at the shade.\u003c\/p\u003e\n\u003cdiv class=\"perla-control__meta\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE26 Bulb Included\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e2700K\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eMax 40W\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eUS \/ UK \/ AU \/ EU\u003c\/strong\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"perla-specs\"\u003e\n\u003cdiv class=\"perla-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Perla · Silk Bubble Floor Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec-list\"\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Model A · Sphere \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Small — Ø10.5\" × H52.5\"\u003cbr\u003eMedium — Ø13\" × H57.5\"\u003cbr\u003eLarge — Ø15\" × H61.5\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Model B · Pear \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Small — Ø13\" × H52.5\"\u003cbr\u003eMedium — Ø17\" × H57.5\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Polymer-silk shade · Hand-welded steel-wire frame · Chrome-plated steel tripod \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Shade \/ Base \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e White shade — warm cream when lit · Polished Chrome base \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e E26 socket · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e 2700K warm-white LED · Standard included bulb is non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Compatible with a dimmable E26 LED bulb and compatible plug-in dimmer (dimmable bulb and dimmer sold separately) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Plug Options \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e US · UK · AU · EU \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Cord \/ Control \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e 59.1\" cord · Inline foot switch + pull-cord at shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Plug-in · No hardwiring required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Design Status \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Mid-century bubble-lamp design tribute · Not an authentic licensed reproduction \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-spec\"\u003e\n\u003cspan class=\"perla-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"perla-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-notes\"\u003e\n\u003cdiv class=\"perla-note perla-note--care\"\u003e\n\u003cstrong\u003e Shade Care \u003c\/strong\u003e \u003cspan\u003e Dust gently with a soft dry microfiber cloth or feather duster. Avoid water, cleaning sprays and abrasive tools. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perla-note perla-note--design\"\u003e\n\u003cstrong\u003e Why Polymer-Silk? \u003c\/strong\u003e \u003cspan\u003e The sprayed polymer-silk surface creates the soft, translucent bubble appearance while remaining practical for everyday indoor floor-lamp use. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"perla-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"perla-detail-large\" href=\"#perla-root\" class=\"perla-lightbox\"\u003e \u003cspan class=\"perla-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_29.jpg?v=1783477941\" alt=\"Enlarged Perla polymer-silk shade detail\"\u003e \u003cspan class=\"perla-lightbox__caption\"\u003e Perla · Polymer-Silk Shade Detail \u003c\/span\u003e \u003cspan class=\"perla-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — A SMALL\n  ====================================================== --\u003e \u003ca id=\"perla-a-small-large\" href=\"#perla-root\" class=\"perla-lightbox\"\u003e \u003cspan class=\"perla-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_3.jpg?v=1783477941\" alt=\"Enlarged Perla Model A Small dimensions\"\u003e \u003cspan class=\"perla-lightbox__caption\"\u003e Model A · Small · Ø10.5\" × H52.5\" \u003c\/span\u003e \u003cspan class=\"perla-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — A MEDIUM\n  ====================================================== --\u003e \u003ca id=\"perla-a-medium-large\" href=\"#perla-root\" class=\"perla-lightbox\"\u003e \u003cspan class=\"perla-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_30.jpg?v=1783477941\" alt=\"Enlarged Perla Model A Medium dimensions\"\u003e \u003cspan class=\"perla-lightbox__caption\"\u003e Model A · Medium · Ø13\" × H57.5\" \u003c\/span\u003e \u003cspan class=\"perla-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — A LARGE\n  ====================================================== --\u003e \u003ca id=\"perla-a-large-large\" href=\"#perla-root\" class=\"perla-lightbox\"\u003e \u003cspan class=\"perla-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_23.jpg?v=1783477941\" alt=\"Enlarged Perla Model A Large dimensions\"\u003e \u003cspan class=\"perla-lightbox__caption\"\u003e Model A · Large · Ø15\" × H61.5\" \u003c\/span\u003e \u003cspan class=\"perla-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — B SMALL\n  ====================================================== --\u003e \u003ca id=\"perla-b-small-large\" href=\"#perla-root\" class=\"perla-lightbox\"\u003e \u003cspan class=\"perla-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_14.jpg?v=1783477941\" alt=\"Enlarged Perla Model B Small dimensions\"\u003e \u003cspan class=\"perla-lightbox__caption\"\u003e Model B · Small · Ø13\" × H52.5\" \u003c\/span\u003e \u003cspan class=\"perla-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — B MEDIUM\n  ====================================================== --\u003e \u003ca id=\"perla-b-medium-large\" href=\"#perla-root\" class=\"perla-lightbox\"\u003e \u003cspan class=\"perla-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_18.jpg?v=1783477941\" alt=\"Enlarged Perla Model B Medium dimensions\"\u003e \u003cspan class=\"perla-lightbox__caption\"\u003e Model B · Medium · Ø17\" × H57.5\" \u003c\/span\u003e \u003cspan class=\"perla-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Model A Small ∅ 10.5″ x H 52.5″ \/ Chrome \u0026 White \/ US Plug","offer_id":52488764752155,"sku":"STB-FL-26-10011","price":400.0,"currency_code":"USD","in_stock":true},{"title":"Model A Small ∅ 10.5″ x H 52.5″ \/ Chrome \u0026 White \/ UK Plug","offer_id":52488764784923,"sku":"STB-FL-26-10012","price":400.0,"currency_code":"USD","in_stock":true},{"title":"Model A Small ∅ 10.5″ x H 52.5″ \/ Chrome \u0026 White \/ AU Plug","offer_id":52488764817691,"sku":"STB-FL-26-10013","price":400.0,"currency_code":"USD","in_stock":true},{"title":"Model A Small ∅ 10.5″ x H 52.5″ \/ Chrome \u0026 White \/ EU Plug","offer_id":52488764850459,"sku":"STB-FL-26-10014","price":400.0,"currency_code":"USD","in_stock":true},{"title":"Model A Mediun ∅ 13″ x H 57.5″ \/ Chrome \u0026 White \/ US Plug","offer_id":52488764883227,"sku":"STB-FL-26-10015","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model A Mediun ∅ 13″ x H 57.5″ \/ Chrome \u0026 White \/ UK Plug","offer_id":52488764915995,"sku":"STB-FL-26-10016","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model A Mediun ∅ 13″ x H 57.5″ \/ Chrome \u0026 White \/ AU Plug","offer_id":52488764948763,"sku":"STB-FL-26-10017","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model A Mediun ∅ 13″ x H 57.5″ \/ Chrome \u0026 White \/ EU Plug","offer_id":52488764981531,"sku":"STB-FL-26-10018","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model A Large ∅ 15″ x H 61.5″ \/ Chrome \u0026 White \/ US Plug","offer_id":52488765014299,"sku":"STB-FL-26-10019","price":895.0,"currency_code":"USD","in_stock":true},{"title":"Model A Large ∅ 15″ x H 61.5″ \/ Chrome \u0026 White \/ UK Plug","offer_id":52488765047067,"sku":"STB-FL-26-10020","price":895.0,"currency_code":"USD","in_stock":true},{"title":"Model A Large ∅ 15″ x H 61.5″ \/ Chrome \u0026 White \/ AU Plug","offer_id":52488765079835,"sku":"STB-FL-26-10021","price":895.0,"currency_code":"USD","in_stock":true},{"title":"Model A Large ∅ 15″ x H 61.5″ \/ Chrome \u0026 White \/ EU Plug","offer_id":52488765112603,"sku":"STB-FL-26-10022","price":895.0,"currency_code":"USD","in_stock":true},{"title":"Model B Small ∅ 13″ x H 52.5″ \/ Chrome \u0026 White \/ US Plug","offer_id":52488765145371,"sku":"STB-FL-26-10023","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model B Small ∅ 13″ x H 52.5″ \/ Chrome \u0026 White \/ UK Plug","offer_id":52488765178139,"sku":"STB-FL-26-10024","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model B Small ∅ 13″ x H 52.5″ \/ Chrome \u0026 White \/ AU Plug","offer_id":52488765210907,"sku":"STB-FL-26-10025","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model B Small ∅ 13″ x H 52.5″ \/ Chrome \u0026 White \/ EU Plug","offer_id":52488765243675,"sku":"STB-FL-26-10026","price":530.0,"currency_code":"USD","in_stock":true},{"title":"Model B Mediun ∅ 17″ x H 57.5″ \/ Chrome \u0026 White \/ US Plug","offer_id":52488765276443,"sku":"STB-FL-26-10027","price":768.0,"currency_code":"USD","in_stock":true},{"title":"Model B Mediun ∅ 17″ x H 57.5″ \/ Chrome \u0026 White \/ UK Plug","offer_id":52488765309211,"sku":"STB-FL-26-10028","price":768.0,"currency_code":"USD","in_stock":true},{"title":"Model B Mediun ∅ 17″ x H 57.5″ \/ Chrome \u0026 White \/ AU Plug","offer_id":52488765341979,"sku":"STB-FL-26-10029","price":768.0,"currency_code":"USD","in_stock":true},{"title":"Model B Mediun ∅ 17″ x H 57.5″ \/ Chrome \u0026 White \/ EU Plug","offer_id":52488765374747,"sku":"STB-FL-26-10030","price":768.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/perla-silk-bubble-floor-lamp-stuberlighting_1.jpg?v=1783477941"},{"product_id":"fiora-silk-pleated-cloud-ceiling-lamp-walnut-center","title":"Fiora Silk Pleated Cloud Ceiling Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — FIORA\n   Silk Pleated Cloud Ceiling Lamp\n   Walnut Center\n\n   Transparent outer wrapper\n   Quiet card-based luxury\n   Desktop + Mobile responsive\n========================================================= *\/\n\n.stb-fiora-silk{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --silk:#F3EEE6;\n  --silk-deep:#EDE4D8;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D9CFC5;\n  --line-dark:#C8BAAD;\n\n  --gold:#AE8C60;\n  --gold-dark:#795D40;\n\n  --walnut:#73513A;\n  --walnut-deep:#513725;\n\n  width:100%;\n  max-width:890px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-fiora-silk *,\n.stb-fiora-silk *::before,\n.stb-fiora-silk *::after{\n  box-sizing:border-box;\n}\n\n.stb-fiora-silk h2,\n.stb-fiora-silk h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-fiora-silk p{\n  margin-top:0;\n}\n\n.stb-fiora-silk__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.3px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__title{\n  max-width:620px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-fiora-silk__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-fiora-silk__copy{\n  max-width:640px;\n\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-fiora-silk__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#867970;\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-fiora-silk__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 215px;\n\n  margin-bottom:12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.025);\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-fiora-silk__intro-copy p{\n  max-width:585px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.5px;\n  line-height:1.68;\n}\n\n.stb-fiora-silk__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:19px;\n\n  background:var(--espresso);\n}\n\n.stb-fiora-silk__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.6px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__intro-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-fiora-silk__intro-side span{\n  color:#D7CCC3;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-fiora-silk__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__fact{\n  padding:11px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-fiora-silk__fact:last-child{\n  border-right:0;\n}\n\n.stb-fiora-silk__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__fact strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-fiora-silk__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line-dark);\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-fiora-silk__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL\n========================================================= *\/\n\n.stb-fiora-silk__detail{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  gap:21px;\n  align-items:center;\n\n  margin-bottom:28px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.02);\n}\n\n.stb-fiora-silk__detail-media{\n  width:134px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-fiora-silk__detail-copy{\n  padding-left:14px;\n\n  border-left:2px solid var(--gold);\n}\n\n.stb-fiora-silk__detail-copy p{\n  max-width:580px;\n\n  margin:0;\n\n  color:#625850;\n\n  font-size:11.7px;\n  line-height:1.6;\n}\n\n.stb-fiora-silk__detail-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px;\n\n  margin-top:10px;\n}\n\n.stb-fiora-silk__detail-tags span{\n  padding:4px 8px;\n\n  background:var(--paper-soft);\n  color:#675B52;\n\n  border:1px solid var(--line);\n  border-radius:14px;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   MATERIAL PAIR\n========================================================= *\/\n\n.stb-fiora-silk__materials{\n  display:grid;\n  grid-template-columns:160px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__materials-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-fiora-silk__materials-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__materials-label strong{\n  color:#FFF7EF;\n\n  font-size:12.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-fiora-silk__materials-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-fiora-silk__material{\n  padding:14px 16px;\n}\n\n.stb-fiora-silk__material + .stb-fiora-silk__material{\n  border-left:1px solid var(--line);\n}\n\n.stb-fiora-silk__material small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__material strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__material p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.8px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   PLEATS \/ LIGHT\n========================================================= *\/\n\n.stb-fiora-silk__pleats{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 190px;\n\n  margin-bottom:28px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__pleats-copy{\n  padding:17px 18px;\n}\n\n.stb-fiora-silk__pleats-copy p{\n  max-width:580px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:11.4px;\n  line-height:1.57;\n}\n\n.stb-fiora-silk__pleats-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border-left:1px solid var(--line);\n}\n\n.stb-fiora-silk__pleats-side small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#806F63;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__pleats-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-fiora-silk__pleats-side span{\n  color:#69615A;\n\n  font-size:9.6px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   SIZES\n========================================================= *\/\n\n.stb-fiora-silk__sizes{\n  margin-bottom:28px;\n}\n\n.stb-fiora-silk__sizes-head{\n  margin-bottom:12px;\n}\n\n.stb-fiora-silk__size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n}\n\n.stb-fiora-silk__size{\n  display:grid;\n  grid-template-columns:105px minmax(0,1fr);\n\n  gap:13px;\n  align-items:center;\n\n  min-width:0;\n\n  padding:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.018);\n}\n\n.stb-fiora-silk__size--large{\n  background:var(--silk);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-fiora-silk__size-media{\n  width:94px;\n  max-width:100%;\n\n  margin:auto;\n}\n\n.stb-fiora-silk__size-copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__size-copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:12.3px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-fiora-silk__size-copy span{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.stb-fiora-silk__size-copy p{\n  margin:0;\n\n  color:#6D625A;\n\n  font-size:9.6px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   LOW PROFILE\n========================================================= *\/\n\n.stb-fiora-silk__profile{\n  display:grid;\n  grid-template-columns:130px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__profile-number{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px 16px;\n\n  background:var(--silk-deep);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-fiora-silk__profile-number small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#7C6D61;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__profile-number strong{\n  color:var(--ink);\n\n  font-size:20px;\n  line-height:1.2;\n  font-weight:500;\n}\n\n.stb-fiora-silk__profile-copy{\n  padding:14px 17px;\n}\n\n.stb-fiora-silk__profile-copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.7px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__profile-copy p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:10.4px;\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   LED\n========================================================= *\/\n\n.stb-fiora-silk__led{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__led-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-fiora-silk__led-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__led-label strong{\n  color:#FFF7EF;\n\n  font-size:12.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-fiora-silk__led-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-fiora-silk__led-item{\n  padding:14px;\n}\n\n.stb-fiora-silk__led-item + .stb-fiora-silk__led-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-fiora-silk__led-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__led-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__led-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.6px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   CCT\n========================================================= *\/\n\n.stb-fiora-silk__cct{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:28px;\n}\n\n.stb-fiora-silk__cct-card{\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-fiora-silk__cct-card--default{\n  background:var(--silk);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-fiora-silk__cct-card small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__cct-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__cct-card p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   INSTALLATION\n========================================================= *\/\n\n.stb-fiora-silk__install{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__install-item{\n  padding:13px 14px;\n}\n\n.stb-fiora-silk__install-item + .stb-fiora-silk__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-fiora-silk__install-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__install-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__install-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.7px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   WALNUT\n========================================================= *\/\n\n.stb-fiora-silk__walnut{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__walnut-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--walnut-deep);\n}\n\n.stb-fiora-silk__walnut-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#D8C1A8;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__walnut-label strong{\n  color:#FFF8EF;\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-fiora-silk__walnut-copy{\n  padding:14px 17px;\n}\n\n.stb-fiora-silk__walnut-copy p{\n  margin:0;\n\n  color:#685E56;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.stb-fiora-silk__care{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__care-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n}\n\n.stb-fiora-silk__care-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__care-label strong{\n  color:var(--ink);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-fiora-silk__care-copy{\n  padding:14px 17px;\n\n  background:var(--paper);\n}\n\n.stb-fiora-silk__care-copy p{\n  margin:0;\n\n  color:#685E56;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   HANDMADE NOTE\n========================================================= *\/\n\n.stb-fiora-silk__variation{\n  margin-bottom:28px;\n\n  padding:12px 14px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-fiora-silk__variation strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.53;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-fiora-silk__specs{\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-fiora-silk__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-fiora-silk__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-fiora-silk__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-fiora-silk__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7E0DA;\n}\n\n.stb-fiora-silk__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-fiora-silk__spec span{\n  padding-right:10px;\n\n  color:#82786F;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n.stb-fiora-silk__spec strong{\n  color:var(--ink);\n\n  font-size:11.4px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-fiora-silk__faq{\n  max-width:760px;\n\n  margin:0 auto 28px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-fiora-silk__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-fiora-silk__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-fiora-silk__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-fiora-silk__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-fiora-silk__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-fiora-silk__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-fiora-silk__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-fiora-silk__shipping{\n  padding:18px 19px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-fiora-silk__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-fiora-silk__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-fiora-silk__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-fiora-silk__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-fiora-silk__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-fiora-silk__lightbox:target{\n  display:flex;\n}\n\n.stb-fiora-silk__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-fiora-silk__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-fiora-silk__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-fiora-silk__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.4px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-fiora-silk__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-fiora-silk__title{\n    font-size:25px;\n  }\n\n\n  .stb-fiora-silk__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-fiora-silk__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-fiora-silk__fact:nth-child(1),\n  .stb-fiora-silk__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-fiora-silk__size{\n    grid-template-columns:85px 1fr;\n  }\n\n  .stb-fiora-silk__size-media{\n    width:76px;\n  }\n\n\n  .stb-fiora-silk__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-fiora-silk{\n    width:100%;\n    max-width:100%;\n\n    margin:0;\n\n    font-size:14px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-fiora-silk__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__intro-copy{\n    padding:17px 15px;\n  }\n\n  .stb-fiora-silk__intro-side{\n    padding:12px 15px;\n  }\n\n  .stb-fiora-silk__title{\n    font-size:23px;\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-fiora-silk__detail{\n    grid-template-columns:82px minmax(0,1fr);\n\n    gap:11px;\n\n    padding:10px;\n  }\n\n  .stb-fiora-silk__detail-media{\n    width:75px;\n  }\n\n  .stb-fiora-silk__detail-copy{\n    padding-left:10px;\n  }\n\n  .stb-fiora-silk__detail-copy .stb-fiora-silk__section-title{\n    font-size:17px;\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-fiora-silk__materials{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__materials-label{\n    padding:11px 14px;\n  }\n\n  .stb-fiora-silk__materials-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__material + .stb-fiora-silk__material{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* PLEATS *\/\n\n  .stb-fiora-silk__pleats{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__pleats-copy{\n    padding:14px;\n  }\n\n  .stb-fiora-silk__pleats-side{\n    padding:12px 14px;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* SIZES *\/\n\n  .stb-fiora-silk__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__size{\n    grid-template-columns:78px minmax(0,1fr);\n\n    gap:10px;\n\n    padding:9px;\n  }\n\n  .stb-fiora-silk__size-media{\n    width:70px;\n  }\n\n\n  \/* PROFILE *\/\n\n  .stb-fiora-silk__profile{\n    grid-template-columns:88px minmax(0,1fr);\n  }\n\n  .stb-fiora-silk__profile-number{\n    padding:12px 10px;\n  }\n\n  .stb-fiora-silk__profile-copy{\n    padding:12px;\n  }\n\n\n  \/* LED *\/\n\n  .stb-fiora-silk__led{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__led-label{\n    padding:11px 14px;\n  }\n\n  .stb-fiora-silk__led-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__led-item + .stb-fiora-silk__led-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CCT *\/\n\n  .stb-fiora-silk__cct{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* INSTALL *\/\n\n  .stb-fiora-silk__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__install-item + .stb-fiora-silk__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* WALNUT *\/\n\n  .stb-fiora-silk__walnut{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__walnut-label{\n    padding:11px 14px;\n  }\n\n  .stb-fiora-silk__walnut-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* CARE *\/\n\n  .stb-fiora-silk__care{\n    grid-template-columns:1fr;\n  }\n\n  .stb-fiora-silk__care-label{\n    padding:11px 14px;\n  }\n\n  .stb-fiora-silk__care-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-fiora-silk__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-fiora-silk__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-fiora-silk__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-fiora-silk__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-fiora-silk\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__intro\"\u003e\n\u003cdiv class=\"stb-fiora-silk__intro-copy\"\u003e\n\u003cspan class=\"stb-fiora-silk__eyebrow\"\u003e Pleated Silk · Walnut Center · Flush Mount \u003c\/span\u003e\n\u003ch2 class=\"stb-fiora-silk__title\"\u003eSoft Pleats, Grounded by Walnut.\u003c\/h2\u003e\n\u003cp\u003eFiora combines a low-profile pleated silk shade with a warm walnut center. The radial folds give the ceiling more texture than a flat diffuser, while the integrated LED keeps the light soft and even.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__intro-side\"\u003e\n\u003csmall\u003e Two Sizes \u003c\/small\u003e \u003cstrong\u003e 15.7\" · 19.7\" \u003c\/strong\u003e \u003cspan\u003e 3000K integrated LED \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__facts\"\u003e\n\u003cdiv class=\"stb-fiora-silk__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Pleated Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__fact\"\u003e\n\u003csmall\u003e Center \u003c\/small\u003e \u003cstrong\u003e Walnut Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__fact\"\u003e\n\u003csmall\u003e Mount \u003c\/small\u003e \u003cstrong\u003e Low-Profile Flush \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Integrated LED \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"fiora-silk-detail-section\" class=\"stb-fiora-silk__detail\"\u003e\n\u003cdiv class=\"stb-fiora-silk__detail-media\"\u003e\u003ca href=\"#fiora-silk-detail\" class=\"stb-fiora-silk__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_3.jpg?v=1783499719\" alt=\"Fiora silk pleated ceiling lamp walnut center detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-fiora-silk__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__detail-copy\"\u003e\n\u003cspan class=\"stb-fiora-silk__eyebrow\"\u003e Close-Up \u003c\/span\u003e\n\u003ch3 class=\"stb-fiora-silk__section-title\"\u003eThe Contrast Is the Design.\u003c\/h3\u003e\n\u003cp\u003eFine radial pleats create a soft, cloud-like white surface, while the walnut center adds a warm natural anchor. The combination works especially well with wood furniture, linen, plaster and other quiet residential materials.\u003c\/p\u003e\n\u003cdiv class=\"stb-fiora-silk__detail-tags\"\u003e\n\u003cspan\u003e Radial Pleats \u003c\/span\u003e \u003cspan\u003e White Silk \u003c\/span\u003e \u003cspan\u003e Walnut Grain \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"fiora-silk-detail\" href=\"#fiora-silk-detail-section\" class=\"stb-fiora-silk__lightbox\"\u003e \u003cspan class=\"stb-fiora-silk__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_3.jpg?v=1783499719\" alt=\"Enlarged Fiora pleated silk and walnut detail\"\u003e \u003cspan class=\"stb-fiora-silk__lightbox-caption\"\u003e Fiora · Pleated Silk + Walnut Detail \u003c\/span\u003e \u003cspan class=\"stb-fiora-silk__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIALS\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__materials\"\u003e\n\u003cdiv class=\"stb-fiora-silk__materials-label\"\u003e\n\u003csmall\u003e Two Materials \u003c\/small\u003e \u003cstrong\u003e Soft Textile. Warm Wood. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__materials-body\"\u003e\n\u003cdiv class=\"stb-fiora-silk__material\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Hand-Formed Silk Pleats \u003c\/strong\u003e\n\u003cp\u003eRadial folds add texture while the white silk diffuses the integrated light source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__material\"\u003e\n\u003csmall\u003e Center \u003c\/small\u003e \u003cstrong\u003e American Black Walnut \u003c\/strong\u003e\n\u003cp\u003eOil-finished to preserve the natural grain and warm brown tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PLEATS\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__pleats\"\u003e\n\u003cdiv class=\"stb-fiora-silk__pleats-copy\"\u003e\n\u003cspan class=\"stb-fiora-silk__eyebrow\"\u003e Why the Pleats Matter \u003c\/span\u003e\n\u003ch3 class=\"stb-fiora-silk__section-title\"\u003eTexture Without Visual Noise.\u003c\/h3\u003e\n\u003cp\u003eThe folds catch light at slightly different angles, so Fiora has more visual depth than an unpleated fabric shade. When illuminated, the entire surface takes on a warm diffused glow rather than exposing a bright point source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__pleats-side\"\u003e\n\u003csmall\u003e Construction \u003c\/small\u003e \u003cstrong\u003e Approx. 60 Hand-Set Pleats \u003c\/strong\u003e \u003cspan\u003e Arranged radially around a hidden internal frame. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZES\n  ====================================================== --\u003e\n\u003csection id=\"fiora-silk-size-section\" class=\"stb-fiora-silk__sizes\"\u003e\n\u003cdiv class=\"stb-fiora-silk__sizes-head\"\u003e\n\u003cspan class=\"stb-fiora-silk__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-fiora-silk__section-title\"\u003eMedium for Intimacy. Large for More Ceiling Presence.\u003c\/h3\u003e\n\u003cp class=\"stb-fiora-silk__copy\"\u003eBoth versions stay close to the ceiling. The main decision is how much width you want the pleated form to occupy in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__size-grid\"\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-fiora-silk__size\"\u003e\n\u003cdiv class=\"stb-fiora-silk__size-media\"\u003e\u003ca href=\"#fiora-silk-medium\" class=\"stb-fiora-silk__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_8.jpg?v=1783499719\" alt=\"Fiora Medium ceiling lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-fiora-silk__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__size-copy\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" × H8.3\" \u003c\/strong\u003e \u003cspan\u003e 40 × 21cm \u003c\/span\u003e\n\u003cp\u003eBedrooms, nurseries, hallways and smaller quiet spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-fiora-silk__size stb-fiora-silk__size--large\"\u003e\n\u003cdiv class=\"stb-fiora-silk__size-media\"\u003e\u003ca href=\"#fiora-silk-large\" class=\"stb-fiora-silk__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_9.jpg?v=1783499719\" alt=\"Fiora Large ceiling lamp dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-fiora-silk__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__size-copy\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø19.7\" × H9.4\" \u003c\/strong\u003e \u003cspan\u003e 50 × 24cm \u003c\/span\u003e\n\u003cp\u003ePrimary bedrooms, living rooms, dining rooms and wider ceiling areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"fiora-silk-medium\" href=\"#fiora-silk-size-section\" class=\"stb-fiora-silk__lightbox\"\u003e \u003cspan class=\"stb-fiora-silk__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_8.jpg?v=1783499719\" alt=\"Enlarged Fiora Medium dimensions\"\u003e \u003cspan class=\"stb-fiora-silk__lightbox-caption\"\u003e Fiora Medium · Ø15.7\" × H8.3\" \u003c\/span\u003e \u003cspan class=\"stb-fiora-silk__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"fiora-silk-large\" href=\"#fiora-silk-size-section\" class=\"stb-fiora-silk__lightbox\"\u003e \u003cspan class=\"stb-fiora-silk__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_9.jpg?v=1783499719\" alt=\"Enlarged Fiora Large dimensions\"\u003e \u003cspan class=\"stb-fiora-silk__lightbox-caption\"\u003e Fiora Large · Ø19.7\" × H9.4\" \u003c\/span\u003e \u003cspan class=\"stb-fiora-silk__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LOW PROFILE\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__profile\"\u003e\n\u003cdiv class=\"stb-fiora-silk__profile-number\"\u003e\n\u003csmall\u003e Profile \u003c\/small\u003e \u003cstrong\u003e 8.3–9.4\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__profile-copy\"\u003e\n\u003cstrong\u003e Designed to stay visually close to the ceiling. \u003c\/strong\u003e\n\u003cp\u003eFiora keeps the sculptural silk form without requiring the drop of a pendant. This makes it especially useful in bedrooms and standard-height residential rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INTEGRATED LED\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__led\"\u003e\n\u003cdiv class=\"stb-fiora-silk__led-label\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated Warm-White LED. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__led-grid\"\u003e\n\u003cdiv class=\"stb-fiora-silk__led-item\"\u003e\n\u003csmall\u003e Default \u003c\/small\u003e \u003cstrong\u003e 3000K \u003c\/strong\u003e\n\u003cp\u003eWarm residential light designed to complement silk and walnut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__led-item\"\u003e\n\u003csmall\u003e Rated Life \u003c\/small\u003e \u003cstrong\u003e Approx. 50,000 Hours \u003c\/strong\u003e\n\u003cp\u003eBuilt-in LED module. No screw-in bulb is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__led-item\"\u003e\n\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Wall-Dimmer Compatible \u003c\/strong\u003e\n\u003cp\u003eUse with a compatible dimmer and dimmable driver setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLOR TEMPERATURE\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__cct\"\u003e\n\u003carticle class=\"stb-fiora-silk__cct-card stb-fiora-silk__cct-card--default\"\u003e\u003csmall\u003e Recommended \/ Default \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White \u003c\/strong\u003e\n\u003cp\u003eBest suited to bedrooms, living spaces and interiors using walnut, oak, linen and warmer neutrals.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-fiora-silk__cct-card\"\u003e\u003csmall\u003e Available on Request \u003c\/small\u003e \u003cstrong\u003e 4000K · 6000K \u003c\/strong\u003e\n\u003cp\u003eNeutral-white or cool-white color temperatures can be requested when a project requires them.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__install\"\u003e\n\u003cdiv class=\"stb-fiora-silk__install-item\"\u003e\n\u003csmall\u003e Mounting \u003c\/small\u003e \u003cstrong\u003e Flush Mount \u003c\/strong\u003e\n\u003cp\u003eMounts directly against the ceiling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eInstalls to a standard ceiling junction box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__install-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Electrician Required \u003c\/strong\u003e\n\u003cp\u003eProfessional electrical installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       WALNUT\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__walnut\"\u003e\n\u003cdiv class=\"stb-fiora-silk__walnut-label\"\u003e\n\u003csmall\u003e Natural Wood \u003c\/small\u003e \u003cstrong\u003e Walnut Grain Will Vary. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__walnut-copy\"\u003e\n\u003cp\u003eThe center is made from natural walnut, so grain direction, tone and figure will vary slightly from piece to piece. These differences are normal and are part of the natural material character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__care\"\u003e\n\u003cdiv class=\"stb-fiora-silk__care-label\"\u003e\n\u003csmall\u003e Silk Care \u003c\/small\u003e \u003cstrong\u003e Keep It Dry. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__care-copy\"\u003e\n\u003cp\u003eDust gently along the direction of the pleats with a soft dry brush or low-suction vacuum attachment. Avoid water, cleaning spray, heavy cooking vapor and high-humidity environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__variation\"\u003e\u003cstrong\u003e Hand-formed pleats mean subtle differences are expected. \u003c\/strong\u003e\n\u003cp\u003eSmall variations in fold spacing, silk texture and overall shade contour may occur from one fixture to another. Natural walnut grain and color will also vary. These differences are characteristics of the materials and hand-finishing process.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__specs\"\u003e\n\u003cdiv class=\"stb-fiora-silk__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Fiora \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Medium — Ø15.7\" × H8.3\" · Large — Ø19.7\" × H9.4\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Silk Shade · American Black Walnut Center · Internal Metal Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Shade Finish \u003c\/span\u003e \u003cstrong\u003e White Silk · Radial Pinstripe Pleats · Warm-Cream Appearance When Lit \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Wood Finish \u003c\/span\u003e \u003cstrong\u003e Natural Walnut · Oil-Finished · Natural Grain Preserved \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e Integrated LED Module Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Color Temperature \u003c\/span\u003e \u003cstrong\u003e 3000K Warm White Default · 4000K Neutral \/ 6000K Cool Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Rated Life \u003c\/span\u003e \u003cstrong\u003e Approx. 50,000 Hours \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible With Common Wall Dimmers When Used With a Compatible Dimmable Driver Setup \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Mounting \u003c\/span\u003e \u003cstrong\u003e Flush Mount · Standard Ceiling Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Licensed Electrician Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Recommended · Avoid Heavy-Humidity Environments \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-fiora-silk__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__faq\"\u003e\u003cspan class=\"stb-fiora-silk__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-fiora-silk__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eMedium or Large — which size should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose Medium for bedrooms, nurseries, hallways and more intimate residential spaces. Large works better in primary bedrooms, living rooms, dining rooms and wider spaces where the pleated form should read more clearly from across the room.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes Fiora use replaceable bulbs?\u003c\/summary\u003e\n\u003cp\u003eNo. Fiora uses an integrated LED module, so no separate screw-in bulbs are required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Fiora be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes. The integrated LED can be used with a compatible wall-dimming setup. The dimmer is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a different color temperature?\u003c\/summary\u003e\n\u003cp\u003eYes. 3000K warm white is the standard configuration. 4000K neutral white or 6000K cool white can be requested before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the walnut center real wood?\u003c\/summary\u003e\n\u003cp\u003eYes. The center is made from American black walnut with an oil-finished surface. Natural grain and tone will vary slightly from one fixture to another.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the pleated silk?\u003c\/summary\u003e\n\u003cp\u003eUse a soft dry brush and work in the direction of the pleats. For heavier dust, use a low-suction vacuum brush attachment without pressing directly against the shade. Avoid water and cleaning sprays.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-fiora-silk__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"∅ 15.7″ x H 8.3″ \/ Walnut Color \u0026 White \/ Warm Light","offer_id":52490617913627,"sku":"STB-CL-26-10040","price":365.0,"currency_code":"USD","in_stock":true},{"title":"∅ 19.7″ x H 9.4″ \/ Walnut Color \u0026 White \/ Warm Light","offer_id":52490617946395,"sku":"STB-CL-26-10041","price":489.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/fiora-silk-pleated-cloud-ceiling-lamp-walnut-center-stuberlighting_1.jpg?v=1783499719"},{"product_id":"rina-silk-pear-table-height-floor-lamp","title":"Rina Silk Pear Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — RINA\n   SILK PEAR TABLE-HEIGHT FLOOR LAMP\n\n   HEIGHT \/ SILK \/ PLACEMENT\n\n   TABLE-HEIGHT LIGHTING STUDY\n   QUIET LUXURY · CONCISE · SHOPPER-FIRST\n   COMPACT IMAGES · DAWN SAFE\n========================================================= *\/\n\n.stb-rina{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --text:#625348;\n  --muted:#817568;\n\n  --gold:#C8A96E;\n  --gold-deep:#967143;\n\n  --black:#282521;\n  --black-soft:#EAE6E0;\n\n  --cream:#F5EDD8;\n  --paper:#FBF8F2;\n  --ivory:#FFFDF8;\n  --sand:#E9DDC5;\n  --soft:#F3EBDD;\n\n  --line:#DED2BD;\n  --line-soft:#ECE3D6;\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-rina *,\n.stb-rina *::before,\n.stb-rina *::after{\n  box-sizing:border-box;\n}\n\n.stb-rina h2,\n.stb-rina h3,\n.stb-rina p{\n  margin-top:0;\n}\n\n.stb-rina h2,\n.stb-rina h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.stb-rina img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-rina a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   SHARED\n========================================================= *\/\n\n.rina-kicker{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.rina-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — TABLE HEIGHT FIRST\n========================================================= *\/\n\n.rina-intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,205px);\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-top:4px solid var(--espresso);\n}\n\n.rina-intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:8px;\n  left:29px;\n\n  width:58px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.rina-intro__copy{\n  min-width:0;\n\n  padding:29px 30px 27px;\n}\n\n.rina-intro h2{\n  max-width:565px;\n\n  margin:0 0 9px;\n\n  font-size:31px;\n  line-height:1.06;\n}\n\n.rina-intro__copy \u003e p{\n  max-width:555px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* KEY FACTS *\/\n\n.rina-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:21px;\n\n  margin-top:18px;\n}\n\n.rina-fact{\n  min-width:88px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.rina-fact:nth-child(2){\n  border-color:var(--black);\n}\n\n.rina-fact:nth-child(3){\n  border-color:#B4A48E;\n}\n\n.rina-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* RIGHT DECISION PANEL *\/\n\n.rina-intro__side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:20px 18px;\n\n  background:var(--espresso);\n}\n\n.rina-side__head{\n  margin-bottom:9px;\n  padding-bottom:9px;\n\n  border-bottom:1px solid rgba(255,255,255,.14);\n}\n\n.rina-side__head small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-side__head strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.rina-side__row{\n  padding:8px 0;\n\n  border-bottom:1px solid rgba(255,255,255,.11);\n}\n\n.rina-side__row:last-child{\n  border-bottom:0;\n}\n\n.rina-side__row small{\n  display:block;\n\n  color:#BFAF9C;\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-side__row strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   02 — WHY 34 INCHES\n========================================================= *\/\n\n.rina-scale{\n  margin-top:10px;\n\n  padding:28px 29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.rina-scale__head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:14px;\n}\n\n.rina-scale__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.rina-scale__head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* SCALE SHEET *\/\n\n.rina-scale__sheet{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  border:1px solid var(--line);\n}\n\n\n\/* SMALL DIMENSION IMAGE *\/\n\n.rina-size{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:14px;\n\n  background:#EEE7DD;\n\n  border-right:1px solid var(--line);\n}\n\n.rina-size__img{\n  width:120px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  padding:5px;\n\n  overflow:hidden;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.rina-size__img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.rina-size__img img{\n  max-height:115px !important;\n}\n\n\n\/* SIZE COPY *\/\n\n.rina-scale__copy{\n  min-width:0;\n\n  padding:17px 19px;\n}\n\n.rina-measure{\n  display:grid;\n  grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n  gap:17px;\n  align-items:center;\n}\n\n.rina-measure__number small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-measure__number strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:27px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.rina-measure__number span{\n  display:block;\n\n  margin-top:5px;\n\n  color:var(--gold-deep);\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.rina-measure__copy{\n  padding-left:17px;\n\n  border-left:1px solid var(--line);\n}\n\n.rina-measure__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.rina-measure__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* THREE PLACEMENTS *\/\n\n.rina-placements{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:0;\n\n  margin-top:12px;\n\n  border:1px solid var(--line);\n}\n\n.rina-place{\n  min-width:0;\n\n  padding:12px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.rina-place:last-child{\n  border-right:0;\n}\n\n.rina-place:nth-child(1){\n  background:var(--ivory);\n}\n\n.rina-place:nth-child(2){\n  background:#F3ECE2;\n}\n\n.rina-place:nth-child(3){\n  background:#EDE8E1;\n}\n\n.rina-place small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-place strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.rina-place p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   03 — SILK \/ BASE \/ GLOW\n========================================================= *\/\n\n.rina-material{\n  margin-top:10px;\n\n  padding:28px 29px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n}\n\n.rina-material__head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:14px;\n}\n\n.rina-material__head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.1;\n}\n\n.rina-material__head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n\n\/* DETAIL + MATERIAL LEDGER *\/\n\n.rina-material__body{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:14px;\n}\n\n\n\/* COMPACT DETAIL IMAGE *\/\n\n.rina-detail{\n  min-width:0;\n\n  padding:9px;\n\n  background:#EEE8DE;\n\n  border:1px solid var(--line);\n}\n\n.rina-detail__img{\n  width:135px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.rina-detail__img a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.rina-detail__img img{\n  max-height:128px !important;\n}\n\n.rina-detail__copy{\n  padding:8px 2px 1px;\n}\n\n.rina-detail__copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold-deep);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-detail__copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1.06;\n\n  font-weight:500;\n}\n\n.rina-detail__copy p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* MATERIAL ROWS *\/\n\n.rina-material-list{\n  min-width:0;\n\n  border:1px solid var(--line);\n}\n\n.rina-material-row{\n  display:grid;\n  grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n  gap:15px;\n\n  padding:11px 13px;\n\n  border-bottom:1px solid var(--line);\n}\n\n.rina-material-row:last-child{\n  border-bottom:0;\n}\n\n.rina-material-row:nth-child(1){\n  background:#F8F4ED;\n}\n\n.rina-material-row:nth-child(2){\n  background:#EBE7E1;\n}\n\n.rina-material-row:nth-child(3){\n  background:#F2EADF;\n}\n\n.rina-material-row small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-material-row strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.rina-material-row p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* LIGHT \/ CONTROL *\/\n\n.rina-control{\n  display:grid;\n  grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n  gap:19px;\n  align-items:center;\n\n  margin-top:11px;\n\n  padding:13px 15px;\n\n  background:var(--espresso);\n}\n\n.rina-control__mark small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.rina-control__mark strong{\n  display:block;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.rina-control__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.15);\n}\n\n.rina-control__copy p{\n  margin:0;\n\n  color:#D8CFC3;\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n.rina-control__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:11px;\n\n  margin-top:6px;\n}\n\n.rina-control__meta span{\n  color:#D8CFC3;\n\n  font-size:11.5px;\n}\n\n.rina-control__meta strong{\n  color:#FFF8ED;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.rina-specs{\n  margin-top:10px;\n\n  padding:28px 29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n}\n\n.rina-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:9px;\n}\n\n.rina-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.rina-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.rina-spec-list{\n  border-top:1px solid var(--line);\n}\n\n.rina-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.rina-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.rina-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CARE *\/\n\n.rina-care{\n  margin-top:11px;\n\n  padding:11px 13px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n}\n\n.rina-care strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.rina-care span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:11.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.rina-shipping{\n  position:relative;\n\n  margin-top:10px;\n\n  padding:20px 21px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:3px solid var(--espresso);\n}\n\n.rina-shipping::before{\n  content:\"\";\n\n  position:absolute;\n  top:6px;\n  left:21px;\n\n  width:48px;\n  height:1px;\n\n  background:var(--gold);\n}\n\n.rina-shipping h3{\n  margin:0 0 9px;\n\n  font-size:19px;\n}\n\n.rina-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.rina-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.rina-shipping a{\n  color:var(--gold-deep);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.rina-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.rina-lightbox:target{\n  display:flex;\n}\n\n.rina-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.rina-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n}\n\n.rina-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.rina-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .rina-intro{\n    grid-template-columns:minmax(0,1fr) minmax(0,175px);\n  }\n\n  .rina-intro__copy{\n    padding:25px 21px;\n  }\n\n  .rina-intro h2{\n    font-size:27px;\n  }\n\n\n  .rina-scale,\n  .rina-material,\n  .rina-specs{\n    padding:24px 19px;\n  }\n\n\n  .rina-scale__head,\n  .rina-material__head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n\n  .rina-scale__sheet{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n  }\n\n  .rina-size__img{\n    width:105px;\n  }\n\n\n  .rina-material__body{\n    grid-template-columns:minmax(0,140px) minmax(0,1fr);\n  }\n\n  .rina-detail__img{\n    width:115px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .rina-intro{\n    grid-template-columns:1fr;\n  }\n\n  .rina-intro__side{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n\n    gap:0;\n  }\n\n  .rina-side__head{\n    grid-column:1 \/ -1;\n  }\n\n  .rina-side__row{\n    padding:9px 8px;\n\n    border-bottom:0;\n    border-right:1px solid rgba(255,255,255,.11);\n  }\n\n  .rina-side__row:last-child{\n    border-right:0;\n  }\n\n\n  .rina-scale__sheet{\n    grid-template-columns:1fr;\n  }\n\n  .rina-size{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .rina-size__img{\n    width:105px;\n  }\n\n\n  .rina-measure{\n    grid-template-columns:1fr;\n\n    gap:8px;\n  }\n\n  .rina-measure__copy{\n    padding:8px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .rina-placements{\n    grid-template-columns:1fr;\n  }\n\n  .rina-place{\n    border-right:0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .rina-place:last-child{\n    border-bottom:0;\n  }\n\n\n  .rina-material__body{\n    grid-template-columns:1fr;\n  }\n\n  .rina-detail{\n    display:grid;\n    grid-template-columns:minmax(0,105px) minmax(0,1fr);\n\n    gap:10px;\n    align-items:center;\n  }\n\n  .rina-detail__img{\n    width:100px;\n\n    margin:0;\n  }\n\n  .rina-detail__copy{\n    padding:0;\n  }\n\n\n  .rina-material-row{\n    grid-template-columns:minmax(0,80px) minmax(0,1fr);\n\n    gap:10px;\n  }\n\n\n  .rina-control{\n    grid-template-columns:1fr;\n\n    gap:7px;\n  }\n\n  .rina-control__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid rgba(255,255,255,.15);\n  }\n\n\n  .rina-specs__head{\n    display:block;\n  }\n\n  .rina-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .rina-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .rina-spec__label{\n    color:var(--gold-deep);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-rina\" id=\"rina-root\"\u003e\n\u003c!-- =====================================================\n       01 — TABLE HEIGHT\n  ====================================================== --\u003e\n\u003csection class=\"rina-intro\"\u003e\n\u003cdiv class=\"rina-intro__copy\"\u003e\n\u003cspan class=\"rina-kicker\"\u003e Height \/ Silk \/ Placement \u003c\/span\u003e\n\u003ch2\u003eA Floor Lamp at Table-Lamp Height\u003c\/h2\u003e\n\u003cp\u003eRina stands only 34 inches tall, placing a hand-wound silk shade beside the bed, sofa or lounge chair without requiring a side table underneath it. The soft pear silhouette is balanced by a slender matte-black tripod.\u003c\/p\u003e\n\u003cdiv class=\"rina-facts\"\u003e\n\u003cdiv class=\"rina-fact\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 34\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"rina-intro__side\"\u003e\n\u003cdiv class=\"rina-side__head\"\u003e\n\u003csmall\u003e Rina at a Glance \u003c\/small\u003e \u003cstrong\u003e Made for beside-you light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-side__row\"\u003e\n\u003csmall\u003e Shape \u003c\/small\u003e \u003cstrong\u003e Pear \/ Soft Teardrop \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-side__row\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Matte Black Tripod \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-side__row\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In · No Wiring \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/aside\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — WHY 34 INCHES\n  ====================================================== --\u003e\n\u003csection class=\"rina-scale\"\u003e\n\u003cdiv class=\"rina-scale__head\"\u003e\n\u003ch3\u003eWhy 34 Inches?\u003c\/h3\u003e\n\u003cp\u003eRina is intentionally much shorter than a conventional floor lamp. Its role is closer to a bedside or side-table lamp: useful seated-height light without needing furniture beneath it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-scale__sheet\"\u003e\n\u003c!-- DIMENSION IMAGE --\u003e\n\u003cdiv class=\"rina-size\"\u003e\n\u003cdiv class=\"rina-size__img\"\u003e\u003ca href=\"#rina-size-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/rina-silk-pear-table-height-floor-lamp-stuberlighting_10.jpg?v=1783501130\" alt=\"Rina silk pear table-height floor lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"rina-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-scale__copy\"\u003e\n\u003cdiv class=\"rina-measure\"\u003e\n\u003cdiv class=\"rina-measure__number\"\u003e\n\u003csmall\u003e Single Size \u003c\/small\u003e \u003cstrong\u003e H34\" \u003c\/strong\u003e \u003cspan\u003e Ø15.7\" shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-measure__copy\"\u003e\n\u003cstrong\u003e Table-height floor scale \u003c\/strong\u003e\n\u003cp\u003eThe compact height lets the shade sit closer to seated eye level, rather than filling the vertical space of the room like a conventional 55–65 inch floor lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-placements\"\u003e\n\u003cdiv class=\"rina-place\"\u003e\n\u003csmall\u003e Bedside \u003c\/small\u003e \u003cstrong\u003e Skip the Table Lamp \u003c\/strong\u003e\n\u003cp\u003ePlace Rina directly beside the bed and leave the nightstand surface free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-place\"\u003e\n\u003csmall\u003e Lounge Chair \u003c\/small\u003e \u003cstrong\u003e Light Beside Seating \u003c\/strong\u003e\n\u003cp\u003eWorks beside an armchair or sofa without adding another side table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-place\"\u003e\n\u003csmall\u003e Quiet Corner \u003c\/small\u003e \u003cstrong\u003e Warm, Low-Level Glow \u003c\/strong\u003e\n\u003cp\u003eSuitable for nursery, meditation and relaxed evening corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — SILK \/ BASE \/ GLOW\n  ====================================================== --\u003e\n\u003csection class=\"rina-material\"\u003e\n\u003cdiv class=\"rina-material__head\"\u003e\n\u003ch3\u003eSoft Material. Quiet Structure.\u003c\/h3\u003e\n\u003cp\u003eRina keeps the construction intentionally restrained: real silk for the shade, matte black metal below and warm light inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-material__body\"\u003e\n\u003c!-- DETAIL --\u003e\n\u003carticle class=\"rina-detail\"\u003e\n\u003cdiv class=\"rina-detail__img\"\u003e\u003ca href=\"#rina-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/rina-silk-pear-table-height-floor-lamp-stuberlighting_4.jpg?v=1783501130\" alt=\"Close-up detail of Rina hand-wound silk shade\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"rina-detail__copy\"\u003e\n\u003csmall\u003e Shade Detail \u003c\/small\u003e \u003cstrong\u003e Silk-Wound by Hand \u003c\/strong\u003e\n\u003cp\u003eOverlapping silk strands create a softly textured white surface that becomes warmer and more luminous when switched on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MATERIALS --\u003e\n\u003cdiv class=\"rina-material-list\"\u003e\n\u003cdiv class=\"rina-material-row\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Real Silk · White \u003c\/strong\u003e\n\u003cp\u003eHand-wound over an internal metal frame for soft, diffused light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-material-row\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Matte Black Tripod \u003c\/strong\u003e\n\u003cp\u003eThree slender metal legs visually anchor the shade without making the lamp feel heavy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-material-row\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Soft Pear Silhouette \u003c\/strong\u003e\n\u003cp\u003eNarrower at the top and fuller below, giving the lamp a more organic profile than a sphere or cylinder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-control\"\u003e\n\u003cdiv class=\"rina-control__mark\"\u003e\n\u003csmall\u003e Light + Control \u003c\/small\u003e \u003cstrong\u003e Plug In. Switch On. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-control__copy\"\u003e\n\u003cp\u003eRina includes a warm-white E26 LED bulb and a 59-inch cord with an inline push-button switch. No electrician or hardwiring is required.\u003c\/p\u003e\n\u003cdiv class=\"rina-control__meta\"\u003e\n\u003cspan\u003e \u003cstrong\u003eE26 Bulb Included\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e2700K\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eMax 40W\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eUS \/ UK \/ AU \/ EU\u003c\/strong\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"rina-specs\"\u003e\n\u003cdiv class=\"rina-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Rina · Silk Pear Table-Height Floor Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec-list\"\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Ø15.7\" × H34\" · Single size \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Silk-wound shade · Internal metal frame · Matte black metal tripod \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Shade \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e White · Warm cream appearance when illuminated \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Silhouette \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Pear \/ soft teardrop \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Base Finish \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Matte Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e E26 socket · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e 2700K warm-white LED · Standard included bulb is non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e 40W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Compatible with a dimmable E26 LED bulb and compatible plug-in dimmer (dimmable bulb and dimmer sold separately) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Plug Options \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e US · UK · AU · EU \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Cord \/ Control \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e 59\" cord · Inline push-button switch \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Plug-in · No hardwiring required · Finger-tighten assembly \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Indoor dry locations only · IP20 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-spec\"\u003e\n\u003cspan class=\"rina-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"rina-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rina-care\"\u003e\n\u003cstrong\u003e Silk Care \u003c\/strong\u003e \u003cspan\u003e Dust gently with a soft dry brush or low-power vacuum brush held away from the surface. Do not use water, damp cloths or cleaning sprays on the silk. Keep away from prolonged direct sunlight and high-humidity areas. Slight variation in silk texture is natural. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"rina-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"rina-detail-large\" href=\"#rina-root\" class=\"rina-lightbox\"\u003e \u003cspan class=\"rina-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/rina-silk-pear-table-height-floor-lamp-stuberlighting_4.jpg?v=1783501130\" alt=\"Enlarged Rina silk-wound shade detail\"\u003e \u003cspan class=\"rina-lightbox__caption\"\u003e Rina · Silk-Wound Shade Detail \u003c\/span\u003e \u003cspan class=\"rina-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — SIZE\n  ====================================================== --\u003e \u003ca id=\"rina-size-large\" href=\"#rina-root\" class=\"rina-lightbox\"\u003e \u003cspan class=\"rina-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/rina-silk-pear-table-height-floor-lamp-stuberlighting_10.jpg?v=1783501130\" alt=\"Enlarged Rina floor lamp dimensions\"\u003e \u003cspan class=\"rina-lightbox__caption\"\u003e Rina · Ø15.7\" × H34\" \u003c\/span\u003e \u003cspan class=\"rina-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 15.7\"x H 34\" \/ White \u0026 Black \/ US Plug","offer_id":52490635116827,"sku":"STB-FL-26-10030","price":335.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 34\" \/ White \u0026 Black \/ UK Plug","offer_id":52490635149595,"sku":"STB-FL-26-10033","price":335.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 34\" \/ White \u0026 Black \/ AU Plug","offer_id":52490635182363,"sku":"STB-FL-26-10031","price":335.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 34\" \/ White \u0026 Black \/ EU Plug","offer_id":52490635215131,"sku":"STB-FL-26-10032","price":335.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/rina-silk-pear-table-height-floor-lamp-stuberlighting_1.jpg?v=1783501130"},{"product_id":"marlow-wide-flat-silk-disc-pendant-light","title":"Marlow Wide-Flat Silk Disc Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MARLOW\n   Wide Flat Silk Disc Pendant Light\n\n   Transparent outer wrapper\n   Card modules only\n   Quiet, warm, premium\n   Fully responsive\n\n   SHOPPER FLOW:\n   WIDE-FLAT FORM → SIZE → TABLE FIT\n   → MULBERRY SILK → LIGHT → DROP\n   → INSTALL → CARE → SPECS\n========================================================= *\/\n\n.stb-marlow{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --silk:#F3EEE6;\n  --silk-deep:#ECE3D7;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D9CFC5;\n  --line-dark:#C8BAAD;\n\n  --gold:#AE8C60;\n  --gold-dark:#795D40;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-marlow *,\n.stb-marlow *::before,\n.stb-marlow *::after{\n  box-sizing:border-box;\n}\n\n.stb-marlow h2,\n.stb-marlow h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-marlow p{\n  margin-top:0;\n}\n\n.stb-marlow__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.3px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-marlow__title{\n  max-width:620px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-marlow__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.27;\n}\n\n.stb-marlow__copy{\n  max-width:650px;\n\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-marlow__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#867970;\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-marlow__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 220px;\n\n  margin-bottom:12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.025);\n\n  overflow:hidden;\n}\n\n.stb-marlow__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-marlow__intro-copy p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.5px;\n  line-height:1.68;\n}\n\n.stb-marlow__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:19px;\n\n  background:var(--espresso);\n}\n\n.stb-marlow__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.6px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-marlow__intro-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__intro-side span{\n  color:#D7CCC3;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-marlow__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__fact{\n  padding:11px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-marlow__fact:last-child{\n  border-right:0;\n}\n\n.stb-marlow__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__fact strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FORM CARD\n========================================================= *\/\n\n.stb-marlow__form{\n  display:grid;\n  grid-template-columns:170px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__form-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px;\n\n  background:var(--espresso);\n}\n\n.stb-marlow__form-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__form-label strong{\n  color:#FFF7EF;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__form-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-marlow__form-item{\n  padding:15px 16px;\n}\n\n.stb-marlow__form-item + .stb-marlow__form-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marlow__form-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__form-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-marlow__form-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.9px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-marlow__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line-dark);\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-marlow__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-marlow__sizes{\n  margin-bottom:28px;\n}\n\n.stb-marlow__sizes-head{\n  margin-bottom:12px;\n}\n\n.stb-marlow__size-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  gap:8px;\n}\n\n.stb-marlow__size{\n  min-width:0;\n\n  padding:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.018);\n}\n\n.stb-marlow__size--medium{\n  background:var(--paper-soft);\n}\n\n.stb-marlow__size--large{\n  background:var(--silk);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-marlow__size-media{\n  width:112px;\n  max-width:100%;\n\n  margin:0 auto 10px;\n}\n\n.stb-marlow__size small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__size strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:13.2px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-marlow__size span{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.stb-marlow__size p{\n  margin:0;\n\n  color:#6D625A;\n\n  font-size:9.6px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE\n========================================================= *\/\n\n.stb-marlow__guide{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__guide-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--silk-deep);\n}\n\n.stb-marlow__guide-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__guide-label strong{\n  color:var(--ink);\n\n  font-size:12.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__guide-body{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-marlow__guide-item{\n  padding:14px;\n}\n\n.stb-marlow__guide-item + .stb-marlow__guide-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marlow__guide-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__guide-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-marlow__guide-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.5px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.stb-marlow__material{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 195px;\n\n  margin-bottom:28px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__material-copy{\n  padding:17px 18px;\n}\n\n.stb-marlow__material-copy p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:11.4px;\n  line-height:1.57;\n}\n\n.stb-marlow__material-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border-left:1px solid var(--line);\n}\n\n.stb-marlow__material-side small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#80756C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__material-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__material-side span{\n  color:#69615A;\n\n  font-size:9.6px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   LIGHT\n========================================================= *\/\n\n.stb-marlow__light{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__light-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-marlow__light-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__light-label strong{\n  color:#FFF7EF;\n\n  font-size:12.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__light-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-marlow__light-item{\n  padding:14px;\n}\n\n.stb-marlow__light-item + .stb-marlow__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marlow__light-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__light-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-marlow__light-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.6px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   DIMMING\n========================================================= *\/\n\n.stb-marlow__dimming{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:28px;\n}\n\n.stb-marlow__dimming-card{\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-marlow__dimming-card--alt{\n  background:var(--paper-soft);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-marlow__dimming-card small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__dimming-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-marlow__dimming-card p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   DROP\n========================================================= *\/\n\n.stb-marlow__drop{\n  margin-bottom:28px;\n}\n\n.stb-marlow__drop-head{\n  margin-bottom:12px;\n}\n\n.stb-marlow__drop-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__drop-item{\n  padding:14px;\n}\n\n.stb-marlow__drop-item + .stb-marlow__drop-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marlow__drop-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__drop-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  font-weight:500;\n}\n\n.stb-marlow__drop-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.7px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   CUSTOM CABLE\n========================================================= *\/\n\n.stb-marlow__custom{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__custom-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-marlow__custom-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CAB18C;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__custom-label strong{\n  color:#FFF7EF;\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__custom-copy{\n  padding:14px 17px;\n}\n\n.stb-marlow__custom-copy p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n.stb-marlow__custom-copy a{\n  color:var(--gold-dark);\n\n  font-weight:600;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   INSTALLATION\n========================================================= *\/\n\n.stb-marlow__install{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__install-item{\n  padding:13px 14px;\n}\n\n.stb-marlow__install-item + .stb-marlow__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-marlow__install-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__install-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  font-weight:500;\n}\n\n.stb-marlow__install-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.7px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.stb-marlow__care{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__care-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n}\n\n.stb-marlow__care-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-marlow__care-label strong{\n  color:var(--ink);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-marlow__care-copy{\n  padding:14px 17px;\n\n  background:var(--paper);\n}\n\n.stb-marlow__care-copy p{\n  margin:0;\n\n  color:#685E56;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   NATURAL SILK NOTE\n========================================================= *\/\n\n.stb-marlow__variation{\n  margin-bottom:28px;\n\n  padding:12px 14px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-marlow__variation strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-marlow__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.53;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-marlow__specs{\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-marlow__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-marlow__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.8px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-marlow__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-marlow__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7E0DA;\n}\n\n.stb-marlow__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-marlow__spec span{\n  padding-right:10px;\n\n  color:#82786F;\n\n  font-size:10.2px;\n  line-height:1.45;\n}\n\n.stb-marlow__spec strong{\n  color:var(--ink);\n\n  font-size:11.4px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-marlow__faq{\n  max-width:760px;\n\n  margin:0 auto 28px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-marlow__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-marlow__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-marlow__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-marlow__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-marlow__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-marlow__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-marlow__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.8px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-marlow__shipping{\n  padding:18px 19px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-marlow__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-marlow__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-marlow__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-marlow__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-marlow__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-marlow__lightbox:target{\n  display:flex;\n}\n\n.stb-marlow__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-marlow__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-marlow__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-marlow__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.4px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-marlow__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-marlow__title{\n    font-size:25px;\n  }\n\n\n  .stb-marlow__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-marlow__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-marlow__fact:nth-child(1),\n  .stb-marlow__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-marlow__size-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-marlow__size--large{\n    grid-column:1 \/ -1;\n  }\n\n\n  .stb-marlow__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-marlow{\n    width:100%;\n    max-width:100%;\n\n    margin:0;\n\n    font-size:14px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-marlow__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__intro-copy{\n    padding:17px 15px;\n  }\n\n  .stb-marlow__intro-side{\n    padding:12px 15px;\n  }\n\n  .stb-marlow__title{\n    font-size:23px;\n  }\n\n\n  \/* FORM *\/\n\n  .stb-marlow__form{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__form-label{\n    padding:11px 14px;\n  }\n\n  .stb-marlow__form-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__form-item + .stb-marlow__form-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-marlow__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__size--large{\n    grid-column:auto;\n  }\n\n  .stb-marlow__size{\n    display:grid;\n    grid-template-columns:78px minmax(0,1fr);\n\n    column-gap:10px;\n    align-items:center;\n  }\n\n  .stb-marlow__size-media{\n    width:70px;\n\n    margin:0;\n    grid-row:1 \/ span 5;\n  }\n\n\n  \/* GUIDE *\/\n\n  .stb-marlow__guide{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__guide-label{\n    padding:11px 14px;\n  }\n\n  .stb-marlow__guide-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__guide-item + .stb-marlow__guide-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-marlow__material{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__material-copy{\n    padding:14px;\n  }\n\n  .stb-marlow__material-side{\n    padding:12px 14px;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-marlow__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__light-label{\n    padding:11px 14px;\n  }\n\n  .stb-marlow__light-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__light-item + .stb-marlow__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* DIMMING *\/\n\n  .stb-marlow__dimming{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* DROP *\/\n\n  .stb-marlow__drop-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__drop-item + .stb-marlow__drop-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CUSTOM *\/\n\n  .stb-marlow__custom{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__custom-label{\n    padding:11px 14px;\n  }\n\n  .stb-marlow__custom-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* INSTALL *\/\n\n  .stb-marlow__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__install-item + .stb-marlow__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CARE *\/\n\n  .stb-marlow__care{\n    grid-template-columns:1fr;\n  }\n\n  .stb-marlow__care-label{\n    padding:11px 14px;\n  }\n\n  .stb-marlow__care-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-marlow__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-marlow__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-marlow__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-marlow__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-marlow\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__intro\"\u003e\n\u003cdiv class=\"stb-marlow__intro-copy\"\u003e\n\u003cspan class=\"stb-marlow__eyebrow\"\u003e Natural Mulberry Silk · Wide-Flat Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-marlow__title\"\u003eWide Across the Room. Quiet in the Sightline.\u003c\/h2\u003e\n\u003cp\u003eMarlow stretches natural mulberry silk across a wide, shallow metal frame. The generous diameter gives the ceiling presence, while the restrained vertical profile keeps the pendant visually lighter than a deep globe or bubble shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__intro-side\"\u003e\n\u003csmall\u003e Three Diameters \u003c\/small\u003e \u003cstrong\u003e 17.7\" · 25.6\" · 35.4\" \u003c\/strong\u003e \u003cspan\u003e E26 LED included · adjustable drop \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__facts\"\u003e\n\u003cdiv class=\"stb-marlow__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Mulberry Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__fact\"\u003e\n\u003csmall\u003e Profile \u003c\/small\u003e \u003cstrong\u003e Wide-Flat Disc \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__fact\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__fact\"\u003e\n\u003csmall\u003e Cable \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FORM\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__form\"\u003e\n\u003cdiv class=\"stb-marlow__form-label\"\u003e\n\u003csmall\u003e Marlow Proportion \u003c\/small\u003e \u003cstrong\u003e Width Does the Visual Work. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__form-body\"\u003e\n\u003cdiv class=\"stb-marlow__form-item\"\u003e\n\u003csmall\u003e Wide \u003c\/small\u003e \u003cstrong\u003e More Horizontal Presence \u003c\/strong\u003e\n\u003cp\u003eThe broad diameter works naturally above tables and islands where the furniture below is also horizontal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__form-item\"\u003e\n\u003csmall\u003e Shallow \u003c\/small\u003e \u003cstrong\u003e Less Vertical Bulk \u003c\/strong\u003e\n\u003cp\u003eCompared with a deep globe shade, the silhouette occupies less of the room's sightline.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZES\n  ====================================================== --\u003e\n\u003csection id=\"marlow-size-section\" class=\"stb-marlow__sizes\"\u003e\n\u003cdiv class=\"stb-marlow__sizes-head\"\u003e\n\u003cspan class=\"stb-marlow__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-marlow__section-title\"\u003eThree Sizes — and Three Very Different Proportions.\u003c\/h3\u003e\n\u003cp class=\"stb-marlow__copy\"\u003eMarlow becomes wider and shallower as the size increases. Choose according to the width of the table, island or room rather than simply choosing the largest option.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__size-grid\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-marlow__size\"\u003e\n\u003cdiv class=\"stb-marlow__size-media\"\u003e\u003ca href=\"#marlow-small\" class=\"stb-marlow__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_5.jpg?v=1783560537\" alt=\"Marlow Small silk disc pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marlow__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø17.7\" × H14.2\" \u003c\/strong\u003e \u003cspan\u003e 45 × 36cm \u003c\/span\u003e\n\u003cp\u003eThe deepest and most compact option. Suitable for bedrooms, breakfast nooks, smaller foyers and bedside pairs.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- MEDIUM --\u003e\n\u003carticle class=\"stb-marlow__size stb-marlow__size--medium\"\u003e\n\u003cdiv class=\"stb-marlow__size-media\"\u003e\u003ca href=\"#marlow-medium\" class=\"stb-marlow__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_16.jpg?v=1783560537\" alt=\"Marlow Medium silk disc pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marlow__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e Ø25.6\" × H10.2\" \u003c\/strong\u003e \u003cspan\u003e 65 × 26cm \u003c\/span\u003e\n\u003cp\u003eThe most versatile residential scale. Well suited to 4–6 seat dining tables, standard islands and average-size foyers.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-marlow__size stb-marlow__size--large\"\u003e\n\u003cdiv class=\"stb-marlow__size-media\"\u003e\u003ca href=\"#marlow-large\" class=\"stb-marlow__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_18.jpg?v=1783560537\" alt=\"Marlow Large silk disc pendant dimensions\" loading=\"lazy\"\u003e \u003cspan class=\"stb-marlow__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø35.4\" × H8.7\" \u003c\/strong\u003e \u003cspan\u003e 90 × 22cm \u003c\/span\u003e\n\u003cp\u003eAn architectural scale for oversized dining tables, large islands and hospitality-size interiors.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE LIGHTBOXES\n  ====================================================== --\u003e \u003ca id=\"marlow-small\" href=\"#marlow-size-section\" class=\"stb-marlow__lightbox\"\u003e \u003cspan class=\"stb-marlow__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_5.jpg?v=1783560537\" alt=\"Enlarged Marlow Small dimensions\"\u003e \u003cspan class=\"stb-marlow__lightbox-caption\"\u003e Marlow Small · Ø17.7\" × H14.2\" \u003c\/span\u003e \u003cspan class=\"stb-marlow__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"marlow-medium\" href=\"#marlow-size-section\" class=\"stb-marlow__lightbox\"\u003e \u003cspan class=\"stb-marlow__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_16.jpg?v=1783560537\" alt=\"Enlarged Marlow Medium dimensions\"\u003e \u003cspan class=\"stb-marlow__lightbox-caption\"\u003e Marlow Medium · Ø25.6\" × H10.2\" \u003c\/span\u003e \u003cspan class=\"stb-marlow__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca id=\"marlow-large\" href=\"#marlow-size-section\" class=\"stb-marlow__lightbox\"\u003e \u003cspan class=\"stb-marlow__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_18.jpg?v=1783560537\" alt=\"Enlarged Marlow Large dimensions\"\u003e \u003cspan class=\"stb-marlow__lightbox-caption\"\u003e Marlow Large · Ø35.4\" × H8.7\" \u003c\/span\u003e \u003cspan class=\"stb-marlow__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       QUICK SIZE GUIDE\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__guide\"\u003e\n\u003cdiv class=\"stb-marlow__guide-label\"\u003e\n\u003csmall\u003e Quick Size Guide \u003c\/small\u003e \u003cstrong\u003e Start With What Sits Below It. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__guide-body\"\u003e\n\u003cdiv class=\"stb-marlow__guide-item\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Intimate Scale \u003c\/strong\u003e\n\u003cp\u003eBreakfast nook, bedside pair, bedroom or compact entry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__guide-item\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e Residential Sweet Spot \u003c\/strong\u003e\n\u003cp\u003e4–6 seat dining table, standard kitchen island or average foyer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__guide-item\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Architectural Scale \u003c\/strong\u003e\n\u003cp\u003e8–12 seat table, oversized island or large open interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__material\"\u003e\n\u003cdiv class=\"stb-marlow__material-copy\"\u003e\n\u003cspan class=\"stb-marlow__eyebrow\"\u003e Natural Mulberry Silk \u003c\/span\u003e\n\u003ch3 class=\"stb-marlow__section-title\"\u003eSoft Texture, Even Diffusion.\u003c\/h3\u003e\n\u003cp\u003eNatural mulberry silk is stretched over a concealed metal frame to maintain Marlow's wide disc profile. In daylight the shade reads soft white; when illuminated, the silk takes on a warmer cream tone and diffuses the light across the broad underside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__material-side\"\u003e\n\u003csmall\u003e Construction \u003c\/small\u003e \u003cstrong\u003e Silk Over Metal Frame \u003c\/strong\u003e \u003cspan\u003e The internal structure supports the wide diameter while remaining visually concealed. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__light\"\u003e\n\u003cdiv class=\"stb-marlow__light-label\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e One Replaceable E26 Bulb. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__light-grid\"\u003e\n\u003cdiv class=\"stb-marlow__light-item\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e E26 LED · 2700K \u003c\/strong\u003e\n\u003cp\u003eWarm-white LED bulb included with every size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__light-item\"\u003e\n\u003csmall\u003e Bulb Access \u003c\/small\u003e \u003cstrong\u003e Replaceable \u003c\/strong\u003e\n\u003cp\u003eStandard E26 base allows the bulb to be replaced later.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__light-item\"\u003e\n\u003csmall\u003e Maximum \u003c\/small\u003e \u003cstrong\u003e 40W \/ 60W \u003c\/strong\u003e\n\u003cp\u003eSmall 40W max. Medium and Large 60W max.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__dimming\"\u003e\n\u003carticle class=\"stb-marlow__dimming-card\"\u003e\u003csmall\u003e Included Setup \u003c\/small\u003e \u003cstrong\u003e 2700K · Standard On \/ Off \u003c\/strong\u003e\n\u003cp\u003eThe included warm-white E26 LED is non-dimmable and intended for standard on\/off use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-marlow__dimming-card stb-marlow__dimming-card--alt\"\u003e\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable E26 + Triac Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulb with a compatible dimmable E26 LED and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANGING HEIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__drop\"\u003e\n\u003cdiv class=\"stb-marlow__drop-head\"\u003e\n\u003cspan class=\"stb-marlow__eyebrow\"\u003e Set the Drop \u003c\/span\u003e\n\u003ch3 class=\"stb-marlow__section-title\"\u003eAdjustable for the Furniture Below.\u003c\/h3\u003e\n\u003cp class=\"stb-marlow__copy\"\u003eMarlow includes a 59-inch adjustable cable. Final hanging height should be set according to the ceiling height and the table, island or open space below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__drop-grid\"\u003e\n\u003cdiv class=\"stb-marlow__drop-item\"\u003e\n\u003csmall\u003e Dining Table \u003c\/small\u003e \u003cstrong\u003e Approx. 30–36\" \u003c\/strong\u003e\n\u003cp\u003eA common starting point from tabletop to the light source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__drop-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e Approx. 32–38\" \u003c\/strong\u003e\n\u003cp\u003eA common starting point from countertop to the light source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__drop-item\"\u003e\n\u003csmall\u003e Standard Cable \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003cp\u003eShorten during installation or request a longer cable when needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CUSTOM CABLE\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__custom\"\u003e\n\u003cdiv class=\"stb-marlow__custom-label\"\u003e\n\u003csmall\u003e High Ceiling? \u003c\/small\u003e \u003cstrong\u003e Custom Cable Length Available. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__custom-copy\"\u003e\n\u003cp\u003eNeed a longer drop for a vaulted, double-height or commercial space? Custom cable lengths are available at no extra charge. Send your ceiling height and desired finished drop to \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__install\"\u003e\n\u003cdiv class=\"stb-marlow__install-item\"\u003e\n\u003csmall\u003e Mounting \u003c\/small\u003e \u003cstrong\u003e Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eSuspended from a single ceiling canopy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eInstalls to a standard ceiling junction box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__install-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Electrician Required \u003c\/strong\u003e\n\u003cp\u003eProfessional hardwired installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__care\"\u003e\n\u003cdiv class=\"stb-marlow__care-label\"\u003e\n\u003csmall\u003e Silk Care \u003c\/small\u003e \u003cstrong\u003e Keep It Dry. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__care-copy\"\u003e\n\u003cp\u003eDust gently with a soft dry brush or a low-suction vacuum brush attachment. Avoid water, damp cloths, cleaning sprays, heavy cooking vapor and high-humidity environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL SILK\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__variation\"\u003e\u003cstrong\u003e Natural silk will show subtle variation. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in weave density, texture, tone and translucency may appear from one hand-formed shade to another. These subtle variations are natural characteristics of the silk material rather than defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__specs\"\u003e\n\u003cdiv class=\"stb-marlow__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Marlow \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small — Ø17.7\" × H14.2\" · Medium — Ø25.6\" × H10.2\" · Large — Ø35.4\" × H8.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Natural Mulberry Silk Shade · Internal Metal Frame · Metal Canopy \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Silk \u003c\/span\u003e \u003cstrong\u003e Natural Mulberry Silk · Bombyx Mori \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Shade Color \u003c\/span\u003e \u003cstrong\u003e White · Warm-Cream Appearance When Lit \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Silhouette \u003c\/span\u003e \u003cstrong\u003e Wide-Flat Disc \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Included Bulb \u003c\/span\u003e \u003cstrong\u003e Warm-White LED · 2700K · Non-Dimmable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e Small — 40W · Medium — 60W · Large — 60W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e For Dimming, Use a Compatible Dimmable E26 LED Bulb With a Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Cable \u003c\/span\u003e \u003cstrong\u003e 59\" Adjustable · Custom Length Available on Request at No Extra Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Mounting \u003c\/span\u003e \u003cstrong\u003e Ceiling Pendant · Single Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Licensed Electrician Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-marlow__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__faq\"\u003e\u003cspan class=\"stb-marlow__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-marlow__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose for a dining table?\u003c\/summary\u003e\n\u003cp\u003eSmall works best for intimate tables and breakfast nooks. Medium is the most versatile option for standard 4–6 seat dining tables. Large is intentionally oversized and better suited to 8–12 seat tables, larger islands or rooms that need architectural scale.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the Large 35.4\" version too big for a normal room?\u003c\/summary\u003e\n\u003cp\u003eIt can be. The Large is deliberately wide and should be chosen when the table, island or room genuinely needs that scale. Medium is the more versatile residential option when you are uncertain.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. Marlow includes a warm-white 2700K E26 LED bulb. The included bulb is non-dimmable.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Marlow be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. Replace the included bulb with a compatible dimmable E26 LED and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer hanging cable?\u003c\/summary\u003e\n\u003cp\u003eYes. Custom cable lengths are available at no extra charge. Send your ceiling height and desired final drop to support@stuberlighting.com before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the silk shade?\u003c\/summary\u003e\n\u003cp\u003eUse a soft dry brush or a low-suction vacuum attachment. Do not use water, damp cloths or cleaning sprays on the silk. Avoid heavy humidity and cooking-oil vapor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-marlow__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"∅ 17.7″ x H 14.2″ \/ White","offer_id":52495727657243,"sku":"STB-PL-26-10062","price":780.0,"currency_code":"USD","in_stock":true},{"title":"∅ 25.6″ x H 10.2″ \/ White","offer_id":52495727690011,"sku":"STB-PL-26-10063","price":1150.0,"currency_code":"USD","in_stock":true},{"title":"∅ 35.4″ x H 8.7″ \/ White","offer_id":52495727722779,"sku":"STB-PL-26-10064","price":1880.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/marlow-wide-flat-silk-disc-pendant-light-stuberlighting_1.jpg?v=1783560537"},{"product_id":"odalia-silk-drum-pendant-light","title":"Odalia Silk Drum Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — ODALIA\n   Silk Drum Pendant Light\n\n   Transparent outer wrapper\n   Quiet card-based luxury\n   Mobile responsive\n\n   SHOPPER FLOW:\n   DRUM FORM → SIZE → BULB COUNT\n   → SILK → DROP → INSTALL → CARE → SPECS\n========================================================= *\/\n\n.stb-odalia{\n  --paper:#FFFDF9;\n  --paper-soft:#F7F2EC;\n  --silk:#F3EEE6;\n  --silk-deep:#ECE3D7;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D9CFC5;\n  --line-dark:#C8BAAD;\n\n  --gold:#AE8C60;\n  --gold-dark:#795D40;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-odalia *,\n.stb-odalia *::before,\n.stb-odalia *::after{\n  box-sizing:border-box;\n}\n\n.stb-odalia h2,\n.stb-odalia h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-odalia p{\n  margin-top:0;\n}\n\n.stb-odalia__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9.2px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-odalia__title{\n  max-width:610px;\n\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.15;\n  letter-spacing:-.01em;\n}\n\n.stb-odalia__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-odalia__copy{\n  max-width:650px;\n\n  margin:0;\n\n  color:#645A52;\n\n  font-size:12.2px;\n  line-height:1.62;\n}\n\n.stb-odalia__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#867970;\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-odalia__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 215px;\n\n  margin-bottom:12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.025);\n\n  overflow:hidden;\n}\n\n.stb-odalia__intro-copy{\n  padding:23px 25px;\n}\n\n.stb-odalia__intro-copy p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.4px;\n  line-height:1.68;\n}\n\n.stb-odalia__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:19px;\n\n  background:var(--espresso);\n}\n\n.stb-odalia__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.stb-odalia__intro-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__intro-side span{\n  color:#D7CCC3;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-odalia__facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__fact{\n  padding:11px 13px;\n\n  border-right:1px solid var(--line);\n}\n\n.stb-odalia__fact:last-child{\n  border-right:0;\n}\n\n.stb-odalia__fact small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__fact strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   DRUM FORM\n========================================================= *\/\n\n.stb-odalia__form{\n  display:grid;\n  grid-template-columns:165px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__form-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-odalia__form-label small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB18C;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__form-label strong{\n  color:#FFF7EF;\n\n  font-size:12.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__form-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-odalia__form-item{\n  padding:14px 16px;\n}\n\n.stb-odalia__form-item + .stb-odalia__form-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__form-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__form-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.4px;\n  font-weight:500;\n}\n\n.stb-odalia__form-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.8px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-odalia__image-link{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line-dark);\n  border-radius:4px;\n\n  text-decoration:none;\n\n  overflow:visible;\n}\n\n.stb-odalia__image-link img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   SIZES\n========================================================= *\/\n\n.stb-odalia__sizes{\n  margin-bottom:28px;\n}\n\n.stb-odalia__sizes-head{\n  margin-bottom:12px;\n}\n\n.stb-odalia__size-layout{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  box-shadow:0 5px 18px rgba(30,25,21,.02);\n\n  overflow:hidden;\n}\n\n.stb-odalia__dimension-wrap{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--paper-soft);\n\n  border-right:1px solid var(--line);\n}\n\n.stb-odalia__dimension{\n  width:124px;\n  max-width:100%;\n}\n\n.stb-odalia__size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-odalia__size{\n  padding:14px 15px;\n\n  min-width:0;\n}\n\n.stb-odalia__size:nth-child(2),\n.stb-odalia__size:nth-child(4){\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__size:nth-child(3),\n.stb-odalia__size:nth-child(4){\n  border-top:1px solid var(--line);\n}\n\n.stb-odalia__size--recommended{\n  background:var(--silk);\n}\n\n.stb-odalia__size small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__size strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:12.6px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-odalia__size span{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.stb-odalia__size p{\n  margin:0;\n\n  color:#6D625A;\n\n  font-size:9.6px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   BULB COUNT\n========================================================= *\/\n\n.stb-odalia__bulbs{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__bulbs-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--silk-deep);\n}\n\n.stb-odalia__bulbs-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__bulbs-label strong{\n  color:var(--ink);\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__bulb-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-odalia__bulb-item{\n  padding:15px 16px;\n}\n\n.stb-odalia__bulb-item + .stb-odalia__bulb-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__bulb-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__bulb-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.6px;\n  font-weight:500;\n}\n\n.stb-odalia__bulb-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.8px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   MATERIAL\n========================================================= *\/\n\n.stb-odalia__material{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 200px;\n\n  margin-bottom:28px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__material-copy{\n  padding:17px 18px;\n}\n\n.stb-odalia__material-copy p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:11.3px;\n  line-height:1.58;\n}\n\n.stb-odalia__material-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__material-side small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#80756C;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__material-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__material-side span{\n  color:#69615A;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   LIGHT\n========================================================= *\/\n\n.stb-odalia__light{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__light-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-odalia__light-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CAB18C;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__light-label strong{\n  color:#FFF7EF;\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__light-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-odalia__light-item{\n  padding:14px;\n}\n\n.stb-odalia__light-item + .stb-odalia__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__light-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.2px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__light-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.1px;\n  font-weight:500;\n}\n\n.stb-odalia__light-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.5px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   DIMMING\n========================================================= *\/\n\n.stb-odalia__dimming{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:28px;\n}\n\n.stb-odalia__dimming-card{\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-odalia__dimming-card--alt{\n  background:var(--paper-soft);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-odalia__dimming-card small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__dimming-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-odalia__dimming-card p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:10px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   DROP\n========================================================= *\/\n\n.stb-odalia__drop{\n  margin-bottom:28px;\n}\n\n.stb-odalia__drop-head{\n  margin-bottom:12px;\n}\n\n.stb-odalia__drop-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__drop-item{\n  padding:14px;\n}\n\n.stb-odalia__drop-item + .stb-odalia__drop-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__drop-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__drop-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-odalia__drop-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.6px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   CUSTOM DROP\n========================================================= *\/\n\n.stb-odalia__custom{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__custom-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-odalia__custom-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CAB18C;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__custom-label strong{\n  color:#FFF7EF;\n\n  font-size:12.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__custom-copy{\n  padding:14px 17px;\n}\n\n.stb-odalia__custom-copy p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.4px;\n  line-height:1.54;\n}\n\n.stb-odalia__custom-copy a{\n  color:var(--gold-dark);\n\n  font-weight:600;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   INSTALLATION\n========================================================= *\/\n\n.stb-odalia__install{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__install-item{\n  padding:13px 14px;\n}\n\n.stb-odalia__install-item + .stb-odalia__install-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-odalia__install-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897A70;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__install-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-odalia__install-item p{\n  margin:0;\n\n  color:#70655D;\n\n  font-size:9.6px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.stb-odalia__care{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--silk);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__care-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n}\n\n.stb-odalia__care-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#7E7064;\n\n  font-size:8.3px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-odalia__care-label strong{\n  color:var(--ink);\n\n  font-size:12.1px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-odalia__care-copy{\n  padding:14px 17px;\n\n  background:var(--paper);\n}\n\n.stb-odalia__care-copy p{\n  margin:0;\n\n  color:#685E56;\n\n  font-size:10.3px;\n  line-height:1.54;\n}\n\n\n\/* =========================================================\n   VARIATION NOTE\n========================================================= *\/\n\n.stb-odalia__variation{\n  margin-bottom:28px;\n\n  padding:12px 14px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-odalia__variation strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.4px;\n  font-weight:500;\n}\n\n.stb-odalia__variation p{\n  margin:0;\n\n  color:#675D55;\n\n  font-size:10.3px;\n  line-height:1.53;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-odalia__specs{\n  margin-bottom:28px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-odalia__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-odalia__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.7px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-odalia__spec-head strong{\n  color:#FFF7EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-odalia__spec{\n  display:grid;\n  grid-template-columns:27% 73%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid #E7E0DA;\n}\n\n.stb-odalia__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-odalia__spec span{\n  padding-right:10px;\n\n  color:#82786F;\n\n  font-size:10.1px;\n  line-height:1.45;\n}\n\n.stb-odalia__spec strong{\n  color:var(--ink);\n\n  font-size:11.3px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-odalia__faq{\n  max-width:760px;\n\n  margin:0 auto 28px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-odalia__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-odalia__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-odalia__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-odalia__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-odalia__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-odalia__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-odalia__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.7px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-odalia__shipping{\n  padding:18px 19px;\n\n  background:var(--paper-soft);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-odalia__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-odalia__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.4px;\n  line-height:1.62;\n}\n\n.stb-odalia__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-odalia__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-odalia__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-odalia__lightbox:target{\n  display:flex;\n}\n\n.stb-odalia__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-odalia__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n\n  box-shadow:0 15px 55px rgba(0,0,0,.4);\n}\n\n.stb-odalia__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-odalia__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.4px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-odalia__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-odalia__title{\n    font-size:25px;\n  }\n\n\n  .stb-odalia__facts{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stb-odalia__fact:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-odalia__fact:nth-child(1),\n  .stb-odalia__fact:nth-child(2){\n    border-bottom:1px solid var(--line);\n  }\n\n\n  .stb-odalia__size-layout{\n    grid-template-columns:120px minmax(0,1fr);\n  }\n\n  .stb-odalia__dimension{\n    width:96px;\n  }\n\n\n  .stb-odalia__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-odalia{\n    width:100%;\n    max-width:100%;\n\n    margin:0;\n\n    font-size:14px;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-odalia__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__intro-copy{\n    padding:17px 15px;\n  }\n\n  .stb-odalia__intro-side{\n    padding:12px 15px;\n  }\n\n  .stb-odalia__title{\n    font-size:23px;\n  }\n\n\n  \/* FORM *\/\n\n  .stb-odalia__form{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__form-label{\n    padding:11px 14px;\n  }\n\n  .stb-odalia__form-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__form-item + .stb-odalia__form-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-odalia__size-layout{\n    grid-template-columns:78px minmax(0,1fr);\n  }\n\n  .stb-odalia__dimension-wrap{\n    padding:6px;\n  }\n\n  .stb-odalia__dimension{\n    width:69px;\n  }\n\n  .stb-odalia__size-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__size{\n    padding:11px 12px;\n  }\n\n  .stb-odalia__size:nth-child(2),\n  .stb-odalia__size:nth-child(3),\n  .stb-odalia__size:nth-child(4){\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* BULBS *\/\n\n  .stb-odalia__bulbs{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__bulbs-label{\n    padding:11px 14px;\n  }\n\n  .stb-odalia__bulb-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__bulb-item + .stb-odalia__bulb-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-odalia__material{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__material-copy{\n    padding:14px;\n  }\n\n  .stb-odalia__material-side{\n    padding:12px 14px;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-odalia__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__light-label{\n    padding:11px 14px;\n  }\n\n  .stb-odalia__light-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__light-item + .stb-odalia__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* DIMMING *\/\n\n  .stb-odalia__dimming{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* DROP *\/\n\n  .stb-odalia__drop-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__drop-item + .stb-odalia__drop-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CUSTOM *\/\n\n  .stb-odalia__custom{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__custom-label{\n    padding:11px 14px;\n  }\n\n  .stb-odalia__custom-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* INSTALL *\/\n\n  .stb-odalia__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__install-item + .stb-odalia__install-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CARE *\/\n\n  .stb-odalia__care{\n    grid-template-columns:1fr;\n  }\n\n  .stb-odalia__care-label{\n    padding:11px 14px;\n  }\n\n  .stb-odalia__care-copy{\n    padding:12px 14px;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-odalia__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-odalia__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-odalia__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-odalia__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-odalia\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__intro\"\u003e\n\u003cdiv class=\"stb-odalia__intro-copy\"\u003e\n\u003cspan class=\"stb-odalia__eyebrow\"\u003e Premium Silk · Classic Drum Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-odalia__title\"\u003eThe Silk Pendant That Lets the Room Stay in Focus.\u003c\/h2\u003e\n\u003cp\u003eOdalia pairs a clean cylindrical silhouette with a softly diffused silk surface. Symmetrical and easy to place, it brings warmth to the room without turning the light fixture into the main visual statement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__intro-side\"\u003e\n\u003csmall\u003e Four Sizes \u003c\/small\u003e \u003cstrong\u003e 15.7\" · 19.6\" · 23.6\" · 26.7\" \u003c\/strong\u003e \u003cspan\u003e E26 bulbs included · adjustable cable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__facts\"\u003e\n\u003cdiv class=\"stb-odalia__fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Premium Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__fact\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e \u003cstrong\u003e Classic Drum \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 2700K Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__fact\"\u003e\n\u003csmall\u003e Cable \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DRUM FORM\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__form\"\u003e\n\u003cdiv class=\"stb-odalia__form-label\"\u003e\n\u003csmall\u003e Odalia Form \u003c\/small\u003e \u003cstrong\u003e Simple Geometry, Easy to Place. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__form-body\"\u003e\n\u003cdiv class=\"stb-odalia__form-item\"\u003e\n\u003csmall\u003e Symmetrical \u003c\/small\u003e \u003cstrong\u003e Classic Cylindrical Shape \u003c\/strong\u003e\n\u003cp\u003eThe balanced drum silhouette works naturally with modern, Scandinavian, transitional and quieter interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__form-item\"\u003e\n\u003csmall\u003e Silk Diffusion \u003c\/small\u003e \u003cstrong\u003e Warm Light Without Glare \u003c\/strong\u003e\n\u003cp\u003eThe silk softens the visible bulb and spreads the light across the full shade surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\u003csection id=\"odalia-size-section\" class=\"stb-odalia__sizes\"\u003e\n\u003cdiv class=\"stb-odalia__sizes-head\"\u003e\n\u003cspan class=\"stb-odalia__eyebrow\"\u003e Choose the Size \u003c\/span\u003e\n\u003ch3 class=\"stb-odalia__section-title\"\u003eFour Sizes — Choose by Room and Table Scale.\u003c\/h3\u003e\n\u003cp class=\"stb-odalia__copy\"\u003eMedium is the most versatile residential size. Large and XL add both physical scale and additional bulbs for more even illumination across the wider shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__size-layout\"\u003e\n\u003c!-- SIZE IMAGE --\u003e\n\u003cdiv class=\"stb-odalia__dimension-wrap\"\u003e\n\u003cdiv class=\"stb-odalia__dimension\"\u003e\u003ca href=\"#odalia-size-image\" class=\"stb-odalia__image-link\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/odalia-silk-drum-pendant-light-stuberlighting_8.jpg?v=1783564976\" alt=\"Odalia silk drum pendant size reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-odalia__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE OPTIONS --\u003e\n\u003cdiv class=\"stb-odalia__size-grid\"\u003e\n\u003cdiv class=\"stb-odalia__size\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e Ø15.7\" × H12.5\" \u003c\/strong\u003e \u003cspan\u003e 40 × 32cm · 1 × E26 \u003c\/span\u003e\n\u003cp\u003eBedrooms, breakfast nooks, compact foyers and bedside-pendant pairs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__size stb-odalia__size--recommended\"\u003e\n\u003csmall\u003e Medium · Most Versatile \u003c\/small\u003e \u003cstrong\u003e Ø19.6\" × H13.8\" \u003c\/strong\u003e \u003cspan\u003e 50 × 35cm · 1 × E26 \u003c\/span\u003e\n\u003cp\u003e4–6 seat dining tables, standard living rooms, islands and residential foyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__size\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e Ø23.6\" × H15.7\" \u003c\/strong\u003e \u003cspan\u003e 60 × 40cm · 3 × E26 \u003c\/span\u003e\n\u003cp\u003e6–8 seat dining tables, wider islands and larger living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__size\"\u003e\n\u003csmall\u003e XL \u003c\/small\u003e \u003cstrong\u003e Ø26.7\" × H17.7\" \u003c\/strong\u003e \u003cspan\u003e 68 × 45cm · 3 × E26 \u003c\/span\u003e\n\u003cp\u003eOversized tables, large foyers, hospitality and commercial-scale rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"odalia-size-image\" href=\"#odalia-size-section\" class=\"stb-odalia__lightbox\"\u003e \u003cspan class=\"stb-odalia__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/odalia-silk-drum-pendant-light-stuberlighting_8.jpg?v=1783564976\" alt=\"Enlarged Odalia silk drum pendant size reference\"\u003e \u003cspan class=\"stb-odalia__lightbox-caption\"\u003e Odalia · Size Reference \u003c\/span\u003e \u003cspan class=\"stb-odalia__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       BULB COUNT\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__bulbs\"\u003e\n\u003cdiv class=\"stb-odalia__bulbs-label\"\u003e\n\u003csmall\u003e Bulbs by Size \u003c\/small\u003e \u003cstrong\u003e Larger Shades Use More Light Sources. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__bulb-grid\"\u003e\n\u003cdiv class=\"stb-odalia__bulb-item\"\u003e\n\u003csmall\u003e Small \/ Medium \u003c\/small\u003e \u003cstrong\u003e 1 × E26 Bulb \u003c\/strong\u003e\n\u003cp\u003eOne centered bulb provides even illumination across the smaller drum diameters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__bulb-item\"\u003e\n\u003csmall\u003e Large \/ XL \u003c\/small\u003e \u003cstrong\u003e 3 × E26 Bulbs \u003c\/strong\u003e\n\u003cp\u003eThree light sources distribute illumination more evenly across the wider silk shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__material\"\u003e\n\u003cdiv class=\"stb-odalia__material-copy\"\u003e\n\u003cspan class=\"stb-odalia__eyebrow\"\u003e Premium Silk \u003c\/span\u003e\n\u003ch3 class=\"stb-odalia__section-title\"\u003eWhite by Day. Warmer When Lit.\u003c\/h3\u003e\n\u003cp\u003eThe silk is stretched over a concealed internal metal frame to maintain the clean cylindrical shape. When unlit, the shade reads soft white. Once illuminated, the textile takes on a warmer cream tone and softens the light before it enters the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__material-side\"\u003e\n\u003csmall\u003e Construction \u003c\/small\u003e \u003cstrong\u003e Silk Over Hidden Metal Frame \u003c\/strong\u003e \u003cspan\u003e The internal structure maintains the drum profile without becoming part of the visible design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__light\"\u003e\n\u003cdiv class=\"stb-odalia__light-label\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Replaceable E26 Bulbs. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__light-grid\"\u003e\n\u003cdiv class=\"stb-odalia__light-item\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e 2700K Warm White \u003c\/strong\u003e\n\u003cp\u003eAll required E26 LED bulbs are included with the fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__light-item\"\u003e\n\u003csmall\u003e Maximum \u003c\/small\u003e \u003cstrong\u003e 40W Per Socket \u003c\/strong\u003e\n\u003cp\u003eCompatible with LED and Edison-style E26 bulbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__light-item\"\u003e\n\u003csmall\u003e Voltage \u003c\/small\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003cp\u003eSuitable for standard residential electrical systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__dimming\"\u003e\n\u003carticle class=\"stb-odalia__dimming-card\"\u003e\u003csmall\u003e Included Setup \u003c\/small\u003e \u003cstrong\u003e 2700K · Standard On \/ Off \u003c\/strong\u003e\n\u003cp\u003eThe included warm-white LED bulbs are non-dimmable and intended for standard on\/off use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-odalia__dimming-card stb-odalia__dimming-card--alt\"\u003e\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable E26 + Triac Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulbs with compatible dimmable E26 LEDs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DROP\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__drop\"\u003e\n\u003cdiv class=\"stb-odalia__drop-head\"\u003e\n\u003cspan class=\"stb-odalia__eyebrow\"\u003e Set the Hanging Height \u003c\/span\u003e\n\u003ch3 class=\"stb-odalia__section-title\"\u003e59\" Adjustable Cable Included.\u003c\/h3\u003e\n\u003cp class=\"stb-odalia__copy\"\u003eAdjust the final drop during installation according to ceiling height and the furniture below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__drop-grid\"\u003e\n\u003cdiv class=\"stb-odalia__drop-item\"\u003e\n\u003csmall\u003e Dining Table \u003c\/small\u003e \u003cstrong\u003e Approx. 30–36\" \u003c\/strong\u003e\n\u003cp\u003eA practical starting point from tabletop to the light source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__drop-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e Approx. 32–38\" \u003c\/strong\u003e\n\u003cp\u003eA practical starting point from countertop to the light source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__drop-item\"\u003e\n\u003csmall\u003e Standard Cable \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003cp\u003eSuitable for most residential ceiling heights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CUSTOM CABLE\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__custom\"\u003e\n\u003cdiv class=\"stb-odalia__custom-label\"\u003e\n\u003csmall\u003e High Ceiling? \u003c\/small\u003e \u003cstrong\u003e Custom Cable Length Available. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__custom-copy\"\u003e\n\u003cp\u003eNeed a longer drop for a vaulted, staircase or double-height space? Custom cable lengths are available at no extra charge. Send your ceiling height and desired finished drop to \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       INSTALL\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__install\"\u003e\n\u003cdiv class=\"stb-odalia__install-item\"\u003e\n\u003csmall\u003e Mounting \u003c\/small\u003e \u003cstrong\u003e Ceiling Pendant \u003c\/strong\u003e\n\u003cp\u003eSuspended from a single ceiling canopy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__install-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eConnects to a standard ceiling junction box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__install-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Electrician Required \u003c\/strong\u003e\n\u003cp\u003eProfessional hardwired installation is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__care\"\u003e\n\u003cdiv class=\"stb-odalia__care-label\"\u003e\n\u003csmall\u003e Silk Care \u003c\/small\u003e \u003cstrong\u003e Keep It Dry. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__care-copy\"\u003e\n\u003cp\u003eDust gently with a soft dry brush or low-suction vacuum attachment. Avoid water, damp cloths, cleaning sprays, heavy cooking vapor and high-humidity environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SILK NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__variation\"\u003e\u003cstrong\u003e Subtle variation in the silk surface is normal. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in textile texture, tone and translucency may appear from one shade to another. These subtle variations are characteristics of the hand-finished silk surface rather than defects.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__specs\"\u003e\n\u003cdiv class=\"stb-odalia__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Odalia \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Sizes \u003c\/span\u003e \u003cstrong\u003e Small — Ø15.7\" × H12.5\" · Medium — Ø19.6\" × H13.8\" · Large — Ø23.6\" × H15.7\" · XL — Ø26.7\" × H17.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Premium Silk Shade · Internal Metal Frame · Metal Canopy \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Shade Color \u003c\/span\u003e \u003cstrong\u003e White · Warm-Cream Appearance When Lit \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Silhouette \u003c\/span\u003e \u003cstrong\u003e Classic Drum · Cylindrical · Symmetrical \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 · Bulbs Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Bulbs by Size \u003c\/span\u003e \u003cstrong\u003e Small \/ Medium — 1 × E26 · Large \/ XL — 3 × E26 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Included Bulbs \u003c\/span\u003e \u003cstrong\u003e Warm-White LED · 2700K · Non-Dimmable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Maximum Per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e For Dimming, Use Compatible Dimmable E26 LED Bulbs With a Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Cable \u003c\/span\u003e \u003cstrong\u003e 59\" Adjustable · Custom Length Available on Request at No Extra Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Mounting \u003c\/span\u003e \u003cstrong\u003e Ceiling Pendant · Single Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Licensed Electrician Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-odalia__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__faq\"\u003e\u003cspan class=\"stb-odalia__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-odalia__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eSmall works well in bedrooms, breakfast nooks and compact foyers. Medium is the most versatile residential option for 4–6 seat dining tables, kitchens and standard living spaces. Large suits wider rooms and 6–8 seat tables, while XL is intended for genuinely large residential or hospitality-scale spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy do Large and XL use three bulbs?\u003c\/summary\u003e\n\u003cp\u003eTheir wider diameters need more than one light source to keep the silk evenly illuminated. Small and Medium use one centered E26 bulb; Large and XL use three E26 bulbs distributed across the interior.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs included?\u003c\/summary\u003e\n\u003cp\u003eYes. All required E26 LED bulbs are included. They are warm-white 2700K and non-dimmable.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Odalia be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. Replace the included bulbs with compatible dimmable E26 LEDs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I request a longer cable?\u003c\/summary\u003e\n\u003cp\u003eYes. Custom cable lengths are available at no extra charge. Send your ceiling height and desired finished drop to support@stuberlighting.com before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the silk shade?\u003c\/summary\u003e\n\u003cp\u003eDust with a soft dry brush or low-suction vacuum attachment. Do not use water, damp cloths or cleaning sprays. Avoid heavy humidity and cooking-oil vapor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-odalia__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 15.7″ x H 12.5″ \/ White","offer_id":52495796633883,"sku":"STB-PL-26-10065","price":295.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.6″ x H 13.8″ \/ White","offer_id":52495796666651,"sku":"STB-PL-26-10066","price":475.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6″ x H 15.7″ \/ White","offer_id":52495796699419,"sku":"STB-PL-26-10067","price":575.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7″ x H 17.7″ \/ White","offer_id":52495796732187,"sku":"STB-PL-26-10068","price":715.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/odalia-silk-drum-pendant-light-stuberlighting_1.jpg?v=1783564976"},{"product_id":"tsuki-pendant-light","title":"Tsuki Washi Paper Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — TSUKI PENDANT LIGHT\n\n   WASHI \/ GLOW \/ SCALE\n\n   QUIET LUXURY CARD SYSTEM\n   SHOPPER-FIRST · DAWN SAFE\n   DESKTOP + MOBILE\n========================================================= *\/\n\n.stb-tsuki{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --body:#625348;\n  --muted:#827568;\n\n  --gold:#C8A96E;\n  --gold-dark:#967143;\n\n  --cream:#F5EDD8;\n  --paper:#F8F2E7;\n  --ivory:#FFFDF8;\n  --soft:#FBF8F2;\n\n  --line:#DED2BD;\n  --line-strong:#CAB895;\n\n  --shadow:0 9px 30px rgba(28,18,9,.075);\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-tsuki *,\n.stb-tsuki *::before,\n.stb-tsuki *::after{\n  box-sizing:border-box;\n}\n\n.stb-tsuki h2,\n.stb-tsuki h3,\n.stb-tsuki p{\n  margin-top:0;\n}\n\n.stb-tsuki h2,\n.stb-tsuki h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-tsuki img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-tsuki a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   CARD SYSTEM\n========================================================= *\/\n\n.tsk-card{\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line-strong);\n  border-radius:9px;\n\n  box-shadow:var(--shadow);\n\n  overflow:hidden;\n}\n\n.tsk-card:first-child{\n  margin-top:0;\n}\n\n.tsk-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.tsk-section-head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:27px;\n\n  margin-bottom:15px;\n}\n\n.tsk-section-head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.tsk-section-head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.tsk-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — OPENING\n========================================================= *\/\n\n.tsk-opening{\n  padding:28px 29px 25px;\n\n  border-top:4px solid var(--espresso);\n}\n\n.tsk-opening__layout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,205px);\n\n  gap:24px;\n}\n\n.tsk-opening__copy{\n  min-width:0;\n}\n\n.tsk-opening h2{\n  max-width:570px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.05;\n}\n\n.tsk-opening__lead{\n  max-width:570px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* FACTS *\/\n\n.tsk-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:24px;\n\n  margin-top:19px;\n}\n\n.tsk-fact{\n  min-width:95px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.tsk-fact:nth-child(2){\n  border-color:var(--line-strong);\n}\n\n.tsk-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.tsk-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* DARK DECISION *\/\n\n.tsk-scale-card{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.tsk-scale-card small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-scale-card strong{\n  display:block;\n\n  margin:4px 0 7px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:21px;\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n.tsk-scale-card p{\n  margin:0;\n\n  color:#D7CCBE;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* MINI DECISION ROW *\/\n\n.tsk-choice{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.tsk-choice__item{\n  min-width:0;\n\n  padding:10px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.tsk-choice__item:last-child{\n  border-color:var(--gold);\n}\n\n.tsk-choice__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-choice__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:17px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.tsk-choice__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — WASHI MATERIAL\n========================================================= *\/\n\n.tsk-material{\n  padding:26px 28px;\n}\n\n.tsk-material__layout{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:22px;\n}\n\n\n\/* IMAGE CARD *\/\n\n.tsk-material-image{\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.tsk-material-image__frame{\n  width:132px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  border-radius:4px;\n}\n\n.tsk-material-image__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.tsk-material-image__frame img{\n  max-height:125px !important;\n}\n\n.tsk-material-image__copy{\n  padding:8px 2px 1px;\n}\n\n.tsk-material-image__copy small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-material-image__copy strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  line-height:1.4;\n\n  font-weight:600;\n}\n\n\n\/* MATERIAL INFO *\/\n\n.tsk-material-info{\n  min-width:0;\n}\n\n.tsk-material-row{\n  display:grid;\n  grid-template-columns:minmax(0,92px) minmax(0,1fr);\n\n  gap:14px;\n\n  padding:10px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tsk-material-row:first-child{\n  padding-top:1px;\n}\n\n.tsk-material-row:last-child{\n  border-bottom:0;\n}\n\n.tsk-material-row small{\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-material-row strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.tsk-material-row p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.46;\n}\n\n\n\/* GLOW NOTE *\/\n\n.tsk-glow{\n  display:grid;\n  grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n  gap:16px;\n  align-items:center;\n\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.tsk-glow strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.tsk-glow span{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   03 — SIZE\n========================================================= *\/\n\n.tsk-size{\n  padding:26px 28px;\n}\n\n.tsk-size-layout{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:13px;\n}\n\n\n\/* DIMENSION CARD *\/\n\n.tsk-dimension{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.tsk-dimension__frame{\n  width:118px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.tsk-dimension__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  text-decoration:none;\n}\n\n.tsk-dimension__frame img{\n  max-height:115px !important;\n}\n\n\n\/* SIZE OPTIONS *\/\n\n.tsk-size-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  min-width:0;\n}\n\n.tsk-size-option{\n  min-width:0;\n\n  padding:14px 14px 13px;\n\n  background:var(--soft);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.tsk-size-option--statement{\n  background:var(--espresso);\n\n  border-color:var(--espresso);\n}\n\n.tsk-size-option small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-size-option__number{\n  display:block;\n\n  margin:3px 0 2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:24px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.tsk-size-option__height{\n  display:block;\n\n  margin-bottom:8px;\n\n  color:var(--gold-dark);\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.tsk-size-option p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.44;\n}\n\n.tsk-size-option__best{\n  margin-top:8px;\n\n  padding-top:8px;\n\n  border-top:1px solid var(--line);\n}\n\n.tsk-size-option__best strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.tsk-size-option__best span{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* DARK SIZE *\/\n\n.tsk-size-option--statement small,\n.tsk-size-option--statement .tsk-size-option__height{\n  color:var(--gold);\n}\n\n.tsk-size-option--statement .tsk-size-option__number,\n.tsk-size-option--statement .tsk-size-option__best strong{\n  color:#FFF8ED;\n}\n\n.tsk-size-option--statement p,\n.tsk-size-option--statement .tsk-size-option__best span{\n  color:#D6CABC;\n}\n\n.tsk-size-option--statement .tsk-size-option__best{\n  border-color:rgba(255,255,255,.15);\n}\n\n\n\/* INSTALL *\/\n\n.tsk-install{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:11px;\n}\n\n.tsk-install__item{\n  min-width:0;\n\n  padding:10px 11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.tsk-install__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.tsk-install__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.tsk-install__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.tsk-specs{\n  padding:25px 28px;\n}\n\n.tsk-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.tsk-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.tsk-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.tsk-spec-list{\n  border-top:1px solid var(--espresso);\n}\n\n.tsk-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.tsk-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.tsk-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.tsk-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:12px;\n}\n\n.tsk-note{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.tsk-note strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.tsk-note span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* HANDMADE NOTE *\/\n\n.tsk-handmade{\n  margin-top:9px;\n\n  padding-top:10px;\n\n  border-top:1px solid var(--line);\n\n  color:var(--muted);\n\n  font-size:10.5px;\n  line-height:1.55;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.tsk-shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--espresso);\n}\n\n.tsk-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.tsk-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.tsk-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.tsk-shipping a{\n  color:var(--gold-dark);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.tsk-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.tsk-lightbox:target{\n  display:flex;\n}\n\n.tsk-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.tsk-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  object-fit:contain !important;\n}\n\n.tsk-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.tsk-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .tsk-opening,\n  .tsk-material,\n  .tsk-size,\n  .tsk-specs{\n    padding:23px 19px;\n  }\n\n  .tsk-opening h2{\n    font-size:27px;\n  }\n\n  .tsk-opening__layout{\n    grid-template-columns:minmax(0,1fr) minmax(0,170px);\n  }\n\n  .tsk-section-head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n  .tsk-material__layout{\n    grid-template-columns:minmax(0,135px) minmax(0,1fr);\n  }\n\n  .tsk-material-image__frame{\n    width:112px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:520px){\n\n  .tsk-card{\n    border-radius:8px;\n  }\n\n\n  .tsk-opening__layout{\n    grid-template-columns:1fr;\n  }\n\n\n  .tsk-choice{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .tsk-material__layout{\n    grid-template-columns:minmax(0,120px) minmax(0,1fr);\n\n    gap:14px;\n  }\n\n  .tsk-material-image__frame{\n    width:98px;\n  }\n\n  .tsk-material-image__frame img{\n    max-height:94px !important;\n  }\n\n\n  .tsk-material-row{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:8px 0;\n  }\n\n\n  .tsk-glow{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n\n  .tsk-size-layout{\n    grid-template-columns:1fr;\n  }\n\n  .tsk-dimension{\n    padding:9px;\n  }\n\n  .tsk-dimension__frame{\n    width:100px;\n  }\n\n  .tsk-dimension__frame img{\n    max-height:96px !important;\n  }\n\n\n  .tsk-size-options{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .tsk-size-option{\n    padding:12px 10px;\n  }\n\n  .tsk-size-option__number{\n    font-size:21px;\n  }\n\n\n  .tsk-install{\n    grid-template-columns:1fr;\n  }\n\n\n  .tsk-specs__head{\n    display:block;\n  }\n\n  .tsk-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .tsk-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .tsk-spec__label{\n    color:var(--gold-dark);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .tsk-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* VERY SMALL MOBILE *\/\n\n@media(max-width:380px){\n\n  .tsk-choice,\n  .tsk-size-options{\n    grid-template-columns:1fr;\n  }\n\n  .tsk-material__layout{\n    grid-template-columns:1fr;\n  }\n\n  .tsk-material-image{\n    width:125px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-tsuki\" id=\"tsk-root\"\u003e\n\u003c!-- =====================================================\n       01 — OPENING\n  ====================================================== --\u003e\n\u003csection class=\"tsk-card tsk-opening\"\u003e\n\u003cdiv class=\"tsk-opening__layout\"\u003e\n\u003cdiv class=\"tsk-opening__copy\"\u003e\n\u003cspan class=\"tsk-eyebrow\"\u003e Tsuki Pendant Light · Washi Series \u003c\/span\u003e\n\u003ch2\u003eSoft Light, Shaped by Washi\u003c\/h2\u003e\n\u003cp class=\"tsk-opening__lead\"\u003eA softly rounded Japanese-inspired pendant wrapped in translucent washi paper. Rather than exposing the bulb directly, the paper filters the light into a warm, even glow designed for calm residential spaces.\u003c\/p\u003e\n\u003cdiv class=\"tsk-facts\"\u003e\n\u003cdiv class=\"tsk-fact\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Washi \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-fact\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e 2 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-fact\"\u003e\n\u003csmall\u003e Included Light \u003c\/small\u003e \u003cstrong\u003e 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"tsk-scale-card\"\u003e\u003csmall\u003e Choose by Scale \u003c\/small\u003e \u003cstrong\u003e Intimate or Statement \u003c\/strong\u003e\n\u003cp\u003eØ21.7\" keeps the lantern calm and compact. Ø34.6\" turns the same soft globe into a stronger architectural focal point.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-choice\"\u003e\n\u003cdiv class=\"tsk-choice__item\"\u003e\n\u003csmall\u003e Compact \u003c\/small\u003e \u003cstrong\u003e Ø21.7\" \u003c\/strong\u003e \u003cspan\u003e Breakfast nook · bedroom · reading corner \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-choice__item\"\u003e\n\u003csmall\u003e Statement \u003c\/small\u003e \u003cstrong\u003e Ø34.6\" \u003c\/strong\u003e \u003cspan\u003e Dining room · kitchen island · foyer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"tsk-card tsk-material\"\u003e\n\u003cdiv class=\"tsk-section-head\"\u003e\n\u003ch3\u003eThe Paper Is the Light\u003c\/h3\u003e\n\u003cp\u003eTsuki uses Japanese washi paper stretched over a fine internal metal frame. Its fibrous translucent surface softens the bulb before the light reaches the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-material__layout\"\u003e\n\u003c!-- MATERIAL IMAGE --\u003e\n\u003carticle class=\"tsk-material-image\"\u003e\n\u003cdiv class=\"tsk-material-image__frame\"\u003e\u003ca href=\"#tsk-material-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Close-up of fibrous translucent washi paper used for the Tsuki pendant light\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"tsk-material-image__copy\"\u003e\n\u003csmall\u003e Material Detail \u003c\/small\u003e \u003cstrong\u003e Japanese Washi Paper \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MATERIAL INFO --\u003e\n\u003cdiv class=\"tsk-material-info\"\u003e\n\u003cdiv class=\"tsk-material-row\"\u003e\n\u003csmall\u003e Paper \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Imported Washi \u003c\/strong\u003e\n\u003cp\u003eA naturally fibrous, translucent paper surface with subtle handmade character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-material-row\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Hand-Stretched Over Wire Frame \u003c\/strong\u003e\n\u003cp\u003eThe fine internal metal frame gives the lantern its softly rounded shape while remaining visually discreet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-material-row\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Soft, Diffused Ambient Glow \u003c\/strong\u003e\n\u003cp\u003eThe paper surrounds the bulb, reducing glare and producing gentler evening light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-glow\"\u003e\n\u003cstrong\u003e Designed for Ambient Light \u003c\/strong\u003e \u003cspan\u003e Tsuki is best used as a warm atmospheric source. For kitchen task lighting, pair it with dedicated work-surface lighting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — SIZE\n  ====================================================== --\u003e\n\u003csection class=\"tsk-card tsk-size\"\u003e\n\u003cdiv class=\"tsk-section-head\"\u003e\n\u003ch3\u003eChoose the Presence You Want\u003c\/h3\u003e\n\u003cp\u003eBoth sizes share the same rounded Washi form. The difference is how strongly the lantern registers in the room: quiet and intimate, or large and sculptural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-size-layout\"\u003e\n\u003c!-- DIMENSION --\u003e\n\u003cdiv class=\"tsk-dimension\"\u003e\n\u003cdiv class=\"tsk-dimension__frame\"\u003e\u003ca href=\"#tsk-dimension-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tsuki-pendant-light-stuberlighting_4.jpg?v=1784017916\" alt=\"Tsuki pendant light dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"tsk-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- OPTIONS --\u003e\n\u003cdiv class=\"tsk-size-options\"\u003e\n\u003carticle class=\"tsk-size-option\"\u003e\u003csmall\u003e Size 01 · Compact \u003c\/small\u003e \u003cstrong class=\"tsk-size-option__number\"\u003e Ø21.7\" \u003c\/strong\u003e \u003cspan class=\"tsk-size-option__height\"\u003e H20.9\" \u003c\/span\u003e\n\u003cp\u003eThe quieter proportion for smaller rooms and standard residential ceilings.\u003c\/p\u003e\n\u003cdiv class=\"tsk-size-option__best\"\u003e\n\u003cstrong\u003e Best For \u003c\/strong\u003e \u003cspan\u003e 4–6 seat dining · bedroom · reading corner \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tsk-size-option tsk-size-option--statement\"\u003e\u003csmall\u003e Size 02 · Statement \u003c\/small\u003e \u003cstrong class=\"tsk-size-option__number\"\u003e Ø34.6\" \u003c\/strong\u003e \u003cspan class=\"tsk-size-option__height\"\u003e H33.1\" \u003c\/span\u003e\n\u003cp\u003eA much stronger visual volume for larger dining and open architectural spaces.\u003c\/p\u003e\n\u003cdiv class=\"tsk-size-option__best\"\u003e\n\u003cstrong\u003e Best For \u003c\/strong\u003e \u003cspan\u003e 8+ seat dining · island · foyer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-install\"\u003e\n\u003cdiv class=\"tsk-install__item\"\u003e\n\u003csmall\u003e Ceiling \u003c\/small\u003e \u003cstrong\u003e 8 ft \/ 9 ft+ \u003c\/strong\u003e \u003cspan\u003e Compact works with 8-ft ceilings; Statement is best from 9 ft. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-install__item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e \u003cspan\u003e Extended suspension lengths are available on request. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-install__item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e \u003cspan\u003e Professional installation by a licensed electrician is recommended. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"tsk-card tsk-specs\"\u003e\n\u003cdiv class=\"tsk-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Tsuki Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec-list\"\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Compact — Ø21.7\" × H20.9\"\u003cbr\u003eStatement — Ø34.6\" × H33.1\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Japanese washi paper shade · Fine internal metal wire frame · Ceiling canopy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Paper \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Fibrous translucent washi · Hand-stretched over frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e E26 (US) \/ E27 · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Warm-white LED · 2700K · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e 40W maximum or LED equivalent \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Compatible with a dimmable E26 \/ E27 LED bulb and compatible Triac wall dimmer (dimmable bulb and dimmer sold separately) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Cord \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e 59\" standard · Adjustable during installation · Extended lengths available on request at no extra charge \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Ceiling Guidance \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Ø21.7\" — suitable for standard 8-ft residential ceilings\u003cbr\u003eØ34.6\" — 9-ft+ recommended · 10-ft+ ideal for foyer applications \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Wiring \/ Installation \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Hardwired ceiling mount · Licensed electrician strongly recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e IP20 · Indoor dry locations only · Not suitable for bathrooms or humid environments \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Care \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Dust gently with a soft dry microfiber duster or low-suction fabric brush · Do not use water, damp cloths or cleaning sprays \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Package Includes \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Washi shade + frame + canopy · Warm-white LED bulb · Mounting hardware · Installation instructions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-spec\"\u003e\n\u003cspan class=\"tsk-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"tsk-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-notes\"\u003e\n\u003cdiv class=\"tsk-note\"\u003e\n\u003cstrong\u003e Washi Care \u003c\/strong\u003e \u003cspan\u003e Keep the paper dry and away from prolonged direct sunlight, moisture and strong forced-air vents. Handle the shade with clean, dry hands during installation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tsk-note\"\u003e\n\u003cstrong\u003e Warm Light Recommended \u003c\/strong\u003e \u003cspan\u003e The included 2700K LED is selected to complement the natural tone of the washi paper. Cooler bulbs will produce a noticeably different character. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"tsk-handmade\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING\n  ====================================================== --\u003e\n\u003csection class=\"tsk-card tsk-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — MATERIAL\n  ====================================================== --\u003e \u003ca id=\"tsk-material-large\" href=\"#tsk-root\" class=\"tsk-lightbox\"\u003e \u003cspan class=\"tsk-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Washi paper texture\"\u003e \u003cspan class=\"tsk-lightbox__caption\"\u003e Tsuki · Washi Paper Detail \u003c\/span\u003e \u003cspan class=\"tsk-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSIONS\n  ====================================================== --\u003e \u003ca id=\"tsk-dimension-large\" href=\"#tsk-root\" class=\"tsk-lightbox\"\u003e \u003cspan class=\"tsk-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tsuki-pendant-light-stuberlighting_4.jpg?v=1784017916\" alt=\"Enlarged Tsuki pendant light dimensions\"\u003e \u003cspan class=\"tsk-lightbox__caption\"\u003e Tsuki · Compact + Statement Dimensions \u003c\/span\u003e \u003cspan class=\"tsk-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 21.7\"x H 20.9\" \/ Metal \u0026 Paper","offer_id":52513313816859,"sku":"STB-PL-26-10075","price":280.0,"currency_code":"USD","in_stock":true},{"title":"Dia 34.6\"x H 33.1\" \/ Metal \u0026 Paper","offer_id":52513313849627,"sku":"STB-PL-26-10076","price":480.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/tsuki-pendant-light-stuberlighting_1.jpg?v=1784017916"},{"product_id":"washi-paper-l6-pendant-light","title":"Washi Paper L6 Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — WASHI PAPER L6\n\n   HEIGHT \/ WIRE \/ WASHI\n\n   ARCHITECTURAL WASHI EDITORIAL\n   QUIET LUXURY · CARD-LED · SHOPPER-FIRST\n   DESKTOP + MOBILE · DAWN SAFE\n========================================================= *\/\n\n.stb-l6{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --body:#625348;\n  --muted:#827568;\n\n  --gold:#C8A96E;\n  --gold-dark:#967143;\n\n  --cream:#F5EDD8;\n  --paper:#F8F2E7;\n  --ivory:#FFFDF8;\n  --soft:#FBF8F2;\n\n  --line:#DED2BD;\n  --line-strong:#C9B895;\n\n  --shadow:0 9px 30px rgba(28,18,9,.075);\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-l6 *,\n.stb-l6 *::before,\n.stb-l6 *::after{\n  box-sizing:border-box;\n}\n\n.stb-l6 h2,\n.stb-l6 h3,\n.stb-l6 p{\n  margin-top:0;\n}\n\n.stb-l6 h2,\n.stb-l6 h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-l6 img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n.stb-l6 a{\n  box-sizing:border-box;\n}\n\n\n\/* =========================================================\n   CARD SYSTEM\n========================================================= *\/\n\n.l6-card{\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line-strong);\n  border-radius:9px;\n\n  box-shadow:var(--shadow);\n\n  overflow:hidden;\n}\n\n.l6-card:first-child{\n  margin-top:0;\n}\n\n.l6-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.l6-section-head{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:28px;\n\n  margin-bottom:15px;\n}\n\n.l6-section-head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.l6-section-head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.l6-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — OPENING\n========================================================= *\/\n\n.l6-opening{\n  padding:28px 29px 25px;\n\n  border-top:4px solid var(--espresso);\n}\n\n.l6-opening__layout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,205px);\n\n  gap:24px;\n  align-items:stretch;\n}\n\n.l6-opening__copy{\n  min-width:0;\n}\n\n.l6-opening h2{\n  max-width:590px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.05;\n}\n\n.l6-opening__lead{\n  max-width:585px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* FACTS *\/\n\n.l6-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:23px;\n\n  margin-top:19px;\n}\n\n.l6-fact{\n  min-width:96px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.l6-fact:nth-child(2){\n  border-color:var(--line-strong);\n}\n\n.l6-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.l6-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* HEIGHT ANCHOR *\/\n\n.l6-height{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.l6-height small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-height strong{\n  display:block;\n\n  margin:4px 0 2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:38px;\n  line-height:.95;\n\n  font-weight:500;\n}\n\n.l6-height em{\n  display:block;\n\n  margin-bottom:8px;\n\n  color:var(--gold);\n\n  font-style:normal;\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n.l6-height p{\n  margin:0;\n\n  color:#D7CCBE;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* CEILING CHECK *\/\n\n.l6-ceiling-check{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.l6-ceiling-check__item{\n  min-width:0;\n\n  padding:10px 11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.l6-ceiling-check__item--ideal{\n  border-color:var(--gold);\n}\n\n.l6-ceiling-check__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-ceiling-check__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.l6-ceiling-check__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — MATERIAL\n========================================================= *\/\n\n.l6-material{\n  padding:26px 28px;\n}\n\n.l6-material__grid{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,145px) minmax(0,1fr);\n\n  gap:12px;\n}\n\n\n\/* IMAGE CARDS *\/\n\n.l6-image-card{\n  min-width:0;\n\n  padding:9px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.l6-image-card__frame{\n  width:120px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  border-radius:4px;\n}\n\n.l6-image-card__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.l6-image-card__frame img{\n  max-height:114px !important;\n}\n\n.l6-image-card__copy{\n  padding:8px 2px 1px;\n}\n\n.l6-image-card__copy small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-image-card__copy strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* MATERIAL INFO *\/\n\n.l6-material-info{\n  min-width:0;\n\n  padding-left:4px;\n}\n\n.l6-material-row{\n  display:grid;\n  grid-template-columns:minmax(0,82px) minmax(0,1fr);\n\n  gap:13px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.l6-material-row:first-child{\n  padding-top:3px;\n}\n\n.l6-material-row:last-child{\n  border-bottom:0;\n}\n\n.l6-material-row small{\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-material-row strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.l6-material-row p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.44;\n}\n\n\n\/* GLOW STRIP *\/\n\n.l6-glow{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:16px;\n\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.l6-glow strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.l6-glow span{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   03 — WIRE + SCALE\n========================================================= *\/\n\n.l6-fit{\n  padding:26px 28px;\n}\n\n\n\/* MAIN LAYOUT *\/\n\n.l6-fit__layout{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:13px;\n}\n\n\n\/* DIMENSION CARD *\/\n\n.l6-dimension{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.l6-dimension__frame{\n  width:118px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.l6-dimension__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  text-decoration:none;\n}\n\n.l6-dimension__frame img{\n  max-height:120px !important;\n}\n\n\n\/* SCALE SUMMARY *\/\n\n.l6-scale-info{\n  min-width:0;\n\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.l6-scale-box{\n  min-width:0;\n\n  padding:13px;\n\n  background:var(--soft);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.l6-scale-box--height{\n  background:var(--espresso);\n\n  border-color:var(--espresso);\n}\n\n.l6-scale-box small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-scale-box strong{\n  display:block;\n\n  margin:3px 0;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.l6-scale-box p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.43;\n}\n\n.l6-scale-box--height small{\n  color:var(--gold);\n}\n\n.l6-scale-box--height strong{\n  color:#FFF8ED;\n}\n\n.l6-scale-box--height p{\n  color:#D6CABC;\n}\n\n\n\/* WIRE HEADING *\/\n\n.l6-wire-head{\n  margin-top:15px;\n  margin-bottom:9px;\n}\n\n.l6-wire-head small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-wire-head strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* WIRE CARDS *\/\n\n.l6-wire-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.l6-wire{\n  min-width:0;\n\n  padding:13px;\n\n  background:var(--soft);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.l6-wire--black{\n  background:var(--espresso);\n\n  border-color:var(--espresso);\n}\n\n.l6-wire small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-wire strong{\n  display:block;\n\n  margin:2px 0 5px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.l6-wire p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n.l6-wire__best{\n  margin-top:8px;\n\n  padding-top:8px;\n\n  border-top:1px solid var(--line);\n}\n\n.l6-wire__best span{\n  color:var(--body);\n\n  font-size:10.5px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n.l6-wire--black small{\n  color:var(--gold);\n}\n\n.l6-wire--black strong{\n  color:#FFF8ED;\n}\n\n.l6-wire--black p,\n.l6-wire--black .l6-wire__best span{\n  color:#D6CABC;\n}\n\n.l6-wire--black .l6-wire__best{\n  border-color:rgba(255,255,255,.15);\n}\n\n\n\/* INSTALL CARD *\/\n\n.l6-install{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  margin-top:11px;\n\n  padding:13px 15px;\n\n  border:1px solid var(--espresso);\n  border-left:4px solid var(--gold);\n\n  border-radius:7px;\n}\n\n.l6-install__mark small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.l6-install__mark strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.l6-install__copy{\n  padding-left:17px;\n\n  border-left:1px solid var(--line);\n}\n\n.l6-install__copy p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n.l6-install__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:10px 14px;\n\n  margin-top:6px;\n}\n\n.l6-install__meta span{\n  color:var(--body);\n\n  font-size:11.5px;\n}\n\n.l6-install__meta strong{\n  color:var(--espresso);\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.l6-specs{\n  padding:25px 28px;\n}\n\n.l6-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.l6-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.l6-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.l6-spec-list{\n  border-top:1px solid var(--espresso);\n}\n\n.l6-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.l6-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.l6-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.l6-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:12px;\n}\n\n.l6-note{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.l6-note strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.l6-note span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* HANDMADE *\/\n\n.l6-handmade{\n  margin-top:10px;\n\n  padding-top:10px;\n\n  border-top:1px solid var(--line);\n\n  color:var(--muted);\n\n  font-size:10.5px;\n  line-height:1.55;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.l6-shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--espresso);\n}\n\n.l6-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.l6-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.l6-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.l6-shipping a{\n  color:var(--gold-dark);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.l6-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.l6-lightbox:target{\n  display:flex;\n}\n\n.l6-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.l6-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  object-fit:contain !important;\n}\n\n.l6-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.l6-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .l6-opening,\n  .l6-material,\n  .l6-fit,\n  .l6-specs{\n    padding:23px 19px;\n  }\n\n  .l6-opening h2{\n    font-size:27px;\n  }\n\n  .l6-opening__layout{\n    grid-template-columns:minmax(0,1fr) minmax(0,170px);\n  }\n\n  .l6-section-head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n  .l6-material__grid{\n    grid-template-columns:minmax(0,115px) minmax(0,115px) minmax(0,1fr);\n  }\n\n  .l6-image-card__frame{\n    width:96px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:520px){\n\n  .l6-card{\n    border-radius:8px;\n  }\n\n\n  .l6-opening__layout{\n    grid-template-columns:1fr;\n  }\n\n\n  .l6-ceiling-check{\n    grid-template-columns:1fr;\n  }\n\n\n  .l6-material__grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .l6-image-card__frame{\n    width:94px;\n  }\n\n  .l6-image-card__frame img{\n    max-height:90px !important;\n  }\n\n  .l6-material-info{\n    grid-column:1 \/ -1;\n  }\n\n  .l6-material-row{\n    grid-template-columns:minmax(0,72px) minmax(0,1fr);\n\n    gap:9px;\n  }\n\n\n  .l6-glow{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n\n  .l6-fit__layout{\n    grid-template-columns:1fr;\n  }\n\n  .l6-dimension{\n    padding:9px;\n  }\n\n  .l6-dimension__frame{\n    width:98px;\n  }\n\n  .l6-dimension__frame img{\n    max-height:98px !important;\n  }\n\n\n  .l6-scale-info{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .l6-wire-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .l6-install{\n    grid-template-columns:1fr;\n\n    gap:6px;\n  }\n\n  .l6-install__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .l6-specs__head{\n    display:block;\n  }\n\n  .l6-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .l6-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .l6-spec__label{\n    color:var(--gold-dark);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .l6-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:380px){\n\n  .l6-material__grid{\n    grid-template-columns:1fr;\n  }\n\n  .l6-image-card{\n    width:125px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n  .l6-material-info{\n    grid-column:auto;\n  }\n\n  .l6-scale-info,\n  .l6-wire-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-l6\" id=\"l6-root\"\u003e\n\u003c!-- =====================================================\n       01 — OPENING\n  ====================================================== --\u003e\n\u003csection class=\"l6-card l6-opening\"\u003e\n\u003cdiv class=\"l6-opening__layout\"\u003e\n\u003cdiv class=\"l6-opening__copy\"\u003e\n\u003cspan class=\"l6-eyebrow\"\u003e Washi Series · L6 Pendant \u003c\/span\u003e\n\u003ch2\u003eA Five-Foot Column of Washi Light\u003c\/h2\u003e\n\u003cp class=\"l6-opening__lead\"\u003eThe L6 is intentionally tall and narrow: a single 63-inch column of handmade washi paper created for double-height interiors where a standard pendant would disappear against the room's vertical scale.\u003c\/p\u003e\n\u003cdiv class=\"l6-facts\"\u003e\n\u003cdiv class=\"l6-fact\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e 13.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-fact\"\u003e\n\u003csmall\u003e Fixture Height \u003c\/small\u003e \u003cstrong\u003e 63\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-fact\"\u003e\n\u003csmall\u003e Minimum Ceiling \u003c\/small\u003e \u003cstrong\u003e 12 ft \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"l6-height\"\u003e\u003csmall\u003e Signature Scale \u003c\/small\u003e \u003cstrong\u003e 63\" \u003c\/strong\u003e \u003cem\u003e 5.25 ft · 160 cm \u003c\/em\u003e\n\u003cp\u003eThis height is the design. L6 is meant to occupy vertical architectural volume, not standard residential headspace.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-ceiling-check\"\u003e\n\u003cdiv class=\"l6-ceiling-check__item\"\u003e\n\u003csmall\u003e 8–10 ft \u003c\/small\u003e \u003cstrong\u003e Not Recommended \u003c\/strong\u003e \u003cspan\u003e The 63-inch shade will feel too tall for normal residential ceilings. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-ceiling-check__item\"\u003e\n\u003csmall\u003e 12–14 ft \u003c\/small\u003e \u003cstrong\u003e Minimum Fit \u003c\/strong\u003e \u003cspan\u003e Works when suspension and floor clearance are carefully planned. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-ceiling-check__item l6-ceiling-check__item--ideal\"\u003e\n\u003csmall\u003e 15–20 ft \u003c\/small\u003e \u003cstrong\u003e Ideal Scale \u003c\/strong\u003e \u003cspan\u003e Double-height foyer · stairwell · atrium · tall loft. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"l6-card l6-material\"\u003e\n\u003cdiv class=\"l6-section-head\"\u003e\n\u003ch3\u003eWashi at Architectural Scale\u003c\/h3\u003e\n\u003cp\u003eA fine internal frame holds the narrow cylinder, while hand-stretched washi provides the visible surface. By day it reads as fibrous paper texture; after dark it becomes a continuous vertical lantern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-material__grid\"\u003e\n\u003c!-- MATERIAL --\u003e\n\u003carticle class=\"l6-image-card\"\u003e\n\u003cdiv class=\"l6-image-card__frame\"\u003e\u003ca href=\"#l6-material-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Close-up of fibrous translucent washi paper\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"l6-image-card__copy\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Handmade Washi Paper \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- DETAIL --\u003e\n\u003carticle class=\"l6-image-card\"\u003e\n\u003cdiv class=\"l6-image-card__frame\"\u003e\u003ca href=\"#l6-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-l6-pendant-light-stuberlighting_6.jpg?v=1784031828\" alt=\"Close-up detail of the Washi Paper L6 pendant light\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"l6-image-card__copy\"\u003e\n\u003csmall\u003e Detail \u003c\/small\u003e \u003cstrong\u003e Paper + Fine Wire Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- INFO --\u003e\n\u003cdiv class=\"l6-material-info\"\u003e\n\u003cdiv class=\"l6-material-row\"\u003e\n\u003csmall\u003e Paper \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Japanese Washi \u003c\/strong\u003e\n\u003cp\u003eFibrous translucent paper with subtle organic texture visible through the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-material-row\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Fine Internal Wire Frame \u003c\/strong\u003e\n\u003cp\u003eHolds the Ø13.8-inch cylinder consistently while remaining visually discreet through the paper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-material-row\"\u003e\n\u003csmall\u003e Glow \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Continuous Warm Diffusion \u003c\/strong\u003e\n\u003cp\u003eThe washi softens the included warm-white bulb into a gentle vertical ambient glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-glow\"\u003e\n\u003cstrong\u003e 2700K Works Best \u003c\/strong\u003e \u003cspan\u003e The included 2700K warm-white LED is selected to complement the natural warm tone of the washi paper. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — SCALE + WIRE\n  ====================================================== --\u003e\n\u003csection class=\"l6-card l6-fit\"\u003e\n\u003cdiv class=\"l6-section-head\"\u003e\n\u003ch3\u003eCheck the Scale, Then Choose the Wire\u003c\/h3\u003e\n\u003cp\u003eL6 has one fixture size. The real decisions are whether your ceiling can hold its 63-inch body and whether the suspension should disappear or become a graphic line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-fit__layout\"\u003e\n\u003c!-- DIMENSION --\u003e\n\u003cdiv class=\"l6-dimension\"\u003e\n\u003cdiv class=\"l6-dimension__frame\"\u003e\u003ca href=\"#l6-dimension-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-l6-pendant-light-stuberlighting_8.jpg?v=1784031828\" alt=\"Washi Paper L6 pendant light dimensions\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"l6-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SCALE --\u003e\n\u003cdiv class=\"l6-scale-info\"\u003e\n\u003cdiv class=\"l6-scale-box\"\u003e\n\u003csmall\u003e Width \u003c\/small\u003e \u003cstrong\u003e Ø13.8\" \u003c\/strong\u003e\n\u003cp\u003eNarrow by design, so the fixture reads as an elegant vertical column rather than a large drum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-scale-box l6-scale-box--height\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e H63\" \u003c\/strong\u003e\n\u003cp\u003eThe defining proportion. Best suited to 12-ft-plus architectural interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WIRE --\u003e\n\u003cdiv class=\"l6-wire-head\"\u003e\n\u003csmall\u003e Suspension Finish \u003c\/small\u003e \u003cstrong\u003e White for Quiet. Black for Contrast. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-wire-grid\"\u003e\n\u003carticle class=\"l6-wire\"\u003e\u003csmall\u003e Wire 01 \u003c\/small\u003e \u003cstrong\u003e White Wire \u003c\/strong\u003e\n\u003cp\u003eRecedes against white, cream and pale-gray ceilings so the washi column appears lighter and more suspended.\u003c\/p\u003e\n\u003cdiv class=\"l6-wire__best\"\u003e\u003cspan\u003e Best for · Minimalist \/ light ceilings \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"l6-wire l6-wire--black\"\u003e\u003csmall\u003e Wire 02 \u003c\/small\u003e \u003cstrong\u003e Black Wire \u003c\/strong\u003e\n\u003cp\u003eCreates a visible architectural line and works naturally with black steel, exposed structure or darker ceiling details.\u003c\/p\u003e\n\u003cdiv class=\"l6-wire__best\"\u003e\u003cspan\u003e Best for · Graphic \/ architectural interiors \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALL --\u003e\n\u003cdiv class=\"l6-install\"\u003e\n\u003cdiv class=\"l6-install__mark\"\u003e\n\u003csmall\u003e Before Ordering \u003c\/small\u003e \u003cstrong\u003e Plan Installation Access \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-install__copy\"\u003e\n\u003cp\u003eL6 is intended for high ceilings and requires professional installation. Double-height applications may require scaffold or lift access. Confirm the ceiling height, finished drop and installer access before delivery.\u003c\/p\u003e\n\u003cdiv class=\"l6-install__meta\"\u003e\n\u003cspan\u003e \u003cstrong\u003e59\" Standard Cord\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eExtended Length Available\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eHardwired\u003c\/strong\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"l6-card l6-specs\"\u003e\n\u003cdiv class=\"l6-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Washi Paper L6 Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec-list\"\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Ø13.8\" × H63\" · Dia 35 cm × H160 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Handmade Japanese washi paper shade · Fine internal metal wire frame · Ceiling canopy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Paper \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Fibrous translucent washi · Hand-stretched over frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Wire Options \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e White Wire · Black Wire \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e E26 (US) \/ E27 · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Warm-white LED · 2700K · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e 40W maximum or LED equivalent \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Compatible with a dimmable E26 \/ E27 LED bulb and compatible Triac wall dimmer (dimmable bulb and dimmer sold separately) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Cord \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e 59\" standard above fixture · Adjustable during installation · Extended lengths available on request at no extra charge \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Ceiling Requirement \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e 12 ft minimum · 15–20 ft ideal for double-height foyer and atrium applications \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Wiring \/ Installation \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Hardwired ceiling mount · Professional installation required · Licensed electrician strongly recommended \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Installation Access \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e High-ceiling applications may require scaffold or lift equipment · Approx. 2–3 hours for standard 12–14 ft ceilings · 3–5 hours for taller double-height installations \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e IP20 · Indoor dry locations only · Not suitable for bathrooms or humid environments \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Care \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Dust gently with a soft dry microfiber duster or low-suction fabric-brush attachment · Do not use water, damp cloths or cleaning sprays \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Package Includes \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Paper column + frame + canopy · Warm-white LED bulb · Mounting hardware · Installation instructions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-spec\"\u003e\n\u003cspan class=\"l6-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"l6-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-notes\"\u003e\n\u003cdiv class=\"l6-note\"\u003e\n\u003cstrong\u003e Washi Care \u003c\/strong\u003e \u003cspan\u003e Keep the paper dry and away from prolonged direct sunlight, strong forced-air vents and humid environments. Handle with clean, dry hands during installation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"l6-note\"\u003e\n\u003cstrong\u003e High-Ceiling Planning \u003c\/strong\u003e \u003cspan\u003e Because the fixture itself is 63 inches tall, confirm finished floor clearance and service access before choosing the final cord length. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"l6-handmade\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING\n  ====================================================== --\u003e\n\u003csection class=\"l6-card l6-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — MATERIAL\n  ====================================================== --\u003e \u003ca id=\"l6-material-large\" href=\"#l6-root\" class=\"l6-lightbox\"\u003e \u003cspan class=\"l6-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged Washi paper material texture\"\u003e \u003cspan class=\"l6-lightbox__caption\"\u003e Washi Paper L6 · Material Detail \u003c\/span\u003e \u003cspan class=\"l6-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"l6-detail-large\" href=\"#l6-root\" class=\"l6-lightbox\"\u003e \u003cspan class=\"l6-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-l6-pendant-light-stuberlighting_6.jpg?v=1784031828\" alt=\"Enlarged Washi Paper L6 product detail\"\u003e \u003cspan class=\"l6-lightbox__caption\"\u003e Washi Paper L6 · Construction Detail \u003c\/span\u003e \u003cspan class=\"l6-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSIONS\n  ====================================================== --\u003e \u003ca id=\"l6-dimension-large\" href=\"#l6-root\" class=\"l6-lightbox\"\u003e \u003cspan class=\"l6-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-l6-pendant-light-stuberlighting_8.jpg?v=1784031828\" alt=\"Enlarged Washi Paper L6 dimensions\"\u003e \u003cspan class=\"l6-lightbox__caption\"\u003e Washi Paper L6 · Ø13.8\" × H63\" \u003c\/span\u003e \u003cspan class=\"l6-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 13.8\"xH 63\" \/ Paper \/ White Wire","offer_id":52515060547867,"sku":"STB-PL-26-10079","price":835.0,"currency_code":"USD","in_stock":true},{"title":"Dia 13.8\"xH 63\" \/ Paper \/ Black Wire","offer_id":52515060580635,"sku":"STB-PL-26-10080","price":835.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/washi-paper-l6-pendant-light-stuberlighting_1.jpg?v=1784031828"},{"product_id":"kuri-pendant-light","title":"Kuri Washi Paper Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — KURI PENDANT LIGHT\n\n   PRODUCT-SPECIFIC EDITORIAL LAYOUT\n   Rounded chestnut shell · Washi + Bamboo Silk\n\n   VISUAL DIRECTION\n   - transparent outer wrapper\n   - quiet warm-white \/ sand \/ espresso palette\n   - no full-page cream background\n   - material first, size second\n   - compact imagery with click-to-enlarge\n   - mobile layout rebuilt independently\n========================================================= *\/\n\n.stb-kuri{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --sand:#F1E9DF;\n  --sand-deep:#E8DED2;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D3C7BC;\n  --line-soft:#E5DDD5;\n\n  --gold:#AE8C60;\n  --gold-dark:#765B3F;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-kuri *,\n.stb-kuri *::before,\n.stb-kuri *::after{\n  box-sizing:border-box;\n}\n\n.stb-kuri h2,\n.stb-kuri h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-kuri p{\n  margin-top:0;\n}\n\n.stb-kuri__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-kuri__title{\n  max-width:640px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-kuri__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-kuri__copy{\n  max-width:680px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12.1px;\n  line-height:1.62;\n}\n\n.stb-kuri__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#887B71;\n\n  font-size:8.7px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGE BASE\n========================================================= *\/\n\n.stb-kuri__image{\n  display:block;\n\n  width:100%;\n\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-kuri__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-kuri__intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  margin-bottom:12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:24px;\n\n  width:48px;\n  height:2px;\n\n  background:var(--gold);\n}\n\n.stb-kuri__intro-main{\n  padding:24px 25px 22px;\n}\n\n.stb-kuri__intro-main p{\n  max-width:600px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-kuri__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n}\n\n.stb-kuri__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CAB08A;\n\n  font-size:8.2px;\n  font-weight:600;\n\n  letter-spacing:.07em;\n  text-transform:uppercase;\n}\n\n.stb-kuri__intro-side strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.38;\n  font-weight:500;\n}\n\n.stb-kuri__intro-side span{\n  color:#D8CDC4;\n\n  font-size:9.7px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK INFO\n========================================================= *\/\n\n.stb-kuri__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-kuri__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-kuri__quick-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.9px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   MATERIAL PORTRAIT\n========================================================= *\/\n\n.stb-kuri__material{\n  display:grid;\n  grid-template-columns:180px minmax(0,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__material-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:12px;\n\n  background:var(--sand);\n}\n\n.stb-kuri__material-image{\n  width:145px;\n  max-width:100%;\n}\n\n.stb-kuri__material-body{\n  padding:16px 18px;\n}\n\n.stb-kuri__material-body h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n  line-height:1.3;\n}\n\n.stb-kuri__material-body \u003e p{\n  margin:0 0 11px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.53;\n}\n\n.stb-kuri__material-line{\n  display:grid;\n  grid-template-columns:115px minmax(0,1fr);\n\n  padding:8px 0;\n\n  border-top:1px solid var(--line-soft);\n}\n\n.stb-kuri__material-line strong{\n  color:var(--ink);\n\n  font-size:9.8px;\n  font-weight:500;\n}\n\n.stb-kuri__material-line span{\n  color:#71665E;\n\n  font-size:9.2px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   DETAIL STRIP\n========================================================= *\/\n\n.stb-kuri__detail{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 155px;\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__detail-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px 18px;\n}\n\n.stb-kuri__detail-copy small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--gold-dark);\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__detail-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-kuri__detail-copy p{\n  max-width:600px;\n\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.8px;\n  line-height:1.5;\n}\n\n.stb-kuri__detail-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:10px;\n\n  background:var(--paper);\n}\n\n.stb-kuri__detail-image{\n  width:125px;\n  max-width:100%;\n}\n\n\n\/* =========================================================\n   SIZE CHOICE\n========================================================= *\/\n\n.stb-kuri__sizes{\n  margin-bottom:29px;\n}\n\n.stb-kuri__sizes-head{\n  margin-bottom:11px;\n}\n\n.stb-kuri__size-layout{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  gap:8px;\n}\n\n.stb-kuri__size-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-kuri__size-image{\n  width:145px;\n  max-width:100%;\n}\n\n.stb-kuri__size-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-kuri__size{\n  display:grid;\n  grid-template-columns:110px minmax(0,1fr);\n\n  align-items:center;\n\n  padding:14px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-kuri__size-main{\n  padding-right:14px;\n}\n\n.stb-kuri__size-main small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#887B71;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__size-main strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:18px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-kuri__size-info{\n  padding-left:16px;\n\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kuri__size-info strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  font-weight:500;\n}\n\n.stb-kuri__size-info p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   WHERE IT FITS\n========================================================= *\/\n\n.stb-kuri__fit{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--sand);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__fit-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--sand-deep);\n}\n\n.stb-kuri__fit-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#77695F;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__fit-label strong{\n  color:var(--ink);\n\n  font-size:11.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-kuri__fit-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-kuri__fit-item{\n  padding:13px 15px;\n}\n\n.stb-kuri__fit-item +\n.stb-kuri__fit-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kuri__fit-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887B71;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__fit-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.9px;\n  font-weight:500;\n}\n\n.stb-kuri__fit-item p{\n  margin:0;\n\n  color:#6D625A;\n\n  font-size:9.2px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.stb-kuri__light{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-kuri__light-block{\n  padding:15px 16px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-kuri__light-block--dark{\n  background:var(--espresso);\n}\n\n.stb-kuri__light-block small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887B71;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__light-block strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:11.6px;\n  font-weight:500;\n}\n\n.stb-kuri__light-block p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.7px;\n  line-height:1.49;\n}\n\n.stb-kuri__light-block--dark small{\n  color:#CBAF88;\n}\n\n.stb-kuri__light-block--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-kuri__light-block--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   HANG GUIDE\n========================================================= *\/\n\n.stb-kuri__hang{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__hang-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:11px 14px;\n\n  background:var(--espresso);\n}\n\n.stb-kuri__hang-head small{\n  color:#CBAF88;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__hang-head strong{\n  color:#FFF8EF;\n\n  font-size:11.5px;\n  font-weight:500;\n}\n\n.stb-kuri__hang-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-kuri__hang-item{\n  padding:13px 14px;\n}\n\n.stb-kuri__hang-item +\n.stb-kuri__hang-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kuri__hang-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887B71;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__hang-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-kuri__hang-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:9.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   ELECTRICAL\n========================================================= *\/\n\n.stb-kuri__electrical{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__electrical-item{\n  padding:13px 14px;\n}\n\n.stb-kuri__electrical-item +\n.stb-kuri__electrical-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kuri__electrical-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887B71;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__electrical-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-kuri__electrical-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.2px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   DIMMING\n========================================================= *\/\n\n.stb-kuri__dimming{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-kuri__dimming-block{\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-kuri__dimming-block--alt{\n  background:var(--sand);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-kuri__dimming-block small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#887B71;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kuri__dimming-block strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11.1px;\n  font-weight:500;\n}\n\n.stb-kuri__dimming-block p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.6px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.stb-kuri__care{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-kuri__care strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.9px;\n  font-weight:500;\n}\n\n.stb-kuri__care p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.6px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-kuri__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-kuri__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-kuri__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-kuri__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-kuri__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-kuri__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-kuri__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-kuri__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-kuri__faq{\n  max-width:760px;\n\n  margin:0 auto 29px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-kuri__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-kuri__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-kuri__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-kuri__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-kuri__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  right:2px;\n  top:-3px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-kuri__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-kuri__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.4px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   HANDMADE NOTE\n========================================================= *\/\n\n.stb-kuri__handmade{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  color:#756A61;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n\n  font-size:9.7px;\n  line-height:1.55;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-kuri__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-kuri__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-kuri__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-kuri__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-kuri__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-kuri__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-kuri__lightbox:target{\n  display:flex;\n}\n\n.stb-kuri__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-kuri__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n}\n\n.stb-kuri__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-kuri__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-kuri__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-kuri__title{\n    font-size:25px;\n  }\n\n  .stb-kuri__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-kuri{\n    width:100%;\n    max-width:100%;\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-kuri__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kuri__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-kuri__intro-side{\n    padding:11px 15px;\n  }\n\n  .stb-kuri__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-kuri__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-kuri__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-kuri__quick-item:nth-child(1),\n  .stb-kuri__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-kuri__material{\n    grid-template-columns:90px minmax(0,1fr);\n  }\n\n  .stb-kuri__material-media{\n    padding:6px;\n  }\n\n  .stb-kuri__material-image{\n    width:78px;\n  }\n\n  .stb-kuri__material-body{\n    padding:11px 12px;\n  }\n\n  .stb-kuri__material-line{\n    grid-template-columns:80px minmax(0,1fr);\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-kuri__detail{\n    grid-template-columns:minmax(0,1fr) 90px;\n  }\n\n  .stb-kuri__detail-copy{\n    padding:11px 12px;\n  }\n\n  .stb-kuri__detail-media{\n    padding:6px;\n  }\n\n  .stb-kuri__detail-image{\n    width:78px;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-kuri__size-layout{\n    grid-template-columns:90px minmax(0,1fr);\n\n    gap:6px;\n  }\n\n  .stb-kuri__size-media{\n    padding:5px;\n  }\n\n  .stb-kuri__size-image{\n    width:78px;\n  }\n\n  .stb-kuri__size{\n    grid-template-columns:76px minmax(0,1fr);\n\n    padding:10px 0;\n  }\n\n  .stb-kuri__size-main{\n    padding-right:8px;\n  }\n\n  .stb-kuri__size-main strong{\n    font-size:14px;\n  }\n\n  .stb-kuri__size-info{\n    padding-left:9px;\n  }\n\n\n  \/* FIT *\/\n\n  .stb-kuri__fit{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kuri__fit-label{\n    padding:10px 13px;\n  }\n\n  .stb-kuri__fit-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kuri__fit-item +\n  .stb-kuri__fit-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-kuri__light{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* HANG *\/\n\n  .stb-kuri__hang-head{\n    display:block;\n  }\n\n  .stb-kuri__hang-head strong{\n    display:block;\n    margin-top:3px;\n  }\n\n  .stb-kuri__hang-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kuri__hang-item +\n  .stb-kuri__hang-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* ELECTRICAL *\/\n\n  .stb-kuri__electrical{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kuri__electrical-item +\n  .stb-kuri__electrical-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* DIMMING *\/\n\n  .stb-kuri__dimming{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-kuri__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-kuri__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-kuri__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-kuri__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-kuri\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__intro\"\u003e\n\u003cdiv class=\"stb-kuri__intro-main\"\u003e\n\u003cspan class=\"stb-kuri__eyebrow\"\u003e Washi Paper · Bamboo Silk · Soft Diffused Light \u003c\/span\u003e\n\u003ch2 class=\"stb-kuri__title\"\u003eA Soft Shell for Smaller, Quieter Spaces.\u003c\/h2\u003e\n\u003cp\u003eKuri wraps warm light inside a rounded, chestnut-inspired shade made from washi paper layered with fine bamboo-silk fibres. The shape feels sculptural without feeling oversized — especially natural above breakfast tables, small dining areas, bedrooms and reading corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__intro-side\"\u003e\n\u003csmall\u003e Two Sizes \u003c\/small\u003e \u003cstrong\u003e Ø17.7\" · Ø23.6\" \u003c\/strong\u003e \u003cspan\u003e Warm 2700K bulb included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK INFO\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__quick\"\u003e\n\u003cdiv class=\"stb-kuri__quick-item\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Washi + Bamboo Silk \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__quick-item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Soft Diffused Glow \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__quick-item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__quick-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL\n  ====================================================== --\u003e\n\u003csection id=\"kuri-material-section\" class=\"stb-kuri__material\"\u003e\n\u003cdiv class=\"stb-kuri__material-media\"\u003e\n\u003cdiv class=\"stb-kuri__material-image\"\u003e\u003ca href=\"#kuri-material-image\" class=\"stb-kuri__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Washi paper fibre material reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-kuri__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__material-body\"\u003e\n\u003cspan class=\"stb-kuri__eyebrow\"\u003e Material \u003c\/span\u003e\n\u003ch3\u003eTwo Natural Fibre Textures, One Shade.\u003c\/h3\u003e\n\u003cp\u003eWashi provides the soft translucent base; bamboo-silk fibres add a finer visible grain across the finished surface.\u003c\/p\u003e\n\u003cdiv class=\"stb-kuri__material-line\"\u003e\n\u003cstrong\u003e Washi Paper \u003c\/strong\u003e \u003cspan\u003e Fibrous and translucent, helping soften the bulb into a more even ambient glow. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__material-line\"\u003e\n\u003cstrong\u003e Bamboo Silk \u003c\/strong\u003e \u003cspan\u003e Adds subtle vertical texture without introducing pattern or strong color. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__material-line\"\u003e\n\u003cstrong\u003e Internal Frame \u003c\/strong\u003e \u003cspan\u003e Fine metal structure supports the rounded shell while remaining visually restrained through the paper. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"kuri-material-image\" href=\"#kuri-material-section\" class=\"stb-kuri__lightbox\"\u003e \u003cspan class=\"stb-kuri__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged washi paper fibre material reference\"\u003e \u003cspan class=\"stb-kuri__lightbox-caption\"\u003e Washi Paper · Fibre Detail \u003c\/span\u003e \u003cspan class=\"stb-kuri__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"kuri-detail-section\" class=\"stb-kuri__detail\"\u003e\n\u003cdiv class=\"stb-kuri__detail-copy\"\u003e\n\u003csmall\u003e Product Detail \u003c\/small\u003e \u003cstrong\u003e The texture stays visible even when the light is off. \u003c\/strong\u003e\n\u003cp\u003eKuri is intentionally not a perfectly smooth white shade. Fine fibres and small handmade variations give the surface more depth up close while keeping the overall silhouette calm from across the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__detail-media\"\u003e\n\u003cdiv class=\"stb-kuri__detail-image\"\u003e\u003ca href=\"#kuri-detail-image\" class=\"stb-kuri__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kuri-pendant-light-stuberlighting_12.jpg?v=1784034472\" alt=\"Kuri Pendant Light paper and bamboo silk shade detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-kuri__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"kuri-detail-image\" href=\"#kuri-detail-section\" class=\"stb-kuri__lightbox\"\u003e \u003cspan class=\"stb-kuri__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kuri-pendant-light-stuberlighting_12.jpg?v=1784034472\" alt=\"Enlarged Kuri Pendant Light shade detail\"\u003e \u003cspan class=\"stb-kuri__lightbox-caption\"\u003e Kuri · Washi + Bamboo Silk Detail \u003c\/span\u003e \u003cspan class=\"stb-kuri__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZES\n  ====================================================== --\u003e\n\u003csection id=\"kuri-size-section\" class=\"stb-kuri__sizes\"\u003e\n\u003cdiv class=\"stb-kuri__sizes-head\"\u003e\n\u003cspan class=\"stb-kuri__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-kuri__section-title\"\u003eIntimate or Slightly More Present.\u003c\/h3\u003e\n\u003cp class=\"stb-kuri__copy\"\u003eBoth sizes keep the same rounded chestnut-shell character. The larger version simply gives the shade more presence in dining, foyer and kitchen applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__size-layout\"\u003e\n\u003c!-- DIMENSION IMAGE --\u003e\n\u003cdiv class=\"stb-kuri__size-media\"\u003e\n\u003cdiv class=\"stb-kuri__size-image\"\u003e\u003ca href=\"#kuri-size-image\" class=\"stb-kuri__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kuri-pendant-light-stuberlighting_10.jpg?v=1784034471\" alt=\"Kuri Pendant Light dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-kuri__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__size-list\"\u003e\n\u003c!-- SMALL --\u003e\n\u003carticle class=\"stb-kuri__size\"\u003e\n\u003cdiv class=\"stb-kuri__size-main\"\u003e\n\u003csmall\u003e Intimate \u003c\/small\u003e \u003cstrong\u003e Ø17.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__size-info\"\u003e\n\u003cstrong\u003e Ø17.7\" × H14.2\" · Dia45 × H36cm \u003c\/strong\u003e\n\u003cp\u003eBest for breakfast nooks, 4-seat tables, bedrooms, nurseries and reading corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- LARGE --\u003e\n\u003carticle class=\"stb-kuri__size\"\u003e\n\u003cdiv class=\"stb-kuri__size-main\"\u003e\n\u003csmall\u003e Larger \u003c\/small\u003e \u003cstrong\u003e Ø23.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__size-info\"\u003e\n\u003cstrong\u003e Ø23.6\" × H20.1\" · Dia60 × H51cm \u003c\/strong\u003e\n\u003cp\u003eBetter for 4–6-seat dining, medium kitchen islands, entry foyers and smaller living rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"kuri-size-image\" href=\"#kuri-size-section\" class=\"stb-kuri__lightbox\"\u003e \u003cspan class=\"stb-kuri__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kuri-pendant-light-stuberlighting_10.jpg?v=1784034471\" alt=\"Enlarged Kuri Pendant Light dimensions\"\u003e \u003cspan class=\"stb-kuri__lightbox-caption\"\u003e Kuri · Ø17.7\" \/ Ø23.6\" \u003c\/span\u003e \u003cspan class=\"stb-kuri__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       WHERE IT FITS\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__fit\"\u003e\n\u003cdiv class=\"stb-kuri__fit-label\"\u003e\n\u003csmall\u003e Quick Choice \u003c\/small\u003e \u003cstrong\u003e Choose by Room Scale. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__fit-grid\"\u003e\n\u003cdiv class=\"stb-kuri__fit-item\"\u003e\n\u003csmall\u003e Ø17.7\" \u003c\/small\u003e \u003cstrong\u003e More Intimate \u003c\/strong\u003e\n\u003cp\u003eBreakfast nook · bedroom · nursery · reading corner · small table\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__fit-item\"\u003e\n\u003csmall\u003e Ø23.6\" \u003c\/small\u003e \u003cstrong\u003e More Presence \u003c\/strong\u003e\n\u003cp\u003e4–6 seat dining · kitchen island · foyer · small living room\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__light\"\u003e\n\u003carticle class=\"stb-kuri__light-block stb-kuri__light-block--dark\"\u003e\u003csmall\u003e Included Light \u003c\/small\u003e \u003cstrong\u003e 2700K Warm White \u003c\/strong\u003e\n\u003cp\u003eA warm-white LED bulb is included. The natural paper shade softens the bulb into a gentler ambient glow.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-kuri__light-block\"\u003e\u003csmall\u003e Best Light Character \u003c\/small\u003e \u003cstrong\u003e Ambient Rather Than Harsh Task Light \u003c\/strong\u003e\n\u003cp\u003eKuri works best where atmosphere matters: dining, bedroom, reading and everyday living spaces. Add dedicated task lighting where stronger work light is required.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANGING HEIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__hang\"\u003e\n\u003cdiv class=\"stb-kuri__hang-head\"\u003e\n\u003csmall\u003e Hanging Guide \u003c\/small\u003e \u003cstrong\u003e Measure from the surface below. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__hang-grid\"\u003e\n\u003cdiv class=\"stb-kuri__hang-item\"\u003e\n\u003csmall\u003e Dining Table \u003c\/small\u003e \u003cstrong\u003e 30–36\" \u003c\/strong\u003e\n\u003cp\u003eFrom tabletop to fixture's lowest point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__hang-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e 32–38\" \u003c\/strong\u003e\n\u003cp\u003eFrom countertop to the bottom of the shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__hang-item\"\u003e\n\u003csmall\u003e Bedroom \/ Reading \u003c\/small\u003e \u003cstrong\u003e 40–50\" \u003c\/strong\u003e\n\u003cp\u003eAbove seated eye level to preserve a comfortable sightline.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ELECTRICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__electrical\"\u003e\n\u003cdiv class=\"stb-kuri__electrical-item\"\u003e\n\u003csmall\u003e Socket \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003cp\u003eE26 for US configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__electrical-item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e\n\u003cp\u003eLonger lengths available on request at no extra charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__electrical-item\"\u003e\n\u003csmall\u003e Electrical \u003c\/small\u003e \u003cstrong\u003e AC110–240V \u003c\/strong\u003e\n\u003cp\u003eHardwired ceiling installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__dimming\"\u003e\n\u003carticle class=\"stb-kuri__dimming-block\"\u003e\u003csmall\u003e Included Setup \u003c\/small\u003e \u003cstrong\u003e 2700K · Standard On \/ Off \u003c\/strong\u003e\n\u003cp\u003eThe included warm-white E26\/E27 LED bulb is non-dimmable and ready for normal wall-switch operation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-kuri__dimming-block stb-kuri__dimming-block--alt\"\u003e\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable Bulb + Triac Wall Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulb with a compatible dimmable E26\/E27 LED and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__care\"\u003e\u003cstrong\u003e Keep the natural fibres dry. \u003c\/strong\u003e\n\u003cp\u003eDust gently with a soft dry microfiber duster or a low-suction fabric-brush attachment. Do not use water, cleaning sprays or damp cloths on the washi paper or bamboo-silk surface. Avoid bathrooms and other consistently humid locations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__specs\"\u003e\n\u003cdiv class=\"stb-kuri__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Kuri Pendant Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Form \u003c\/span\u003e \u003cstrong\u003e Rounded Chestnut-Inspired Shell \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Imported Washi Paper · Fine Bamboo-Silk Fibres · Internal Metal Frame · Ceiling Canopy \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Shade \u003c\/span\u003e \u003cstrong\u003e Fibrous Translucent Washi · Hand-Applied Bamboo-Silk Texture \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Small Size \u003c\/span\u003e \u003cstrong\u003e Ø17.7\" × H14.2\" · Dia45 × H36cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Large Size \u003c\/span\u003e \u003cstrong\u003e Ø23.6\" × H20.1\" · Dia60 × H51cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 (US) \/ E27 · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Included Bulb \u003c\/span\u003e \u003cstrong\u003e 2700K Warm-White LED · Non-Dimmable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Maximum or LED Equivalent \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible With Dimmable E26\/E27 LED Bulb + Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Cord Length \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Standard · Adjustable During Installation · Extended Length Available on Request at No Extra Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Ceiling Guide \u003c\/span\u003e \u003cstrong\u003e Ø17.7\" — Suitable for Standard 8-ft Residential Ceilings · Ø23.6\" — 8–9 ft Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Hardwired Ceiling Mount · Licensed Electrician Strongly Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Package Includes \u003c\/span\u003e \u003cstrong\u003e Fixture · Warm-White LED Bulb · Mounting Hardware · Installation Instructions \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kuri__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__faq\"\u003e\u003cspan class=\"stb-kuri__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-kuri__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eØ17.7\" or Ø23.6\"?\u003c\/summary\u003e\n\u003cp\u003eChoose Ø17.7\" for breakfast nooks, bedrooms, reading corners and smaller 4-seat dining areas. Choose Ø23.6\" when the pendant needs more presence above a 4–6-seat dining table, medium kitchen island or entry foyer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does the bamboo-silk layer add?\u003c\/summary\u003e\n\u003cp\u003eThe washi paper provides most of the light diffusion. The bamboo-silk fibres add a finer visible grain across the shade, giving the surface additional handmade texture without adding bold color or pattern.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Kuri be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. The included 2700K E26\/E27 LED is non-dimmable. Replace it with a compatible dimmable E26\/E27 LED and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order a longer cord?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard cord is 59 inches \/ 150cm and is adjustable during installation. Extended lengths are available on request at no extra charge. Email support@stuberlighting.com with your ceiling height and desired finished drop.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Kuri be installed in a bathroom?\u003c\/summary\u003e\n\u003cp\u003eNo. Kuri is rated IP20 and is intended for indoor dry locations only. Washi paper and bamboo-silk fibres should not be exposed to sustained moisture or humidity.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE WASHI NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-kuri__handmade\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/div\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-kuri__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 17.7\"x H 14.2\" \/ Paper","offer_id":52515351036187,"sku":"STB-PL-26-10081","price":275.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.6\" x H 20.1\" \/ Paper","offer_id":52515351068955,"sku":"STB-PL-26-10082","price":395.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kuri-pendant-light-stuberlighting_1.jpg?v=1784034471"},{"product_id":"mayu-pendant-light","title":"Mayu Washi Paper Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MAYU PENDANT LIGHT\n\n   COCOON \/ FOLD \/ GLOW\n\n   QUIET JAPANESE EDITORIAL\n   CARD-LED · SHOPPER-FIRST\n   DESKTOP + MOBILE · DAWN SAFE\n========================================================= *\/\n\n.stb-mayu{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --body:#625348;\n  --muted:#827568;\n\n  --gold:#C8A96E;\n  --gold-dark:#967143;\n\n  --cream:#F5EDD8;\n  --paper:#F8F2E7;\n  --ivory:#FFFDF8;\n  --soft:#FBF8F2;\n\n  --line:#DED2BD;\n  --line-strong:#C9B895;\n\n  --shadow:0 9px 30px rgba(28,18,9,.075);\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-mayu *,\n.stb-mayu *::before,\n.stb-mayu *::after{\n  box-sizing:border-box;\n}\n\n.stb-mayu h2,\n.stb-mayu h3,\n.stb-mayu p{\n  margin-top:0;\n}\n\n.stb-mayu h2,\n.stb-mayu h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-mayu img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n\n\/* =========================================================\n   CARD SYSTEM\n========================================================= *\/\n\n.my-card{\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line-strong);\n  border-radius:9px;\n\n  box-shadow:var(--shadow);\n\n  overflow:hidden;\n}\n\n.my-card:first-child{\n  margin-top:0;\n}\n\n.my-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.my-section-head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:27px;\n\n  margin-bottom:15px;\n}\n\n.my-section-head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.my-section-head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.my-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — OPENING\n========================================================= *\/\n\n.my-opening{\n  padding:28px 29px 25px;\n\n  border-top:4px solid var(--espresso);\n}\n\n.my-opening__layout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,205px);\n\n  gap:24px;\n}\n\n.my-opening h2{\n  max-width:580px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.05;\n}\n\n.my-opening__lead{\n  max-width:585px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* QUICK FACTS *\/\n\n.my-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:23px;\n\n  margin-top:19px;\n}\n\n.my-fact{\n  min-width:95px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.my-fact:nth-child(2){\n  border-color:var(--line-strong);\n}\n\n.my-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.my-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* FOLDABLE ANCHOR *\/\n\n.my-fold-anchor{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.my-fold-anchor small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-fold-anchor strong{\n  display:block;\n\n  margin:4px 0 7px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:22px;\n  line-height:1.02;\n\n  font-weight:500;\n}\n\n.my-fold-anchor p{\n  margin:0;\n\n  color:#D7CCBE;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* FORM STRIP *\/\n\n.my-form-strip{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.my-form-item{\n  min-width:0;\n\n  padding:10px 11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.my-form-item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-form-item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.my-form-item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — MATERIAL\n========================================================= *\/\n\n.my-material{\n  padding:26px 28px;\n}\n\n.my-material__grid{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,145px) minmax(0,1fr);\n\n  gap:12px;\n}\n\n\n\/* IMAGE CARDS *\/\n\n.my-image-card{\n  min-width:0;\n\n  padding:9px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.my-image-card__frame{\n  width:120px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  border-radius:4px;\n}\n\n.my-image-card__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.my-image-card__frame img{\n  max-height:114px !important;\n}\n\n.my-image-card__copy{\n  padding:8px 2px 1px;\n}\n\n.my-image-card__copy small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-image-card__copy strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  line-height:1.4;\n  font-weight:600;\n}\n\n\n\/* MATERIAL INFO *\/\n\n.my-material-info{\n  min-width:0;\n\n  padding-left:4px;\n}\n\n.my-material-row{\n  display:grid;\n  grid-template-columns:minmax(0,82px) minmax(0,1fr);\n\n  gap:13px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.my-material-row:first-child{\n  padding-top:3px;\n}\n\n.my-material-row:last-child{\n  border-bottom:0;\n}\n\n.my-material-row small{\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-material-row strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.my-material-row p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.44;\n}\n\n\n\/* GLOW *\/\n\n.my-glow{\n  display:grid;\n  grid-template-columns:minmax(0,140px) minmax(0,1fr);\n\n  gap:16px;\n\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.my-glow strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.my-glow span{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   03 — FOLD + FIT\n========================================================= *\/\n\n.my-fit{\n  padding:26px 28px;\n}\n\n\n\/* MAIN GRID *\/\n\n.my-fit__layout{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:13px;\n}\n\n\n\/* DIMENSION *\/\n\n.my-dimension{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.my-dimension__frame{\n  width:112px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.my-dimension__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.my-dimension__frame img{\n  max-height:108px !important;\n}\n\n\n\/* SIZE + FIT *\/\n\n.my-size-panel{\n  min-width:0;\n\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.my-size-box{\n  min-width:0;\n\n  padding:13px;\n\n  background:var(--soft);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.my-size-box--shape{\n  background:var(--espresso);\n\n  border-color:var(--espresso);\n}\n\n.my-size-box small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-size-box strong{\n  display:block;\n\n  margin:3px 0;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:21px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.my-size-box p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.43;\n}\n\n.my-size-box--shape small{\n  color:var(--gold);\n}\n\n.my-size-box--shape strong{\n  color:#FFF8ED;\n}\n\n.my-size-box--shape p{\n  color:#D6CABC;\n}\n\n\n\/* FOLDING STEPS *\/\n\n.my-fold-title{\n  margin:15px 0 9px;\n}\n\n.my-fold-title small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-fold-title strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.my-fold-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n}\n\n.my-fold-step{\n  min-width:0;\n\n  padding:10px 11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.my-fold-step small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-fold-step strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.my-fold-step span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* ROOM FIT *\/\n\n.my-room-fit{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:10px;\n}\n\n.my-room{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.my-room small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-room strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.my-room span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* INSTALL *\/\n\n.my-install{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  margin-top:10px;\n\n  padding:13px 15px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.my-install__mark small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.my-install__mark strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.my-install__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.16);\n}\n\n.my-install__copy p{\n  margin:0;\n\n  color:#D8CDBF;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n.my-install__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:10px 14px;\n\n  margin-top:6px;\n}\n\n.my-install__meta span{\n  color:#D8CDBF;\n\n  font-size:11.5px;\n}\n\n.my-install__meta strong{\n  color:#FFF8ED;\n\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   04 — DETAILS\n========================================================= *\/\n\n.my-specs{\n  padding:25px 28px;\n}\n\n.my-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.my-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.my-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.my-spec-list{\n  border-top:1px solid var(--espresso);\n}\n\n.my-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.my-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.my-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.my-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:12px;\n}\n\n.my-note{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.my-note strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.my-note span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* HANDMADE *\/\n\n.my-handmade{\n  margin-top:10px;\n\n  padding-top:10px;\n\n  border-top:1px solid var(--line);\n\n  color:var(--muted);\n\n  font-size:10.5px;\n  line-height:1.55;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.my-shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--espresso);\n}\n\n.my-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.my-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.my-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.my-shipping a{\n  color:var(--gold-dark);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.my-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.my-lightbox:target{\n  display:flex;\n}\n\n.my-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.my-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  object-fit:contain !important;\n}\n\n.my-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.my-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .my-opening,\n  .my-material,\n  .my-fit,\n  .my-specs{\n    padding:23px 19px;\n  }\n\n  .my-opening h2{\n    font-size:27px;\n  }\n\n  .my-opening__layout{\n    grid-template-columns:minmax(0,1fr) minmax(0,170px);\n  }\n\n  .my-section-head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n  .my-material__grid{\n    grid-template-columns:minmax(0,115px) minmax(0,115px) minmax(0,1fr);\n  }\n\n  .my-image-card__frame{\n    width:96px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:520px){\n\n  .my-card{\n    border-radius:8px;\n  }\n\n\n  .my-opening__layout{\n    grid-template-columns:1fr;\n  }\n\n\n  .my-form-strip{\n    grid-template-columns:1fr;\n  }\n\n\n  .my-material__grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .my-image-card__frame{\n    width:94px;\n  }\n\n  .my-image-card__frame img{\n    max-height:90px !important;\n  }\n\n  .my-material-info{\n    grid-column:1 \/ -1;\n  }\n\n  .my-material-row{\n    grid-template-columns:minmax(0,70px) minmax(0,1fr);\n\n    gap:9px;\n  }\n\n\n  .my-glow{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n\n  .my-fit__layout{\n    grid-template-columns:1fr;\n  }\n\n  .my-dimension__frame{\n    width:98px;\n  }\n\n  .my-dimension__frame img{\n    max-height:96px !important;\n  }\n\n\n  .my-size-panel{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .my-fold-grid,\n  .my-room-fit{\n    grid-template-columns:1fr;\n  }\n\n\n  .my-install{\n    grid-template-columns:1fr;\n\n    gap:6px;\n  }\n\n  .my-install__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .my-specs__head{\n    display:block;\n  }\n\n  .my-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .my-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .my-spec__label{\n    color:var(--gold-dark);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .my-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:380px){\n\n  .my-material__grid{\n    grid-template-columns:1fr;\n  }\n\n  .my-image-card{\n    width:125px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n  .my-material-info{\n    grid-column:auto;\n  }\n\n  .my-size-panel{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-mayu\" id=\"my-root\"\u003e\n\u003c!-- =====================================================\n       01 — OPENING\n  ====================================================== --\u003e\n\u003csection class=\"my-card my-opening\"\u003e\n\u003cdiv class=\"my-opening__layout\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"my-eyebrow\"\u003e Mayu Pendant Light · Paper Series \u003c\/span\u003e\n\u003ch2\u003eA Soft Cocoon of Warm Paper Light\u003c\/h2\u003e\n\u003cp class=\"my-opening__lead\"\u003eMayu pairs an elongated cocoon silhouette with layered handmade rice paper. Its warm diffusion feels calm and intimate, while a foldable internal frame makes the shade unusually easy to ship, install, move and store.\u003c\/p\u003e\n\u003cdiv class=\"my-facts\"\u003e\n\u003cdiv class=\"my-fact\"\u003e\n\u003csmall\u003e Width \u003c\/small\u003e \u003cstrong\u003e Ø22.4\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-fact\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 25.1\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-fact\"\u003e\n\u003csmall\u003e Included Light \u003c\/small\u003e \u003cstrong\u003e 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"my-fold-anchor\"\u003e\u003csmall\u003e Mayu Signature \u003c\/small\u003e \u003cstrong\u003e Foldable Cocoon Shade \u003c\/strong\u003e\n\u003cp\u003eThe paper shade ships collapsed flat, then opens into its full oval form through the internal metal ring structure.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-form-strip\"\u003e\n\u003cdiv class=\"my-form-item\"\u003e\n\u003csmall\u003e Form \u003c\/small\u003e \u003cstrong\u003e Oval Cocoon \u003c\/strong\u003e \u003cspan\u003e Soft vertical proportion without feeling oversized. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-form-item\"\u003e\n\u003csmall\u003e Material \u003c\/small\u003e \u003cstrong\u003e Layered Rice Paper \u003c\/strong\u003e \u003cspan\u003e Natural texture with gentle light diffusion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-form-item\"\u003e\n\u003csmall\u003e Structure \u003c\/small\u003e \u003cstrong\u003e Ships Flat \u003c\/strong\u003e \u003cspan\u003e Unfolds during installation and can be folded again. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"my-card my-material\"\u003e\n\u003cdiv class=\"my-section-head\"\u003e\n\u003ch3\u003ePaper Gives Mayu Its Warmth\u003c\/h3\u003e\n\u003cp\u003eThe shade uses layered handmade rice paper over a lightweight foldable metal frame. Natural paper texture remains visible by day, then softens the bulb into a warm cocoon glow at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-material__grid\"\u003e\n\u003c!-- MATERIAL --\u003e\n\u003carticle class=\"my-image-card\"\u003e\n\u003cdiv class=\"my-image-card__frame\"\u003e\u003ca href=\"#my-material-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Natural fibrous paper texture reference for Mayu Pendant Light\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"my-image-card__copy\"\u003e\n\u003csmall\u003e Paper Texture \u003c\/small\u003e \u003cstrong\u003e Layered Handmade Paper \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- DETAIL --\u003e\n\u003carticle class=\"my-image-card\"\u003e\n\u003cdiv class=\"my-image-card__frame\"\u003e\u003ca href=\"#my-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mayu-pendant-light-stuberlighting_11.jpg?v=1784076681\" alt=\"Close-up detail of Mayu Pendant Light rice paper and cocoon structure\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"my-image-card__copy\"\u003e\n\u003csmall\u003e Product Detail \u003c\/small\u003e \u003cstrong\u003e Paper + Ring Structure \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- INFO --\u003e\n\u003cdiv class=\"my-material-info\"\u003e\n\u003cdiv class=\"my-material-row\"\u003e\n\u003csmall\u003e Paper \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Layered Rice Paper \u003c\/strong\u003e\n\u003cp\u003eSlightly heavier paper construction helps the cocoon hold its shape after unfolding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-material-row\"\u003e\n\u003csmall\u003e Frame \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Foldable Metal Rings \u003c\/strong\u003e\n\u003cp\u003eThe internal structure expands vertically to form the final oval silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-material-row\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Soft Ambient Diffusion \u003c\/strong\u003e\n\u003cp\u003ePaper surrounds the bulb, reducing direct glare and creating a gentler evening glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-glow\"\u003e\n\u003cstrong\u003e Warm Light Recommended \u003c\/strong\u003e \u003cspan\u003e The included 2700K warm-white LED complements the naturally warm character of the rice-paper shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — FOLD + FIT\n  ====================================================== --\u003e\n\u003csection class=\"my-card my-fit\"\u003e\n\u003cdiv class=\"my-section-head\"\u003e\n\u003ch3\u003eOne Size, Easy to Place\u003c\/h3\u003e\n\u003cp\u003eMayu is designed as a versatile residential pendant. Its 22.4-inch width gives enough presence above a table or in a bedroom, while the elongated 25.1-inch form keeps the silhouette visually light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-fit__layout\"\u003e\n\u003c!-- DIMENSION --\u003e\n\u003cdiv class=\"my-dimension\"\u003e\n\u003cdiv class=\"my-dimension__frame\"\u003e\u003ca href=\"#my-dimension-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mayu-pendant-light-stuberlighting_3.jpg?v=1784076681\" alt=\"Mayu Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"my-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE --\u003e\n\u003cdiv class=\"my-size-panel\"\u003e\n\u003cdiv class=\"my-size-box\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e Ø22.4\" \u003c\/strong\u003e\n\u003cp\u003eComfortable scale for dining, bedroom and residential foyer applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-size-box my-size-box--shape\"\u003e\n\u003csmall\u003e Overall Height \u003c\/small\u003e \u003cstrong\u003e H25.1\" \u003c\/strong\u003e\n\u003cp\u003eTaller than a globe, giving the fixture its soft cocoon proportion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOLD --\u003e\n\u003cdiv class=\"my-fold-title\"\u003e\n\u003csmall\u003e Foldable Design \u003c\/small\u003e \u003cstrong\u003e Flat in the Box. Cocoon on the Ceiling. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-fold-grid\"\u003e\n\u003cdiv class=\"my-fold-step\"\u003e\n\u003csmall\u003e 01 \u003c\/small\u003e \u003cstrong\u003e Ships Collapsed \u003c\/strong\u003e \u003cspan\u003e The paper shade travels flat for easier handling and storage. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-fold-step\"\u003e\n\u003csmall\u003e 02 \u003c\/small\u003e \u003cstrong\u003e Unfold at Install \u003c\/strong\u003e \u003cspan\u003e Extend the internal rings and the cocoon shape opens naturally. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-fold-step\"\u003e\n\u003csmall\u003e 03 \u003c\/small\u003e \u003cstrong\u003e Fold Again if Needed \u003c\/strong\u003e \u003cspan\u003e Useful when moving, storing or changing fixtures later. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROOM FIT --\u003e\n\u003cdiv class=\"my-room-fit\"\u003e\n\u003cdiv class=\"my-room\"\u003e\n\u003csmall\u003e Dining \u003c\/small\u003e \u003cstrong\u003e 4–6 Seat Tables \u003c\/strong\u003e \u003cspan\u003e Hang approximately 30–36\" above the tabletop. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-room\"\u003e\n\u003csmall\u003e Ceiling \u003c\/small\u003e \u003cstrong\u003e 8 ft Minimum \u003c\/strong\u003e \u003cspan\u003e 9-ft ceilings give the cocoon proportion more breathing room. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-room\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e \u003cspan\u003e Extended suspension lengths are available on request. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALL --\u003e\n\u003cdiv class=\"my-install\"\u003e\n\u003cdiv class=\"my-install__mark\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Simple by Design \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-install__copy\"\u003e\n\u003cp\u003eThe shade remains folded during the initial ceiling mounting, then unfolds after the electrical installation is complete. Typical professional installation is approximately 30–45 minutes.\u003c\/p\u003e\n\u003cdiv class=\"my-install__meta\"\u003e\n\u003cspan\u003e \u003cstrong\u003eHardwired\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e30–45 Min Typical\u003c\/strong\u003e \u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eProfessional Install Recommended\u003c\/strong\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"my-card my-specs\"\u003e\n\u003cdiv class=\"my-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Mayu Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec-list\"\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Ø22.4\" × H25.1\" · Dia 57 cm × H64 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Layered handmade rice paper shade · Foldable internal metal ring frame · Ceiling canopy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Form \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Soft elongated oval cocoon \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Foldable Structure \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Shade ships collapsed flat · Unfolds during installation · Can be folded again for storage or moving \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Suspension Color \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e White Wire \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Canopy \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e 4.7\" standard · Alternative sizes available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e E26 (US) \/ E27 · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Warm-white LED · 2700K · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e 40W maximum or LED equivalent \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Compatible with a dimmable E26 \/ E27 LED bulb and compatible Triac wall dimmer (dimmable bulb and dimmer sold separately) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e AC 110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Cord \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e 59\" standard · Adjustable during installation · Extended lengths available on request at no extra charge \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Ceiling Guidance \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e 8-ft residential minimum · 9-ft ceiling gives the elongated profile more comfortable visual clearance \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Wiring \/ Installation \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Hardwired ceiling mount · Professional installation recommended · Approx. 30–45 minutes typical \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e IP20 · Indoor dry locations only · Not suitable for bathrooms or humid environments \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Care \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Dust gently with a soft dry microfiber duster or low-suction fabric-brush attachment · Do not use water, damp cloths or cleaning sprays \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Package Includes \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Folded paper shade + frame + canopy · Warm-white LED bulb · Mounting hardware · Installation instructions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-spec\"\u003e\n\u003cspan class=\"my-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"my-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-notes\"\u003e\n\u003cdiv class=\"my-note\"\u003e\n\u003cstrong\u003e Paper Care \u003c\/strong\u003e \u003cspan\u003e Keep the shade dry and away from prolonged direct sunlight, humidity and strong forced-air vents. Handle with clean, dry hands. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"my-note\"\u003e\n\u003cstrong\u003e Foldable by Design \u003c\/strong\u003e \u003cspan\u003e The collapsible structure is intentional. It simplifies shipping, installation and future storage without changing the finished cocoon appearance. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"my-handmade\"\u003eEach paper shade is handmade, so slight variations in texture and dimensions are normal. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING\n  ====================================================== --\u003e\n\u003csection class=\"my-card my-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTBOX — MATERIAL\n  ====================================================== --\u003e \u003ca id=\"my-material-large\" href=\"#my-root\" class=\"my-lightbox\"\u003e \u003cspan class=\"my-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/Washi_Paper_Sphere_Pendant_Light_2.jpg?v=1782557728\" alt=\"Enlarged natural paper texture\"\u003e \u003cspan class=\"my-lightbox__caption\"\u003e Mayu · Paper Material Detail \u003c\/span\u003e \u003cspan class=\"my-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DETAIL\n  ====================================================== --\u003e \u003ca id=\"my-detail-large\" href=\"#my-root\" class=\"my-lightbox\"\u003e \u003cspan class=\"my-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mayu-pendant-light-stuberlighting_11.jpg?v=1784076681\" alt=\"Enlarged Mayu Pendant Light detail\"\u003e \u003cspan class=\"my-lightbox__caption\"\u003e Mayu · Cocoon Construction Detail \u003c\/span\u003e \u003cspan class=\"my-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       LIGHTBOX — DIMENSION\n  ====================================================== --\u003e \u003ca id=\"my-dimension-large\" href=\"#my-root\" class=\"my-lightbox\"\u003e \u003cspan class=\"my-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mayu-pendant-light-stuberlighting_3.jpg?v=1784076681\" alt=\"Enlarged Mayu Pendant Light dimensions\"\u003e \u003cspan class=\"my-lightbox__caption\"\u003e Mayu · Ø22.4\" × H25.1\" \u003c\/span\u003e \u003cspan class=\"my-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 22.4\"x H 25.1\" \/ Rice Paper \/ White Wire","offer_id":52587731157275,"sku":"STB-PL-26-10083","price":278.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mayu-pendant-light-stuberlighting_1.jpg?v=1784076681"},{"product_id":"vara-floor-lamp","title":"Vara Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — VARA FLOOR LAMP\n\n   WOOD \/ SHADE \/ SCALE\n\n   QUIET NATURAL LUXURY\n   SHOPPER-FIRST · CARD-LED · DAWN SAFE\n========================================================= *\/\n\n.stb-vara{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --body:#625348;\n  --muted:#827568;\n\n  --gold:#C8A96E;\n  --gold-dark:#967143;\n\n  --cream:#F5EDD8;\n  --paper:#F8F2E7;\n  --ivory:#FFFDF8;\n  --soft:#FBF8F2;\n\n  --line:#DED2BD;\n  --line-strong:#C8B693;\n\n  --shadow:0 9px 30px rgba(28,18,9,.075);\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-vara *,\n.stb-vara *::before,\n.stb-vara *::after{\n  box-sizing:border-box;\n}\n\n.stb-vara h2,\n.stb-vara h3,\n.stb-vara p{\n  margin-top:0;\n}\n\n.stb-vara h2,\n.stb-vara h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-vara img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n\n\/* =========================================================\n   CARD SYSTEM\n========================================================= *\/\n\n.vr-card{\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line-strong);\n  border-radius:9px;\n\n  box-shadow:var(--shadow);\n\n  overflow:hidden;\n}\n\n.vr-card:first-child{\n  margin-top:0;\n}\n\n.vr-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n  line-height:1.4;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.vr-section-head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:27px;\n\n  margin-bottom:15px;\n}\n\n.vr-section-head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.vr-section-head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.vr-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — OPENING\n========================================================= *\/\n\n.vr-opening{\n  padding:28px 29px 25px;\n\n  border-top:4px solid var(--espresso);\n}\n\n.vr-opening__layout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,205px);\n\n  gap:24px;\n  align-items:stretch;\n}\n\n.vr-opening h2{\n  max-width:580px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.05;\n}\n\n.vr-opening__lead{\n  max-width:585px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* FACTS *\/\n\n.vr-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:23px;\n\n  margin-top:19px;\n}\n\n.vr-fact{\n  min-width:96px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.vr-fact:nth-child(2){\n  border-color:var(--line-strong);\n}\n\n.vr-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.vr-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* SIGNATURE *\/\n\n.vr-signature{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.vr-signature small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-signature strong{\n  display:block;\n\n  margin:4px 0 7px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:21px;\n  line-height:1.03;\n\n  font-weight:500;\n}\n\n.vr-signature p{\n  margin:0;\n\n  color:#D8CDBF;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* QUICK STRIP *\/\n\n.vr-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.vr-quick__item{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.vr-quick__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-quick__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.vr-quick__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — SHADE \/ MATERIAL\n========================================================= *\/\n\n.vr-material{\n  padding:26px 28px;\n}\n\n.vr-material__layout{\n  display:grid;\n  grid-template-columns:minmax(0,165px) minmax(0,1fr);\n\n  gap:20px;\n}\n\n\n\/* IMAGE *\/\n\n.vr-detail{\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.vr-detail__frame{\n  width:140px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  border-radius:4px;\n}\n\n.vr-detail__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  text-decoration:none;\n}\n\n.vr-detail__frame img{\n  max-height:135px !important;\n}\n\n.vr-detail__copy{\n  padding:8px 2px 1px;\n}\n\n.vr-detail__copy small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-detail__copy strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n\n\/* MATERIAL LEDGER *\/\n\n.vr-material-info{\n  min-width:0;\n}\n\n.vr-material-row{\n  display:grid;\n  grid-template-columns:minmax(0,82px) minmax(0,1fr);\n\n  gap:13px;\n\n  padding:9px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.vr-material-row:first-child{\n  padding-top:2px;\n}\n\n.vr-material-row:last-child{\n  border-bottom:0;\n}\n\n.vr-material-row small{\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-material-row strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.vr-material-row p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* GLOW *\/\n\n.vr-glow{\n  display:grid;\n  grid-template-columns:minmax(0,135px) minmax(0,1fr);\n\n  gap:17px;\n  align-items:center;\n\n  margin-top:12px;\n\n  padding:11px 13px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.vr-glow strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.vr-glow span{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   03 — FINISH \/ SCALE\n========================================================= *\/\n\n.vr-choice{\n  padding:26px 28px;\n}\n\n\n\/* FINISH CARDS *\/\n\n.vr-finishes{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n}\n\n.vr-finish{\n  position:relative;\n\n  min-width:0;\n\n  padding:14px 13px 13px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n\n  overflow:hidden;\n}\n\n.vr-finish::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:0;\n  right:0;\n\n  height:4px;\n}\n\n.vr-finish--nature::before{\n  background:#CBA77B;\n}\n\n.vr-finish--walnut::before{\n  background:#68462D;\n}\n\n.vr-finish--black::before{\n  background:#211A15;\n}\n\n.vr-finish small{\n  display:block;\n\n  margin-top:3px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-finish strong{\n  display:block;\n\n  margin:3px 0 5px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.vr-finish p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.44;\n}\n\n\n\/* SIZE *\/\n\n.vr-scale-layout{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:13px;\n\n  margin-top:13px;\n}\n\n.vr-dimension{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.vr-dimension__frame{\n  width:115px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.vr-dimension__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  text-decoration:none;\n}\n\n.vr-dimension__frame img{\n  max-height:112px !important;\n}\n\n\n\/* SIZE CARDS *\/\n\n.vr-size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.vr-size-box{\n  min-width:0;\n\n  padding:13px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.vr-size-box--height{\n  background:var(--espresso);\n\n  border-color:var(--espresso);\n}\n\n.vr-size-box small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-size-box strong{\n  display:block;\n\n  margin:3px 0;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:21px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.vr-size-box p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.43;\n}\n\n.vr-size-box--height small{\n  color:var(--gold);\n}\n\n.vr-size-box--height strong{\n  color:#FFF8ED;\n}\n\n.vr-size-box--height p{\n  color:#D8CDBF;\n}\n\n\n\/* ROOM FIT *\/\n\n.vr-room-grid{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:10px;\n}\n\n.vr-room{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.vr-room small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-room strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.vr-room span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* BEFORE ORDER *\/\n\n.vr-before{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  margin-top:10px;\n\n  padding:13px 15px;\n\n  border:1px solid var(--espresso);\n  border-left:4px solid var(--gold);\n  border-radius:7px;\n}\n\n.vr-before__title small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.vr-before__title strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.vr-before__copy{\n  padding-left:17px;\n\n  border-left:1px solid var(--line);\n}\n\n.vr-before__copy p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   04 — DETAILS\n========================================================= *\/\n\n.vr-specs{\n  padding:25px 28px;\n}\n\n.vr-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.vr-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.vr-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.vr-spec-list{\n  border-top:1px solid var(--espresso);\n}\n\n.vr-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.vr-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.vr-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.vr-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:12px;\n}\n\n.vr-note{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.vr-note strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.vr-note span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.vr-shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--espresso);\n}\n\n.vr-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.vr-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.vr-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.vr-shipping a{\n  color:var(--gold-dark);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.vr-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.vr-lightbox:target{\n  display:flex;\n}\n\n.vr-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.vr-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  object-fit:contain !important;\n}\n\n.vr-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.vr-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .vr-opening,\n  .vr-material,\n  .vr-choice,\n  .vr-specs{\n    padding:23px 19px;\n  }\n\n  .vr-opening h2{\n    font-size:27px;\n  }\n\n  .vr-opening__layout{\n    grid-template-columns:minmax(0,1fr) minmax(0,175px);\n  }\n\n  .vr-section-head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:520px){\n\n  .vr-card{\n    border-radius:8px;\n  }\n\n\n  .vr-opening__layout{\n    grid-template-columns:1fr;\n  }\n\n\n  .vr-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .vr-material__layout{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:13px;\n  }\n\n  .vr-detail__frame{\n    width:102px;\n  }\n\n  .vr-detail__frame img{\n    max-height:98px !important;\n  }\n\n  .vr-material-row{\n    grid-template-columns:minmax(0,68px) minmax(0,1fr);\n\n    gap:8px;\n  }\n\n\n  .vr-glow{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n\n  .vr-finishes{\n    grid-template-columns:1fr;\n  }\n\n\n  .vr-scale-layout{\n    grid-template-columns:1fr;\n  }\n\n  .vr-dimension__frame{\n    width:98px;\n  }\n\n  .vr-dimension__frame img{\n    max-height:96px !important;\n  }\n\n\n  .vr-size-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .vr-room-grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .vr-before{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n  .vr-before__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .vr-specs__head{\n    display:block;\n  }\n\n  .vr-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .vr-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .vr-spec__label{\n    color:var(--gold-dark);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .vr-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* VERY SMALL MOBILE *\/\n\n@media(max-width:380px){\n\n  .vr-material__layout{\n    grid-template-columns:1fr;\n  }\n\n  .vr-detail{\n    width:130px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n  .vr-size-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-vara\" id=\"vara-root\"\u003e\n\u003c!-- =====================================================\n       01 — OPENING\n  ====================================================== --\u003e\n\u003csection class=\"vr-card vr-opening\"\u003e\n\u003cdiv class=\"vr-opening__layout\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"vr-eyebrow\"\u003e Vara Floor Lamp · Wood \u0026amp; Linen \u003c\/span\u003e\n\u003ch2\u003eQuiet Materials, Made for Everyday Light\u003c\/h2\u003e\n\u003cp class=\"vr-opening__lead\"\u003eVara keeps the floor lamp simple: a slender wood stem, a broad beige linen shade, and a weighted base. Its warm 2700K light is designed for sofa-side, reading corners and bedrooms where the lamp should feel present without becoming visually loud.\u003c\/p\u003e\n\u003cdiv class=\"vr-facts\"\u003e\n\u003cdiv class=\"vr-fact\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 64.9\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-fact\"\u003e\n\u003csmall\u003e Shade Width \u003c\/small\u003e \u003cstrong\u003e 23.2\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-fact\"\u003e\n\u003csmall\u003e Included Light \u003c\/small\u003e \u003cstrong\u003e 2700K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"vr-signature\"\u003e\u003csmall\u003e Vara Signature \u003c\/small\u003e \u003cstrong\u003e Wood Stem + Linen Drum \u003c\/strong\u003e\n\u003cp\u003eThe rod finish changes the character of the lamp. The same warm beige linen shade stays consistent across all three versions.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-quick\"\u003e\n\u003cdiv class=\"vr-quick__item\"\u003e\n\u003csmall\u003e Finish \u003c\/small\u003e \u003cstrong\u003e 3 Wood Looks \u003c\/strong\u003e \u003cspan\u003e Nature Wood · Walnut · Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-quick__item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e \u003cspan\u003e No electrician · Inline On \/ Off switch. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-quick__item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e Included \u003c\/strong\u003e \u003cspan\u003e E26 \/ E27 warm-white LED is supplied. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — SHADE DETAIL\n  ====================================================== --\u003e\n\u003csection class=\"vr-card vr-material\"\u003e\n\u003cdiv class=\"vr-section-head\"\u003e\n\u003ch3\u003eThe Shade Does the Softening\u003c\/h3\u003e\n\u003cp\u003eA woven beige linen drum surrounds the bulb, warming the light and reducing the harder contrast of an exposed source. The neutral shade stays the same whichever stem finish you choose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-material__layout\"\u003e\n\u003c!-- DETAIL IMAGE --\u003e\n\u003carticle class=\"vr-detail\"\u003e\n\u003cdiv class=\"vr-detail__frame\"\u003e\u003ca href=\"#vr-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vara-floor-lamp-stuberlighting_6.jpg?v=1784278521\" alt=\"Close-up of the Vara Floor Lamp beige linen drum shade\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"vr-detail__copy\"\u003e\n\u003csmall\u003e Shade Detail \u003c\/small\u003e \u003cstrong\u003e Woven Beige Linen \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MATERIAL INFO --\u003e\n\u003cdiv class=\"vr-material-info\"\u003e\n\u003cdiv class=\"vr-material-row\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Beige Linen Drum \u003c\/strong\u003e\n\u003cp\u003eWoven fabric adds visible texture while diffusing the warm bulb light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-material-row\"\u003e\n\u003csmall\u003e Stem \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Solid Wood Structure \u003c\/strong\u003e\n\u003cp\u003eNature Wood and Walnut retain natural wood character; Black gives the same slim form a more graphic appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-material-row\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Weighted Metal Support \u003c\/strong\u003e\n\u003cp\u003eAnchors the tall 64.9-inch structure while keeping the lower profile visually restrained.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-glow\"\u003e\n\u003cstrong\u003e Warm Ambient Light \u003c\/strong\u003e \u003cspan\u003e The included 2700K LED is chosen to complement the beige linen rather than making the shade appear cold or gray. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — FINISH + SCALE\n  ====================================================== --\u003e\n\u003csection class=\"vr-card vr-choice\"\u003e\n\u003cdiv class=\"vr-section-head\"\u003e\n\u003ch3\u003eChoose the Wood Tone, Then Check the Space\u003c\/h3\u003e\n\u003cp\u003eAll three versions share the same dimensions, beige linen shade and lighting. The only visual decision is how warm or graphic you want the vertical stem to feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINISHES --\u003e\n\u003cdiv class=\"vr-finishes\"\u003e\n\u003carticle class=\"vr-finish vr-finish--nature\"\u003e\u003csmall\u003e Finish 01 \u003c\/small\u003e \u003cstrong\u003e Nature Wood \u003c\/strong\u003e\n\u003cp\u003eThe lightest and most organic option. Works naturally with oak, cream, linen and other pale neutral materials.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vr-finish vr-finish--walnut\"\u003e\u003csmall\u003e Finish 02 \u003c\/small\u003e \u003cstrong\u003e Walnut \u003c\/strong\u003e\n\u003cp\u003eDeeper and warmer. A strong choice beside walnut furniture, leather, brass and darker wood tones.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vr-finish vr-finish--black\"\u003e\u003csmall\u003e Finish 03 \u003c\/small\u003e \u003cstrong\u003e Black \u003c\/strong\u003e\n\u003cp\u003eThe most graphic option. Creates a stronger vertical line against light walls and soft upholstery.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- SCALE --\u003e\n\u003cdiv class=\"vr-scale-layout\"\u003e\n\u003cdiv class=\"vr-dimension\"\u003e\n\u003cdiv class=\"vr-dimension__frame\"\u003e\u003ca href=\"#vr-dimension-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vara-floor-lamp-stuberlighting_18.jpg?v=1784278521\" alt=\"Vara Floor Lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"vr-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-size-grid\"\u003e\n\u003cdiv class=\"vr-size-box\"\u003e\n\u003csmall\u003e Shade Diameter \u003c\/small\u003e \u003cstrong\u003e Ø23.2\" \u003c\/strong\u003e\n\u003cp\u003eThe shade creates most of the lamp's visual width, so allow roughly 24 inches of clear space around it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-size-box vr-size-box--height\"\u003e\n\u003csmall\u003e Overall Height \u003c\/small\u003e \u003cstrong\u003e H64.9\" \u003c\/strong\u003e\n\u003cp\u003eA comfortable floor-lamp height beside sofas, lounge chairs and bedroom seating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROOM FIT --\u003e\n\u003cdiv class=\"vr-room-grid\"\u003e\n\u003cdiv class=\"vr-room\"\u003e\n\u003csmall\u003e Living Room \u003c\/small\u003e \u003cstrong\u003e Sofa Side \u003c\/strong\u003e \u003cspan\u003e Warm secondary light for evening seating areas. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-room\"\u003e\n\u003csmall\u003e Reading \u003c\/small\u003e \u003cstrong\u003e Armchair Corner \u003c\/strong\u003e \u003cspan\u003e Place beside or slightly behind the chair for softer reading light. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-room\"\u003e\n\u003csmall\u003e Bedroom \u003c\/small\u003e \u003cstrong\u003e Corner Light \u003c\/strong\u003e \u003cspan\u003e Adds a warmer ambient layer beyond bedside lighting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BEFORE ORDER --\u003e\n\u003cdiv class=\"vr-before\"\u003e\n\u003cdiv class=\"vr-before__title\"\u003e\n\u003csmall\u003e Before Ordering \u003c\/small\u003e \u003cstrong\u003e Allow for the Shade \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-before__copy\"\u003e\n\u003cp\u003eThe fixture is fixed at 64.9 inches high and does not telescope. The shade is 23.2 inches across, so check clearance from sofa backs, walls and nearby furniture before choosing the final position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"vr-card vr-specs\"\u003e\n\u003cdiv class=\"vr-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Vara Floor Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec-list\"\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Ø23.2\" × H64.9\" · Dia 59 cm × H165 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Solid wood rod · Woven beige linen drum shade · Fine internal metal shade frame · Weighted metal base \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Finish Options \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Nature Wood · Walnut · Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Shade \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Beige woven linen · Same shade across all three finishes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Height Adjustment \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Fixed height · Non-telescoping \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e E26 (US) \/ E27 · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Warm-white LED · 2700K · Non-dimmable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e 40W maximum or LED equivalent \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Included bulb is non-dimmable · For dimming, replace with a dimmable E26 \/ E27 LED and use a compatible Triac dimming control \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e AC110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Cord \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e 59.1\" \/ 150 cm fabric-covered cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Control \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Inline push-button On \/ Off switch \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Plug Options \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e US · UK · AU · EU \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Setup \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Plug-in floor lamp · Minimal assembly · Approx. 15–20 minutes · No electrician required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e IP20 · Indoor dry locations only \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Package Includes \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Wood rod · Linen shade · Weighted base · Warm-white LED bulb · Cord with plug and switch · Hardware \u0026amp; instructions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-spec\"\u003e\n\u003cspan class=\"vr-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"vr-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-notes\"\u003e\n\u003cdiv class=\"vr-note\"\u003e\n\u003cstrong\u003e Natural Wood \u003c\/strong\u003e \u003cspan\u003e Nature Wood and Walnut may show natural variation in grain, pattern and tone; these differences are part of the material, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vr-note\"\u003e\n\u003cstrong\u003e Care \u003c\/strong\u003e \u003cspan\u003e Dust wood with a soft dry microfiber cloth. For marks, use a lightly damp cloth and dry immediately. Gently dust or vacuum the linen shade with a low-suction fabric brush; do not soak or machine wash. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING\n  ====================================================== --\u003e\n\u003csection class=\"vr-card vr-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"vr-detail-large\" href=\"#vara-root\" class=\"vr-lightbox\"\u003e \u003cspan class=\"vr-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vara-floor-lamp-stuberlighting_6.jpg?v=1784278521\" alt=\"Enlarged Vara Floor Lamp beige linen shade detail\"\u003e \u003cspan class=\"vr-lightbox__caption\"\u003e Vara · Beige Linen Shade \u003c\/span\u003e \u003cspan class=\"vr-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DIMENSION LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"vr-dimension-large\" href=\"#vara-root\" class=\"vr-lightbox\"\u003e \u003cspan class=\"vr-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vara-floor-lamp-stuberlighting_18.jpg?v=1784278521\" alt=\"Enlarged Vara Floor Lamp dimension reference\"\u003e \u003cspan class=\"vr-lightbox__caption\"\u003e Vara · Ø23.2\" × H64.9\" \u003c\/span\u003e \u003cspan class=\"vr-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 23.2″ x H 64.9″ \/ Nature wood color \u0026 Beige Lampshade \/ US Plug","offer_id":52611905552667,"sku":"STB-FL-26-10066","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Nature wood color \u0026 Beige Lampshade \/ UK Plug","offer_id":52611905585435,"sku":"STB-FL-26-10067","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Nature wood color \u0026 Beige Lampshade \/ AU Plug","offer_id":52611905618203,"sku":"STB-FL-26-10068","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Nature wood color \u0026 Beige Lampshade \/ EU Plug","offer_id":52611905650971,"sku":"STB-FL-26-10069","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Walnut wood color \u0026 Beige Lampshade \/ US Plug","offer_id":52611905683739,"sku":"STB-FL-26-10070","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Walnut wood color \u0026 Beige Lampshade \/ UK Plug","offer_id":52611905716507,"sku":"STB-FL-26-10071","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Walnut wood color \u0026 Beige Lampshade \/ AU Plug","offer_id":52611905749275,"sku":"STB-FL-26-10072","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Walnut wood color \u0026 Beige Lampshade \/ EU Plug","offer_id":52611905782043,"sku":"STB-FL-26-10073","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Black \u0026 Beige Lampshade \/ US Plug","offer_id":52611905814811,"sku":"STB-FL-26-10074","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Black \u0026 Beige Lampshade \/ UK Plug","offer_id":52611905847579,"sku":"STB-FL-26-10075","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Black \u0026 Beige Lampshade \/ AU Plug","offer_id":52611905880347,"sku":"STB-FL-26-10076","price":465.0,"currency_code":"USD","in_stock":true},{"title":"Dia 23.2″ x H 64.9″ \/ Black \u0026 Beige Lampshade \/ EU Plug","offer_id":52611905913115,"sku":"STB-FL-26-10077","price":465.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/vara-floor-lamp-stuberlighting_1.jpg?v=1784278521"},{"product_id":"mame-table-lamp","title":"Mame Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — MAME TABLE LAMP\n\n   PRODUCT-SPECIFIC DIRECTION\n   Small square scale · natural wood · khaki linen\n\n   SHOPPER FLOW\n   01 Compact scale\n   02 Base + shade detail\n   03 Model A \/ B\n   04 Dimensions\n   05 Light + plug-in\n   06 Specs \/ FAQ \/ Shipping\n\n   OUTER WRAPPER = TRANSPARENT\n========================================================= *\/\n\n.stb-mame{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --sand:#F0E7DC;\n  --wood:#E4D2BD;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D2C5BA;\n  --line-soft:#E5DDD5;\n\n  --gold:#AE8C60;\n  --gold-dark:#75593D;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-mame *,\n.stb-mame *::before,\n.stb-mame *::after{\n  box-sizing:border-box;\n}\n\n.stb-mame h2,\n.stb-mame h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-mame p{\n  margin-top:0;\n}\n\n.stb-mame__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-mame__title{\n  max-width:620px;\n\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-mame__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-mame__copy{\n  max-width:670px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-mame__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#897C72;\n\n  font-size:8.6px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGES\n========================================================= *\/\n\n.stb-mame__image{\n  display:block;\n\n  width:100%;\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-mame__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO — COMPACT SQUARE ANCHOR\n========================================================= *\/\n\n.stb-mame__intro{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 185px;\n\n  margin-bottom:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__intro-main{\n  position:relative;\n\n  padding:24px 25px 22px;\n}\n\n.stb-mame__intro-main::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:25px;\n\n  width:44px;\n  height:2px;\n\n  background:var(--gold);\n}\n\n.stb-mame__intro-main p{\n  max-width:590px;\n\n  margin:0;\n\n  color:#5E554D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-mame__square{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n}\n\n.stb-mame__square small{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#CBB08A;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__square strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:20px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-mame__square span{\n  color:#D7CCC3;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK LINE\n========================================================= *\/\n\n.stb-mame__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:28px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-mame__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-mame__quick-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   MATERIAL STUDY\n========================================================= *\/\n\n.stb-mame__study{\n  margin-bottom:29px;\n}\n\n.stb-mame__study-head{\n  margin-bottom:11px;\n}\n\n.stb-mame__study-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__study-item{\n  display:grid;\n  grid-template-columns:135px minmax(0,1fr);\n\n  min-width:0;\n\n  background:var(--paper);\n}\n\n.stb-mame__study-item +\n.stb-mame__study-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-mame__study-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:9px;\n\n  background:var(--sand);\n}\n\n.stb-mame__study-item--wood .stb-mame__study-media{\n  background:var(--wood);\n}\n\n.stb-mame__study-image{\n  width:110px;\n  max-width:100%;\n}\n\n.stb-mame__study-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:13px 14px;\n}\n\n.stb-mame__study-copy small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--gold-dark);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__study-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:11.4px;\n  font-weight:500;\n}\n\n.stb-mame__study-copy p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.4px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   MATERIAL SUMMARY\n========================================================= *\/\n\n.stb-mame__materials{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__materials-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--espresso);\n}\n\n.stb-mame__materials-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__materials-label strong{\n  color:#FFF8EF;\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-mame__materials-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-mame__materials-item{\n  padding:13px 15px;\n}\n\n.stb-mame__materials-item +\n.stb-mame__materials-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-mame__materials-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__materials-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-mame__materials-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   A \/ B SHADE SELECTION\n========================================================= *\/\n\n.stb-mame__models{\n  margin-bottom:29px;\n}\n\n.stb-mame__models-head{\n  margin-bottom:10px;\n}\n\n.stb-mame__model-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-mame__model{\n  display:grid;\n  grid-template-columns:80px 145px minmax(0,1fr);\n\n  align-items:center;\n\n  padding:12px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-mame__model-code{\n  color:#B3A398;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n.stb-mame__model-name{\n  padding-left:13px;\n\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-mame__model-name small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__model-name strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  font-weight:500;\n}\n\n.stb-mame__model-desc{\n  padding-left:15px;\n\n  color:#6A6058;\n\n  font-size:9.4px;\n  line-height:1.47;\n}\n\n.stb-mame__model--b{\n  margin:0 -8px;\n  padding:12px 8px;\n\n  background:var(--sand);\n\n  border-bottom:0;\n}\n\n\n\/* =========================================================\n   DIMENSIONS\n========================================================= *\/\n\n.stb-mame__size{\n  margin-bottom:29px;\n}\n\n.stb-mame__size-head{\n  margin-bottom:11px;\n}\n\n.stb-mame__size-layout{\n  display:grid;\n  grid-template-columns:165px minmax(0,1fr);\n\n  gap:8px;\n}\n\n.stb-mame__size-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:9px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-mame__size-image{\n  width:137px;\n  max-width:100%;\n}\n\n.stb-mame__size-body{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  align-items:stretch;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__size-number{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:16px;\n\n  background:var(--wood);\n}\n\n.stb-mame__size-number small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#75685E;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__size-number strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:19px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-mame__size-number span{\n  color:#746960;\n\n  font-size:9px;\n}\n\n.stb-mame__size-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px 17px;\n}\n\n.stb-mame__size-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:11.3px;\n  font-weight:500;\n}\n\n.stb-mame__size-copy p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.5px;\n  line-height:1.49;\n}\n\n\n\/* =========================================================\n   WHERE IT FITS\n========================================================= *\/\n\n.stb-mame__fit{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__fit-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--espresso);\n}\n\n.stb-mame__fit-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__fit-label strong{\n  color:#FFF8EF;\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-mame__fit-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-mame__fit-item{\n  padding:13px 14px;\n}\n\n.stb-mame__fit-item +\n.stb-mame__fit-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-mame__fit-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__fit-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.stb-mame__fit-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   LIGHT \/ POWER\n========================================================= *\/\n\n.stb-mame__utility{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__utility-item{\n  padding:13px;\n}\n\n.stb-mame__utility-item +\n.stb-mame__utility-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-mame__utility-item--dark{\n  background:var(--espresso);\n}\n\n.stb-mame__utility-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__utility-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  font-weight:500;\n}\n\n.stb-mame__utility-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n.stb-mame__utility-item--dark small{\n  color:#CBAF88;\n}\n\n.stb-mame__utility-item--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-mame__utility-item--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.stb-mame__light{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-mame__light-item{\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-mame__light-item--alt{\n  background:var(--sand);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-mame__light-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-mame__light-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-mame__light-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   NATURAL MATERIAL NOTE\n========================================================= *\/\n\n.stb-mame__natural{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-mame__natural strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-mame__natural p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-mame__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-mame__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-mame__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-mame__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-mame__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-mame__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-mame__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-mame__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-mame__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-mame__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-mame__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-mame__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.6px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-mame__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-mame__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-3px;\n  right:2px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-mame__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-mame__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.3px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-mame__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-mame__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-mame__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-mame__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-mame__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-mame__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-mame__lightbox:target{\n  display:flex;\n}\n\n.stb-mame__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-mame__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n}\n\n.stb-mame__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-mame__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-mame__intro{\n    grid-template-columns:1fr 165px;\n  }\n\n  .stb-mame__title{\n    font-size:25px;\n  }\n\n  .stb-mame__study-item{\n    grid-template-columns:105px minmax(0,1fr);\n  }\n\n  .stb-mame__study-image{\n    width:84px;\n  }\n\n  .stb-mame__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-mame{\n    width:100%;\n    max-width:100%;\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-mame__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mame__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-mame__square{\n    padding:11px 15px;\n  }\n\n  .stb-mame__square strong{\n    font-size:16px;\n  }\n\n  .stb-mame__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-mame__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-mame__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-mame__quick-item:nth-child(1),\n  .stb-mame__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* MATERIAL STUDY *\/\n\n  .stb-mame__study-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mame__study-item{\n    grid-template-columns:88px minmax(0,1fr);\n  }\n\n  .stb-mame__study-item +\n  .stb-mame__study-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n  .stb-mame__study-media{\n    padding:6px;\n  }\n\n  .stb-mame__study-image{\n    width:76px;\n  }\n\n  .stb-mame__study-copy{\n    padding:11px 12px;\n  }\n\n\n  \/* MATERIALS *\/\n\n  .stb-mame__materials{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mame__materials-label{\n    padding:10px 13px;\n  }\n\n  .stb-mame__materials-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mame__materials-item +\n  .stb-mame__materials-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* MODELS *\/\n\n  .stb-mame__model{\n    grid-template-columns:40px 92px minmax(0,1fr);\n\n    padding:10px 0;\n  }\n\n  .stb-mame__model-name{\n    padding-left:8px;\n  }\n\n  .stb-mame__model-desc{\n    padding-left:9px;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-mame__size-layout{\n    grid-template-columns:88px minmax(0,1fr);\n\n    gap:6px;\n  }\n\n  .stb-mame__size-media{\n    padding:5px;\n  }\n\n  .stb-mame__size-image{\n    width:76px;\n  }\n\n  .stb-mame__size-body{\n    grid-template-columns:82px minmax(0,1fr);\n  }\n\n  .stb-mame__size-number{\n    padding:10px;\n  }\n\n  .stb-mame__size-number strong{\n    font-size:14px;\n  }\n\n  .stb-mame__size-copy{\n    padding:10px 11px;\n  }\n\n\n  \/* FIT *\/\n\n  .stb-mame__fit{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mame__fit-label{\n    padding:10px 13px;\n  }\n\n  .stb-mame__fit-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-mame__fit-item +\n  .stb-mame__fit-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-mame__utility{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-mame__utility-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-mame__utility-item:nth-child(3){\n    border-left:0;\n  }\n\n  .stb-mame__utility-item:nth-child(1),\n  .stb-mame__utility-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-mame__light{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-mame__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-mame__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-mame__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-mame__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-mame\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__intro\"\u003e\n\u003cdiv class=\"stb-mame__intro-main\"\u003e\n\u003cspan class=\"stb-mame__eyebrow\"\u003e Natural Wood · Khaki Linen · Compact Table Lamp \u003c\/span\u003e\n\u003ch2 class=\"stb-mame__title\"\u003eSmall Enough to Leave the Table Useful.\u003c\/h2\u003e\n\u003cp\u003eMame keeps its footprint deliberately small: a warm solid-wood base, a khaki woven shade and a soft 2700K glow in a compact square proportion. It works especially well where the lamp should add warmth without taking over the nightstand or side table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__square\"\u003e\n\u003csmall\u003e Compact Scale \u003c\/small\u003e \u003cstrong\u003e 9.8\" × 9.8\" \u003c\/strong\u003e \u003cspan\u003e 25 × 25cm overall \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK INFO\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__quick\"\u003e\n\u003cdiv class=\"stb-mame__quick-item\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Solid Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__quick-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Khaki Linen \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__quick-item\"\u003e\n\u003csmall\u003e Models \u003c\/small\u003e \u003cstrong\u003e A \/ B \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__quick-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL STUDY\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__study\"\u003e\n\u003cdiv class=\"stb-mame__study-head\"\u003e\n\u003cspan class=\"stb-mame__eyebrow\"\u003e Materials Up Close \u003c\/span\u003e\n\u003ch3 class=\"stb-mame__section-title\"\u003eWood Below. Linen Above.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__study-grid\"\u003e\n\u003c!-- BASE --\u003e\n\u003carticle id=\"mame-base-section\" class=\"stb-mame__study-item stb-mame__study-item--wood\"\u003e\n\u003cdiv class=\"stb-mame__study-media\"\u003e\n\u003cdiv class=\"stb-mame__study-image\"\u003e\u003ca href=\"#mame-base-image\" class=\"stb-mame__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_17.jpg?v=1784341135\" alt=\"Mame Table Lamp solid natural wood base detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-mame__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__study-copy\"\u003e\n\u003csmall\u003e Base Detail \u003c\/small\u003e \u003cstrong\u003e Warm Natural Wood \u003c\/strong\u003e\n\u003cp\u003eThe compact wooden base keeps visible grain rather than hiding the material beneath a uniform painted finish. Natural variation between pieces is expected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SHADE --\u003e\n\u003carticle id=\"mame-shade-section\" class=\"stb-mame__study-item\"\u003e\n\u003cdiv class=\"stb-mame__study-media\"\u003e\n\u003cdiv class=\"stb-mame__study-image\"\u003e\u003ca href=\"#mame-shade-image\" class=\"stb-mame__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_4.jpg?v=1784341135\" alt=\"Mame Table Lamp woven khaki linen shade detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-mame__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__study-copy\"\u003e\n\u003csmall\u003e Shade Detail \u003c\/small\u003e \u003cstrong\u003e Woven Khaki Linen \u003c\/strong\u003e\n\u003cp\u003eNatural fibre softens the included warm-white LED and adds visible texture without introducing a bold pattern or strong color.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BASE LIGHTBOX --\u003e \u003ca id=\"mame-base-image\" href=\"#mame-base-section\" class=\"stb-mame__lightbox\"\u003e \u003cspan class=\"stb-mame__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_17.jpg?v=1784341135\" alt=\"Enlarged Mame Table Lamp wood base detail\"\u003e \u003cspan class=\"stb-mame__lightbox-caption\"\u003e Mame · Natural Wood Base \u003c\/span\u003e \u003cspan class=\"stb-mame__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- SHADE LIGHTBOX --\u003e \u003ca id=\"mame-shade-image\" href=\"#mame-shade-section\" class=\"stb-mame__lightbox\"\u003e \u003cspan class=\"stb-mame__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_4.jpg?v=1784341135\" alt=\"Enlarged Mame Table Lamp linen shade detail\"\u003e \u003cspan class=\"stb-mame__lightbox-caption\"\u003e Mame · Khaki Linen Shade \u003c\/span\u003e \u003cspan class=\"stb-mame__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL SUMMARY\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__materials\"\u003e\n\u003cdiv class=\"stb-mame__materials-label\"\u003e\n\u003csmall\u003e Two Materials \u003c\/small\u003e \u003cstrong\u003e Nothing Decorative for the Sake of It. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__materials-body\"\u003e\n\u003cdiv class=\"stb-mame__materials-item\"\u003e\n\u003csmall\u003e Solid Wood \u003c\/small\u003e \u003cstrong\u003e Warm + Natural \u003c\/strong\u003e\n\u003cp\u003eGrain and tone vary slightly from piece to piece, giving each lamp a more natural furniture-like character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__materials-item\"\u003e\n\u003csmall\u003e Linen Shade \u003c\/small\u003e \u003cstrong\u003e Soft + Diffused \u003c\/strong\u003e\n\u003cp\u003eThe warm khaki textile filters the bulb into comfortable ambient light for evenings and bedside use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MODEL A \/ B\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__models\"\u003e\n\u003cdiv class=\"stb-mame__models-head\"\u003e\n\u003cspan class=\"stb-mame__eyebrow\"\u003e Choose the Shade Texture \u003c\/span\u003e\n\u003ch3 class=\"stb-mame__section-title\"\u003eSame Lamp. Two Levels of Texture.\u003c\/h3\u003e\n\u003cp class=\"stb-mame__copy\"\u003eModel A and Model B use the same wooden base, the same khaki tone and the same overall dimensions. Only the fabric weave changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__model-list\"\u003e\n\u003cdiv class=\"stb-mame__model\"\u003e\n\u003cdiv class=\"stb-mame__model-code\"\u003eA\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__model-name\"\u003e\n\u003csmall\u003e Quieter \u003c\/small\u003e \u003cstrong\u003e Model A \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__model-desc\"\u003eA smoother, quieter khaki weave. Choose this if you want the lamp to sit naturally in the room without emphasizing the shade texture.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__model stb-mame__model--b\"\u003e\n\u003cdiv class=\"stb-mame__model-code\"\u003eB\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__model-name\"\u003e\n\u003csmall\u003e More Textured \u003c\/small\u003e \u003cstrong\u003e Model B \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__model-desc\"\u003eA more visible woven texture with subtle fibre variation. Choose this when you want the textile itself to contribute more character.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSIONS\n  ====================================================== --\u003e\n\u003csection id=\"mame-size-section\" class=\"stb-mame__size\"\u003e\n\u003cdiv class=\"stb-mame__size-head\"\u003e\n\u003cspan class=\"stb-mame__eyebrow\"\u003e Check the Footprint \u003c\/span\u003e\n\u003ch3 class=\"stb-mame__section-title\"\u003eGenuinely Compact.\u003c\/h3\u003e\n\u003cp class=\"stb-mame__copy\"\u003eThe overall lamp is approximately 9.8 inches wide and 9.8 inches high, leaving more usable surface around it than a conventional full-size bedside lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__size-layout\"\u003e\n\u003cdiv class=\"stb-mame__size-media\"\u003e\n\u003cdiv class=\"stb-mame__size-image\"\u003e\u003ca href=\"#mame-size-image\" class=\"stb-mame__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_7.jpg?v=1784341135\" alt=\"Mame Table Lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-mame__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__size-body\"\u003e\n\u003cdiv class=\"stb-mame__size-number\"\u003e\n\u003csmall\u003e Overall \u003c\/small\u003e \u003cstrong\u003e 9.8\" \u003c\/strong\u003e \u003cspan\u003e W × H \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__size-copy\"\u003e\n\u003cstrong\u003e Ø9.8\" × H9.8\" · 25 × 25cm \u003c\/strong\u003e\n\u003cp\u003eA practical scale for standard nightstands, small side tables, compact desks, guest rooms and other surfaces where every inch matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"mame-size-image\" href=\"#mame-size-section\" class=\"stb-mame__lightbox\"\u003e \u003cspan class=\"stb-mame__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_7.jpg?v=1784341135\" alt=\"Enlarged Mame Table Lamp dimension diagram\"\u003e \u003cspan class=\"stb-mame__lightbox-caption\"\u003e Mame · 9.8\" × 9.8\" \u003c\/span\u003e \u003cspan class=\"stb-mame__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       BEST USE\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__fit\"\u003e\n\u003cdiv class=\"stb-mame__fit-label\"\u003e\n\u003csmall\u003e Best Placement \u003c\/small\u003e \u003cstrong\u003e Small Surfaces First. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__fit-grid\"\u003e\n\u003cdiv class=\"stb-mame__fit-item\"\u003e\n\u003csmall\u003e Bedside \u003c\/small\u003e \u003cstrong\u003e Best Match \u003c\/strong\u003e\n\u003cp\u003eSmall footprint leaves room for a phone, book and water glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__fit-item\"\u003e\n\u003csmall\u003e Side Table \u003c\/small\u003e \u003cstrong\u003e Ambient Accent \u003c\/strong\u003e\n\u003cp\u003eAdds warm evening light without dominating a compact furniture surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__fit-item\"\u003e\n\u003csmall\u003e Console \/ Desk \u003c\/small\u003e \u003cstrong\u003e Small-Scale Layer \u003c\/strong\u003e\n\u003cp\u003eWorks where a full-size table lamp would feel visually or physically too large.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       POWER \/ LIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__utility\"\u003e\n\u003cdiv class=\"stb-mame__utility-item stb-mame__utility-item--dark\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e 2700K LED \u003c\/strong\u003e\n\u003cp\u003eWarm-white bulb included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__utility-item\"\u003e\n\u003csmall\u003e Socket \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003cp\u003eE26 for US configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__utility-item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003cp\u003eFabric-covered cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__utility-item\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline Switch \u003c\/strong\u003e\n\u003cp\u003ePlug-in on\/off operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__light\"\u003e\n\u003carticle class=\"stb-mame__light-item\"\u003e\u003csmall\u003e Included Setup \u003c\/small\u003e \u003cstrong\u003e Warm Ambient Light \u003c\/strong\u003e\n\u003cp\u003eThe supplied 2700K warm-white LED works with the khaki fabric to create a soft evening glow. Mame is best treated as an ambient bedside lamp rather than a high-output task lamp.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-mame__light-item stb-mame__light-item--alt\"\u003e\u003csmall\u003e Optional Dimming \u003c\/small\u003e \u003cstrong\u003e Replace With a Dimmable LED \u003c\/strong\u003e\n\u003cp\u003eThe included bulb is non-dimmable. For brightness control, use a compatible dimmable E26\/E27 LED together with a compatible external dimming control.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL WOOD\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__natural\"\u003e\u003cstrong\u003e Natural wood will not look identical from lamp to lamp. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in grain, color tone and natural markings are expected. These variations are part of the solid-wood material rather than a manufacturing defect.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__specs\"\u003e\n\u003cdiv class=\"stb-mame__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Mame Table Lamp \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Solid Natural Wood Base · Woven Khaki Linen Shade · Internal Metal Shade Frame \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Models \u003c\/span\u003e \u003cstrong\u003e Model A — Quiet Weave · Model B — Textured Weave \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Dimensions \u003c\/span\u003e \u003cstrong\u003e Ø9.8\" × H9.8\" · 25 × 25cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 (US) \/ E27 · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Included Bulb \u003c\/span\u003e \u003cstrong\u003e 2700K Warm-White LED · Non-Dimmable \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Maximum or LED Equivalent \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible With Dimmable E26\/E27 LED + Compatible External Dimming Control \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Cord \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Fabric-Covered Cord \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Inline Push-Button On \/ Off Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Plug Options \u003c\/span\u003e \u003cstrong\u003e US · EU · AU · UK \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Setup \u003c\/span\u003e \u003cstrong\u003e Plug-In Table Lamp · Minor Shade Assembly · No Electrician Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-mame__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__faq\"\u003e\u003cspan class=\"stb-mame__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-mame__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eModel A or Model B?\u003c\/summary\u003e\n\u003cp\u003eChoose Model A if you prefer a quieter, smoother-looking khaki shade. Choose Model B if you want the woven fibre texture to be more visible. Both versions use the same wood base, khaki color and 9.8-inch overall size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs 9.8\" small enough for a nightstand?\u003c\/summary\u003e\n\u003cp\u003eYes. Mame is intentionally compact at approximately 9.8 inches wide and 9.8 inches high. It is particularly suitable for standard nightstands where you still want room for books, a phone and other bedside essentials.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A 2700K warm-white E26\/E27 LED bulb is included. The supplied bulb is non-dimmable and is ready for normal on\/off use with the inline cord switch.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Mame be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, with a compatible setup. Replace the included bulb with a compatible dimmable E26\/E27 LED and use a compatible external dimming control.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-mame__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Model A: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ US Plug","offer_id":52619295064347,"sku":"STB-TL-26-10190","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ EU Plug","offer_id":52619295097115,"sku":"STB-TL-26-10191","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ AU Plug","offer_id":52619295129883,"sku":"STB-TL-26-10192","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model A: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ UK Plug","offer_id":52619295162651,"sku":"STB-TL-26-10193","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ US Plug","offer_id":52619295195419,"sku":"STB-TL-26-10194","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ EU Plug","offer_id":52619295228187,"sku":"STB-TL-26-10195","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ AU Plug","offer_id":52619295260955,"sku":"STB-TL-26-10196","price":100.0,"currency_code":"USD","in_stock":true},{"title":"Model B: Dia 9.8\" x H 9.8\" \/ Fabric \u0026 Wood \/ UK Plug","offer_id":52619295293723,"sku":"STB-TL-26-10197","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/mame-table-lamp-stuberlighting_1.jpg?v=1784341135"},{"product_id":"nashi-table-lamp","title":"Nashi Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — NASHI TABLE LAMP\n\n   CORDLESS \/ TOUCH \/ TONE\n\n   PORTABLE OBJECT EDITORIAL\n   QUIET LUXURY · CARD-LED · DAWN SAFE\n========================================================= *\/\n\n.stb-nashi{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --body:#625348;\n  --muted:#827568;\n\n  --gold:#C8A96E;\n  --gold-dark:#967143;\n\n  --cream:#F5EDD8;\n  --paper:#F8F2E7;\n  --ivory:#FFFDF8;\n  --soft:#FBF8F2;\n\n  --line:#DED2BD;\n  --line-strong:#C8B693;\n\n  --shadow:0 9px 30px rgba(28,18,9,.075);\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-nashi *,\n.stb-nashi *::before,\n.stb-nashi *::after{\n  box-sizing:border-box;\n}\n\n.stb-nashi h2,\n.stb-nashi h3,\n.stb-nashi p{\n  margin-top:0;\n}\n\n.stb-nashi h2,\n.stb-nashi h3{\n  color:var(--espresso);\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-nashi img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n\n\/* =========================================================\n   MAIN CARD SYSTEM\n========================================================= *\/\n\n.ns-card{\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line-strong);\n  border-radius:9px;\n\n  box-shadow:var(--shadow);\n\n  overflow:hidden;\n}\n\n.ns-card:first-child{\n  margin-top:0;\n}\n\n.ns-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.ns-section-head{\n  display:grid;\n  grid-template-columns:minmax(0,170px) minmax(0,1fr);\n\n  gap:27px;\n\n  margin-bottom:15px;\n}\n\n.ns-section-head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.ns-section-head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.ns-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — OPENING\n========================================================= *\/\n\n.ns-opening{\n  padding:28px 29px 25px;\n\n  border-top:4px solid var(--espresso);\n}\n\n.ns-opening__layout{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,215px);\n\n  gap:24px;\n  align-items:stretch;\n}\n\n.ns-opening h2{\n  max-width:580px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.05;\n}\n\n.ns-opening__lead{\n  max-width:585px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* FACTS *\/\n\n.ns-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:23px;\n\n  margin-top:19px;\n}\n\n.ns-fact{\n  min-width:95px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.ns-fact:nth-child(2){\n  border-color:var(--line-strong);\n}\n\n.ns-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.ns-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* CORDLESS ANCHOR *\/\n\n.ns-cordless{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.ns-cordless small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-cordless strong{\n  display:block;\n\n  margin:4px 0 2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:29px;\n  line-height:.98;\n\n  font-weight:500;\n}\n\n.ns-cordless em{\n  display:block;\n\n  margin-bottom:8px;\n\n  color:var(--gold);\n\n  font-size:10.5px;\n  font-style:normal;\n  font-weight:600;\n}\n\n.ns-cordless p{\n  margin:0;\n\n  color:#D8CDBF;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* QUICK STRIP *\/\n\n.ns-quick{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.ns-quick__item{\n  min-width:0;\n\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.ns-quick__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-quick__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.ns-quick__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — TOUCH + BATTERY\n========================================================= *\/\n\n.ns-control{\n  padding:26px 28px;\n}\n\n\n\/* COLOR TEMPERATURES *\/\n\n.ns-temperature{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:9px;\n}\n\n.ns-temp{\n  position:relative;\n\n  min-width:0;\n\n  padding:13px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n\n  overflow:hidden;\n}\n\n.ns-temp::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n  left:0;\n  right:0;\n\n  height:3px;\n\n  background:var(--line-strong);\n}\n\n.ns-temp--warm::before{\n  background:#C79A5A;\n}\n\n.ns-temp--neutral::before{\n  background:#C8B693;\n}\n\n.ns-temp--cool::before{\n  background:#9A9B91;\n}\n\n.ns-temp small{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-temp strong{\n  display:block;\n\n  margin:3px 0 4px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:19px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.ns-temp p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.43;\n}\n\n\n\/* TOUCH *\/\n\n.ns-touch{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  margin-top:11px;\n\n  padding:13px 15px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.ns-touch__title small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-touch__title strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.ns-touch__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.16);\n}\n\n.ns-touch__copy p{\n  margin:0;\n\n  color:#D8CDBF;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n.ns-touch__meta{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:6px 14px;\n\n  margin-top:6px;\n}\n\n.ns-touch__meta span{\n  color:#FFF8ED;\n\n  font-size:10.5px;\n  font-weight:600;\n}\n\n\n\/* BATTERY *\/\n\n.ns-battery{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:10px;\n}\n\n.ns-battery__item{\n  min-width:0;\n\n  padding:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.ns-battery__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-battery__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.ns-battery__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   03 — COLOR + SCALE\n========================================================= *\/\n\n.ns-choice{\n  padding:26px 28px;\n}\n\n.ns-choice__layout{\n  display:grid;\n  grid-template-columns:minmax(0,190px) minmax(0,1fr);\n\n  gap:14px;\n}\n\n\n\/* COLOR IMAGE *\/\n\n.ns-colors-image{\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.ns-colors-image__frame{\n  width:165px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  border-radius:4px;\n}\n\n.ns-colors-image__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  min-width:0;\n\n  text-decoration:none;\n}\n\n.ns-colors-image__frame img{\n  max-height:165px !important;\n}\n\n\n\/* TWO COLORS *\/\n\n.ns-color-options{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.ns-color{\n  min-width:0;\n\n  padding:13px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.ns-color--cream{\n  background:var(--espresso);\n\n  border-color:var(--espresso);\n}\n\n.ns-color small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-color strong{\n  display:block;\n\n  margin:3px 0 5px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.ns-color p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.44;\n}\n\n.ns-color--cream small{\n  color:var(--gold);\n}\n\n.ns-color--cream strong{\n  color:#FFF8ED;\n}\n\n.ns-color--cream p{\n  color:#D8CDBF;\n}\n\n\n\/* SIZE *\/\n\n.ns-size{\n  display:grid;\n  grid-template-columns:minmax(0,140px) minmax(0,1fr);\n\n  gap:12px;\n\n  margin-top:12px;\n}\n\n.ns-dimension{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:9px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.ns-dimension__frame{\n  width:105px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.ns-dimension__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n\n  text-decoration:none;\n}\n\n.ns-dimension__frame img{\n  max-height:102px !important;\n}\n\n.ns-size-info{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n}\n\n.ns-size-box{\n  min-width:0;\n\n  padding:12px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.ns-size-box small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.ns-size-box strong{\n  display:block;\n\n  margin:3px 0;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.ns-size-box p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.43;\n}\n\n\n\/* PORTABILITY NOTE *\/\n\n.ns-portable{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  margin-top:10px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.ns-portable strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.ns-portable span{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.ns-specs{\n  padding:25px 28px;\n}\n\n.ns-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.ns-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.ns-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.ns-spec-list{\n  border-top:1px solid var(--espresso);\n}\n\n.ns-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.ns-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.ns-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* NOTES *\/\n\n.ns-notes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:12px;\n}\n\n.ns-note{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.ns-note strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.ns-note span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.ns-shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--espresso);\n}\n\n.ns-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.ns-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.ns-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.ns-shipping a{\n  color:var(--gold-dark);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.ns-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.ns-lightbox:target{\n  display:flex;\n}\n\n.ns-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.ns-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  object-fit:contain !important;\n}\n\n.ns-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.ns-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .ns-opening,\n  .ns-control,\n  .ns-choice,\n  .ns-specs{\n    padding:23px 19px;\n  }\n\n  .ns-opening h2{\n    font-size:27px;\n  }\n\n  .ns-opening__layout{\n    grid-template-columns:minmax(0,1fr) minmax(0,175px);\n  }\n\n  .ns-section-head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:520px){\n\n  .ns-card{\n    border-radius:8px;\n  }\n\n\n  .ns-opening__layout{\n    grid-template-columns:1fr;\n  }\n\n\n  .ns-quick{\n    grid-template-columns:1fr;\n  }\n\n\n  .ns-temperature{\n    grid-template-columns:1fr;\n  }\n\n\n  .ns-touch{\n    grid-template-columns:1fr;\n\n    gap:6px;\n  }\n\n  .ns-touch__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .ns-battery{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n  }\n\n  .ns-battery__item{\n    padding:9px 8px;\n  }\n\n\n  .ns-choice__layout{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:12px;\n  }\n\n  .ns-colors-image__frame{\n    width:103px;\n  }\n\n  .ns-colors-image__frame img{\n    max-height:105px !important;\n  }\n\n\n  .ns-color-options{\n    grid-template-columns:1fr;\n  }\n\n\n  .ns-size{\n    grid-template-columns:1fr;\n  }\n\n  .ns-dimension__frame{\n    width:92px;\n  }\n\n  .ns-dimension__frame img{\n    max-height:90px !important;\n  }\n\n\n  .ns-size-info{\n    grid-template-columns:1fr 1fr;\n  }\n\n\n  .ns-portable{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n\n  .ns-specs__head{\n    display:block;\n  }\n\n  .ns-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .ns-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .ns-spec__label{\n    color:var(--gold-dark);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .ns-notes{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* VERY SMALL MOBILE *\/\n\n@media(max-width:380px){\n\n  .ns-battery{\n    grid-template-columns:1fr;\n  }\n\n  .ns-choice__layout{\n    grid-template-columns:1fr;\n  }\n\n  .ns-colors-image{\n    width:145px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n  .ns-size-info{\n    grid-template-columns:1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-nashi\" id=\"nashi-root\"\u003e\n\u003c!-- =====================================================\n       01 — OPENING\n  ====================================================== --\u003e\n\u003csection class=\"ns-card ns-opening\"\u003e\n\u003cdiv class=\"ns-opening__layout\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"ns-eyebrow\"\u003e Nashi Table Lamp · Cordless Light \u003c\/span\u003e\n\u003ch2\u003eWarm Light, Without the Cord\u003c\/h2\u003e\n\u003cp class=\"ns-opening__lead\"\u003eNashi is a compact rechargeable table lamp designed to move with you. Pick it up for bedside reading, place it on the dining table, or carry it into another room — no outlet needed once charged.\u003c\/p\u003e\n\u003cdiv class=\"ns-facts\"\u003e\n\u003cdiv class=\"ns-fact\"\u003e\n\u003csmall\u003e Runtime \u003c\/small\u003e \u003cstrong\u003e Up to 8h \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-fact\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e 3 CCT \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-fact\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Touch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"ns-cordless\"\u003e\u003csmall\u003e Nashi Signature \u003c\/small\u003e \u003cstrong\u003e Cordless \u003c\/strong\u003e \u003cem\u003e 2000mAh Rechargeable Battery \u003c\/em\u003e\n\u003cp\u003eCharge by USB, unplug, then use the lamp wherever you need a small pool of light.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-quick\"\u003e\n\u003cdiv class=\"ns-quick__item\"\u003e\n\u003csmall\u003e Full Charge \u003c\/small\u003e \u003cstrong\u003e Approx. 5 Hours \u003c\/strong\u003e \u003cspan\u003e USB charging cable included. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-quick__item\"\u003e\n\u003csmall\u003e Brightness \u003c\/small\u003e \u003cstrong\u003e Touch \u0026amp; Hold \u003c\/strong\u003e \u003cspan\u003e Adjust brightness within the selected color temperature. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-quick__item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated LED \u003c\/strong\u003e \u003cspan\u003e No separate bulb required. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — TOUCH + BATTERY\n  ====================================================== --\u003e\n\u003csection class=\"ns-card ns-control\"\u003e\n\u003cdiv class=\"ns-section-head\"\u003e\n\u003ch3\u003eOne Touch, Three Moods\u003c\/h3\u003e\n\u003cp\u003eTap the sensor on top to move between warm, neutral and cool light. Hold the touch control when you want to adjust brightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-temperature\"\u003e\n\u003carticle class=\"ns-temp ns-temp--warm\"\u003e\u003csmall\u003e 3000K \u003c\/small\u003e \u003cstrong\u003e Warm \u003c\/strong\u003e\n\u003cp\u003eSofter evening light for bedside, dining and relaxed ambient use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ns-temp ns-temp--neutral\"\u003e\u003csmall\u003e 4500K \u003c\/small\u003e \u003cstrong\u003e Neutral \u003c\/strong\u003e\n\u003cp\u003eBalanced everyday light for reading, desk work and morning routines.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ns-temp ns-temp--cool\"\u003e\u003csmall\u003e 6000K \u003c\/small\u003e \u003cstrong\u003e Cool \u003c\/strong\u003e\n\u003cp\u003eBrighter white light when you want stronger contrast and visibility.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-touch\"\u003e\n\u003cdiv class=\"ns-touch__title\"\u003e\n\u003csmall\u003e Top Touch Control \u003c\/small\u003e \u003cstrong\u003e Tap + Hold \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-touch__copy\"\u003e\n\u003cp\u003eTap to turn on and cycle through 3000K, 4500K and 6000K. Touch and hold to adjust brightness within the current light mode.\u003c\/p\u003e\n\u003cdiv class=\"ns-touch__meta\"\u003e\n\u003cspan\u003eTouch On \/ Off\u003c\/span\u003e \u003cspan\u003e3 Color Temperatures\u003c\/span\u003e \u003cspan\u003eBrightness Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-battery\"\u003e\n\u003cdiv class=\"ns-battery__item\"\u003e\n\u003csmall\u003e Battery \u003c\/small\u003e \u003cstrong\u003e 2000mAh \u003c\/strong\u003e \u003cspan\u003e Built into the lamp base. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-battery__item\"\u003e\n\u003csmall\u003e Maximum Light \u003c\/small\u003e \u003cstrong\u003e ~3 Hours \u003c\/strong\u003e \u003cspan\u003e Approximate runtime at highest brightness. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-battery__item\"\u003e\n\u003csmall\u003e Lower Light \u003c\/small\u003e \u003cstrong\u003e Up to 8 Hours \u003c\/strong\u003e \u003cspan\u003e Approximate runtime at the lowest setting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — COLOR + SIZE\n  ====================================================== --\u003e\n\u003csection class=\"ns-card ns-choice\"\u003e\n\u003cdiv class=\"ns-section-head\"\u003e\n\u003ch3\u003eWhite or Cream\u003c\/h3\u003e\n\u003cp\u003eThe function stays exactly the same. Choose White for a cleaner graphic look, or Cream when you want the pear-shaped glass to feel warmer and softer in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-choice__layout\"\u003e\n\u003c!-- TWO COLOR IMAGE --\u003e\n\u003carticle class=\"ns-colors-image\"\u003e\n\u003cdiv class=\"ns-colors-image__frame\"\u003e\u003ca href=\"#ns-colors-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nashi-table-lamp-stuberlighting_25.jpg?v=1784342191\" alt=\"Nashi Table Lamp shown in White and Cream glass finishes\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"ns-caption\"\u003eWhite + Cream · Click to enlarge\u003c\/p\u003e\n\u003c\/article\u003e\n\u003cdiv class=\"ns-color-options\"\u003e\n\u003carticle class=\"ns-color\"\u003e\u003csmall\u003e Option 01 \u003c\/small\u003e \u003cstrong\u003e White \u003c\/strong\u003e\n\u003cp\u003eCleaner and more graphic. A natural fit with modern, Scandinavian and pale neutral interiors.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ns-color ns-color--cream\"\u003e\u003csmall\u003e Option 02 \u003c\/small\u003e \u003cstrong\u003e Cream \u003c\/strong\u003e\n\u003cp\u003eSofter and warmer. Especially suited to wood, linen and other warm-toned materials.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE --\u003e\n\u003cdiv class=\"ns-size\"\u003e\n\u003cdiv class=\"ns-dimension\"\u003e\n\u003cdiv class=\"ns-dimension__frame\"\u003e\u003ca href=\"#ns-dimension-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nashi-table-lamp-stuberlighting_17.jpg?v=1784342190\" alt=\"Nashi Table Lamp dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"ns-caption\"\u003eDimensions · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-size-info\"\u003e\n\u003cdiv class=\"ns-size-box\"\u003e\n\u003csmall\u003e Diameter \u003c\/small\u003e \u003cstrong\u003e Ø6.6\" \u003c\/strong\u003e\n\u003cp\u003eCompact enough for nightstands, dining tables and smaller console surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-size-box\"\u003e\n\u003csmall\u003e Overall Height \u003c\/small\u003e \u003cstrong\u003e H8.6\" \u003c\/strong\u003e\n\u003cp\u003eSmall enough to carry easily without losing the sculptural pear-shaped profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-portable\"\u003e\n\u003cstrong\u003e Cordless Does Not Mean Weatherproof \u003c\/strong\u003e \u003cspan\u003e Nashi is IP20 and intended for indoor dry locations. It may be carried to a covered dry patio temporarily, but should not be exposed to rain, steam or prolonged humidity. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"ns-card ns-specs\"\u003e\n\u003cdiv class=\"ns-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Nashi Table Lamp \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec-list\"\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Ø6.6\" × H8.6\" · Dia 17 cm × H22 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Glass shade · Metal base · Integrated rechargeable battery \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Shade Options \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e White · Cream \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Integrated LED · Included · Separate Bulb: Not required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e LED Power \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Approx. 5W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Color Temperature \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e 3000K Warm · 4500K Neutral · 6000K Cool \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Brightness \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Adjustable by touch-and-hold control \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Control \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Capacitive touch sensor on top · Tap to power \/ cycle color temperature · Hold to adjust brightness \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Battery \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e 2000mAh rechargeable built-in battery \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Runtime \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Approx. 3 hours at maximum brightness · Up to approx. 8 hours at lowest brightness \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Charging \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e USB charging · Approx. 5 hours to full charge · Charging cable included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Use While Charging \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Yes · Lamp can operate while connected to the USB charging cable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e IP20 · Indoor dry locations only · Not weatherproof \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Package Includes \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Nashi lamp · USB charging cable · Instructions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-spec\"\u003e\n\u003cspan class=\"ns-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"ns-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-notes\"\u003e\n\u003cdiv class=\"ns-note\"\u003e\n\u003cstrong\u003e Battery Runtime \u003c\/strong\u003e \u003cspan\u003e Runtime varies with brightness and color-temperature use. Lower settings provide longer cordless operation; maximum output reduces battery life per charge. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ns-note\"\u003e\n\u003cstrong\u003e Glass Care \u003c\/strong\u003e \u003cspan\u003e Wipe the glass with a soft dry microfiber cloth. For fingerprints, use a lightly damp cloth and dry immediately. Keep the charging port dry and avoid abrasive cleaners. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING\n  ====================================================== --\u003e\n\u003csection class=\"ns-card ns-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TWO COLORS LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"ns-colors-large\" href=\"#nashi-root\" class=\"ns-lightbox\"\u003e \u003cspan class=\"ns-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nashi-table-lamp-stuberlighting_25.jpg?v=1784342191\" alt=\"Enlarged Nashi White and Cream color comparison\"\u003e \u003cspan class=\"ns-lightbox__caption\"\u003e Nashi · White + Cream \u003c\/span\u003e \u003cspan class=\"ns-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DIMENSION LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"ns-dimension-large\" href=\"#nashi-root\" class=\"ns-lightbox\"\u003e \u003cspan class=\"ns-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nashi-table-lamp-stuberlighting_17.jpg?v=1784342190\" alt=\"Enlarged Nashi Table Lamp dimensions\"\u003e \u003cspan class=\"ns-lightbox__caption\"\u003e Nashi · Ø6.6\" × H8.6\" \u003c\/span\u003e \u003cspan class=\"ns-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 6.6″ x H 8.6″ \/ White \/ Three-color Changing Light (USB rechargeable version)","offer_id":52619347067163,"sku":"STB-TL-26-10198","price":150.0,"currency_code":"USD","in_stock":true},{"title":"Dia 6.6″ x H 8.6″ \/ Cream \/ Three-color Changing Light (USB rechargeable version)","offer_id":52619347099931,"sku":"STB-TL-26-10199","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nashi-table-lamp-stuberlighting_5.jpg?v=1784342190"},{"product_id":"kasa-pendant-light","title":"Kasa Washi Paper Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — KASA PENDANT LIGHT\n\n   PRODUCT-SPECIFIC EDITORIAL LAYOUT\n   Ribbed Washi Paper · Pyramid-Cone Form · Four Scales\n\n   SHOPPER FLOW\n   MATERIAL\n   → SCALE\n   → S\/M\/L vs XL\n   → LIGHT \/ SUSPENSION\n   → SPECS \/ FAQ \/ SHIPPING\n\n   OUTER WRAPPER = TRANSPARENT\n========================================================= *\/\n\n.stb-kasa{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --washi:#F2ECE2;\n  --washi-deep:#E8DED0;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D1C5B9;\n  --line-soft:#E5DDD4;\n\n  --gold:#AE8C60;\n  --gold-dark:#74593E;\n\n  width:100%;\n  max-width:920px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-kasa *,\n.stb-kasa *::before,\n.stb-kasa *::after{\n  box-sizing:border-box;\n}\n\n.stb-kasa h2,\n.stb-kasa h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-kasa p{\n  margin-top:0;\n}\n\n.stb-kasa__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-kasa__title{\n  max-width:650px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-kasa__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-kasa__copy{\n  max-width:690px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-kasa__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#897C72;\n\n  font-size:8.6px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-kasa__image{\n  display:block;\n\n  width:100%;\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-kasa__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-kasa__intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 210px;\n\n  margin-bottom:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:25px;\n\n  width:52px;\n  height:2px;\n\n  background:var(--gold);\n}\n\n.stb-kasa__intro-main{\n  padding:24px 25px 22px;\n}\n\n.stb-kasa__intro-main p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-kasa__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n}\n\n.stb-kasa__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CBB08A;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__intro-side strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-kasa__intro-side span{\n  color:#D7CCC3;\n\n  font-size:9.5px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   QUICK\n========================================================= *\/\n\n.stb-kasa__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-kasa__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-kasa__quick-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   MATERIAL FIRST\n========================================================= *\/\n\n.stb-kasa__material{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__material-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:11px;\n\n  background:var(--washi);\n}\n\n.stb-kasa__material-image{\n  width:142px;\n  max-width:100%;\n}\n\n.stb-kasa__material-body{\n  padding:16px 18px;\n}\n\n.stb-kasa__material-body h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n  line-height:1.3;\n}\n\n.stb-kasa__material-body \u003e p{\n  max-width:610px;\n\n  margin:0 0 11px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.52;\n}\n\n.stb-kasa__material-line{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  padding:8px 0;\n\n  border-top:1px solid var(--line-soft);\n}\n\n.stb-kasa__material-line strong{\n  color:var(--ink);\n\n  font-size:9.8px;\n  font-weight:500;\n}\n\n.stb-kasa__material-line span{\n  color:#70665E;\n\n  font-size:9.2px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   FORM\n========================================================= *\/\n\n.stb-kasa__form{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--washi);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__form-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--washi-deep);\n}\n\n.stb-kasa__form-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#77695F;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__form-label strong{\n  color:var(--ink);\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-kasa__form-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-kasa__form-item{\n  padding:13px 15px;\n}\n\n.stb-kasa__form-item +\n.stb-kasa__form-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kasa__form-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__form-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-kasa__form-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:9.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   SIZE SECTION\n========================================================= *\/\n\n.stb-kasa__sizes{\n  margin-bottom:29px;\n}\n\n.stb-kasa__sizes-head{\n  margin-bottom:11px;\n}\n\n.stb-kasa__size-layout{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  gap:8px;\n}\n\n.stb-kasa__size-media{\n  display:flex;\n  align-items:flex-start;\n  justify-content:center;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-kasa__size-image{\n  width:145px;\n  max-width:100%;\n}\n\n.stb-kasa__size-list{\n  border-top:1px solid var(--line);\n}\n\n.stb-kasa__size{\n  display:grid;\n  grid-template-columns:90px 150px minmax(0,1fr);\n\n  align-items:center;\n\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-kasa__size-code small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.6px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__size-code strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:16px;\n  line-height:1.1;\n  font-weight:500;\n}\n\n.stb-kasa__size-dim{\n  padding-left:13px;\n\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kasa__size-dim strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:10.3px;\n  font-weight:500;\n}\n\n.stb-kasa__size-dim span{\n  color:#81756C;\n\n  font-size:8.8px;\n}\n\n.stb-kasa__size-use{\n  padding-left:15px;\n\n  color:#6A6058;\n\n  font-size:9.3px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   XL ARCHITECTURAL BAND\n========================================================= *\/\n\n.stb-kasa__xl{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-top:8px;\n\n  background:var(--espresso);\n\n  border:1px solid var(--espresso);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__xl-size{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  border-right:1px solid #594A40;\n}\n\n.stb-kasa__xl-size small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__xl-size strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:18px;\n  font-weight:500;\n}\n\n.stb-kasa__xl-size span{\n  color:#D4C8BE;\n\n  font-size:8.9px;\n}\n\n.stb-kasa__xl-body{\n  padding:13px 15px;\n}\n\n.stb-kasa__xl-body strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#FFF8EF;\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-kasa__xl-body p{\n  margin:0;\n\n  color:#D7CCC3;\n\n  font-size:9.4px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   DIFFUSER DIFFERENCE\n========================================================= *\/\n\n.stb-kasa__diffuser{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-kasa__diffuser-item{\n  padding:14px 16px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-kasa__diffuser-item--xl{\n  background:var(--cream);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-kasa__diffuser-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__diffuser-item strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-kasa__diffuser-item p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   HANG GUIDE\n========================================================= *\/\n\n.stb-kasa__hang{\n  display:grid;\n  grid-template-columns:160px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__hang-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-kasa__hang-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__hang-label strong{\n  color:#FFF8EF;\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-kasa__hang-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:var(--paper);\n}\n\n.stb-kasa__hang-item{\n  padding:13px 14px;\n}\n\n.stb-kasa__hang-item +\n.stb-kasa__hang-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kasa__hang-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__hang-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  font-weight:500;\n}\n\n.stb-kasa__hang-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   ELECTRICAL\n========================================================= *\/\n\n.stb-kasa__utility{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__utility-item{\n  padding:13px;\n}\n\n.stb-kasa__utility-item +\n.stb-kasa__utility-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-kasa__utility-item--dark{\n  background:var(--espresso);\n}\n\n.stb-kasa__utility-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__utility-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  font-weight:500;\n}\n\n.stb-kasa__utility-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n.stb-kasa__utility-item--dark small{\n  color:#CBAF88;\n}\n\n.stb-kasa__utility-item--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-kasa__utility-item--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   DIMMING \/ INSTALLATION\n========================================================= *\/\n\n.stb-kasa__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-kasa__practical-item{\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-kasa__practical-item--alt{\n  background:var(--washi);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-kasa__practical-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-kasa__practical-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-kasa__practical-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   WASHI CARE\n========================================================= *\/\n\n.stb-kasa__care{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-kasa__care strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  font-weight:500;\n}\n\n.stb-kasa__care p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-kasa__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  overflow:hidden;\n}\n\n.stb-kasa__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-kasa__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-kasa__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-kasa__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-kasa__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-kasa__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-kasa__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   HANDMADE NOTE\n========================================================= *\/\n\n.stb-kasa__handmade{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  color:#756A61;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n\n  font-size:9.6px;\n  line-height:1.55;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-kasa__faq{\n  max-width:760px;\n\n  margin:0 auto 29px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n}\n\n.stb-kasa__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-kasa__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-kasa__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.6px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-kasa__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-kasa__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-3px;\n  right:2px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-kasa__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-kasa__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.3px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-kasa__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:4px;\n}\n\n.stb-kasa__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-kasa__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-kasa__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-kasa__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-kasa__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-kasa__lightbox:target{\n  display:flex;\n}\n\n.stb-kasa__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-kasa__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n}\n\n.stb-kasa__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-kasa__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-kasa__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-kasa__title{\n    font-size:25px;\n  }\n\n  .stb-kasa__size{\n    grid-template-columns:72px 135px minmax(0,1fr);\n  }\n\n  .stb-kasa__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-kasa{\n    width:100%;\n    max-width:100%;\n\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-kasa__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kasa__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-kasa__intro-side{\n    padding:11px 15px;\n  }\n\n  .stb-kasa__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-kasa__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-kasa__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-kasa__quick-item:nth-child(1),\n  .stb-kasa__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-kasa__material{\n    grid-template-columns:90px minmax(0,1fr);\n  }\n\n  .stb-kasa__material-media{\n    padding:6px;\n  }\n\n  .stb-kasa__material-image{\n    width:78px;\n  }\n\n  .stb-kasa__material-body{\n    padding:11px 12px;\n  }\n\n  .stb-kasa__material-line{\n    grid-template-columns:85px minmax(0,1fr);\n  }\n\n\n  \/* FORM *\/\n\n  .stb-kasa__form{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kasa__form-label{\n    padding:10px 13px;\n  }\n\n  .stb-kasa__form-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kasa__form-item +\n  .stb-kasa__form-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-kasa__size-layout{\n    grid-template-columns:88px minmax(0,1fr);\n\n    gap:6px;\n  }\n\n  .stb-kasa__size-media{\n    padding:5px;\n  }\n\n  .stb-kasa__size-image{\n    width:76px;\n  }\n\n  .stb-kasa__size{\n    grid-template-columns:48px 90px minmax(0,1fr);\n\n    padding:9px 0;\n  }\n\n  .stb-kasa__size-code strong{\n    font-size:13px;\n  }\n\n  .stb-kasa__size-dim{\n    padding-left:7px;\n  }\n\n  .stb-kasa__size-use{\n    padding-left:8px;\n  }\n\n\n  \/* XL *\/\n\n  .stb-kasa__xl{\n    grid-template-columns:90px minmax(0,1fr);\n  }\n\n  .stb-kasa__xl-size{\n    padding:10px;\n\n    border-right:1px solid #594A40;\n  }\n\n  .stb-kasa__xl-size strong{\n    font-size:14px;\n  }\n\n  .stb-kasa__xl-body{\n    padding:10px 11px;\n  }\n\n\n  \/* DIFFUSER *\/\n\n  .stb-kasa__diffuser{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* HANG *\/\n\n  .stb-kasa__hang{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kasa__hang-label{\n    padding:10px 13px;\n  }\n\n  .stb-kasa__hang-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-kasa__hang-item +\n  .stb-kasa__hang-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-kasa__utility{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-kasa__utility-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-kasa__utility-item:nth-child(3){\n    border-left:0;\n  }\n\n  .stb-kasa__utility-item:nth-child(1),\n  .stb-kasa__utility-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* PRACTICAL *\/\n\n  .stb-kasa__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-kasa__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-kasa__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-kasa__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-kasa__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-kasa\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__intro\"\u003e\n\u003cdiv class=\"stb-kasa__intro-main\"\u003e\n\u003cspan class=\"stb-kasa__eyebrow\"\u003e Ribbed Washi Paper · Pyramid-Cone Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-kasa__title\"\u003eA Light Paper Form With a Strong Silhouette.\u003c\/h2\u003e\n\u003cp\u003eKasa stretches ribbed washi paper over a fine internal metal frame, forming a low tapered pendant that feels light in the room while still reading clearly from across the space. Warm light filters through the paper instead of exposing a hard bare-bulb source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__intro-side\"\u003e\n\u003csmall\u003e Four Sizes \u003c\/small\u003e \u003cstrong\u003e Ø13.8\" → Ø47.2\" \u003c\/strong\u003e \u003cspan\u003e Compact residential to oversized architectural scale \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK INFO\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__quick\"\u003e\n\u003cdiv class=\"stb-kasa__quick-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Washi Paper \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__quick-item\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e S \/ M \/ L \/ XL \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__quick-item\"\u003e\n\u003csmall\u003e Socket \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__quick-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MATERIAL IMAGE — BEFORE DIMENSIONS\n  ====================================================== --\u003e\n\u003csection id=\"kasa-material-section\" class=\"stb-kasa__material\"\u003e\n\u003cdiv class=\"stb-kasa__material-media\"\u003e\n\u003cdiv class=\"stb-kasa__material-image\"\u003e\u003ca href=\"#kasa-material-image\" class=\"stb-kasa__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kasa-pendant-light-stuberlighting_8.jpg?v=1784344493\" alt=\"Kasa Pendant Light ribbed Washi paper material detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-kasa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__material-body\"\u003e\n\u003cspan class=\"stb-kasa__eyebrow\"\u003e Material \u003c\/span\u003e\n\u003ch3\u003eThe Paper Is Part of the Light.\u003c\/h3\u003e\n\u003cp\u003eKasa is not a solid opaque shade. The fibrous paper becomes warmer and more dimensional when illuminated, while the ribbing stays visible with the lamp switched off.\u003c\/p\u003e\n\u003cdiv class=\"stb-kasa__material-line\"\u003e\n\u003cstrong\u003e Washi Paper \u003c\/strong\u003e \u003cspan\u003e Translucent natural-fibre surface that softens the bulb into ambient light. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__material-line\"\u003e\n\u003cstrong\u003e Ribbed Texture \u003c\/strong\u003e \u003cspan\u003e Fine linear texture remains visible across the tapered shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__material-line\"\u003e\n\u003cstrong\u003e Internal Frame \u003c\/strong\u003e \u003cspan\u003e Fine metal support maintains the shape without visually overpowering the paper. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"kasa-material-image\" href=\"#kasa-material-section\" class=\"stb-kasa__lightbox\"\u003e \u003cspan class=\"stb-kasa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kasa-pendant-light-stuberlighting_8.jpg?v=1784344493\" alt=\"Enlarged Kasa Washi paper detail\"\u003e \u003cspan class=\"stb-kasa__lightbox-caption\"\u003e Kasa · Ribbed Washi Paper \u003c\/span\u003e \u003cspan class=\"stb-kasa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FORM\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__form\"\u003e\n\u003cdiv class=\"stb-kasa__form-label\"\u003e\n\u003csmall\u003e Design \u003c\/small\u003e \u003cstrong\u003e Two Details Define Kasa. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__form-body\"\u003e\n\u003cdiv class=\"stb-kasa__form-item\"\u003e\n\u003csmall\u003e Silhouette \u003c\/small\u003e \u003cstrong\u003e Low Pyramid-Cone Form \u003c\/strong\u003e\n\u003cp\u003eBroad at the bottom and visually lighter toward the top, giving Kasa a clear profile without the mass of a solid metal pendant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__form-item\"\u003e\n\u003csmall\u003e Surface \u003c\/small\u003e \u003cstrong\u003e Visible Paper Ribbing \u003c\/strong\u003e\n\u003cp\u003eThe linear texture catches light and shadow across the paper instead of appearing perfectly flat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\u003csection id=\"kasa-size-section\" class=\"stb-kasa__sizes\"\u003e\n\u003cdiv class=\"stb-kasa__sizes-head\"\u003e\n\u003cspan class=\"stb-kasa__eyebrow\"\u003e Choose the Scale \u003c\/span\u003e\n\u003ch3 class=\"stb-kasa__section-title\"\u003eThree Residential Sizes. One True Statement Size.\u003c\/h3\u003e\n\u003cp class=\"stb-kasa__copy\"\u003eSmall, Medium and Large work within normal residential scale. Extra Large jumps to 47.2 inches and should be treated as an architectural fixture for genuinely large rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-layout\"\u003e\n\u003c!-- DIMENSION IMAGE --\u003e\n\u003cdiv class=\"stb-kasa__size-media\"\u003e\n\u003cdiv class=\"stb-kasa__size-image\"\u003e\u003ca href=\"#kasa-size-image\" class=\"stb-kasa__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kasa-pendant-light-stuberlighting_21.jpg?v=1784344493\" alt=\"Kasa Pendant Light dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-kasa__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- S \/ M \/ L --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"stb-kasa__size-list\"\u003e\n\u003cdiv class=\"stb-kasa__size\"\u003e\n\u003cdiv class=\"stb-kasa__size-code\"\u003e\n\u003csmall\u003e Small \u003c\/small\u003e \u003cstrong\u003e 13.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-dim\"\u003e\n\u003cstrong\u003e Ø13.8\" × H7.9\" \u003c\/strong\u003e \u003cspan\u003e 35 × 20cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-use\"\u003eCompact island · small table · entry area · standard 8–9 ft ceilings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size\"\u003e\n\u003cdiv class=\"stb-kasa__size-code\"\u003e\n\u003csmall\u003e Medium \u003c\/small\u003e \u003cstrong\u003e 15.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-dim\"\u003e\n\u003cstrong\u003e Ø15.7\" × H12.6\" \u003c\/strong\u003e \u003cspan\u003e 40 × 32cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-use\"\u003eIsland pair \/ trio · small dining · bedroom pendant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size\"\u003e\n\u003cdiv class=\"stb-kasa__size-code\"\u003e\n\u003csmall\u003e Large \u003c\/small\u003e \u003cstrong\u003e 19.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-dim\"\u003e\n\u003cstrong\u003e Ø19.7\" × H11\" \u003c\/strong\u003e \u003cspan\u003e 50 × 28cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__size-use\"\u003e4–6 seat dining · larger foyer · living area · most versatile single pendant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- XL --\u003e\n\u003cdiv class=\"stb-kasa__xl\"\u003e\n\u003cdiv class=\"stb-kasa__xl-size\"\u003e\n\u003csmall\u003e Extra Large \u003c\/small\u003e \u003cstrong\u003e Ø47.2\" \u003c\/strong\u003e \u003cspan\u003e H23.6\" · 120 × 60cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__xl-body\"\u003e\n\u003cstrong\u003e Architectural scale — not simply a larger residential pendant. \u003c\/strong\u003e\n\u003cp\u003eBest reserved for double-height rooms, vaulted great rooms, large dining spaces, atriums and hospitality interiors. A 12 ft+ ceiling is the safer starting point for this scale.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"kasa-size-image\" href=\"#kasa-size-section\" class=\"stb-kasa__lightbox\"\u003e \u003cspan class=\"stb-kasa__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kasa-pendant-light-stuberlighting_21.jpg?v=1784344493\" alt=\"Enlarged Kasa Pendant Light dimension diagram\"\u003e \u003cspan class=\"stb-kasa__lightbox-caption\"\u003e Kasa · S \/ M \/ L \/ XL \u003c\/span\u003e \u003cspan class=\"stb-kasa__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DIFFUSER\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__diffuser\"\u003e\n\u003carticle class=\"stb-kasa__diffuser-item\"\u003e\u003csmall\u003e Small · Medium · Large \u003c\/small\u003e \u003cstrong\u003e Bottom Diffuser Included \u003c\/strong\u003e\n\u003cp\u003eA lower diffuser helps soften the direct view toward the bulb when the fixture is installed at normal residential hanging heights.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-kasa__diffuser-item stb-kasa__diffuser-item--xl\"\u003e\u003csmall\u003e Extra Large \u003c\/small\u003e \u003cstrong\u003e Open Bottom \u003c\/strong\u003e\n\u003cp\u003eThe 47.2-inch version does not use the bottom diffuser, keeping the oversized pyramid form visually cleaner when suspended high in large-volume spaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANGING\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__hang\"\u003e\n\u003cdiv class=\"stb-kasa__hang-label\"\u003e\n\u003csmall\u003e Hanging Guide \u003c\/small\u003e \u003cstrong\u003e Set the Shade From the Surface Below. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__hang-grid\"\u003e\n\u003cdiv class=\"stb-kasa__hang-item\"\u003e\n\u003csmall\u003e Dining \u003c\/small\u003e \u003cstrong\u003e 30–36\" \u003c\/strong\u003e\n\u003cp\u003eFrom tabletop to the lowest point of the shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__hang-item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e 30–36\" \u003c\/strong\u003e\n\u003cp\u003eAbove the counter, away from cooking surfaces and direct steam.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__hang-item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003cp\u003eStandard black wire. Extended length available on request at no extra charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ELECTRICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__utility\"\u003e\n\u003cdiv class=\"stb-kasa__utility-item stb-kasa__utility-item--dark\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003cp\u003eWarm-white LED included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__utility-item\"\u003e\n\u003csmall\u003e Maximum \u003c\/small\u003e \u003cstrong\u003e 40W \u003c\/strong\u003e\n\u003cp\u003eMaximum per socket or LED equivalent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__utility-item\"\u003e\n\u003csmall\u003e Voltage \u003c\/small\u003e \u003cstrong\u003e AC110–240V \u003c\/strong\u003e\n\u003cp\u003eUniversal voltage range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__utility-item\"\u003e\n\u003csmall\u003e Canopy \u003c\/small\u003e \u003cstrong\u003e Ø4.7\" \u003c\/strong\u003e\n\u003cp\u003eBlack round canopy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING \/ INSTALL\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__practical\"\u003e\n\u003carticle class=\"stb-kasa__practical-item\"\u003e\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Dimmable Bulb + Triac Wall Dimmer \u003c\/strong\u003e\n\u003cp\u003eFor brightness control, replace the included bulb with a compatible dimmable E26\/E27 LED and use a compatible Triac wall dimmer. A 2700–3000K replacement LED preserves the warm washi-paper character.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-kasa__practical-item stb-kasa__practical-item--alt\"\u003e\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired · Plug-In Adapter Available \u003c\/strong\u003e\n\u003cp\u003eStandard configuration is hardwired to a ceiling junction box. A plug-in cord adapter can also be requested for renters or rooms without a ceiling J-box. Professional installation is recommended for hardwired use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__care\"\u003e\u003cstrong\u003e Keep the Washi paper dry. \u003c\/strong\u003e\n\u003cp\u003eDust gently with a soft dry brush, feather duster or very soft microfiber cloth. Do not spray cleaner or water onto the paper. Kasa is intended for indoor dry locations and should not be installed over cooking surfaces or in humid bathrooms.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__specs\"\u003e\n\u003cdiv class=\"stb-kasa__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Kasa Pendant Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Handcrafted Washi Paper Shade · Fine Metal Internal Frame · Black Powder-Coated Ceiling Canopy · Black Suspension Wire \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Form \u003c\/span\u003e \u003cstrong\u003e Tapered Pyramid-Cone Pendant \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Small \u003c\/span\u003e \u003cstrong\u003e Ø13.8\" × H7.9\" · Dia35 × H20cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Medium \u003c\/span\u003e \u003cstrong\u003e Ø15.7\" × H12.6\" · Dia40 × H32cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Large \u003c\/span\u003e \u003cstrong\u003e Ø19.7\" × H11\" · Dia50 × H28cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Extra Large \u003c\/span\u003e \u003cstrong\u003e Ø47.2\" × H23.6\" · Dia120 × H60cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Bottom Diffuser \u003c\/span\u003e \u003cstrong\u003e Small \/ Medium \/ Large — Included · Extra Large — Open Bottom \/ No Diffuser \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 (US) \/ E27 · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Included Bulb \u003c\/span\u003e \u003cstrong\u003e Warm-White LED \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Maximum per Socket or LED Equivalent \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible With Dimmable E26\/E27 LED + Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Black Wire · Extended Length Available on Request at No Extra Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Canopy \u003c\/span\u003e \u003cstrong\u003e Ø4.7\" \/ 12cm Black Round Canopy · Covers Standard Ceiling J-Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Hardwired Ceiling Mount · Professional Electrician Recommended · Plug-In Adapter Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only · Not for Bathrooms or Above Cooking Surfaces \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Package Includes \u003c\/span\u003e \u003cstrong\u003e Washi Paper Shade · Internal Metal Frame · Warm-White LED Bulb · Black Canopy + Wire · Mounting Hardware · Installation Instructions \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-kasa__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE WASHI NOTE\n  ====================================================== --\u003e\n\u003cdiv class=\"stb-kasa__handmade\"\u003eEach piece is handmade, so slight variations in texture and dimensions are normal, and washi paper ambers gently over time. Screen colors are approximate; hand-measured sizes may vary 1–2cm.\u003c\/div\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__faq\"\u003e\u003cspan class=\"stb-kasa__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-kasa__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n\u003cp\u003eSmall Ø13.8\" works well over compact islands, small tables and entry areas. Medium Ø15.7\" is useful individually or as a pair \/ trio above longer islands. Large Ø19.7\" is the most versatile single pendant for 4–6 seat dining and larger residential rooms. Extra Large Ø47.2\" is a true architectural statement intended for double-height or other large-volume spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does the XL not have a bottom diffuser?\u003c\/summary\u003e\n\u003cp\u003eSmall, Medium and Large include a lower diffuser because they are normally viewed from closer residential distances. The 47.2-inch XL is generally suspended much higher, so the open bottom preserves the cleaner oversized silhouette without requiring the same lower diffuser.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included and can Kasa be dimmed?\u003c\/summary\u003e\n\u003cp\u003eYes, a warm-white E26\/E27 LED bulb is included. For dimming, replace it with a compatible dimmable E26\/E27 LED and use a compatible Triac wall dimmer. A warm 2700–3000K replacement bulb works especially well with the washi-paper shade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan Kasa be installed in a bathroom or over a stove?\u003c\/summary\u003e\n\u003cp\u003eNo. Kasa is IP20-rated and uses natural paper, so it should remain in indoor dry locations. Avoid bathrooms, sustained humidity, direct steam and installation above kitchen cooking surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-kasa__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 13.8\" x H 7.9\" \/ Paper \/ Black Wire","offer_id":52619384095003,"sku":"STB-PL-26-10108","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Dia 15.7\"x H 12.6\" \/ Paper \/ Black Wire","offer_id":52619384127771,"sku":"STB-PL-26-10109","price":285.0,"currency_code":"USD","in_stock":true},{"title":"Dia 19.7\"xH 11\" \/ Paper \/ Black Wire","offer_id":52619384160539,"sku":"STB-PL-26-10110","price":355.0,"currency_code":"USD","in_stock":true},{"title":"Dia 47.2\" x H 23.6\" \/ Paper \/ Black Wire","offer_id":52619384193307,"sku":"STB-PL-26-10111","price":950.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/kasa-pendant-light-stuberlighting_1.jpg?v=1784344493"},{"product_id":"piega-pendant-light","title":"Piega Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — PIEGA PENDANT LIGHT\n\n   PRODUCT-SPECIFIC EDITORIAL DIRECTION\n   Handcrafted bone china · vertical pleats · single \/ cluster\n\n   SHOPPER FLOW\n   01 Material character\n   02 Product detail\n   03 Single or cluster?\n   04 8 configurations\n   05 Dimension references\n   06 Light \/ suspension \/ installation\n   07 Specs \/ FAQ \/ Shipping\n\n   OUTER WRAPPER = TRANSPARENT\n========================================================= *\/\n\n.stb-piega{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --ivory:#F3ECE1;\n  --porcelain:#EDE2D2;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D1C5BA;\n  --line-soft:#E5DDD5;\n\n  --gold:#AE8C60;\n  --gold-dark:#74593E;\n\n  width:100%;\n  max-width:920px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-piega *,\n.stb-piega *::before,\n.stb-piega *::after{\n  box-sizing:border-box;\n}\n\n.stb-piega h2,\n.stb-piega h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-piega p{\n  margin-top:0;\n}\n\n.stb-piega__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-piega__title{\n  max-width:640px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-piega__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-piega__copy{\n  max-width:690px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-piega__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#897C72;\n\n  font-size:8.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-piega__image{\n  display:block;\n\n  width:100%;\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-piega__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-piega__intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  margin-bottom:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:25px;\n\n  width:48px;\n  height:2px;\n\n  background:var(--gold);\n}\n\n.stb-piega__intro-main{\n  padding:24px 25px 22px;\n}\n\n.stb-piega__intro-main p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-piega__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n}\n\n.stb-piega__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#CBB08A;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__intro-side strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-piega__intro-side span{\n  color:#D7CCC3;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-piega__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-piega__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-piega__quick-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAIL \/ MATERIAL\n========================================================= *\/\n\n.stb-piega__detail{\n  display:grid;\n  grid-template-columns:180px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__detail-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:11px;\n\n  background:var(--ivory);\n}\n\n.stb-piega__detail-image{\n  width:146px;\n  max-width:100%;\n}\n\n.stb-piega__detail-body{\n  padding:16px 18px;\n}\n\n.stb-piega__detail-body h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n  line-height:1.3;\n}\n\n.stb-piega__detail-body \u003e p{\n  max-width:610px;\n\n  margin:0 0 11px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.52;\n}\n\n.stb-piega__detail-line{\n  display:grid;\n  grid-template-columns:120px minmax(0,1fr);\n\n  padding:8px 0;\n\n  border-top:1px solid var(--line-soft);\n}\n\n.stb-piega__detail-line strong{\n  color:var(--ink);\n\n  font-size:9.8px;\n  font-weight:500;\n}\n\n.stb-piega__detail-line span{\n  color:#70665E;\n\n  font-size:9.2px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   SINGLE VS CLUSTER\n========================================================= *\/\n\n.stb-piega__choice{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  margin-bottom:29px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__choice-item{\n  padding:16px 17px;\n\n  background:var(--paper);\n}\n\n.stb-piega__choice-item + .stb-piega__choice-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-piega__choice-item--dark{\n  background:var(--espresso);\n}\n\n.stb-piega__choice-item small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--gold-dark);\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__choice-item strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:12px;\n  font-weight:500;\n}\n\n.stb-piega__choice-item p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.5px;\n  line-height:1.49;\n}\n\n.stb-piega__choice-item--dark small{\n  color:#CBAF88;\n}\n\n.stb-piega__choice-item--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-piega__choice-item--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   CONFIGURATIONS\n========================================================= *\/\n\n.stb-piega__config{\n  margin-bottom:29px;\n}\n\n.stb-piega__config-head{\n  margin-bottom:11px;\n}\n\n\n\/* SINGLE ROWS *\/\n\n.stb-piega__config-group{\n  margin-bottom:9px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__group-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:15px;\n\n  padding:10px 13px;\n\n  background:var(--porcelain);\n\n  border-bottom:1px solid var(--line);\n}\n\n.stb-piega__group-head small{\n  color:#75685D;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__group-head strong{\n  color:var(--ink);\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-piega__config-row{\n  display:grid;\n  grid-template-columns:75px 155px minmax(0,1fr);\n\n  align-items:center;\n\n  padding:10px 13px;\n\n  background:var(--paper);\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-piega__config-row:last-child{\n  border-bottom:0;\n}\n\n.stb-piega__config-code small{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:#897C72;\n\n  font-size:7.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__config-code strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:13px;\n  font-weight:500;\n}\n\n.stb-piega__config-size{\n  padding-left:12px;\n\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-piega__config-size strong{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:var(--ink);\n\n  font-size:10.1px;\n  font-weight:500;\n}\n\n.stb-piega__config-size span{\n  color:#81756C;\n\n  font-size:8.7px;\n}\n\n.stb-piega__config-use{\n  padding-left:14px;\n\n  color:#6B6159;\n\n  font-size:9.1px;\n  line-height:1.45;\n}\n\n\n\/* CLUSTER *\/\n\n.stb-piega__cluster{\n  margin-top:9px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__cluster-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:15px;\n\n  padding:10px 13px;\n\n  background:var(--espresso);\n}\n\n.stb-piega__cluster-head small{\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__cluster-head strong{\n  color:#FFF8EF;\n\n  font-size:11.2px;\n  font-weight:500;\n}\n\n.stb-piega__cluster-row{\n  display:grid;\n  grid-template-columns:78px 155px minmax(0,1fr);\n\n  align-items:center;\n\n  padding:10px 13px;\n\n  background:var(--paper);\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-piega__cluster-row:last-child{\n  border-bottom:0;\n}\n\n.stb-piega__cluster-row--grand{\n  background:var(--cream);\n}\n\n.stb-piega__cluster-row--max{\n  background:#40342C;\n}\n\n.stb-piega__cluster-code strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:12.3px;\n  font-weight:500;\n}\n\n.stb-piega__cluster-size{\n  padding-left:12px;\n\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-piega__cluster-size strong{\n  display:block;\n\n  margin-bottom:1px;\n\n  color:var(--ink);\n\n  font-size:10px;\n  font-weight:500;\n}\n\n.stb-piega__cluster-size span{\n  color:#81756C;\n\n  font-size:8.6px;\n}\n\n.stb-piega__cluster-use{\n  padding-left:14px;\n\n  color:#6B6159;\n\n  font-size:9px;\n  line-height:1.44;\n}\n\n.stb-piega__cluster-row--max .stb-piega__cluster-code strong,\n.stb-piega__cluster-row--max .stb-piega__cluster-size strong{\n  color:#FFF8EF;\n}\n\n.stb-piega__cluster-row--max .stb-piega__cluster-size span,\n.stb-piega__cluster-row--max .stb-piega__cluster-use{\n  color:#D7CCC3;\n}\n\n.stb-piega__cluster-row--max .stb-piega__cluster-size{\n  border-left-color:#5B4B40;\n}\n\n\n\/* =========================================================\n   DIMENSION GALLERY\n========================================================= *\/\n\n.stb-piega__dimensions{\n  margin-bottom:29px;\n}\n\n.stb-piega__dimensions-head{\n  margin-bottom:10px;\n}\n\n.stb-piega__dim-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:7px;\n}\n\n.stb-piega__dim-card{\n  padding:7px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-piega__dim-card .stb-piega__image{\n  padding:3px;\n}\n\n.stb-piega__dim-card small{\n  display:block;\n\n  margin-top:5px;\n\n  color:#776B62;\n\n  font-size:8px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   INSTALL GUIDE\n========================================================= *\/\n\n.stb-piega__install{\n  display:grid;\n  grid-template-columns:155px minmax(0,1fr);\n\n  margin-bottom:8px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__install-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--espresso);\n}\n\n.stb-piega__install-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__install-label strong{\n  color:#FFF8EF;\n\n  font-size:11.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-piega__install-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:var(--paper);\n}\n\n.stb-piega__install-item{\n  padding:13px 14px;\n}\n\n.stb-piega__install-item + .stb-piega__install-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-piega__install-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__install-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.stb-piega__install-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   LIGHT\n========================================================= *\/\n\n.stb-piega__utility{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__utility-item{\n  padding:13px;\n}\n\n.stb-piega__utility-item + .stb-piega__utility-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-piega__utility-item--dark{\n  background:var(--espresso);\n}\n\n.stb-piega__utility-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__utility-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.stb-piega__utility-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n.stb-piega__utility-item--dark small{\n  color:#CBAF88;\n}\n\n.stb-piega__utility-item--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-piega__utility-item--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-piega__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-piega__practical-item{\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-piega__practical-item--alt{\n  background:var(--ivory);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-piega__practical-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-piega__practical-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-piega__practical-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   HANDMADE\n========================================================= *\/\n\n.stb-piega__handmade{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-piega__handmade strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-piega__handmade p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-piega__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-piega__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-piega__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-piega__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-piega__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-piega__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-piega__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-piega__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-piega__faq{\n  max-width:760px;\n\n  margin:0 auto 29px;\n\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-piega__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-piega__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-piega__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.6px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-piega__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-piega__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-3px;\n  right:2px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-piega__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-piega__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.3px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-piega__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-piega__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-piega__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-piega__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-piega__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-piega__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-piega__lightbox:target{\n  display:flex;\n}\n\n.stb-piega__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-piega__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n}\n\n.stb-piega__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-piega__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-piega__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-piega__title{\n    font-size:25px;\n  }\n\n  .stb-piega__dim-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-piega__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-piega{\n    width:100%;\n    max-width:100%;\n\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-piega__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-piega__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-piega__intro-side{\n    padding:11px 15px;\n  }\n\n  .stb-piega__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-piega__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-piega__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-piega__quick-item:nth-child(1),\n  .stb-piega__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-piega__detail{\n    grid-template-columns:90px minmax(0,1fr);\n  }\n\n  .stb-piega__detail-media{\n    padding:6px;\n  }\n\n  .stb-piega__detail-image{\n    width:78px;\n  }\n\n  .stb-piega__detail-body{\n    padding:11px 12px;\n  }\n\n  .stb-piega__detail-line{\n    grid-template-columns:82px minmax(0,1fr);\n  }\n\n\n  \/* CHOICE *\/\n\n  .stb-piega__choice{\n    grid-template-columns:1fr;\n  }\n\n  .stb-piega__choice-item + .stb-piega__choice-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* CONFIG *\/\n\n  .stb-piega__config-row,\n  .stb-piega__cluster-row{\n    grid-template-columns:58px 105px minmax(0,1fr);\n\n    padding:9px 9px;\n  }\n\n  .stb-piega__config-size,\n  .stb-piega__cluster-size{\n    padding-left:7px;\n  }\n\n  .stb-piega__config-use,\n  .stb-piega__cluster-use{\n    padding-left:8px;\n  }\n\n\n  \/* DIMENSIONS *\/\n\n  .stb-piega__dim-grid{\n    grid-template-columns:1fr 1fr;\n\n    gap:6px;\n  }\n\n\n  \/* INSTALL *\/\n\n  .stb-piega__install{\n    grid-template-columns:1fr;\n  }\n\n  .stb-piega__install-label{\n    padding:10px 13px;\n  }\n\n  .stb-piega__install-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-piega__install-item + .stb-piega__install-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-piega__utility{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-piega__utility-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-piega__utility-item:nth-child(3){\n    border-left:0;\n  }\n\n  .stb-piega__utility-item:nth-child(1),\n  .stb-piega__utility-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* PRACTICAL *\/\n\n  .stb-piega__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-piega__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-piega__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-piega__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-piega__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-piega\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__intro\"\u003e\n\u003cdiv class=\"stb-piega__intro-main\"\u003e\n\u003cspan class=\"stb-piega__eyebrow\"\u003e Handcrafted Bone China · Pleated Porcelain Pendant \u003c\/span\u003e\n\u003ch2 class=\"stb-piega__title\"\u003ePorcelain That Holds Texture Even Before the Light Turns On.\u003c\/h2\u003e\n\u003cp\u003ePiega is defined by an ivory bone-china shade with deep vertical pleats. When illuminated, the thin porcelain softens the included warm-white bulb; when switched off, the hand-formed ribbing keeps the pendant visibly sculptural.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__intro-side\"\u003e\n\u003csmall\u003e 8 Configurations \u003c\/small\u003e \u003cstrong\u003e Single → 18-Light \u003c\/strong\u003e \u003cspan\u003e Three single sizes + five cluster arrangements \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__quick\"\u003e\n\u003cdiv class=\"stb-piega__quick-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Bone China \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__quick-item\"\u003e\n\u003csmall\u003e Finish \u003c\/small\u003e \u003cstrong\u003e Ivory Glaze \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__quick-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E14 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__quick-item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"piega-detail-section\" class=\"stb-piega__detail\"\u003e\n\u003cdiv class=\"stb-piega__detail-media\"\u003e\n\u003cdiv class=\"stb-piega__detail-image\"\u003e\u003ca href=\"#piega-detail-image\" class=\"stb-piega__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_5.jpg?v=1784450068\" alt=\"Piega Pendant Light handcrafted ivory bone china pleated shade detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-piega__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__detail-body\"\u003e\n\u003cspan class=\"stb-piega__eyebrow\"\u003e Material Up Close \u003c\/span\u003e\n\u003ch3\u003eThe Pleat Is the Detail.\u003c\/h3\u003e\n\u003cp\u003eThe deep vertical grooves create alternating highlights and soft shadow lines across the ivory porcelain, giving Piega more visual depth than a smooth ceramic shade.\u003c\/p\u003e\n\u003cdiv class=\"stb-piega__detail-line\"\u003e\n\u003cstrong\u003e Bone China \u003c\/strong\u003e \u003cspan\u003e Milky-ivory glazed porcelain with gentle translucency when illuminated. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__detail-line\"\u003e\n\u003cstrong\u003e Hand-Pulled Ribs \u003c\/strong\u003e \u003cspan\u003e Pleat depth and spacing may vary subtly between handmade shades. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__detail-line\"\u003e\n\u003cstrong\u003e Warm Glow \u003c\/strong\u003e \u003cspan\u003e Included 2700K LED light is softened through the porcelain shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"piega-detail-image\" href=\"#piega-detail-section\" class=\"stb-piega__lightbox\"\u003e \u003cspan class=\"stb-piega__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_5.jpg?v=1784450068\" alt=\"Enlarged Piega bone china pleated shade detail\"\u003e \u003cspan class=\"stb-piega__lightbox-caption\"\u003e Piega · Handcrafted Bone China \u003c\/span\u003e \u003cspan class=\"stb-piega__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SINGLE VS CLUSTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__choice\"\u003e\n\u003carticle class=\"stb-piega__choice-item\"\u003e\u003csmall\u003e Single Pendant \u003c\/small\u003e \u003cstrong\u003e S · M · L \u003c\/strong\u003e\n\u003cp\u003eChoose a single shade for bedside suspension, breakfast nooks, smaller dining areas or repeated pendants over an island. Three shade sizes let you control visual weight without changing the Piega material language.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-piega__choice-item stb-piega__choice-item--dark\"\u003e\u003csmall\u003e Cluster Chandelier \u003c\/small\u003e \u003cstrong\u003e 3 · 5 · 7 · 12 · 18-Light \u003c\/strong\u003e\n\u003cp\u003eChoose a cluster when you want vertical volume rather than a repeated horizontal row. Larger 7 \/ 12 \/ 18-Light versions are intended for taller ceilings and larger architectural spaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CONFIGURATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__config\"\u003e\n\u003cdiv class=\"stb-piega__config-head\"\u003e\n\u003cspan class=\"stb-piega__eyebrow\"\u003e Choose the Configuration \u003c\/span\u003e\n\u003ch3 class=\"stb-piega__section-title\"\u003eStart With the Room, Then Choose the Number of Shades.\u003c\/h3\u003e\n\u003cp class=\"stb-piega__copy\"\u003ePiega ranges from a compact 5.1-inch single pendant to an 18-light vertical cluster. The larger cluster options should be selected with ceiling height and junction-box capacity in mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SINGLE GROUP --\u003e\n\u003cdiv class=\"stb-piega__config-group\"\u003e\n\u003cdiv class=\"stb-piega__group-head\"\u003e\n\u003csmall\u003e Single Pendants \u003c\/small\u003e \u003cstrong\u003e Three shade sizes \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-row\"\u003e\n\u003cdiv class=\"stb-piega__config-code\"\u003e\n\u003csmall\u003e Single \u003c\/small\u003e \u003cstrong\u003e S \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-size\"\u003e\n\u003cstrong\u003e Ø5.1\" × H8.3\" \u003c\/strong\u003e \u003cspan\u003e 13 × 21cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-use\"\u003eMini scale · bedside suspension · hallway · compact vanity area · grouped over small islands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-row\"\u003e\n\u003cdiv class=\"stb-piega__config-code\"\u003e\n\u003csmall\u003e Single \u003c\/small\u003e \u003cstrong\u003e M \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-size\"\u003e\n\u003cstrong\u003e Ø7.1\" × H10.2\" \u003c\/strong\u003e \u003cspan\u003e 18 × 26cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-use\"\u003eEveryday size · breakfast nook · entry pendant · island pair \/ trio · bedroom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-row\"\u003e\n\u003cdiv class=\"stb-piega__config-code\"\u003e\n\u003csmall\u003e Single \u003c\/small\u003e \u003cstrong\u003e L \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-size\"\u003e\n\u003cstrong\u003e Ø9.4\" × H14.1\" \u003c\/strong\u003e \u003cspan\u003e 24 × 36cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__config-use\"\u003eMost sculptural single · dining · generous island · foyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLUSTER GROUP --\u003e\n\u003cdiv class=\"stb-piega__cluster\"\u003e\n\u003cdiv class=\"stb-piega__cluster-head\"\u003e\n\u003csmall\u003e Cluster Chandeliers \u003c\/small\u003e \u003cstrong\u003e Five vertical arrangements \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-row\"\u003e\n\u003cdiv class=\"stb-piega__cluster-code\"\u003e\u003cstrong\u003e 3-Light \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-size\"\u003e\n\u003cstrong\u003e Ø9.4\" × H14.1\" \u003c\/strong\u003e \u003cspan\u003e Compact cluster \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-use\"\u003eBreakfast nook · compact dining table · smaller foyer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-row\"\u003e\n\u003cdiv class=\"stb-piega__cluster-code\"\u003e\u003cstrong\u003e 5-Light \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-size\"\u003e\n\u003cstrong\u003e Ø10.6\" × H17.3\" \u003c\/strong\u003e \u003cspan\u003e Mid-scale cluster \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-use\"\u003e4–6 seat dining · medium foyer · living-room accent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-row\"\u003e\n\u003cdiv class=\"stb-piega__cluster-code\"\u003e\u003cstrong\u003e 7-Light \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-size\"\u003e\n\u003cstrong\u003e Ø12.2\" × H29.5\" \u003c\/strong\u003e \u003cspan\u003e Taller vertical drop \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-use\"\u003eVaulted great room · larger dining · double-height placement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-row stb-piega__cluster-row--grand\"\u003e\n\u003cdiv class=\"stb-piega__cluster-code\"\u003e\u003cstrong\u003e 12-Light \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-size\"\u003e\n\u003cstrong\u003e Ø16.5\" × H33.4\" \u003c\/strong\u003e \u003cspan\u003e 15.7\" junction box \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-use\"\u003eGrand dining · double-height rooms · large foyer · verify ceiling support before ordering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-row stb-piega__cluster-row--max\"\u003e\n\u003cdiv class=\"stb-piega__cluster-code\"\u003e\u003cstrong\u003e 18-Light \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-size\"\u003e\n\u003cstrong\u003e Ø20.4\" × H41.3\" \u003c\/strong\u003e \u003cspan\u003e 19.7\" junction box \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__cluster-use\"\u003eMaximum scale · large atrium · double-height dining · hospitality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMENSION IMAGES FROM ORIGINAL HTML\n  ====================================================== --\u003e\n\u003csection id=\"piega-dimensions-section\" class=\"stb-piega__dimensions\"\u003e\n\u003cdiv class=\"stb-piega__dimensions-head\"\u003e\n\u003cspan class=\"stb-piega__eyebrow\"\u003e Dimension References \u003c\/span\u003e\n\u003ch3 class=\"stb-piega__section-title\"\u003eCheck the Scale Before Ordering.\u003c\/h3\u003e\n\u003cp class=\"stb-piega__copy\"\u003eTap any diagram to inspect it at full size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__dim-grid\"\u003e\n\u003c!-- SINGLE --\u003e\n\u003cdiv class=\"stb-piega__dim-card\"\u003e\n\u003ca href=\"#piega-dim-1\" class=\"stb-piega__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_7.jpg?v=1784450068\" alt=\"Piega single pendant dimension diagram\" loading=\"lazy\"\u003e \u003c\/a\u003e \u003csmall\u003e Single Pendant \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c!-- 3 LIGHT --\u003e\n\u003cdiv class=\"stb-piega__dim-card\"\u003e\n\u003ca href=\"#piega-dim-2\" class=\"stb-piega__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_9.jpg?v=1784450068\" alt=\"Piega 3-light cluster dimension diagram\" loading=\"lazy\"\u003e \u003c\/a\u003e \u003csmall\u003e 3-Light Cluster \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c!-- 5 LIGHT --\u003e\n\u003cdiv class=\"stb-piega__dim-card\"\u003e\n\u003ca href=\"#piega-dim-3\" class=\"stb-piega__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_6.jpg?v=1784450068\" alt=\"Piega 5-light cluster dimension diagram\" loading=\"lazy\"\u003e \u003c\/a\u003e \u003csmall\u003e 5-Light Cluster \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c!-- 7 LIGHT --\u003e\n\u003cdiv class=\"stb-piega__dim-card\"\u003e\n\u003ca href=\"#piega-dim-4\" class=\"stb-piega__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_18.jpg?v=1784450068\" alt=\"Piega 7-light cluster dimension diagram\" loading=\"lazy\"\u003e \u003c\/a\u003e \u003csmall\u003e 7-Light Cluster \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIM LIGHTBOX 1 --\u003e \u003ca id=\"piega-dim-1\" href=\"#piega-dimensions-section\" class=\"stb-piega__lightbox\"\u003e \u003cspan class=\"stb-piega__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_7.jpg?v=1784450068\" alt=\"Enlarged Piega single pendant dimension diagram\"\u003e \u003cspan class=\"stb-piega__lightbox-caption\"\u003e Piega · Single Pendant \u003c\/span\u003e \u003cspan class=\"stb-piega__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- DIM LIGHTBOX 2 --\u003e \u003ca id=\"piega-dim-2\" href=\"#piega-dimensions-section\" class=\"stb-piega__lightbox\"\u003e \u003cspan class=\"stb-piega__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_9.jpg?v=1784450068\" alt=\"Enlarged Piega 3-light cluster dimension diagram\"\u003e \u003cspan class=\"stb-piega__lightbox-caption\"\u003e Piega · 3-Light Cluster \u003c\/span\u003e \u003cspan class=\"stb-piega__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- DIM LIGHTBOX 3 --\u003e \u003ca id=\"piega-dim-3\" href=\"#piega-dimensions-section\" class=\"stb-piega__lightbox\"\u003e \u003cspan class=\"stb-piega__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_6.jpg?v=1784450068\" alt=\"Enlarged Piega 5-light cluster dimension diagram\"\u003e \u003cspan class=\"stb-piega__lightbox-caption\"\u003e Piega · 5-Light Cluster \u003c\/span\u003e \u003cspan class=\"stb-piega__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- DIM LIGHTBOX 4 --\u003e \u003ca id=\"piega-dim-4\" href=\"#piega-dimensions-section\" class=\"stb-piega__lightbox\"\u003e \u003cspan class=\"stb-piega__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_18.jpg?v=1784450068\" alt=\"Enlarged Piega 7-light cluster dimension diagram\"\u003e \u003cspan class=\"stb-piega__lightbox-caption\"\u003e Piega · 7-Light Cluster \u003c\/span\u003e \u003cspan class=\"stb-piega__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       INSTALLATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__install\"\u003e\n\u003cdiv class=\"stb-piega__install-label\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Know the Ceiling Before You Choose the Cluster. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__install-grid\"\u003e\n\u003cdiv class=\"stb-piega__install-item\"\u003e\n\u003csmall\u003e Single Pendant \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm Wire \u003c\/strong\u003e\n\u003cp\u003eAdjustable during installation. Longer suspension available on request at no extra charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__install-item\"\u003e\n\u003csmall\u003e Cluster \u003c\/small\u003e \u003cstrong\u003e Pre-Configured Drops \u003c\/strong\u003e\n\u003cp\u003eWire lengths are arranged according to each multi-light configuration and adjusted during installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__install-item\"\u003e\n\u003csmall\u003e 12 \/ 18-Light \u003c\/small\u003e \u003cstrong\u003e Verify Junction Box \u003c\/strong\u003e\n\u003cp\u003e12-Light requires 15.7\". 18-Light requires 19.7\". Check ceiling capacity before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__utility\"\u003e\n\u003cdiv class=\"stb-piega__utility-item stb-piega__utility-item--dark\"\u003e\n\u003csmall\u003e Included \u003c\/small\u003e \u003cstrong\u003e E14 · 2700K LED \u003c\/strong\u003e\n\u003cp\u003eOne bulb per shade included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__utility-item\"\u003e\n\u003csmall\u003e Maximum \u003c\/small\u003e \u003cstrong\u003e 40W \/ Socket \u003c\/strong\u003e\n\u003cp\u003eOr LED equivalent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__utility-item\"\u003e\n\u003csmall\u003e Voltage \u003c\/small\u003e \u003cstrong\u003e AC110–240V \u003c\/strong\u003e\n\u003cp\u003eUniversal voltage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__utility-item\"\u003e\n\u003csmall\u003e Wiring \u003c\/small\u003e \u003cstrong\u003e Hardwired \u003c\/strong\u003e\n\u003cp\u003eProfessional installation recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DIMMING \/ PLUG-IN OPTION\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__practical\"\u003e\n\u003carticle class=\"stb-piega__practical-item\"\u003e\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Replace the Included Bulbs. \u003c\/strong\u003e\n\u003cp\u003eThe supplied 2700K LEDs are non-dimmable. For brightness control, use compatible dimmable E14 LEDs together with a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-piega__practical-item stb-piega__practical-item--alt\"\u003e\u003csmall\u003e Single Pendants Only \u003c\/small\u003e \u003cstrong\u003e Plug-In Adapter Available. \u003c\/strong\u003e\n\u003cp\u003eSingle S \/ M \/ L pendants can be requested with a plug-in cord adapter when hardwiring is not practical. Cluster chandeliers require hardwired installation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HANDMADE NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__handmade\"\u003e\u003cstrong\u003e Handmade porcelain will not look machine-identical. \u003c\/strong\u003e\n\u003cp\u003eSmall differences in pleat depth, spacing, glaze thickness and ivory tone are normal. Cluster shades are coordinated for visual consistency, while retaining subtle individual handmade variation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__specs\"\u003e\n\u003cdiv class=\"stb-piega__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Piega Pendant Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Hand-Pulled Bone China Ceramic Shade · Black Metal Ceiling Rose + Suspension Wire \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Finish \u003c\/span\u003e \u003cstrong\u003e Glossy Ivory-Milky Bone China Glaze · Natural Handmade Variation \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Single Small \u003c\/span\u003e \u003cstrong\u003e Ø5.1\" × H8.3\" · Dia13 × H21cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Single Medium \u003c\/span\u003e \u003cstrong\u003e Ø7.1\" × H10.2\" · Dia18 × H26cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Single Large \u003c\/span\u003e \u003cstrong\u003e Ø9.4\" × H14.1\" · Dia24 × H36cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e 3-Light \u003c\/span\u003e \u003cstrong\u003e Ø9.4\" × H14.1\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e 5-Light \u003c\/span\u003e \u003cstrong\u003e Ø10.6\" × H17.3\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e 7-Light \u003c\/span\u003e \u003cstrong\u003e Ø12.2\" × H29.5\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e 12-Light \u003c\/span\u003e \u003cstrong\u003e Ø16.5\" × H33.4\" · 15.7\" Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e 18-Light \u003c\/span\u003e \u003cstrong\u003e Ø20.4\" × H41.3\" · 19.7\" Junction Box \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Bulb \u003c\/span\u003e \u003cstrong\u003e E14 · 2700K Warm-White LED Included · One Bulb per Shade \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Maximum per Socket or LED Equivalent \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible With Dimmable E14 LED + Compatible Triac Wall Dimmer \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Suspension \u003c\/span\u003e \u003cstrong\u003e Single Pendants — 59\" \/ 150cm · Clusters — Pre-Configured Lengths · Extension Available on Request at No Extra Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Junction Box \u003c\/span\u003e \u003cstrong\u003e Standard for Single \/ 3 \/ 5 \/ 7-Light · 15.7\" for 12-Light · 19.7\" for 18-Light \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Wiring \u003c\/span\u003e \u003cstrong\u003e Hardwired · Professional Electrician Recommended · Plug-In Adapter Available for Single S \/ M \/ L Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Package Includes \u003c\/span\u003e \u003cstrong\u003e Bone China Shade(s) · Ceiling Rose + Wire · E14 Warm-White LED Bulb(s) · Mounting Hardware · Instructions \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-piega__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__faq\"\u003e\u003cspan class=\"stb-piega__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-piega__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich configuration should I choose?\u003c\/summary\u003e\n\u003cp\u003eChoose Single S or M for bedside, smaller rooms and repeated island installations. Single L works when you want one larger porcelain pendant. The 3-Light and 5-Light clusters suit normal dining and foyer scale. The taller 7-Light is better for vaulted spaces, while 12-Light and 18-Light are intended for genuinely large, double-height interiors.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill every porcelain shade look exactly identical?\u003c\/summary\u003e\n\u003cp\u003eNo. Each shade is handmade, so slight differences in pleat depth, spacing, glaze thickness and ivory tone are expected. Multi-light configurations are coordinated for visual consistency while retaining subtle handmade character.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs included, and can I dim Piega?\u003c\/summary\u003e\n\u003cp\u003eYes. Every shade includes one 2700K warm-white E14 LED bulb. The supplied bulbs are non-dimmable. For dimming, replace them with compatible dimmable E14 LEDs and use a compatible Triac wall dimmer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the 12-Light and 18-Light need special installation?\u003c\/summary\u003e\n\u003cp\u003eYes. The 12-Light configuration requires a 15.7-inch junction-box arrangement, while the 18-Light requires 19.7 inches. Verify ceiling capacity and structural support before ordering. Professional electrician installation is strongly recommended for all cluster configurations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-piega__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 5.1\"xH8.3\" \/ Ceramics","offer_id":52621603045659,"sku":"STB-PL-26-10122","price":125.0,"currency_code":"USD","in_stock":true},{"title":"Dia 7.1\"xH 10.2\" \/ Ceramics","offer_id":52621603078427,"sku":"STB-PL-26-10123","price":300.0,"currency_code":"USD","in_stock":true},{"title":"Dia 9.4\" x H 14.1\" \/ Ceramics","offer_id":52621603111195,"sku":"STB-PL-26-10124","price":540.0,"currency_code":"USD","in_stock":true},{"title":"3-Light: Dia 9.4\" x H 14.1\" \/ Ceramics","offer_id":52621603143963,"sku":"STB-PL-26-10125","price":365.0,"currency_code":"USD","in_stock":true},{"title":"5-Light: Dia 10.6\" x H 17.3\" \/ Ceramics","offer_id":52621603176731,"sku":"STB-PL-26-10126","price":608.0,"currency_code":"USD","in_stock":true},{"title":"7-Light: Dia 12.2\" x H 29.5\" \/ Ceramics","offer_id":52621603209499,"sku":"STB-PL-26-10127","price":850.0,"currency_code":"USD","in_stock":true},{"title":"12-Light: Dia 16.5\"x H 33.4\" \/ Ceramics","offer_id":52621603242267,"sku":"STB-PL-26-10128","price":1580.0,"currency_code":"USD","in_stock":true},{"title":"18-Light: Dia 20.4\"x H 41.3\" \/ Ceramics","offer_id":52621603275035,"sku":"STB-PL-26-10129","price":2360.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/piega-pendant-light-stuberlighting_1.jpg?v=1784450067"},{"product_id":"ambra-table-lamp","title":"Ambra Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — AMBRA TABLE LAMP\n   Amber Glass · Walnut-Toned Solid Wood · Integrated LED\n\n   PRODUCT FLOW\n   INTRO\n   → MATERIAL DETAIL\n   → TWO-MODEL COMPARISON\n   → SIZE DECISION\n   → LIGHT \/ POWER\n   → SPECS \/ FAQ \/ SHIPPING\n\n   Outer wrapper intentionally transparent.\n========================================================= *\/\n\n.stb-ambra{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --amber-soft:#F1E2CF;\n  --amber-pale:#F6EBDD;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D2C5B9;\n  --line-soft:#E6DDD4;\n\n  --amber:#B87842;\n  --amber-dark:#7E5433;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-ambra *,\n.stb-ambra *::before,\n.stb-ambra *::after{\n  box-sizing:border-box;\n}\n\n.stb-ambra h2,\n.stb-ambra h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-ambra p{\n  margin-top:0;\n}\n\n.stb-ambra__eyebrow{\n  display:block;\n  margin-bottom:6px;\n\n  color:var(--amber-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-ambra__title{\n  max-width:620px;\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-ambra__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-ambra__copy{\n  max-width:680px;\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-ambra__hint{\n  display:block;\n  margin-top:5px;\n\n  color:#897C72;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGES\n========================================================= *\/\n\n.stb-ambra__image{\n  display:block;\n\n  width:100%;\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-ambra__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-ambra__intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  margin-bottom:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:25px;\n\n  width:46px;\n  height:2px;\n\n  background:var(--amber);\n}\n\n.stb-ambra__intro-main{\n  padding:24px 25px 22px;\n}\n\n.stb-ambra__intro-main p{\n  max-width:600px;\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-ambra__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n}\n\n.stb-ambra__intro-side small{\n  display:block;\n  margin-bottom:4px;\n\n  color:#D4AC81;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__intro-side strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-ambra__intro-side span{\n  color:#D7CCC3;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-ambra__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-ambra__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-ambra__quick-item small{\n  display:block;\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   MATERIAL DETAIL\n========================================================= *\/\n\n.stb-ambra__detail{\n  display:grid;\n  grid-template-columns:180px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__detail-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:11px;\n\n  background:var(--amber-soft);\n}\n\n.stb-ambra__detail-image{\n  width:148px;\n  max-width:100%;\n}\n\n.stb-ambra__detail-body{\n  padding:16px 18px;\n}\n\n.stb-ambra__detail-body h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n  line-height:1.3;\n}\n\n.stb-ambra__detail-body \u003e p{\n  max-width:600px;\n  margin:0 0 11px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.52;\n}\n\n.stb-ambra__detail-line{\n  display:grid;\n  grid-template-columns:125px minmax(0,1fr);\n\n  padding:8px 0;\n\n  border-top:1px solid var(--line-soft);\n}\n\n.stb-ambra__detail-line strong{\n  color:var(--ink);\n\n  font-size:9.8px;\n  font-weight:500;\n}\n\n.stb-ambra__detail-line span{\n  color:#70665E;\n\n  font-size:9.2px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   MODEL COMPARISON\n========================================================= *\/\n\n.stb-ambra__compare{\n  margin-bottom:29px;\n}\n\n.stb-ambra__compare-head{\n  margin-bottom:10px;\n}\n\n.stb-ambra__compare-layout{\n  display:grid;\n  grid-template-columns:235px minmax(0,1fr);\n\n  gap:8px;\n}\n\n.stb-ambra__compare-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ambra__compare-image{\n  width:208px;\n  max-width:100%;\n}\n\n.stb-ambra__compare-body{\n  display:grid;\n  grid-template-rows:1fr 1fr;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__model{\n  display:grid;\n  grid-template-columns:108px minmax(0,1fr);\n\n  align-items:center;\n\n  background:var(--cream);\n}\n\n.stb-ambra__model + .stb-ambra__model{\n  border-top:1px solid var(--line);\n}\n\n.stb-ambra__model--tall{\n  background:var(--espresso);\n}\n\n.stb-ambra__model-size{\n  padding:14px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-ambra__model-size small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__model-size strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:17px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-ambra__model-info{\n  padding:13px 15px;\n}\n\n.stb-ambra__model-info strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-ambra__model-info p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.3px;\n  line-height:1.47;\n}\n\n.stb-ambra__model--tall .stb-ambra__model-size{\n  border-right-color:#594A40;\n}\n\n.stb-ambra__model--tall .stb-ambra__model-size small{\n  color:#D4AC81;\n}\n\n.stb-ambra__model--tall .stb-ambra__model-size strong,\n.stb-ambra__model--tall .stb-ambra__model-info strong{\n  color:#FFF8EF;\n}\n\n.stb-ambra__model--tall .stb-ambra__model-info p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   DIMENSIONS\n========================================================= *\/\n\n.stb-ambra__dimensions{\n  margin-bottom:29px;\n}\n\n.stb-ambra__dimensions-head{\n  margin-bottom:10px;\n}\n\n.stb-ambra__dim-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n}\n\n.stb-ambra__dim{\n  display:grid;\n  grid-template-columns:120px minmax(0,1fr);\n\n  align-items:center;\n\n  padding:9px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ambra__dim-media{\n  width:105px;\n  max-width:100%;\n}\n\n.stb-ambra__dim-copy{\n  padding-left:12px;\n\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-ambra__dim-copy small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__dim-copy strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-ambra__dim-copy span{\n  color:#71665E;\n\n  font-size:9px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   SIZE RULE\n========================================================= *\/\n\n.stb-ambra__rule{\n  display:grid;\n  grid-template-columns:150px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--amber-pale);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__rule-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--amber-soft);\n}\n\n.stb-ambra__rule-label small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#7F654D;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__rule-label strong{\n  color:var(--ink);\n\n  font-size:11.5px;\n  line-height:1.42;\n  font-weight:500;\n}\n\n.stb-ambra__rule-body{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-ambra__rule-item{\n  padding:13px 15px;\n}\n\n.stb-ambra__rule-item + .stb-ambra__rule-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-ambra__rule-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__rule-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  font-weight:500;\n}\n\n.stb-ambra__rule-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.stb-ambra__light{\n  margin-bottom:29px;\n}\n\n.stb-ambra__light-head{\n  margin-bottom:10px;\n}\n\n.stb-ambra__light-row{\n  display:grid;\n  grid-template-columns:1.15fr 1fr 1fr;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__light-item{\n  padding:14px 15px;\n\n  background:var(--paper);\n}\n\n.stb-ambra__light-item + .stb-ambra__light-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-ambra__light-item--primary{\n  background:var(--espresso);\n}\n\n.stb-ambra__light-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__light-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-ambra__light-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9px;\n  line-height:1.45;\n}\n\n.stb-ambra__light-item--primary small{\n  color:#D4AC81;\n}\n\n.stb-ambra__light-item--primary strong{\n  color:#FFF8EF;\n}\n\n.stb-ambra__light-item--primary p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   POWER\n========================================================= *\/\n\n.stb-ambra__utility{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__utility-item{\n  padding:13px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-ambra__utility-item:last-child{\n  border-right:0;\n}\n\n.stb-ambra__utility-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__utility-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.stb-ambra__utility-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-ambra__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-ambra__practical-item{\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ambra__practical-item--alt{\n  background:var(--amber-pale);\n\n  border-top:2px solid var(--amber);\n}\n\n.stb-ambra__practical-item small{\n  display:block;\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ambra__practical-item strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-ambra__practical-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   MATERIAL NOTE\n========================================================= *\/\n\n.stb-ambra__natural{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--amber);\n  border-radius:5px;\n}\n\n.stb-ambra__natural strong{\n  display:block;\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-ambra__natural p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-ambra__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ambra__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-ambra__spec-head span{\n  color:#D4AC81;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-ambra__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-ambra__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-ambra__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-ambra__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-ambra__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-ambra__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ambra__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-ambra__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-ambra__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.6px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-ambra__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-ambra__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-3px;\n  right:2px;\n\n  color:var(--amber-dark);\n\n  font-size:19px;\n}\n\n.stb-ambra__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-ambra__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.3px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-ambra__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--amber);\n  border-radius:5px;\n}\n\n.stb-ambra__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-ambra__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-ambra__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-ambra__shipping a{\n  color:var(--amber-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-ambra__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-ambra__lightbox:target{\n  display:flex;\n}\n\n.stb-ambra__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-ambra__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n}\n\n.stb-ambra__lightbox-caption{\n  margin-top:9px;\n\n  color:#E0BB93;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-ambra__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-ambra__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-ambra__title{\n    font-size:25px;\n  }\n\n  .stb-ambra__compare-layout{\n    grid-template-columns:190px minmax(0,1fr);\n  }\n\n  .stb-ambra__compare-image{\n    width:165px;\n  }\n\n  .stb-ambra__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-ambra{\n    width:100%;\n    max-width:100%;\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-ambra__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ambra__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-ambra__intro-side{\n    padding:11px 15px;\n  }\n\n  .stb-ambra__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-ambra__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-ambra__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-ambra__quick-item:nth-child(1),\n  .stb-ambra__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-ambra__detail{\n    grid-template-columns:90px minmax(0,1fr);\n  }\n\n  .stb-ambra__detail-media{\n    padding:6px;\n  }\n\n  .stb-ambra__detail-image{\n    width:78px;\n  }\n\n  .stb-ambra__detail-body{\n    padding:11px 12px;\n  }\n\n  .stb-ambra__detail-line{\n    grid-template-columns:82px minmax(0,1fr);\n  }\n\n\n  \/* COMPARISON *\/\n\n  .stb-ambra__compare-layout{\n    grid-template-columns:98px minmax(0,1fr);\n\n    gap:6px;\n  }\n\n  .stb-ambra__compare-media{\n    padding:5px;\n  }\n\n  .stb-ambra__compare-image{\n    width:86px;\n  }\n\n  .stb-ambra__model{\n    grid-template-columns:70px minmax(0,1fr);\n  }\n\n  .stb-ambra__model-size{\n    padding:9px;\n  }\n\n  .stb-ambra__model-size strong{\n    font-size:13px;\n  }\n\n  .stb-ambra__model-info{\n    padding:9px 10px;\n  }\n\n\n  \/* DIMENSIONS *\/\n\n  .stb-ambra__dim-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ambra__dim{\n    grid-template-columns:88px minmax(0,1fr);\n  }\n\n  .stb-ambra__dim-media{\n    width:76px;\n  }\n\n  .stb-ambra__dim-copy{\n    padding-left:8px;\n  }\n\n\n  \/* SIZE RULE *\/\n\n  .stb-ambra__rule{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ambra__rule-label{\n    padding:10px 13px;\n  }\n\n  .stb-ambra__rule-body{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ambra__rule-item + .stb-ambra__rule-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-ambra__light-row{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ambra__light-item + .stb-ambra__light-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-ambra__utility{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-ambra__utility-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-ambra__utility-item:nth-child(1),\n  .stb-ambra__utility-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* PRACTICAL *\/\n\n  .stb-ambra__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-ambra__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-ambra__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-ambra__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-ambra__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-ambra\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__intro\"\u003e\n\u003cdiv class=\"stb-ambra__intro-main\"\u003e\n\u003cspan class=\"stb-ambra__eyebrow\"\u003e Amber Glass · Walnut-Toned Solid Wood \u003c\/span\u003e\n\u003ch2 class=\"stb-ambra__title\"\u003eWarm Light, Already Built Into the Material.\u003c\/h2\u003e\n\u003cp\u003eAmbra pairs a softly curved wood base with an amber-tinted glass dome. The glass adds its own honey-gold tone to the light, creating a warmer and more atmospheric glow than a conventional white-shade table lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__intro-side\"\u003e\n\u003csmall\u003e Two Heights \u003c\/small\u003e \u003cstrong\u003e 9.8\" \/ 12.6\" \u003c\/strong\u003e \u003cspan\u003e Both share the same Ø8.7\" footprint \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__quick\"\u003e\n\u003cdiv class=\"stb-ambra__quick-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Amber Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__quick-item\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Solid Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__quick-item\"\u003e\n\u003csmall\u003e Light \u003c\/small\u003e \u003cstrong\u003e Integrated LED Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__quick-item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAIL IMAGE\n  ====================================================== --\u003e\n\u003csection id=\"ambra-detail-section\" class=\"stb-ambra__detail\"\u003e\n\u003cdiv class=\"stb-ambra__detail-media\"\u003e\n\u003cdiv class=\"stb-ambra__detail-image\"\u003e\u003ca href=\"#ambra-detail-image\" class=\"stb-ambra__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_8.jpg?v=1784604713\" alt=\"Ambra Table Lamp amber glass and curved wood detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-ambra__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__detail-body\"\u003e\n\u003cspan class=\"stb-ambra__eyebrow\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eAmber Above. Warm Wood Below.\u003c\/h3\u003e\n\u003cp\u003eAmbra relies on two warm materials rather than decorative ornament: a curved walnut-toned solid-wood base and a dome-shaped amber glass shade.\u003c\/p\u003e\n\u003cdiv class=\"stb-ambra__detail-line\"\u003e\n\u003cstrong\u003e Amber Glass \u003c\/strong\u003e \u003cspan\u003e Filters the LED through its own honey-golden color, creating a warmer visual glow. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__detail-line\"\u003e\n\u003cstrong\u003e Curved Wood \u003c\/strong\u003e \u003cspan\u003e A low sculptural profile with visible natural grain instead of a painted imitation finish. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__detail-line\"\u003e\n\u003cstrong\u003e Light Character \u003c\/strong\u003e \u003cspan\u003e Best for atmospheric bedside and living-room ambient light, rather than high-output task lighting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"ambra-detail-image\" href=\"#ambra-detail-section\" class=\"stb-ambra__lightbox\"\u003e \u003cspan class=\"stb-ambra__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_8.jpg?v=1784604713\" alt=\"Enlarged Ambra Table Lamp detail\"\u003e \u003cspan class=\"stb-ambra__lightbox-caption\"\u003e Ambra · Amber Glass + Wood Detail \u003c\/span\u003e \u003cspan class=\"stb-ambra__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       TWO MODEL COMPARISON\n  ====================================================== --\u003e\n\u003csection id=\"ambra-comparison-section\" class=\"stb-ambra__compare\"\u003e\n\u003cdiv class=\"stb-ambra__compare-head\"\u003e\n\u003cspan class=\"stb-ambra__eyebrow\"\u003e Short or Tall \u003c\/span\u003e\n\u003ch3 class=\"stb-ambra__section-title\"\u003eSame Width. Different Presence.\u003c\/h3\u003e\n\u003cp class=\"stb-ambra__copy\"\u003eBoth versions are 8.7 inches wide. The only major proportion change is height, so the choice depends mostly on the furniture beneath the lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__compare-layout\"\u003e\n\u003c!-- REAL TWO-MODEL IMAGE --\u003e\n\u003cdiv class=\"stb-ambra__compare-media\"\u003e\n\u003cdiv class=\"stb-ambra__compare-image\"\u003e\u003ca href=\"#ambra-comparison-image\" class=\"stb-ambra__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_19.jpg?v=1784604713\" alt=\"Ambra Table Lamp Short and Tall model comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-ambra__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__compare-body\"\u003e\n\u003c!-- SHORT --\u003e\n\u003carticle class=\"stb-ambra__model\"\u003e\n\u003cdiv class=\"stb-ambra__model-size\"\u003e\n\u003csmall\u003e Short \u003c\/small\u003e \u003cstrong\u003e H9.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__model-info\"\u003e\n\u003cstrong\u003e Ø8.7\" × H9.8\" · 22 × 25cm \u003c\/strong\u003e\n\u003cp\u003eThe quieter tabletop scale. Best for standard nightstands, narrow consoles, vanity surfaces and smaller side tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- TALL --\u003e\n\u003carticle class=\"stb-ambra__model stb-ambra__model--tall\"\u003e\n\u003cdiv class=\"stb-ambra__model-size\"\u003e\n\u003csmall\u003e Tall \u003c\/small\u003e \u003cstrong\u003e H12.6\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__model-info\"\u003e\n\u003cstrong\u003e Ø8.7\" × H12.6\" · 22 × 32cm \u003c\/strong\u003e\n\u003cp\u003eSame compact footprint, but with a taller curved base. Better when the lamp should have more visual presence on side tables and consoles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON LIGHTBOX --\u003e \u003ca id=\"ambra-comparison-image\" href=\"#ambra-comparison-section\" class=\"stb-ambra__lightbox\"\u003e \u003cspan class=\"stb-ambra__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_19.jpg?v=1784604713\" alt=\"Enlarged Ambra Short and Tall model comparison\"\u003e \u003cspan class=\"stb-ambra__lightbox-caption\"\u003e Ambra · Short vs Tall \u003c\/span\u003e \u003cspan class=\"stb-ambra__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DIMENSION IMAGES\n  ====================================================== --\u003e\n\u003csection id=\"ambra-dimensions-section\" class=\"stb-ambra__dimensions\"\u003e\n\u003cdiv class=\"stb-ambra__dimensions-head\"\u003e\n\u003cspan class=\"stb-ambra__eyebrow\"\u003e Dimension Reference \u003c\/span\u003e\n\u003ch3 class=\"stb-ambra__section-title\"\u003eCheck Your Surface Before Ordering.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__dim-grid\"\u003e\n\u003c!-- SHORT --\u003e\n\u003cdiv class=\"stb-ambra__dim\"\u003e\n\u003cdiv class=\"stb-ambra__dim-media\"\u003e\u003ca href=\"#ambra-short-image\" class=\"stb-ambra__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_16.jpg?v=1784604713\" alt=\"Ambra Short Table Lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-ambra__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__dim-copy\"\u003e\n\u003csmall\u003e Short \u003c\/small\u003e \u003cstrong\u003e Ø8.7\" × H9.8\" \u003c\/strong\u003e \u003cspan\u003e 22 × 25cm · compact bedside scale \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TALL --\u003e\n\u003cdiv class=\"stb-ambra__dim\"\u003e\n\u003cdiv class=\"stb-ambra__dim-media\"\u003e\u003ca href=\"#ambra-tall-image\" class=\"stb-ambra__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_15.jpg?v=1784604713\" alt=\"Ambra Tall Table Lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-ambra__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__dim-copy\"\u003e\n\u003csmall\u003e Tall \u003c\/small\u003e \u003cstrong\u003e Ø8.7\" × H12.6\" \u003c\/strong\u003e \u003cspan\u003e 22 × 32cm · stronger console \/ side-table presence \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SHORT LIGHTBOX --\u003e \u003ca id=\"ambra-short-image\" href=\"#ambra-dimensions-section\" class=\"stb-ambra__lightbox\"\u003e \u003cspan class=\"stb-ambra__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_16.jpg?v=1784604713\" alt=\"Enlarged Ambra Short dimension diagram\"\u003e \u003cspan class=\"stb-ambra__lightbox-caption\"\u003e Ambra Short · Ø8.7\" × H9.8\" \u003c\/span\u003e \u003cspan class=\"stb-ambra__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- TALL LIGHTBOX --\u003e \u003ca id=\"ambra-tall-image\" href=\"#ambra-dimensions-section\" class=\"stb-ambra__lightbox\"\u003e \u003cspan class=\"stb-ambra__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_15.jpg?v=1784604713\" alt=\"Enlarged Ambra Tall dimension diagram\"\u003e \u003cspan class=\"stb-ambra__lightbox-caption\"\u003e Ambra Tall · Ø8.7\" × H12.6\" \u003c\/span\u003e \u003cspan class=\"stb-ambra__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIMPLE SIZE RULE\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__rule\"\u003e\n\u003cdiv class=\"stb-ambra__rule-label\"\u003e\n\u003csmall\u003e Simple Rule \u003c\/small\u003e \u003cstrong\u003e Choose by Surface Height. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__rule-body\"\u003e\n\u003cdiv class=\"stb-ambra__rule-item\"\u003e\n\u003csmall\u003e Short \u003c\/small\u003e \u003cstrong\u003e Lower + Quieter \u003c\/strong\u003e\n\u003cp\u003eChoose it for bedside tables, narrow furniture or anywhere the lamp should remain visually compact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__rule-item\"\u003e\n\u003csmall\u003e Tall \u003c\/small\u003e \u003cstrong\u003e More Sculptural \u003c\/strong\u003e\n\u003cp\u003eChoose it for living-room side tables and consoles where a little more height improves the proportion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__light\"\u003e\n\u003cdiv class=\"stb-ambra__light-head\"\u003e\n\u003cspan class=\"stb-ambra__eyebrow\"\u003e Light Character \u003c\/span\u003e\n\u003ch3 class=\"stb-ambra__section-title\"\u003eDesigned for Atmosphere First.\u003c\/h3\u003e\n\u003cp class=\"stb-ambra__copy\"\u003eThe amber glass adds its own warm color to the LED output. Choose the color temperature based on how warm you want the final glow to feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__light-row\"\u003e\n\u003cdiv class=\"stb-ambra__light-item stb-ambra__light-item--primary\"\u003e\n\u003csmall\u003e Default \u003c\/small\u003e \u003cstrong\u003e 3000K Warm White \u003c\/strong\u003e\n\u003cp\u003eThe recommended Ambra setting. Combined with the amber glass, it produces the richest warm evening character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__light-item\"\u003e\n\u003csmall\u003e Optional \u003c\/small\u003e \u003cstrong\u003e 4000K Neutral \u003c\/strong\u003e\n\u003cp\u003eA cleaner base light while the amber glass still preserves a noticeably warm appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__light-item\"\u003e\n\u003csmall\u003e Optional \u003c\/small\u003e \u003cstrong\u003e 6000K Cool \u003c\/strong\u003e\n\u003cp\u003eAvailable by request for customers who prefer a cooler LED source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       POWER\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__utility\"\u003e\n\u003cdiv class=\"stb-ambra__utility-item\"\u003e\n\u003csmall\u003e Light Source \u003c\/small\u003e \u003cstrong\u003e Integrated LED Included \u003c\/strong\u003e\n\u003cp\u003eApproximately 12W.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__utility-item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003cp\u003eFabric-covered power cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__utility-item\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline Switch \u003c\/strong\u003e\n\u003cp\u003eSimple on \/ off operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__utility-item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Fully Assembled \u003c\/strong\u003e\n\u003cp\u003eUnbox, plug in and use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__practical\"\u003e\n\u003carticle class=\"stb-ambra__practical-item\"\u003e\u003csmall\u003e Dimming \u003c\/small\u003e \u003cstrong\u003e Triac-Compatible Setup \u003c\/strong\u003e\n\u003cp\u003eThe integrated LED is dimming-compatible with a suitable Triac-compatible LED wall dimmer. The inline cord switch itself provides on \/ off only.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-ambra__practical-item stb-ambra__practical-item--alt\"\u003e\u003csmall\u003e Integrated LED Service \u003c\/small\u003e \u003cstrong\u003e Light-Source Replacement Support \u003c\/strong\u003e\n\u003cp\u003eThe integrated LED is not intended for end-user bulb replacement. If service is ever required, contact support@stuberlighting.com for a compatible replacement solution.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL MATERIAL NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__natural\"\u003e\u003cstrong\u003e Natural wood and amber glass can vary slightly. \u003c\/strong\u003e\n\u003cp\u003eWood grain and tone will not be completely identical from lamp to lamp, and amber saturation may vary subtly between glass production batches. These small differences are normal material characteristics.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__specs\"\u003e\n\u003cdiv class=\"stb-ambra__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Ambra Table Lamp \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Walnut-Toned Solid Wood Curved Base · Metal Hardware · Amber-Tinted Glass Dome Shade \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Finish \u003c\/span\u003e \u003cstrong\u003e Warm Walnut-Toned Wood · Amber Glass \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Short \u003c\/span\u003e \u003cstrong\u003e Ø8.7\" × H9.8\" · Dia22 × H25cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Tall \u003c\/span\u003e \u003cstrong\u003e Ø8.7\" × H12.6\" · Dia22 × H32cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e Integrated LED Included · Approx. 12W \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Color Temperature \u003c\/span\u003e \u003cstrong\u003e Default 3000K Warm White · 4000K Neutral \/ 6000K Cool Available on Request \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Dimming \u003c\/span\u003e \u003cstrong\u003e Compatible With Suitable Triac-Compatible LED Wall Dimming Control \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Cord \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm Fabric-Covered Cord · Extension Available on Request at No Additional Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Inline Push-Button On \/ Off Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Plug Options \u003c\/span\u003e \u003cstrong\u003e US · EU · AU · UK \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Setup \u003c\/span\u003e \u003cstrong\u003e Fully Assembled · Plug-In Table Lamp · No Tools or Hardwiring Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ambra__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__faq\"\u003e\u003cspan class=\"stb-ambra__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-ambra__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShort or Tall?\u003c\/summary\u003e\n\u003cp\u003eBoth versions have the same 8.7-inch diameter. Choose Short H9.8\" for standard nightstands, narrower consoles and smaller side tables. Choose Tall H12.6\" when you want slightly more vertical presence on living-room side tables, larger consoles or desks.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Ambra suitable as a reading lamp?\u003c\/summary\u003e\n\u003cp\u003eAmbra is designed primarily for atmospheric ambient lighting. The amber glass intentionally creates a warm golden effect, which is ideal for evening and bedside use but is not intended to replace a dedicated high-output task lamp for extended detailed reading.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I choose a different color temperature?\u003c\/summary\u003e\n\u003cp\u003eYes. The standard configuration is 3000K warm white. 4000K neutral and 6000K cool are available on request. For the warmest Ambra appearance, we recommend the standard 3000K option.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the integrated LED replaceable?\u003c\/summary\u003e\n\u003cp\u003eThe LED module is integrated and is not intended for direct end-user replacement. If the light source ever requires service, contact support@stuberlighting.com so a compatible replacement solution can be arranged.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-ambra__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 8.7\" × H 9.8\" \/ Walnut color \u0026 Amber \/ US Plug","offer_id":52633104843035,"sku":"STB-TL-26-10220","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 9.8\" \/ Walnut color \u0026 Amber \/ UK Plug","offer_id":52633104875803,"sku":"STB-TL-26-10221","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 9.8\" \/ Walnut color \u0026 Amber \/ AU Plug","offer_id":52633104908571,"sku":"STB-TL-26-10222","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 9.8\" \/ Walnut color \u0026 Amber \/ EU Plug","offer_id":52633104941339,"sku":"STB-TL-26-10223","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 12.6\" \/ Walnut color \u0026 Amber \/ US Plug","offer_id":52633104974107,"sku":"STB-TL-26-10224","price":215.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 12.6\" \/ Walnut color \u0026 Amber \/ UK Plug","offer_id":52633105006875,"sku":"STB-TL-26-10225","price":215.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 12.6\" \/ Walnut color \u0026 Amber \/ AU Plug","offer_id":52633105039643,"sku":"STB-TL-26-10226","price":215.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\" × H 12.6\" \/ Walnut color \u0026 Amber \/ EU Plug","offer_id":52633105072411,"sku":"STB-TL-26-10227","price":215.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ambra-table-lamp-stuberlighting_1.jpg?v=1784604713"},{"product_id":"ramo-floor-lamp","title":"Ramo Floor Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — RAMO FLOOR LAMP\n\n   PRODUCT-SPECIFIC DIRECTION\n   Sculptural branch · oval fabric shade · two heights\n\n   SHOPPER FLOW\n   01 Quiet intro\n   02 Real branch detail\n   03 Short vs Tall\n   04 Black vs Brown\n   05 Light + dimming\n   06 Assembly \/ care\n   07 Specs \/ FAQ \/ Shipping\n\n   OUTER WRAPPER = TRANSPARENT\n========================================================= *\/\n\n.stb-ramo{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --sand:#EEE5DA;\n  --branch:#E9DDD0;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D1C5BA;\n  --line-soft:#E5DDD5;\n\n  --accent:#A8795E;\n  --accent-dark:#775440;\n\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-ramo *,\n.stb-ramo *::before,\n.stb-ramo *::after{\n  box-sizing:border-box;\n}\n\n.stb-ramo h2,\n.stb-ramo h3{\n  margin-top:0;\n\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-ramo p{\n  margin-top:0;\n}\n\n.stb-ramo__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--accent-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-ramo__title{\n  max-width:620px;\n\n  margin:0 0 10px;\n\n  color:var(--ink);\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-ramo__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-ramo__copy{\n  max-width:680px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-ramo__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#897C72;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.stb-ramo__image{\n  display:block;\n\n  width:100%;\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-ramo__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-ramo__intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  margin-bottom:11px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:25px;\n\n  width:48px;\n  height:2px;\n\n  background:var(--accent);\n}\n\n.stb-ramo__intro-main{\n  padding:24px 25px 22px;\n}\n\n.stb-ramo__intro-main p{\n  max-width:600px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-ramo__intro-side{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px;\n\n  background:var(--espresso);\n}\n\n.stb-ramo__intro-side small{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#D0AB91;\n\n  font-size:8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__intro-side strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#FFF8EF;\n\n  font-size:15px;\n  line-height:1.35;\n  font-weight:500;\n}\n\n.stb-ramo__intro-side span{\n  display:block;\n\n  color:#D7CCC3;\n\n  font-size:9.5px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-ramo__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-ramo__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-ramo__quick-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   REAL DETAIL\n========================================================= *\/\n\n.stb-ramo__detail{\n  display:grid;\n  grid-template-columns:185px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__detail-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:11px;\n\n  background:var(--branch);\n}\n\n.stb-ramo__detail-image{\n  width:150px;\n  max-width:100%;\n}\n\n.stb-ramo__detail-body{\n  padding:16px 18px;\n}\n\n.stb-ramo__detail-body h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n  line-height:1.3;\n}\n\n.stb-ramo__detail-body \u003e p{\n  max-width:610px;\n\n  margin:0 0 11px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.52;\n}\n\n.stb-ramo__detail-line{\n  display:grid;\n  grid-template-columns:120px minmax(0,1fr);\n\n  padding:8px 0;\n\n  border-top:1px solid var(--line-soft);\n}\n\n.stb-ramo__detail-line strong{\n  color:var(--ink);\n\n  font-size:9.8px;\n  font-weight:500;\n}\n\n.stb-ramo__detail-line span{\n  color:#70665E;\n\n  font-size:9.2px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   FORM\n========================================================= *\/\n\n.stb-ramo__form{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__form-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--espresso);\n}\n\n.stb-ramo__form-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#D0AB91;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__form-label strong{\n  color:#FFF8EF;\n\n  font-size:11.5px;\n  line-height:1.42;\n  font-weight:500;\n}\n\n.stb-ramo__form-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  background:var(--paper);\n}\n\n.stb-ramo__form-item{\n  padding:13px 14px;\n}\n\n.stb-ramo__form-item +\n.stb-ramo__form-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-ramo__form-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__form-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.stb-ramo__form-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-ramo__size{\n  margin-bottom:29px;\n}\n\n.stb-ramo__size-head{\n  margin-bottom:11px;\n}\n\n.stb-ramo__size-layout{\n  display:grid;\n  grid-template-columns:175px minmax(0,1fr);\n\n  gap:8px;\n}\n\n.stb-ramo__size-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ramo__size-image{\n  width:145px;\n  max-width:100%;\n}\n\n.stb-ramo__size-stack{\n  display:grid;\n  grid-template-rows:1fr 1fr;\n\n  gap:7px;\n}\n\n.stb-ramo__size-card{\n  display:grid;\n  grid-template-columns:110px minmax(0,1fr);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__size-card--tall{\n  border-color:var(--espresso);\n}\n\n.stb-ramo__size-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:13px;\n\n  background:var(--sand);\n}\n\n.stb-ramo__size-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#81746B;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__size-label strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:16px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-ramo__size-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:12px 14px;\n\n  background:var(--paper);\n}\n\n.stb-ramo__size-copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  font-weight:500;\n}\n\n.stb-ramo__size-copy p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.2px;\n  line-height:1.45;\n}\n\n.stb-ramo__size-card--tall .stb-ramo__size-label{\n  background:var(--espresso);\n}\n\n.stb-ramo__size-card--tall .stb-ramo__size-label small{\n  color:#D0AB91;\n}\n\n.stb-ramo__size-card--tall .stb-ramo__size-label strong{\n  color:#FFF8EF;\n}\n\n.stb-ramo__size-card--tall .stb-ramo__size-copy{\n  background:#40342C;\n}\n\n.stb-ramo__size-card--tall .stb-ramo__size-copy strong{\n  color:#FFF8EF;\n}\n\n.stb-ramo__size-card--tall .stb-ramo__size-copy p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   SIZE RULE\n========================================================= *\/\n\n.stb-ramo__size-rule{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__size-rule-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--branch);\n}\n\n.stb-ramo__size-rule-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#796B61;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__size-rule-label strong{\n  color:var(--ink);\n\n  font-size:11.4px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-ramo__size-rule-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n}\n\n.stb-ramo__size-rule-item{\n  padding:13px 15px;\n}\n\n.stb-ramo__size-rule-item +\n.stb-ramo__size-rule-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-ramo__size-rule-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__size-rule-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  font-weight:500;\n}\n\n.stb-ramo__size-rule-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.1px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   FINISH\n========================================================= *\/\n\n.stb-ramo__finish{\n  margin-bottom:29px;\n}\n\n.stb-ramo__finish-head{\n  margin-bottom:10px;\n}\n\n.stb-ramo__finish-row{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__finish-item{\n  display:grid;\n  grid-template-columns:38px minmax(0,1fr);\n\n  gap:12px;\n  align-items:center;\n\n  padding:14px 15px;\n\n  background:var(--paper);\n}\n\n.stb-ramo__finish-item +\n.stb-ramo__finish-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-ramo__finish-item--black{\n  background:var(--espresso);\n}\n\n.stb-ramo__finish-dot{\n  width:30px;\n  height:30px;\n\n  border-radius:50%;\n\n  background:#6B4935;\n\n  border:1px solid #5D3F2E;\n}\n\n.stb-ramo__finish-dot--black{\n  background:#211F1D;\n\n  border-color:#211F1D;\n}\n\n.stb-ramo__finish-copy small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__finish-copy strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-ramo__finish-copy p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.2px;\n  line-height:1.45;\n}\n\n.stb-ramo__finish-item--black .stb-ramo__finish-copy small{\n  color:#D0AB91;\n}\n\n.stb-ramo__finish-item--black .stb-ramo__finish-copy strong{\n  color:#FFF8EF;\n}\n\n.stb-ramo__finish-item--black .stb-ramo__finish-copy p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   LIGHT\n========================================================= *\/\n\n.stb-ramo__light{\n  margin-bottom:29px;\n}\n\n.stb-ramo__light-head{\n  margin-bottom:10px;\n}\n\n.stb-ramo__light-grid{\n  display:grid;\n  grid-template-columns:1.15fr 1fr;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__light-item{\n  padding:15px 16px;\n\n  background:var(--paper);\n}\n\n.stb-ramo__light-item +\n.stb-ramo__light-item{\n  border-left:1px solid var(--line);\n}\n\n.stb-ramo__light-item--dark{\n  background:var(--espresso);\n}\n\n.stb-ramo__light-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__light-item strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-ramo__light-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.3px;\n  line-height:1.48;\n}\n\n.stb-ramo__light-item--dark small{\n  color:#D0AB91;\n}\n\n.stb-ramo__light-item--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-ramo__light-item--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   UTILITY\n========================================================= *\/\n\n.stb-ramo__utility{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__utility-item{\n  padding:13px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-ramo__utility-item:last-child{\n  border-right:0;\n}\n\n.stb-ramo__utility-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__utility-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.5px;\n  font-weight:500;\n}\n\n.stb-ramo__utility-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.9px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-ramo__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-ramo__practical-item{\n  padding:13px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ramo__practical-item--alt{\n  background:var(--branch);\n\n  border-top:2px solid var(--accent);\n}\n\n.stb-ramo__practical-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-ramo__practical-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:11px;\n  font-weight:500;\n}\n\n.stb-ramo__practical-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.stb-ramo__care{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--accent);\n  border-radius:5px;\n}\n\n.stb-ramo__care strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-ramo__care p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.5px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-ramo__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-ramo__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-ramo__spec-head span{\n  color:#D0AB91;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-ramo__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-ramo__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-ramo__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-ramo__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-ramo__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-ramo__faq{\n  max-width:750px;\n\n  margin:0 auto 29px;\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-ramo__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-ramo__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-ramo__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.6px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-ramo__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-ramo__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-3px;\n  right:2px;\n\n  color:var(--accent-dark);\n\n  font-size:19px;\n}\n\n.stb-ramo__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-ramo__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.3px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-ramo__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--accent);\n  border-radius:5px;\n}\n\n.stb-ramo__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-ramo__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-ramo__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-ramo__shipping a{\n  color:var(--accent-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-ramo__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-ramo__lightbox:target{\n  display:flex;\n}\n\n.stb-ramo__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-ramo__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n}\n\n.stb-ramo__lightbox-caption{\n  margin-top:9px;\n\n  color:#D9B69F;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-ramo__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-ramo__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-ramo__title{\n    font-size:25px;\n  }\n\n  .stb-ramo__size-layout{\n    grid-template-columns:145px minmax(0,1fr);\n  }\n\n  .stb-ramo__size-image{\n    width:120px;\n  }\n\n  .stb-ramo__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-ramo{\n    width:100%;\n    max-width:100%;\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-ramo__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-ramo__intro-side{\n    padding:11px 15px;\n  }\n\n  .stb-ramo__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-ramo__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-ramo__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-ramo__quick-item:nth-child(1),\n  .stb-ramo__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* DETAIL *\/\n\n  .stb-ramo__detail{\n    grid-template-columns:90px minmax(0,1fr);\n  }\n\n  .stb-ramo__detail-media{\n    padding:6px;\n  }\n\n  .stb-ramo__detail-image{\n    width:78px;\n  }\n\n  .stb-ramo__detail-body{\n    padding:11px 12px;\n  }\n\n  .stb-ramo__detail-line{\n    grid-template-columns:82px minmax(0,1fr);\n  }\n\n\n  \/* FORM *\/\n\n  .stb-ramo__form{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__form-label{\n    padding:10px 13px;\n  }\n\n  .stb-ramo__form-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__form-item +\n  .stb-ramo__form-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-ramo__size-layout{\n    grid-template-columns:92px minmax(0,1fr);\n\n    gap:6px;\n  }\n\n  .stb-ramo__size-media{\n    padding:5px;\n  }\n\n  .stb-ramo__size-image{\n    width:80px;\n  }\n\n  .stb-ramo__size-card{\n    grid-template-columns:70px minmax(0,1fr);\n  }\n\n  .stb-ramo__size-label{\n    padding:9px;\n  }\n\n  .stb-ramo__size-label strong{\n    font-size:13px;\n  }\n\n  .stb-ramo__size-copy{\n    padding:9px 10px;\n  }\n\n\n  \/* SIZE RULE *\/\n\n  .stb-ramo__size-rule{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__size-rule-label{\n    padding:10px 13px;\n  }\n\n  .stb-ramo__size-rule-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__size-rule-item +\n  .stb-ramo__size-rule-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* FINISH *\/\n\n  .stb-ramo__finish-row{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__finish-item +\n  .stb-ramo__finish-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-ramo__light-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-ramo__light-item +\n  .stb-ramo__light-item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-ramo__utility{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-ramo__utility-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-ramo__utility-item:nth-child(1),\n  .stb-ramo__utility-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* PRACTICAL *\/\n\n  .stb-ramo__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-ramo__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-ramo__spec span{\n    font-weight:600;\n  }\n\n\n  \/* FAQ *\/\n\n  .stb-ramo__faq{\n    padding:12px 14px;\n  }\n\n\n  \/* SHIPPING *\/\n\n  .stb-ramo__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-ramo\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__intro\"\u003e\n\u003cdiv class=\"stb-ramo__intro-main\"\u003e\n\u003cspan class=\"stb-ramo__eyebrow\"\u003e Sculpted Branch Floor Lamp · Fabric Shade \u003c\/span\u003e\n\u003ch2 class=\"stb-ramo__title\"\u003eOrganic Form Without the Visual Clutter.\u003c\/h2\u003e\n\u003cp\u003eRamo pairs a sculpted branching frame with a simple oval fabric shade. The irregular branch gives the lamp its character, while the soft shade keeps the light comfortable and easy to live with.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__intro-side\"\u003e\n\u003csmall\u003e Two Heights \u003c\/small\u003e \u003cstrong\u003e 68.8\" \/ 78.7\" \u003c\/strong\u003e \u003cspan\u003e Black or Brown · E26\/E27 bulb included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__quick\"\u003e\n\u003cdiv class=\"stb-ramo__quick-item\"\u003e\n\u003csmall\u003e Frame \u003c\/small\u003e \u003cstrong\u003e Sculpted Resin \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__quick-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Oval Fabric \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__quick-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__quick-item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       REAL PRODUCT DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"ramo-detail-section\" class=\"stb-ramo__detail\"\u003e\n\u003cdiv class=\"stb-ramo__detail-media\"\u003e\n\u003cdiv class=\"stb-ramo__detail-image\"\u003e\u003ca href=\"#ramo-detail-image\" class=\"stb-ramo__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ramo-floor-lamp-stuberlighting_11.jpg?v=1784686619\" alt=\"Ramo Floor Lamp sculpted branch and fabric shade detail\" loading=\"lazy\"\u003e \u003cspan class=\"stb-ramo__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__detail-body\"\u003e\n\u003cspan class=\"stb-ramo__eyebrow\"\u003e Branch Detail \u003c\/span\u003e\n\u003ch3\u003eTexture Matters More Than Ornament.\u003c\/h3\u003e\n\u003cp\u003eThe branching frame is sculpted in resin with an irregular bark-like surface, allowing the silhouette to feel organic while remaining more consistent and stable than a natural branch.\u003c\/p\u003e\n\u003cdiv class=\"stb-ramo__detail-line\"\u003e\n\u003cstrong\u003e Sculpted Resin \u003c\/strong\u003e \u003cspan\u003e Textured branch form with natural irregularity across the visible surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__detail-line\"\u003e\n\u003cstrong\u003e Oval Fabric Shade \u003c\/strong\u003e \u003cspan\u003e Softens the included LED for comfortable evening ambient light. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__detail-line\"\u003e\n\u003cstrong\u003e Weighted Base \u003c\/strong\u003e \u003cspan\u003e Adds stability beneath the tall, asymmetrical branch silhouette. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAIL LIGHTBOX --\u003e \u003ca id=\"ramo-detail-image\" href=\"#ramo-detail-section\" class=\"stb-ramo__lightbox\"\u003e \u003cspan class=\"stb-ramo__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ramo-floor-lamp-stuberlighting_11.jpg?v=1784686619\" alt=\"Enlarged Ramo sculpted branch detail\"\u003e \u003cspan class=\"stb-ramo__lightbox-caption\"\u003e Ramo · Sculpted Branch Detail \u003c\/span\u003e \u003cspan class=\"stb-ramo__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       FORM\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__form\"\u003e\n\u003cdiv class=\"stb-ramo__form-label\"\u003e\n\u003csmall\u003e Construction \u003c\/small\u003e \u003cstrong\u003e Branch. Shade. Weighted Base. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__form-grid\"\u003e\n\u003cdiv class=\"stb-ramo__form-item\"\u003e\n\u003csmall\u003e Upper \u003c\/small\u003e \u003cstrong\u003e Oval Fabric Shade \u003c\/strong\u003e\n\u003cp\u003eDiffuses the bulb instead of exposing a hard point light source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__form-item\"\u003e\n\u003csmall\u003e Center \u003c\/small\u003e \u003cstrong\u003e Branching Resin Frame \u003c\/strong\u003e\n\u003cp\u003eThe sculptural element that gives Ramo its organic profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__form-item\"\u003e\n\u003csmall\u003e Lower \u003c\/small\u003e \u003cstrong\u003e Weighted Square Base \u003c\/strong\u003e\n\u003cp\u003eKeeps the tall asymmetric form grounded during normal use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\u003csection id=\"ramo-size-section\" class=\"stb-ramo__size\"\u003e\n\u003cdiv class=\"stb-ramo__size-head\"\u003e\n\u003cspan class=\"stb-ramo__eyebrow\"\u003e Choose the Height \u003c\/span\u003e\n\u003ch3 class=\"stb-ramo__section-title\"\u003eShort for Furniture. Tall for Architecture.\u003c\/h3\u003e\n\u003cp class=\"stb-ramo__copy\"\u003eThe two versions differ by almost 10 inches in height. Choose Short when the lamp will sit directly beside a sofa or chair. Choose Tall when you want the branch silhouette to remain visible above surrounding furniture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__size-layout\"\u003e\n\u003c!-- DIMENSION IMAGE FROM ORIGINAL HTML --\u003e\n\u003cdiv class=\"stb-ramo__size-media\"\u003e\n\u003cdiv class=\"stb-ramo__size-image\"\u003e\u003ca href=\"#ramo-size-image\" class=\"stb-ramo__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ramo-floor-lamp-stuberlighting_14.jpg?v=1784686618\" alt=\"Ramo Floor Lamp dimension reference\" loading=\"lazy\"\u003e \u003cspan class=\"stb-ramo__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__size-stack\"\u003e\n\u003c!-- SHORT --\u003e\n\u003carticle class=\"stb-ramo__size-card\"\u003e\n\u003cdiv class=\"stb-ramo__size-label\"\u003e\n\u003csmall\u003e Short \u003c\/small\u003e \u003cstrong\u003e H68.8\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__size-copy\"\u003e\n\u003cstrong\u003e Ø25.6\" × H68.8\" · 65 × 175cm \u003c\/strong\u003e\n\u003cp\u003eBest for standard living rooms, sofa-side placement, armchair corners and bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- TALL --\u003e\n\u003carticle class=\"stb-ramo__size-card stb-ramo__size-card--tall\"\u003e\n\u003cdiv class=\"stb-ramo__size-label\"\u003e\n\u003csmall\u003e Tall \u003c\/small\u003e \u003cstrong\u003e H78.7\" \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__size-copy\"\u003e\n\u003cstrong\u003e Ø26.7\" × H78.7\" · 68 × 200cm \u003c\/strong\u003e\n\u003cp\u003eBetter for taller ceilings, open-plan rooms, larger foyers and stronger corner statements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"ramo-size-image\" href=\"#ramo-size-section\" class=\"stb-ramo__lightbox\"\u003e \u003cspan class=\"stb-ramo__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ramo-floor-lamp-stuberlighting_14.jpg?v=1784686618\" alt=\"Enlarged Ramo Floor Lamp dimension reference\"\u003e \u003cspan class=\"stb-ramo__lightbox-caption\"\u003e Ramo · Dimension Reference \u003c\/span\u003e \u003cspan class=\"stb-ramo__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       SIZE RULE\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__size-rule\"\u003e\n\u003cdiv class=\"stb-ramo__size-rule-label\"\u003e\n\u003csmall\u003e Simple Rule \u003c\/small\u003e \u003cstrong\u003e Match Height to the Room. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__size-rule-grid\"\u003e\n\u003cdiv class=\"stb-ramo__size-rule-item\"\u003e\n\u003csmall\u003e Short · 68.8\" \u003c\/small\u003e \u003cstrong\u003e Best All-Round Residential Size \u003c\/strong\u003e\n\u003cp\u003eMore comfortable beside sofas, lounge chairs and in standard-height residential rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__size-rule-item\"\u003e\n\u003csmall\u003e Tall · 78.7\" \u003c\/small\u003e \u003cstrong\u003e Stronger Vertical Presence \u003c\/strong\u003e\n\u003cp\u003eBetter suited to 9-ft+ ceilings, larger open spaces and installations where the lamp should read as sculpture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINISH\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__finish\"\u003e\n\u003cdiv class=\"stb-ramo__finish-head\"\u003e\n\u003cspan class=\"stb-ramo__eyebrow\"\u003e Choose the Finish \u003c\/span\u003e\n\u003ch3 class=\"stb-ramo__section-title\"\u003eBlack Is Graphic. Brown Is More Organic.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__finish-row\"\u003e\n\u003c!-- BLACK --\u003e\n\u003carticle class=\"stb-ramo__finish-item stb-ramo__finish-item--black\"\u003e\u003cspan class=\"stb-ramo__finish-dot stb-ramo__finish-dot--black\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"stb-ramo__finish-copy\"\u003e\n\u003csmall\u003e Graphic \u003c\/small\u003e \u003cstrong\u003e Matte Black \u003c\/strong\u003e\n\u003cp\u003eMakes the branch silhouette more pronounced against cream, white and other light walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- BROWN --\u003e\n\u003carticle class=\"stb-ramo__finish-item\"\u003e\u003cspan class=\"stb-ramo__finish-dot\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"stb-ramo__finish-copy\"\u003e\n\u003csmall\u003e Organic \u003c\/small\u003e \u003cstrong\u003e Matte Brown \u003c\/strong\u003e\n\u003cp\u003eThe warmer choice for wood furniture, leather, linen and natural neutral interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__light\"\u003e\n\u003cdiv class=\"stb-ramo__light-head\"\u003e\n\u003cspan class=\"stb-ramo__eyebrow\"\u003e Light Options \u003c\/span\u003e\n\u003ch3 class=\"stb-ramo__section-title\"\u003eWarm by Default. Adjustable if You Need It.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__light-grid\"\u003e\n\u003c!-- STANDARD --\u003e\n\u003carticle class=\"stb-ramo__light-item stb-ramo__light-item--dark\"\u003e\u003csmall\u003e Standard \u003c\/small\u003e \u003cstrong\u003e Warm-White LED Included \u003c\/strong\u003e\n\u003cp\u003eThe included E26\/E27 LED provides simple warm ambient lighting through the fabric shade. Standard control is on \/ off using the inline switch.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c!-- OPTIONAL --\u003e\n\u003carticle class=\"stb-ramo__light-item\"\u003e\u003csmall\u003e Optional Upgrade \u003c\/small\u003e \u003cstrong\u003e Remote Brightness + 3000–6000K \u003c\/strong\u003e\n\u003cp\u003eA compatible remote-control dimmable bulb can be requested for adjustable brightness plus 3000K warm, 4000K neutral and 6000K cool light.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ELECTRICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__utility\"\u003e\n\u003cdiv class=\"stb-ramo__utility-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003cp\u003eWarm-white LED.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__utility-item\"\u003e\n\u003csmall\u003e Maximum \u003c\/small\u003e \u003cstrong\u003e 40W \u003c\/strong\u003e\n\u003cp\u003ePer socket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__utility-item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 78\" \/ 200cm \u003c\/strong\u003e\n\u003cp\u003eLonger available on request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__utility-item\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline Switch \u003c\/strong\u003e\n\u003cp\u003eStandard on \/ off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ASSEMBLY \/ LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__practical\"\u003e\n\u003carticle class=\"stb-ramo__practical-item\"\u003e\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Ambient With Reading Capability \u003c\/strong\u003e\n\u003cp\u003eThe fabric shade creates comfortable, diffused light suitable for everyday evening use and casual reading. For highly detailed task work, use a dedicated task lamp.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-ramo__practical-item stb-ramo__practical-item--alt\"\u003e\u003csmall\u003e Assembly \u003c\/small\u003e \u003cstrong\u003e Approx. 15–20 Minutes \u003c\/strong\u003e\n\u003cp\u003eRamo ships semi-assembled. Attach the weighted base, branching column and fabric shade, then install the included bulb. Basic tools and instructions are included. No electrician is required.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CARE\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__care\"\u003e\u003cstrong\u003e Keep the textured branch and fabric shade dust-free. \u003c\/strong\u003e\n\u003cp\u003eWipe the resin frame with a soft dry microfiber cloth or soft duster. For the shade, use a dry cloth or soft vacuum-brush attachment. Avoid harsh cleaners and do not fully wet the fabric shade.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__specs\"\u003e\n\u003cdiv class=\"stb-ramo__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Ramo Floor Lamp \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Sculpted Resin Branch Frame · Oval Fabric Shade · Weighted Square Base \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Finishes \u003c\/span\u003e \u003cstrong\u003e Matte Black · Matte Brown \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Short \u003c\/span\u003e \u003cstrong\u003e Ø25.6\" × H68.8\" · Dia65 × H175cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Tall \u003c\/span\u003e \u003cstrong\u003e Ø26.7\" × H78.7\" · Dia68 × H200cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Bulb Base \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 · Warm-White LED Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Standard Light \u003c\/span\u003e \u003cstrong\u003e Warm White · Approx. 2700–3000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Optional Dimming \u003c\/span\u003e \u003cstrong\u003e Remote-Control Dimmable Bulb Available · Adjustable Brightness · 3000K \/ 4000K \/ 6000K \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Max Wattage \u003c\/span\u003e \u003cstrong\u003e 40W Maximum per Socket \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC 110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Cord \u003c\/span\u003e \u003cstrong\u003e 78\" \/ 200cm · Extended Length Available on Request at No Additional Charge \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Inline Push-Button On \/ Off Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Plug Options \u003c\/span\u003e \u003cstrong\u003e US · EU · AU · UK \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Assembly \u003c\/span\u003e \u003cstrong\u003e Semi-Assembled · Approx. 15–20 Minutes · Basic Tools + Illustrated Instructions Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Plug-In Floor Lamp · No Hardwiring · No Electrician Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-ramo__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__faq\"\u003e\u003cspan class=\"stb-ramo__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-ramo__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShort or Tall?\u003c\/summary\u003e\n\u003cp\u003eChoose Short H68.8\" for sofa-side, armchair and standard residential placement. Choose Tall H78.7\" when you have more ceiling height and want the branch silhouette to become a stronger architectural feature.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eBlack or Brown?\u003c\/summary\u003e\n\u003cp\u003eBlack creates the strongest graphic contrast against light walls and pale furniture. Brown gives the branch a warmer, more natural appearance and works especially well with wood, leather and warm-neutral interiors.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included and can I dim it?\u003c\/summary\u003e\n\u003cp\u003eYes. A warm-white E26\/E27 LED bulb is included. The standard setup provides on \/ off control. A compatible remote-control dimmable bulb can be requested for adjustable brightness and 3000K \/ 4000K \/ 6000K color-temperature control.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes Ramo require assembly?\u003c\/summary\u003e\n\u003cp\u003eYes, but only straightforward final assembly. Ramo arrives semi-assembled and typically takes about 15–20 minutes to set up. Basic tools and illustrated instructions are included, and no electrician is required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-ramo__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 25.6\" x H 68.8\" \/ Black \/ US Plug","offer_id":52636113961243,"sku":"STB-FL-26-10118","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Black \/ EU Plug","offer_id":52636113994011,"sku":"STB-FL-26-10119","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Black \/ AU Plug","offer_id":52636114026779,"sku":"STB-FL-26-10120","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Black \/ UK Plug","offer_id":52636114059547,"sku":"STB-FL-26-10121","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Brown \/ US Plug","offer_id":52636114092315,"sku":"STB-FL-26-10122","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Brown \/ EU Plug","offer_id":52636114125083,"sku":"STB-FL-26-10123","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Brown \/ AU Plug","offer_id":52636114157851,"sku":"STB-FL-26-10124","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 25.6\" x H 68.8\" \/ Brown \/ UK Plug","offer_id":52636114190619,"sku":"STB-FL-26-10125","price":735.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Black \/ US Plug","offer_id":52636114223387,"sku":"STB-FL-26-10126","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Black \/ EU Plug","offer_id":52636114256155,"sku":"STB-FL-26-10127","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Black \/ AU Plug","offer_id":52636114288923,"sku":"STB-FL-26-10128","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Black \/ UK Plug","offer_id":52636114321691,"sku":"STB-FL-26-10129","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Brown \/ US Plug","offer_id":52636114354459,"sku":"STB-FL-26-10130","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Brown \/ EU Plug","offer_id":52636114387227,"sku":"STB-FL-26-10131","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Brown \/ AU Plug","offer_id":52636114419995,"sku":"STB-FL-26-10132","price":1135.0,"currency_code":"USD","in_stock":true},{"title":"Dia 26.7\" x H 78.7' \/ Brown \/ UK Plug","offer_id":52636114452763,"sku":"STB-FL-26-10133","price":1135.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/ramo-floor-lamp-stuberlighting_3.jpg?v=1784686618"},{"product_id":"nuvola-pendant-light","title":"Nuvola Pendant Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — NUVOLA PENDANT LIGHT\n\n   LAYER \/ SCALE \/ GLOW\n\n   SOFT MATERIAL EDITORIAL\n   QUIET LUXURY · SHOPPER-FIRST · DAWN SAFE\n========================================================= *\/\n\n.stb-nuvola{\n  --espresso:#1C1209;\n  --brown:#4A3218;\n  --body:#625348;\n  --muted:#827568;\n\n  --gold:#C8A96E;\n  --gold-dark:#967143;\n\n  --cream:#F5EDD8;\n  --paper:#F7F0E3;\n  --ivory:#FFFCF6;\n\n  --line:#DED2BD;\n  --line-strong:#CDBD9F;\n\n  --shadow:0 10px 34px rgba(28,18,9,.09);\n\n  width:100%;\n  max-width:860px;\n  min-width:0;\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-family:\"Jost\",\"Helvetica Neue\",Arial,sans-serif;\n  font-size:14px;\n  line-height:1.6;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-nuvola *,\n.stb-nuvola *::before,\n.stb-nuvola *::after{\n  box-sizing:border-box;\n}\n\n.stb-nuvola h2,\n.stb-nuvola h3,\n.stb-nuvola p{\n  margin-top:0;\n}\n\n.stb-nuvola h2,\n.stb-nuvola h3{\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n  font-weight:500;\n}\n\n.stb-nuvola img{\n  display:block !important;\n\n  width:auto !important;\n  max-width:100% !important;\n  min-width:0 !important;\n  height:auto !important;\n\n  margin:auto !important;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  box-sizing:border-box !important;\n}\n\n\n\/* =========================================================\n   MAIN CARD\n========================================================= *\/\n\n.nv-card{\n  margin-top:12px;\n\n  background:var(--ivory);\n\n  border:1px solid var(--line-strong);\n  border-radius:9px;\n\n  box-shadow:var(--shadow);\n\n  overflow:hidden;\n}\n\n.nv-card:first-child{\n  margin-top:0;\n}\n\n.nv-eyebrow{\n  display:block;\n\n  margin:0 0 7px;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.nv-section-head{\n  display:grid;\n  grid-template-columns:minmax(0,175px) minmax(0,1fr);\n\n  gap:27px;\n\n  margin-bottom:16px;\n}\n\n.nv-section-head h3{\n  margin:0;\n\n  font-size:23px;\n  line-height:1.08;\n}\n\n.nv-section-head p{\n  max-width:510px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.8px;\n  line-height:1.6;\n}\n\n.nv-caption{\n  margin:6px 0 0 !important;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  line-height:1.4;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   01 — OPENING\n========================================================= *\/\n\n.nv-opening{\n  padding:28px 29px 25px;\n\n  border-top:4px solid var(--espresso);\n}\n\n.nv-opening__grid{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) minmax(0,215px);\n\n  gap:24px;\n  align-items:stretch;\n}\n\n.nv-opening h2{\n  max-width:590px;\n\n  margin:0 0 10px;\n\n  font-size:31px;\n  line-height:1.05;\n}\n\n.nv-opening__lead{\n  max-width:585px;\n\n  margin:0;\n\n  color:var(--body);\n\n  font-size:12.5px;\n  line-height:1.65;\n}\n\n\n\/* FACTS *\/\n\n.nv-facts{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:23px;\n\n  margin-top:19px;\n}\n\n.nv-fact{\n  min-width:98px;\n\n  padding-top:7px;\n\n  border-top:2px solid var(--gold);\n}\n\n.nv-fact:nth-child(2){\n  border-color:var(--line-strong);\n}\n\n.nv-fact:nth-child(3){\n  border-color:var(--espresso);\n}\n\n.nv-fact small{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-fact strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n\n\/* SIGNATURE *\/\n\n.nv-signature{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  min-width:0;\n\n  padding:18px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.nv-signature small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-signature strong{\n  display:block;\n\n  margin:4px 0 7px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:22px;\n  line-height:1.03;\n\n  font-weight:500;\n}\n\n.nv-signature p{\n  margin:0;\n\n  color:#D8CDBF;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* OPENING LEDGER *\/\n\n.nv-opening__ledger{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  margin-top:16px;\n\n  border-top:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n}\n\n.nv-opening__item{\n  min-width:0;\n\n  padding:10px 13px;\n}\n\n.nv-opening__item + .nv-opening__item{\n  border-left:1px solid var(--line);\n}\n\n.nv-opening__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-opening__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nv-opening__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   02 — SHADE \/ MATERIAL\n========================================================= *\/\n\n.nv-material{\n  padding:26px 28px;\n}\n\n.nv-material__grid{\n  display:grid;\n  grid-template-columns:minmax(0,180px) minmax(0,1fr);\n\n  gap:21px;\n}\n\n\n\/* REAL SHADE IMAGE *\/\n\n.nv-detail{\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.nv-detail__frame{\n  width:155px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n\n  border-radius:4px;\n}\n\n.nv-detail__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  overflow:hidden;\n\n  text-decoration:none;\n}\n\n.nv-detail__frame img{\n  max-height:150px !important;\n}\n\n.nv-detail__copy{\n  padding:8px 2px 1px;\n}\n\n.nv-detail__copy small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-detail__copy strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n\n\/* MATERIAL LEDGER *\/\n\n.nv-material__info{\n  min-width:0;\n}\n\n.nv-material__row{\n  display:grid;\n  grid-template-columns:minmax(0,80px) minmax(0,1fr);\n\n  gap:13px;\n\n  padding:10px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nv-material__row:first-child{\n  padding-top:2px;\n}\n\n.nv-material__row:last-child{\n  border-bottom:0;\n}\n\n.nv-material__row small{\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-material__row strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nv-material__row p{\n  margin:0;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\n\/* GLOW NOTE *\/\n\n.nv-glow{\n  display:grid;\n  grid-template-columns:minmax(0,150px) minmax(0,1fr);\n\n  gap:17px;\n  align-items:center;\n\n  margin-top:12px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n}\n\n.nv-glow strong{\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nv-glow span{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   03 — SIZE\n========================================================= *\/\n\n.nv-scale{\n  padding:26px 28px;\n}\n\n\n\/* DIMENSION + SIZE LEDGER *\/\n\n.nv-scale__grid{\n  display:grid;\n  grid-template-columns:minmax(0,145px) minmax(0,1fr);\n\n  gap:16px;\n}\n\n\n\/* DIMENSION *\/\n\n.nv-dimension{\n  align-self:start;\n\n  min-width:0;\n\n  padding:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.nv-dimension__frame{\n  width:112px;\n  max-width:100%;\n  min-width:0;\n\n  margin:0 auto;\n\n  overflow:hidden;\n}\n\n.nv-dimension__frame a{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  max-width:100%;\n  min-width:0;\n\n  text-decoration:none;\n}\n\n.nv-dimension__frame img{\n  max-height:108px !important;\n}\n\n\n\/* SIZE LEDGER *\/\n\n.nv-size-list{\n  min-width:0;\n\n  border-top:1px solid var(--espresso);\n  border-bottom:1px solid var(--line);\n}\n\n.nv-size{\n  display:grid;\n  grid-template-columns:minmax(0,68px) minmax(0,165px) minmax(0,1fr);\n\n  gap:14px;\n  align-items:center;\n\n  padding:12px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nv-size:last-child{\n  border-bottom:0;\n}\n\n.nv-size__name small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-size__name strong{\n  display:block;\n\n  margin-top:1px;\n\n  color:var(--espresso);\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:20px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.nv-size__dimensions strong{\n  display:block;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  font-weight:600;\n}\n\n.nv-size__dimensions span{\n  display:block;\n\n  margin-top:2px;\n\n  color:var(--muted);\n\n  font-size:10.5px;\n}\n\n.nv-size__fit{\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.43;\n}\n\n.nv-size--medium{\n  position:relative;\n}\n\n.nv-size--medium::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:8px;\n  bottom:8px;\n  left:-10px;\n\n  width:3px;\n\n  background:var(--gold);\n}\n\n.nv-size__tag{\n  display:inline-block;\n\n  margin-top:4px;\n\n  color:var(--gold-dark);\n\n  font-size:8.8px;\n  line-height:1.2;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n\n\/* HANGING GUIDE *\/\n\n.nv-hang{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n\n  margin-top:14px;\n\n  border:1px solid var(--line-strong);\n  border-radius:7px;\n\n  overflow:hidden;\n}\n\n.nv-hang__item{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--ivory);\n}\n\n.nv-hang__item + .nv-hang__item{\n  border-left:1px solid var(--line);\n}\n\n.nv-hang__item small{\n  display:block;\n\n  color:var(--gold-dark);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-hang__item strong{\n  display:block;\n\n  margin:2px 0;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nv-hang__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11px;\n  line-height:1.4;\n}\n\n\n\/* INSTALL STRIP *\/\n\n.nv-install{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n  align-items:center;\n\n  margin-top:10px;\n\n  padding:12px 14px;\n\n  background:var(--espresso);\n\n  border-radius:7px;\n}\n\n.nv-install__title small{\n  display:block;\n\n  color:var(--gold);\n\n  font-size:9.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.nv-install__title strong{\n  display:block;\n\n  margin-top:2px;\n\n  color:#FFF8ED;\n\n  font-family:\"Cormorant Garamond\",\"Times New Roman\",serif;\n\n  font-size:18px;\n  line-height:1;\n\n  font-weight:500;\n}\n\n.nv-install__copy{\n  padding-left:17px;\n\n  border-left:1px solid rgba(255,255,255,.16);\n}\n\n.nv-install__copy p{\n  margin:0;\n\n  color:#D8CDBF;\n\n  font-size:11.5px;\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   04 — PRODUCT DETAILS\n========================================================= *\/\n\n.nv-specs{\n  padding:25px 28px;\n}\n\n.nv-specs__head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n\n  gap:20px;\n\n  margin-bottom:10px;\n}\n\n.nv-specs__head h3{\n  margin:0;\n\n  font-size:22px;\n}\n\n.nv-specs__head span{\n  color:var(--muted);\n\n  font-size:9.5px;\n}\n\n.nv-spec-list{\n  border-top:1px solid var(--espresso);\n}\n\n.nv-spec{\n  display:grid;\n  grid-template-columns:minmax(0,155px) minmax(0,1fr);\n\n  gap:18px;\n\n  padding:8px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.nv-spec__label{\n  color:#806F60;\n\n  font-size:11.5px;\n  line-height:1.45;\n  font-weight:500;\n}\n\n.nv-spec__value{\n  min-width:0;\n\n  color:var(--espresso);\n\n  font-size:11.8px;\n  line-height:1.5;\n  font-weight:500;\n\n  overflow-wrap:anywhere;\n}\n\n\n\/* CARE *\/\n\n.nv-care{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:12px;\n}\n\n.nv-care__item{\n  min-width:0;\n\n  padding:11px 12px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:7px;\n}\n\n.nv-care__item strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--espresso);\n\n  font-size:11.5px;\n  font-weight:600;\n}\n\n.nv-care__item span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:11.5px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   05 — SHIPPING\n========================================================= *\/\n\n.nv-shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border-top:3px solid var(--espresso);\n}\n\n.nv-shipping h3{\n  margin:0 0 8px;\n\n  font-size:19px;\n}\n\n.nv-shipping p{\n  margin:0 0 6px;\n\n  color:#5E5044;\n\n  font-size:12px;\n  line-height:1.6;\n}\n\n.nv-shipping p:last-child{\n  margin-bottom:0;\n}\n\n.nv-shipping a{\n  color:var(--gold-dark);\n\n  font-weight:500;\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.nv-lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  padding:20px;\n\n  background:rgba(18,14,11,.96);\n\n  text-decoration:none;\n  cursor:zoom-out;\n}\n\n.nv-lightbox:target{\n  display:flex;\n}\n\n.nv-lightbox__inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.nv-lightbox img{\n  width:auto !important;\n  height:auto !important;\n\n  max-width:92vw !important;\n  max-height:80vh !important;\n\n  object-fit:contain !important;\n}\n\n.nv-lightbox__caption{\n  margin-top:9px;\n\n  color:#D9BF9A;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.nv-lightbox__hint{\n  margin-top:3px;\n\n  color:#A89C90;\n\n  font-size:9.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .nv-opening,\n  .nv-material,\n  .nv-scale,\n  .nv-specs{\n    padding:23px 19px;\n  }\n\n  .nv-opening h2{\n    font-size:27px;\n  }\n\n  .nv-opening__grid{\n    grid-template-columns:minmax(0,1fr) minmax(0,175px);\n  }\n\n  .nv-section-head{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:520px){\n\n  .nv-card{\n    border-radius:8px;\n  }\n\n\n  .nv-opening__grid{\n    grid-template-columns:1fr;\n  }\n\n\n  .nv-opening__ledger{\n    grid-template-columns:1fr;\n  }\n\n  .nv-opening__item + .nv-opening__item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .nv-material__grid{\n    grid-template-columns:minmax(0,125px) minmax(0,1fr);\n\n    gap:13px;\n  }\n\n  .nv-detail__frame{\n    width:104px;\n  }\n\n  .nv-detail__frame img{\n    max-height:100px !important;\n  }\n\n  .nv-material__row{\n    grid-template-columns:minmax(0,68px) minmax(0,1fr);\n\n    gap:8px;\n  }\n\n\n  .nv-glow{\n    grid-template-columns:1fr;\n\n    gap:3px;\n  }\n\n\n  .nv-scale__grid{\n    grid-template-columns:1fr;\n  }\n\n  .nv-dimension{\n    width:125px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n  .nv-dimension__frame{\n    width:96px;\n  }\n\n  .nv-dimension__frame img{\n    max-height:94px !important;\n  }\n\n\n  .nv-size{\n    grid-template-columns:minmax(0,58px) minmax(0,125px) minmax(0,1fr);\n\n    gap:8px;\n  }\n\n  .nv-size--medium::before{\n    left:-7px;\n  }\n\n\n  .nv-hang{\n    grid-template-columns:1fr;\n  }\n\n  .nv-hang__item + .nv-hang__item{\n    border-left:0;\n    border-top:1px solid var(--line);\n  }\n\n\n  .nv-install{\n    grid-template-columns:1fr;\n\n    gap:5px;\n  }\n\n  .nv-install__copy{\n    padding:7px 0 0;\n\n    border-left:0;\n    border-top:1px solid rgba(255,255,255,.16);\n  }\n\n\n  .nv-specs__head{\n    display:block;\n  }\n\n  .nv-specs__head span{\n    display:block;\n\n    margin-top:3px;\n  }\n\n\n  .nv-spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n  }\n\n  .nv-spec__label{\n    color:var(--gold-dark);\n\n    font-size:11.5px;\n    font-weight:600;\n  }\n\n\n  .nv-care{\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:380px){\n\n  .nv-material__grid{\n    grid-template-columns:1fr;\n  }\n\n  .nv-detail{\n    width:135px;\n    max-width:100%;\n\n    margin:0 auto;\n  }\n\n\n  .nv-size{\n    grid-template-columns:1fr;\n  }\n\n  .nv-size__dimensions{\n    margin-top:2px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-nuvola\" id=\"nuvola-root\"\u003e\n\u003c!-- =====================================================\n       01 — OPENING\n  ====================================================== --\u003e\n\u003csection class=\"nv-card nv-opening\"\u003e\n\u003cdiv class=\"nv-opening__grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"nv-eyebrow\"\u003e Nuvola Pendant Light · Layered Fabric \u003c\/span\u003e\n\u003ch2\u003eSoft Layers, Warm Light, Quiet Presence\u003c\/h2\u003e\n\u003cp class=\"nv-opening__lead\"\u003eNuvola wraps warm light in three layers of off-white cotton, then finishes the soft silhouette with a single walnut-toned wood accent. The result is broad, comfortable ambient light without the harder visual presence of glass or exposed metal.\u003c\/p\u003e\n\u003cdiv class=\"nv-facts\"\u003e\n\u003cdiv class=\"nv-fact\"\u003e\n\u003csmall\u003e Sizes \u003c\/small\u003e \u003cstrong\u003e 3 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-fact\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e 3 Layers \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-fact\"\u003e\n\u003csmall\u003e Included Light \u003c\/small\u003e \u003cstrong\u003e Warm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003caside class=\"nv-signature\"\u003e\u003csmall\u003e Nuvola Signature \u003c\/small\u003e \u003cstrong\u003e Cloud-Like Diffusion \u003c\/strong\u003e\n\u003cp\u003eMultiple fabric layers soften the point source and spread the warm bulb glow through a broader, quieter surface.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-opening__ledger\"\u003e\n\u003cdiv class=\"nv-opening__item\"\u003e\n\u003csmall\u003e Fabric \u003c\/small\u003e \u003cstrong\u003e Off-White Cotton \u003c\/strong\u003e \u003cspan\u003e Textured triple-layer construction. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-opening__item\"\u003e\n\u003csmall\u003e Accent \u003c\/small\u003e \u003cstrong\u003e Walnut Tone \u003c\/strong\u003e \u003cspan\u003e A warm wood detail above the shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-opening__item\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired Standard \u003c\/strong\u003e \u003cspan\u003e Plug-in conversion available on request. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 — SHADE DETAIL\n  ====================================================== --\u003e\n\u003csection class=\"nv-card nv-material\"\u003e\n\u003cdiv class=\"nv-section-head\"\u003e\n\u003ch3\u003eThe Shade Is the Main Event\u003c\/h3\u003e\n\u003cp\u003eNuvola does not rely on decorative hardware. Its character comes from the depth of the layered fabric, the soft off-white tone and the small contrast of warm wood above it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-material__grid\"\u003e\n\u003c!-- REAL DETAIL IMAGE --\u003e\n\u003carticle class=\"nv-detail\"\u003e\n\u003cdiv class=\"nv-detail__frame\"\u003e\u003ca href=\"#nv-detail-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nuvola-pendant-light-stuberlighting_11.jpg?v=1784792382\" alt=\"Close-up of the Nuvola Pendant Light layered off-white fabric shade\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"nv-detail__copy\"\u003e\n\u003csmall\u003e Shade Detail \u003c\/small\u003e \u003cstrong\u003e Triple-Layer Fabric \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- MATERIAL --\u003e\n\u003cdiv class=\"nv-material__info\"\u003e\n\u003cdiv class=\"nv-material__row\"\u003e\n\u003csmall\u003e Fabric \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Three Layers of Off-White Cotton \u003c\/strong\u003e\n\u003cp\u003eThe overlapping layers give the shade more visual depth than a conventional single drum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-material__row\"\u003e\n\u003csmall\u003e Wood \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Walnut-Toned Accent \u003c\/strong\u003e\n\u003cp\u003eA small warm wood detail separates the fabric silhouette from the ceiling suspension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-material__row\"\u003e\n\u003csmall\u003e Frame \u003c\/small\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Internal Metal Structure \u003c\/strong\u003e\n\u003cp\u003eHidden from normal viewing angles, the frame supports the layered shape and keeps the fabric composition stable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-glow\"\u003e\n\u003cstrong\u003e Designed for Ambient Light \u003c\/strong\u003e \u003cspan\u003e The layered shade diffuses the included warm-white bulb across the fabric rather than producing a narrow, exposed beam — especially suited to dining, bedrooms and relaxed living spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 — SIZE\n  ====================================================== --\u003e\n\u003csection class=\"nv-card nv-scale\"\u003e\n\u003cdiv class=\"nv-section-head\"\u003e\n\u003ch3\u003eChoose by Room Scale\u003c\/h3\u003e\n\u003cp\u003eNuvola keeps the same material and silhouette across all three sizes. The only decision is how much visual width you want the layered shade to carry in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-scale__grid\"\u003e\n\u003c!-- DIMENSION IMAGE --\u003e\n\u003cdiv class=\"nv-dimension\"\u003e\n\u003cdiv class=\"nv-dimension__frame\"\u003e\u003ca href=\"#nv-dimension-large\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nuvola-pendant-light-stuberlighting_20.jpg?v=1784792382\" alt=\"Nuvola Pendant Light dimension reference\" loading=\"lazy\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"nv-caption\"\u003eSize Reference · Click to enlarge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE LEDGER --\u003e\n\u003cdiv class=\"nv-size-list\"\u003e\n\u003cdiv class=\"nv-size\"\u003e\n\u003cdiv class=\"nv-size__name\"\u003e\n\u003csmall\u003e Size 01 \u003c\/small\u003e \u003cstrong\u003e Small \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size__dimensions\"\u003e\n\u003cstrong\u003e Ø17.7\" × H10.8\" \u003c\/strong\u003e \u003cspan\u003e 45 × 27.5 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size__fit\"\u003eBest for compact dining, smaller foyers or repeated pendant arrangements over a kitchen island.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size nv-size--medium\"\u003e\n\u003cdiv class=\"nv-size__name\"\u003e\n\u003csmall\u003e Size 02 \u003c\/small\u003e \u003cstrong\u003e Medium \u003c\/strong\u003e \u003cspan class=\"nv-size__tag\"\u003e Most Versatile \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size__dimensions\"\u003e\n\u003cstrong\u003e Ø22.8\" × H14\" \u003c\/strong\u003e \u003cspan\u003e 58 × 35.5 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size__fit\"\u003eThe easiest solo size for standard dining tables, bedrooms and medium-scale living spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size\"\u003e\n\u003cdiv class=\"nv-size__name\"\u003e\n\u003csmall\u003e Size 03 \u003c\/small\u003e \u003cstrong\u003e Large \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size__dimensions\"\u003e\n\u003cstrong\u003e Ø27.6\" × H16.7\" \u003c\/strong\u003e \u003cspan\u003e 70 × 42.5 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-size__fit\"\u003eBest when the pendant needs stronger presence above larger dining tables, in foyers or in open living spaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HANG HEIGHT --\u003e\n\u003cdiv class=\"nv-hang\"\u003e\n\u003cdiv class=\"nv-hang__item\"\u003e\n\u003csmall\u003e Dining Table \u003c\/small\u003e \u003cstrong\u003e 30–32\" Above \u003c\/strong\u003e \u003cspan\u003e Measure from tabletop to bottom of shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-hang__item\"\u003e\n\u003csmall\u003e Kitchen Island \u003c\/small\u003e \u003cstrong\u003e 30–36\" Above \u003c\/strong\u003e \u003cspan\u003e Measure from counter to bottom of shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-hang__item\"\u003e\n\u003csmall\u003e Suspension \u003c\/small\u003e \u003cstrong\u003e 59\" Adjustable \u003c\/strong\u003e \u003cspan\u003e Longer cord available on request. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALL --\u003e\n\u003cdiv class=\"nv-install\"\u003e\n\u003cdiv class=\"nv-install__title\"\u003e\n\u003csmall\u003e Installation \u003c\/small\u003e \u003cstrong\u003e Hardwired or Plug-In \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-install__copy\"\u003e\n\u003cp\u003eStandard Nuvola is hardwired to a ceiling junction box and professional installation is recommended. A 196\" plug-in cord conversion is also available on request for spaces where ceiling wiring is not practical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 — PRODUCT DETAILS\n  ====================================================== --\u003e\n\u003csection class=\"nv-card nv-specs\"\u003e\n\u003cdiv class=\"nv-specs__head\"\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cspan\u003e Nuvola Pendant Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec-list\"\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Dimensions \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Small — Ø17.7\" × H10.8\" \/ 45 × 27.5 cm\u003cbr\u003eMedium — Ø22.8\" × H14\" \/ 58 × 35.5 cm\u003cbr\u003eLarge — Ø27.6\" × H16.7\" \/ 70 × 42.5 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Materials \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Triple-layer off-white cotton fabric shade · Walnut-toned wood accent · Internal metal frame \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Shade \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Off-white textured cotton · Triple-layer construction \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Light Source \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e E26 (US) \/ E27 socket · Bulb Included: Yes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Included Bulb \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Warm-white LED · Approx. 2700–3000K \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Max Wattage \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e 40W maximum per socket \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Dimming \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e For guaranteed dimming, use a dimmable E26 \/ E27 LED bulb with a compatible Triac wall dimmer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Voltage \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e AC110–240V \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Suspension \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e 59\" \/ 150 cm standard cord · Adjustable during installation · Extension available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Mount \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Hardwired ceiling mount standard · 196\" \/ 5 m plug-in cord conversion available on request \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Control \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Compatible with standard wall On \/ Off switches · Plug-in version uses inline On \/ Off control \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Installation \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Standard ceiling junction box · Licensed electrician recommended for hardwired installation · Approx. 15–30 minutes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Environment \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e IP20 · Indoor dry locations only \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-spec\"\u003e\n\u003cspan class=\"nv-spec__label\"\u003e Compliance \u003c\/span\u003e \u003cspan class=\"nv-spec__value\"\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-care\"\u003e\n\u003cdiv class=\"nv-care__item\"\u003e\n\u003cstrong\u003e Fabric Care \u003c\/strong\u003e \u003cspan\u003e Remove dust with a soft brush or a vacuum fabric attachment on the lowest suction setting. For marks, gently dab with a barely damp cloth and mild soap. Do not soak or machine wash the shade. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nv-care__item\"\u003e\n\u003cstrong\u003e Wood Accent Care \u003c\/strong\u003e \u003cspan\u003e Dust with a soft dry microfiber cloth. For fingerprints, use a lightly damp cloth and dry immediately. Avoid harsh cleaners and prolonged direct sunlight. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 — SHIPPING\n  ====================================================== --\u003e\n\u003csection class=\"nv-card nv-shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHADE DETAIL LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"nv-detail-large\" href=\"#nuvola-root\" class=\"nv-lightbox\"\u003e \u003cspan class=\"nv-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nuvola-pendant-light-stuberlighting_11.jpg?v=1784792382\" alt=\"Enlarged Nuvola triple-layer off-white fabric shade\"\u003e \u003cspan class=\"nv-lightbox__caption\"\u003e Nuvola · Triple-Layer Fabric Shade \u003c\/span\u003e \u003cspan class=\"nv-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       DIMENSION LIGHTBOX\n  ====================================================== --\u003e \u003ca id=\"nv-dimension-large\" href=\"#nuvola-root\" class=\"nv-lightbox\"\u003e \u003cspan class=\"nv-lightbox__inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nuvola-pendant-light-stuberlighting_20.jpg?v=1784792382\" alt=\"Enlarged Nuvola Pendant Light dimension reference\"\u003e \u003cspan class=\"nv-lightbox__caption\"\u003e Nuvola · Size Reference \u003c\/span\u003e \u003cspan class=\"nv-lightbox__hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 17.7\"x H 10.8\" \/ Fabric","offer_id":52649686335771,"sku":"STB-PL-26-10154","price":365.0,"currency_code":"USD","in_stock":true},{"title":"Dia 22.8\" x H 14.0\" \/ Fabric","offer_id":52649686368539,"sku":"STB-PL-26-10155","price":635.0,"currency_code":"USD","in_stock":true},{"title":"Dia 27.6\" x H 16.7\" \/ Fabric","offer_id":52649686401307,"sku":"STB-PL-26-10156","price":1320.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/nuvola-pendant-light-stuberlighting_2.jpg?v=1784792382"},{"product_id":"noda-woven-wood-table-lamp","title":"Noda Woven Wood Table Lamp","description":"\u003cstyle\u003e\n\/* =========================================================\n   STUBER LIGHTING — NODA WOVEN WOOD TABLE LAMP\n\n   PRODUCT-SPECIFIC SHOPPER FLOW\n   01 Quiet introduction\n   02 Real Wood Color \/ Walnut Color comparison\n   03 Real wood + woven material close-up\n   04 One compact tabletop size\n   05 Light character\n   06 Plug \/ bulb \/ control\n   07 Natural material note\n   08 Complete specifications\n   09 FAQ\n   10 Shipping \u0026 Returns\n\n   OUTER WRAPPER = TRANSPARENT\n========================================================= *\/\n\n.stb-noda{\n  --paper:#FFFDF9;\n  --cream:#F7F2EC;\n  --shell:#F1ECE5;\n  --linen:#EEE6DC;\n  --wood:#E8D9C8;\n  --wood-light:#F2E9DF;\n\n  --ink:#211A16;\n  --espresso:#352A23;\n  --text:#584E47;\n  --muted:#7B7067;\n\n  --line:#D1C5BA;\n  --line-soft:#E5DDD5;\n\n  --gold:#AE8C60;\n  --gold-dark:#74593E;\n\n  width:100%;\n  max-width:920px;\n  margin:0 auto;\n\n  background:transparent;\n  color:var(--text);\n\n  font-family:var(--font-body-family,inherit);\n  font-size:14px;\n  line-height:1.65;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.stb-noda *,\n.stb-noda *::before,\n.stb-noda *::after{\n  box-sizing:border-box;\n}\n\n.stb-noda h2,\n.stb-noda h3{\n  margin-top:0;\n  color:var(--ink);\n\n  font-family:var(\n    --font-heading-family,\n    var(--font-body-family,inherit)\n  );\n\n  font-weight:500;\n}\n\n.stb-noda p{\n  margin-top:0;\n}\n\n.stb-noda__eyebrow{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold-dark);\n\n  font-size:9px;\n  line-height:1.4;\n  font-weight:600;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.stb-noda__title{\n  max-width:650px;\n\n  margin:0 0 10px;\n\n  font-size:30px;\n  line-height:1.14;\n  letter-spacing:-.015em;\n}\n\n.stb-noda__section-title{\n  margin:0 0 7px;\n\n  font-size:20px;\n  line-height:1.28;\n}\n\n.stb-noda__copy{\n  max-width:680px;\n\n  margin:0;\n\n  color:#655B53;\n\n  font-size:12px;\n  line-height:1.62;\n}\n\n.stb-noda__hint{\n  display:block;\n\n  margin-top:5px;\n\n  color:#897C72;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   IMAGES\n========================================================= *\/\n\n.stb-noda__image{\n  display:block;\n\n  width:100%;\n  padding:4px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:4px;\n\n  text-decoration:none;\n}\n\n.stb-noda__image img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  aspect-ratio:auto!important;\n  transform:none!important;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.stb-noda__intro{\n  position:relative;\n\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 205px;\n\n  margin-bottom:10px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__intro::before{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:25px;\n\n  width:48px;\n  height:2px;\n\n  background:var(--gold);\n}\n\n.stb-noda__intro-main{\n  padding:24px 25px 22px;\n}\n\n.stb-noda__intro-main p{\n  max-width:610px;\n\n  margin:0;\n\n  color:#5D544D;\n\n  font-size:13.2px;\n  line-height:1.68;\n}\n\n.stb-noda__intro-side{\n  display:grid;\n  grid-template-rows:1fr 1fr;\n\n  background:var(--espresso);\n}\n\n.stb-noda__intro-stat{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px 17px;\n}\n\n.stb-noda__intro-stat +\n.stb-noda__intro-stat{\n  border-top:1px solid #584940;\n}\n\n.stb-noda__intro-stat small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.8px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__intro-stat strong{\n  display:block;\n\n  color:#FFF8EF;\n\n  font-size:14px;\n  line-height:1.3;\n  font-weight:500;\n}\n\n.stb-noda__intro-stat span{\n  margin-top:2px;\n\n  color:#D7CCC3;\n\n  font-size:8.8px;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.stb-noda__quick{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__quick-item{\n  padding:10px 12px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-noda__quick-item:last-child{\n  border-right:0;\n}\n\n.stb-noda__quick-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__quick-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:10.6px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   TWO COLOR COMPARISON\n========================================================= *\/\n\n.stb-noda__colors{\n  display:grid;\n  grid-template-columns:235px minmax(0,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__colors-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:12px;\n\n  background:var(--wood-light);\n}\n\n.stb-noda__colors-image{\n  width:200px;\n  max-width:100%;\n}\n\n.stb-noda__colors-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:17px 19px;\n}\n\n.stb-noda__colors-copy h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n}\n\n.stb-noda__colors-copy \u003e p{\n  margin:0 0 10px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.53;\n}\n\n.stb-noda__color-row{\n  display:grid;\n  grid-template-columns:92px minmax(0,1fr);\n\n  padding:8px 0;\n\n  border-top:1px solid var(--line-soft);\n}\n\n.stb-noda__color-row strong{\n  color:var(--ink);\n\n  font-size:9.6px;\n  font-weight:500;\n}\n\n.stb-noda__color-row span{\n  color:#70665E;\n\n  font-size:9.1px;\n  line-height:1.46;\n}\n\n\n\/* =========================================================\n   COLOR NOTE\n========================================================= *\/\n\n.stb-noda__color-note{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--espresso);\n\n  border:1px solid var(--espresso);\n  border-radius:5px;\n}\n\n.stb-noda__color-note small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__color-note strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-noda__color-note p{\n  margin:0;\n\n  color:#D7CCC3;\n\n  font-size:9.4px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   MATERIAL DETAIL\n========================================================= *\/\n\n.stb-noda__material{\n  display:grid;\n  grid-template-columns:minmax(0,1fr) 220px;\n\n  margin-bottom:29px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__material-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:18px 20px;\n\n  background:var(--linen);\n}\n\n.stb-noda__material-copy h3{\n  margin:0 0 6px;\n\n  font-size:18px;\n}\n\n.stb-noda__material-copy \u003e p{\n  margin:0 0 10px;\n\n  color:#675D55;\n\n  font-size:10.2px;\n  line-height:1.53;\n}\n\n.stb-noda__material-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  border-top:1px solid var(--line);\n}\n\n.stb-noda__material-item{\n  padding:9px 10px 0 0;\n}\n\n.stb-noda__material-item +\n.stb-noda__material-item{\n  padding-left:11px;\n\n  border-left:1px solid var(--line);\n}\n\n.stb-noda__material-item small{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#897C72;\n\n  font-size:7.4px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__material-item strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:9.5px;\n  font-weight:500;\n}\n\n.stb-noda__material-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:12px;\n\n  background:var(--espresso);\n}\n\n.stb-noda__material-image{\n  width:185px;\n  max-width:100%;\n}\n\n\n\/* =========================================================\n   MATERIAL BEHAVIOR\n========================================================= *\/\n\n.stb-noda__material-behavior{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:29px;\n}\n\n.stb-noda__behavior{\n  padding:14px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-noda__behavior--dark{\n  background:var(--espresso);\n  border-color:var(--espresso);\n}\n\n.stb-noda__behavior small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__behavior strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  font-weight:500;\n}\n\n.stb-noda__behavior p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.3px;\n  line-height:1.49;\n}\n\n.stb-noda__behavior--dark small{\n  color:#CBAF88;\n}\n\n.stb-noda__behavior--dark strong{\n  color:#FFF8EF;\n}\n\n.stb-noda__behavior--dark p{\n  color:#D7CCC3;\n}\n\n\n\/* =========================================================\n   SIZE\n========================================================= *\/\n\n.stb-noda__size{\n  margin-bottom:29px;\n}\n\n.stb-noda__size-head{\n  margin-bottom:10px;\n}\n\n.stb-noda__size-layout{\n  display:grid;\n  grid-template-columns:185px minmax(0,1fr);\n\n  gap:8px;\n}\n\n.stb-noda__size-media{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:9px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-noda__size-image{\n  width:155px;\n  max-width:100%;\n}\n\n.stb-noda__size-info{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__size-number{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:15px;\n\n  background:var(--espresso);\n}\n\n.stb-noda__size-number small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__size-number strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#FFF8EF;\n\n  font-size:18px;\n  line-height:1.15;\n  font-weight:500;\n}\n\n.stb-noda__size-number span{\n  color:#D7CCC3;\n\n  font-size:8.8px;\n}\n\n.stb-noda__size-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px 16px;\n\n  background:var(--cream);\n}\n\n.stb-noda__size-copy strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:10.9px;\n  font-weight:500;\n}\n\n.stb-noda__size-copy p{\n  margin:0;\n\n  color:#6A6058;\n\n  font-size:9.3px;\n  line-height:1.47;\n}\n\n\n\/* =========================================================\n   PLACEMENT\n========================================================= *\/\n\n.stb-noda__placement{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__placement-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--wood);\n}\n\n.stb-noda__placement-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#796C62;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__placement-label strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.42;\n  font-weight:500;\n}\n\n.stb-noda__placement-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n}\n\n.stb-noda__placement-item{\n  padding:13px 14px;\n}\n\n.stb-noda__placement-item +\n.stb-noda__placement-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-noda__placement-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__placement-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.2px;\n  font-weight:500;\n}\n\n.stb-noda__placement-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:8.8px;\n  line-height:1.44;\n}\n\n\n\/* =========================================================\n   LIGHT CHARACTER\n========================================================= *\/\n\n.stb-noda__light{\n  display:grid;\n  grid-template-columns:145px minmax(0,1fr);\n\n  margin-bottom:8px;\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__light-label{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:14px;\n\n  background:var(--espresso);\n}\n\n.stb-noda__light-label small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#CBAF88;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__light-label strong{\n  color:#FFF8EF;\n\n  font-size:11.1px;\n  line-height:1.42;\n  font-weight:500;\n}\n\n.stb-noda__light-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  background:var(--paper);\n}\n\n.stb-noda__light-item{\n  padding:13px 15px;\n}\n\n.stb-noda__light-item +\n.stb-noda__light-item{\n  border-left:1px solid var(--line-soft);\n}\n\n.stb-noda__light-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.6px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__light-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.4px;\n  font-weight:500;\n}\n\n.stb-noda__light-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   UTILITY\n========================================================= *\/\n\n.stb-noda__utility{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-bottom:8px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__utility-item{\n  padding:12px 13px;\n\n  border-right:1px solid var(--line-soft);\n}\n\n.stb-noda__utility-item:last-child{\n  border-right:0;\n}\n\n.stb-noda__utility-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.5px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__utility-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.2px;\n  line-height:1.4;\n  font-weight:500;\n}\n\n.stb-noda__utility-item p{\n  margin:0;\n\n  color:#6C625A;\n\n  font-size:8.7px;\n  line-height:1.43;\n}\n\n\n\/* =========================================================\n   PRACTICAL\n========================================================= *\/\n\n.stb-noda__practical{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-bottom:8px;\n}\n\n.stb-noda__practical-item{\n  padding:14px 15px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-noda__practical-item--wood{\n  background:var(--wood-light);\n\n  border-top:2px solid var(--gold);\n}\n\n.stb-noda__practical-item small{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#897C72;\n\n  font-size:7.7px;\n  font-weight:600;\n\n  text-transform:uppercase;\n}\n\n.stb-noda__practical-item strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.8px;\n  font-weight:500;\n}\n\n.stb-noda__practical-item p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.4px;\n  line-height:1.49;\n}\n\n\n\/* =========================================================\n   NATURAL MATERIAL NOTE\n========================================================= *\/\n\n.stb-noda__natural{\n  margin-bottom:29px;\n\n  padding:12px 14px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-left:3px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-noda__natural strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:var(--ink);\n\n  font-size:10.7px;\n  font-weight:500;\n}\n\n.stb-noda__natural p{\n  margin:0;\n\n  color:#6B6159;\n\n  font-size:9.4px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.stb-noda__specs{\n  margin-bottom:29px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n\n  overflow:hidden;\n}\n\n.stb-noda__spec-head{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n\n  gap:20px;\n\n  padding:12px 15px;\n\n  background:var(--espresso);\n}\n\n.stb-noda__spec-head span{\n  color:#C8B08E;\n\n  font-size:8.5px;\n  font-weight:600;\n\n  letter-spacing:.09em;\n  text-transform:uppercase;\n}\n\n.stb-noda__spec-head strong{\n  color:#FFF8EF;\n\n  font-size:15px;\n  font-weight:500;\n}\n\n.stb-noda__spec{\n  display:grid;\n  grid-template-columns:28% 72%;\n\n  padding:9px 13px;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-noda__spec:last-child{\n  border-bottom:0;\n}\n\n.stb-noda__spec span{\n  padding-right:10px;\n\n  color:#82766D;\n\n  font-size:10px;\n  line-height:1.45;\n}\n\n.stb-noda__spec strong{\n  color:var(--ink);\n\n  font-size:11px;\n  line-height:1.48;\n  font-weight:500;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.stb-noda__faq{\n  max-width:760px;\n\n  margin:0 auto 29px;\n  padding:14px 17px;\n\n  background:var(--paper);\n\n  border:1px solid var(--line);\n  border-radius:5px;\n}\n\n.stb-noda__faq details{\n  padding:11px 0;\n\n  border-bottom:1px solid var(--line-soft);\n}\n\n.stb-noda__faq details:last-child{\n  border-bottom:0;\n}\n\n.stb-noda__faq summary{\n  position:relative;\n\n  padding-right:28px;\n\n  color:var(--ink);\n\n  font-size:12.5px;\n  line-height:1.5;\n  font-weight:500;\n\n  cursor:pointer;\n  list-style:none;\n}\n\n.stb-noda__faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.stb-noda__faq summary::after{\n  content:\"+\";\n\n  position:absolute;\n  top:-3px;\n  right:2px;\n\n  color:var(--gold-dark);\n\n  font-size:19px;\n}\n\n.stb-noda__faq details[open] summary::after{\n  content:\"−\";\n}\n\n.stb-noda__faq details p{\n  margin:7px 0 0;\n\n  color:#675E56;\n\n  font-size:11.2px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   SHIPPING\n========================================================= *\/\n\n.stb-noda__shipping{\n  padding:18px 19px;\n\n  background:var(--cream);\n\n  border:1px solid var(--line);\n  border-top:2px solid var(--gold);\n  border-radius:5px;\n}\n\n.stb-noda__shipping h3{\n  margin:0 0 10px;\n\n  font-size:19px;\n}\n\n.stb-noda__shipping p{\n  margin:0 0 7px;\n\n  color:#5F564F;\n\n  font-size:12.3px;\n  line-height:1.62;\n}\n\n.stb-noda__shipping p:last-child{\n  margin-bottom:0;\n}\n\n.stb-noda__shipping a{\n  color:var(--gold-dark);\n\n  text-decoration:underline;\n  text-underline-offset:2px;\n}\n\n\n\/* =========================================================\n   LIGHTBOX\n========================================================= *\/\n\n.stb-noda__lightbox{\n  position:fixed;\n  inset:0;\n  z-index:999999;\n\n  display:none;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  padding:20px;\n\n  background:rgba(16,15,14,.96);\n\n  text-decoration:none;\n\n  cursor:zoom-out;\n}\n\n.stb-noda__lightbox:target{\n  display:flex;\n}\n\n.stb-noda__lightbox-inner{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:center;\n\n  width:100%;\n  height:100%;\n\n  pointer-events:none;\n}\n\n.stb-noda__lightbox img{\n  display:block!important;\n\n  width:auto!important;\n  height:auto!important;\n\n  max-width:92vw!important;\n  max-height:82vh!important;\n\n  margin:0 auto!important;\n\n  object-fit:contain!important;\n}\n\n.stb-noda__lightbox-caption{\n  margin-top:9px;\n\n  color:#D8BE99;\n\n  font-size:10px;\n  font-weight:600;\n\n  text-align:center;\n}\n\n.stb-noda__lightbox-hint{\n  margin-top:3px;\n\n  color:#9E948C;\n\n  font-size:9.2px;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .stb-noda__intro{\n    grid-template-columns:1fr 175px;\n  }\n\n  .stb-noda__title{\n    font-size:25px;\n  }\n\n  .stb-noda__spec{\n    grid-template-columns:35% 65%;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:520px){\n\n  .stb-noda{\n    width:100%;\n    max-width:100%;\n    margin:0;\n  }\n\n\n  \/* INTRO *\/\n\n  .stb-noda__intro{\n    grid-template-columns:1fr;\n  }\n\n  .stb-noda__intro-main{\n    padding:17px 15px;\n  }\n\n  .stb-noda__intro-side{\n    grid-template-columns:1fr 1fr;\n    grid-template-rows:none;\n  }\n\n  .stb-noda__intro-stat{\n    padding:10px 12px;\n  }\n\n  .stb-noda__intro-stat +\n  .stb-noda__intro-stat{\n    border-top:0;\n    border-left:1px solid #584940;\n  }\n\n  .stb-noda__title{\n    font-size:23px;\n  }\n\n\n  \/* QUICK *\/\n\n  .stb-noda__quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-noda__quick-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-noda__quick-item:nth-child(1),\n  .stb-noda__quick-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* COLORS *\/\n\n  .stb-noda__colors{\n    grid-template-columns:105px minmax(0,1fr);\n  }\n\n  .stb-noda__colors-media{\n    padding:6px;\n  }\n\n  .stb-noda__colors-image{\n    width:92px;\n  }\n\n  .stb-noda__colors-copy{\n    padding:11px 12px;\n  }\n\n  .stb-noda__color-row{\n    grid-template-columns:65px minmax(0,1fr);\n  }\n\n\n  \/* MATERIAL *\/\n\n  .stb-noda__material{\n    grid-template-columns:minmax(0,1fr) 105px;\n  }\n\n  .stb-noda__material-copy{\n    padding:12px;\n  }\n\n  .stb-noda__material-media{\n    padding:6px;\n  }\n\n  .stb-noda__material-image{\n    width:92px;\n  }\n\n\n  .stb-noda__material-behavior{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SIZE *\/\n\n  .stb-noda__size-layout{\n    grid-template-columns:95px minmax(0,1fr);\n\n    gap:6px;\n  }\n\n  .stb-noda__size-media{\n    padding:5px;\n  }\n\n  .stb-noda__size-image{\n    width:82px;\n  }\n\n  .stb-noda__size-info{\n    grid-template-columns:83px minmax(0,1fr);\n  }\n\n  .stb-noda__size-number{\n    padding:9px;\n  }\n\n  .stb-noda__size-number strong{\n    font-size:14px;\n  }\n\n  .stb-noda__size-copy{\n    padding:10px 11px;\n  }\n\n\n  \/* PLACEMENT *\/\n\n  .stb-noda__placement{\n    grid-template-columns:1fr;\n  }\n\n  .stb-noda__placement-label{\n    padding:10px 13px;\n  }\n\n  .stb-noda__placement-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-noda__placement-item +\n  .stb-noda__placement-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* LIGHT *\/\n\n  .stb-noda__light{\n    grid-template-columns:1fr;\n  }\n\n  .stb-noda__light-label{\n    padding:10px 13px;\n  }\n\n  .stb-noda__light-grid{\n    grid-template-columns:1fr;\n  }\n\n  .stb-noda__light-item +\n  .stb-noda__light-item{\n    border-left:0;\n    border-top:1px solid var(--line-soft);\n  }\n\n\n  \/* UTILITY *\/\n\n  .stb-noda__utility{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .stb-noda__utility-item:nth-child(2){\n    border-right:0;\n  }\n\n  .stb-noda__utility-item:nth-child(1),\n  .stb-noda__utility-item:nth-child(2){\n    border-bottom:1px solid var(--line-soft);\n  }\n\n\n  \/* PRACTICAL *\/\n\n  .stb-noda__practical{\n    grid-template-columns:1fr;\n  }\n\n\n  \/* SPECS *\/\n\n  .stb-noda__spec{\n    grid-template-columns:1fr;\n\n    gap:2px;\n\n    padding:9px 12px;\n  }\n\n  .stb-noda__spec span{\n    font-weight:600;\n  }\n\n\n  .stb-noda__faq{\n    padding:12px 14px;\n  }\n\n\n  .stb-noda__shipping{\n    padding:15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"stb-noda\"\u003e\n\u003c!-- =====================================================\n       INTRO\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__intro\"\u003e\n\u003cdiv class=\"stb-noda__intro-main\"\u003e\n\u003cspan class=\"stb-noda__eyebrow\"\u003e Natural Wood · Woven Hemp Shade \u003c\/span\u003e\n\u003ch2 class=\"stb-noda__title\"\u003eWarm Wood Below. Soft Woven Light Above.\u003c\/h2\u003e\n\u003cp\u003eNoda combines a sculpted natural-wood base with a hand-woven hemp shade. The open weave lets warm light pass through in soft patterns, giving a nightstand, side table or console a quieter layer of ambient light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__intro-side\"\u003e\n\u003cdiv class=\"stb-noda__intro-stat\"\u003e\n\u003csmall\u003e Overall Size \u003c\/small\u003e \u003cstrong\u003e Ø8.7\" × H15.7\" \u003c\/strong\u003e \u003cspan\u003e 22 × 40cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__intro-stat\"\u003e\n\u003csmall\u003e Two Wood Tones \u003c\/small\u003e \u003cstrong\u003e Wood \/ Walnut \u003c\/strong\u003e \u003cspan\u003e Same woven beige shade \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__quick\"\u003e\n\u003cdiv class=\"stb-noda__quick-item\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Natural Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__quick-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Woven Hemp Rope \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__quick-item\"\u003e\n\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__quick-item\"\u003e\n\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug-In \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       TWO REAL COLORS FIRST\n  ====================================================== --\u003e\n\u003csection id=\"noda-colors-section\" class=\"stb-noda__colors\"\u003e\n\u003cdiv class=\"stb-noda__colors-media\"\u003e\n\u003cdiv class=\"stb-noda__colors-image\"\u003e\u003ca href=\"#noda-colors-image\" class=\"stb-noda__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_4.jpg?v=1785759770\" alt=\"Noda Woven Wood Table Lamp Wood Color and Walnut Color comparison\" loading=\"lazy\"\u003e \u003cspan class=\"stb-noda__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__colors-copy\"\u003e\n\u003cspan class=\"stb-noda__eyebrow\"\u003e Choose the Wood Tone \u003c\/span\u003e\n\u003ch3\u003eSame Form. Very Different Warmth.\u003c\/h3\u003e\n\u003cp\u003eBoth options use the same natural beige woven hemp shade. The main visual difference is the tone of the wooden base.\u003c\/p\u003e\n\u003cdiv class=\"stb-noda__color-row\"\u003e\n\u003cstrong\u003e Wood Color \u003c\/strong\u003e \u003cspan\u003e Lighter and more natural · suited to pale oak, cream and neutral rooms \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__color-row\"\u003e\n\u003cstrong\u003e Walnut Color \u003c\/strong\u003e \u003cspan\u003e Deeper and warmer · pairs naturally with walnut, brown and darker furniture \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLOR LIGHTBOX --\u003e \u003ca id=\"noda-colors-image\" href=\"#noda-colors-section\" class=\"stb-noda__lightbox\"\u003e \u003cspan class=\"stb-noda__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_4.jpg?v=1785759770\" alt=\"Enlarged Noda Wood Color and Walnut Color comparison\"\u003e \u003cspan class=\"stb-noda__lightbox-caption\"\u003e Noda · Wood Color + Walnut Color \u003c\/span\u003e \u003cspan class=\"stb-noda__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       COLOR CLARIFICATION\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__color-note\"\u003e\u003csmall\u003e Color Clarification \u003c\/small\u003e \u003cstrong\u003e “Walnut Color” describes the darker finish tone. \u003c\/strong\u003e\n\u003cp\u003eNoda's listed material is natural wood. Walnut Color refers to the deeper walnut-toned finish rather than confirming walnut as the wood species. Natural grain and tone will still vary from lamp to lamp.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       REAL MATERIAL DETAIL\n  ====================================================== --\u003e\n\u003csection id=\"noda-material-section\" class=\"stb-noda__material\"\u003e\n\u003cdiv class=\"stb-noda__material-copy\"\u003e\n\u003cspan class=\"stb-noda__eyebrow\"\u003e Material Detail \u003c\/span\u003e\n\u003ch3\u003eTexture Is the Main Decoration.\u003c\/h3\u003e\n\u003cp\u003eThe wooden base keeps its visible natural grain, while the hemp shade uses an open woven structure. Together they make Noda feel warm without needing polished metal, glass or decorative ornament.\u003c\/p\u003e\n\u003cdiv class=\"stb-noda__material-grid\"\u003e\n\u003cdiv class=\"stb-noda__material-item\"\u003e\n\u003csmall\u003e Base \u003c\/small\u003e \u003cstrong\u003e Natural Wood \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__material-item\"\u003e\n\u003csmall\u003e Shade \u003c\/small\u003e \u003cstrong\u003e Woven Hemp \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__material-media\"\u003e\n\u003cdiv class=\"stb-noda__material-image\"\u003e\u003ca href=\"#noda-material-image\" class=\"stb-noda__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_15.jpg?v=1785759770\" alt=\"Noda Woven Wood Table Lamp natural wood and woven hemp material close-up\" loading=\"lazy\"\u003e \u003cspan class=\"stb-noda__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL LIGHTBOX --\u003e \u003ca id=\"noda-material-image\" href=\"#noda-material-section\" class=\"stb-noda__lightbox\"\u003e \u003cspan class=\"stb-noda__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_15.jpg?v=1785759770\" alt=\"Enlarged Noda wood and hemp material detail\"\u003e \u003cspan class=\"stb-noda__lightbox-caption\"\u003e Noda · Natural Wood + Woven Hemp \u003c\/span\u003e \u003cspan class=\"stb-noda__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       MATERIAL BEHAVIOR\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__material-behavior\"\u003e\n\u003carticle class=\"stb-noda__behavior\"\u003e\u003csmall\u003e Natural Wood \u003c\/small\u003e \u003cstrong\u003e Grain and Tone Will Vary \u003c\/strong\u003e\n\u003cp\u003eEach base has its own grain, color variation and small natural marks. The exact piece you receive will not look completely identical to the photography.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-noda__behavior stb-noda__behavior--dark\"\u003e\u003csmall\u003e Woven Shade \u003c\/small\u003e \u003cstrong\u003e Handmade Texture Is Not Perfectly Uniform \u003c\/strong\u003e\n\u003cp\u003eSmall differences in weave, spacing and texture are normal and give each shade a slightly individual appearance.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\u003csection id=\"noda-size-section\" class=\"stb-noda__size\"\u003e\n\u003cdiv class=\"stb-noda__size-head\"\u003e\n\u003cspan class=\"stb-noda__eyebrow\"\u003e One Tabletop Size \u003c\/span\u003e\n\u003ch3 class=\"stb-noda__section-title\"\u003eCompact Enough for a Nightstand.\u003c\/h3\u003e\n\u003cp class=\"stb-noda__copy\"\u003eAt 15.7 inches tall, Noda has enough height to feel substantial without taking over a small bedside or side table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__size-layout\"\u003e\n\u003cdiv class=\"stb-noda__size-media\"\u003e\n\u003cdiv class=\"stb-noda__size-image\"\u003e\u003ca href=\"#noda-size-image\" class=\"stb-noda__image\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_13.jpg?v=1785759769\" alt=\"Noda Woven Wood Table Lamp dimension diagram\" loading=\"lazy\"\u003e \u003cspan class=\"stb-noda__hint\"\u003e Enlarge ↗ \u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__size-info\"\u003e\n\u003cdiv class=\"stb-noda__size-number\"\u003e\n\u003csmall\u003e Height \u003c\/small\u003e \u003cstrong\u003e 15.7\" \u003c\/strong\u003e \u003cspan\u003e 40cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__size-copy\"\u003e\n\u003cstrong\u003e Ø8.7\" × H15.7\" · Ø22 × H40cm \u003c\/strong\u003e\n\u003cp\u003eA practical tabletop footprint for a nightstand, side table, desk or console.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE LIGHTBOX --\u003e \u003ca id=\"noda-size-image\" href=\"#noda-size-section\" class=\"stb-noda__lightbox\"\u003e \u003cspan class=\"stb-noda__lightbox-inner\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_13.jpg?v=1785759769\" alt=\"Enlarged Noda Woven Wood Table Lamp dimension diagram\"\u003e \u003cspan class=\"stb-noda__lightbox-caption\"\u003e Noda · Ø8.7\" × H15.7\" \u003c\/span\u003e \u003cspan class=\"stb-noda__lightbox-hint\"\u003e Click or tap anywhere to close \u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c!-- =====================================================\n       PLACEMENT\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__placement\"\u003e\n\u003cdiv class=\"stb-noda__placement-label\"\u003e\n\u003csmall\u003e Best Placement \u003c\/small\u003e \u003cstrong\u003e Small Surfaces That Need Warmth. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__placement-grid\"\u003e\n\u003cdiv class=\"stb-noda__placement-item\"\u003e\n\u003csmall\u003e Nightstand \u003c\/small\u003e \u003cstrong\u003e Soft Evening Glow \u003c\/strong\u003e\n\u003cp\u003eCompact enough for bedside use without visually filling the entire surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__placement-item\"\u003e\n\u003csmall\u003e Side Table \u003c\/small\u003e \u003cstrong\u003e Textural Accent \u003c\/strong\u003e\n\u003cp\u003eAdds natural materials and a warmer light layer beside a sofa or lounge chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__placement-item\"\u003e\n\u003csmall\u003e Console \u003c\/small\u003e \u003cstrong\u003e Decorative Ambient Light \u003c\/strong\u003e\n\u003cp\u003eWorks as a small sculptural element without needing a large table-lamp footprint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHT CHARACTER\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__light\"\u003e\n\u003cdiv class=\"stb-noda__light-label\"\u003e\n\u003csmall\u003e Light Character \u003c\/small\u003e \u003cstrong\u003e Mood Light, Not a Reading Spotlight. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__light-grid\"\u003e\n\u003carticle class=\"stb-noda__light-item\"\u003e\u003csmall\u003e Woven Effect \u003c\/small\u003e \u003cstrong\u003e Soft Light + Shadow Pattern \u003c\/strong\u003e\n\u003cp\u003eLight passes through the open hemp weave, creating a warmer, more textured effect than a conventional solid fabric shade.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-noda__light-item\"\u003e\u003csmall\u003e Best Use \u003c\/small\u003e \u003cstrong\u003e Ambient \/ Decorative Lighting \u003c\/strong\u003e\n\u003cp\u003eNoda is designed primarily for atmosphere. For reading or focused desk work, pair it with a brighter task light.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       ELECTRICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__utility\"\u003e\n\u003cdiv class=\"stb-noda__utility-item\"\u003e\n\u003csmall\u003e Socket \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 \u003c\/strong\u003e\n\u003cp\u003eBulb included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__utility-item\"\u003e\n\u003csmall\u003e Cord \u003c\/small\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003cp\u003ePlug-in cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__utility-item\"\u003e\n\u003csmall\u003e Voltage \u003c\/small\u003e \u003cstrong\u003e AC110–240V \u003c\/strong\u003e\n\u003cp\u003eUniversal voltage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__utility-item\"\u003e\n\u003csmall\u003e Control \u003c\/small\u003e \u003cstrong\u003e Inline Switch \u003c\/strong\u003e\n\u003cp\u003ePush-button on cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRACTICAL\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__practical\"\u003e\n\u003carticle class=\"stb-noda__practical-item\"\u003e\u003csmall\u003e Bulb \u003c\/small\u003e \u003cstrong\u003e E26 \/ E27 Bulb Included \u003c\/strong\u003e\n\u003cp\u003eNo separate bulb purchase is required. For future replacements, a warm-white LED around 2700K complements the wood and woven hemp especially well.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-noda__practical-item stb-noda__practical-item--wood\"\u003e\u003csmall\u003e Plug Options \u003c\/small\u003e \u003cstrong\u003e US \/ UK \/ AU \/ EU \u003c\/strong\u003e\n\u003cp\u003eNoda is a plug-in table lamp and can be supplied with the appropriate regional plug. No hardwiring is required.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"stb-noda__practical\"\u003e\n\u003carticle class=\"stb-noda__practical-item stb-noda__practical-item--wood\"\u003e\u003csmall\u003e Setup \u003c\/small\u003e \u003cstrong\u003e Plug In and Use \u003c\/strong\u003e\n\u003cp\u003eThere is no ceiling or wall wiring. Place the lamp, install the included bulb, connect the plug and use the inline push-button switch.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"stb-noda__practical-item\"\u003e\u003csmall\u003e Location \u003c\/small\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations \u003c\/strong\u003e\n\u003cp\u003eNatural wood and woven hemp are best kept away from moisture, direct water and damp environments.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       NATURAL MATERIAL NOTE\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__natural\"\u003e\u003cstrong\u003e Natural variation is expected in both the wood and woven shade. \u003c\/strong\u003e\n\u003cp\u003eGrain, wood tone, natural marks and woven texture may vary from piece to piece. These differences are characteristics of natural and handmade materials, not defects. Screen colors are approximate; hand-measured dimensions may vary 1–2cm.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__specs\"\u003e\n\u003cdiv class=\"stb-noda__spec-head\"\u003e\n\u003cspan\u003e Specifications \u003c\/span\u003e \u003cstrong\u003e Noda Woven Wood Table Lamp \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Materials \u003c\/span\u003e \u003cstrong\u003e Natural Wood · Woven Hemp Rope · Metal \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Wood Tones \u003c\/span\u003e \u003cstrong\u003e Wood Color · Walnut Color \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Shade \u003c\/span\u003e \u003cstrong\u003e Natural Beige Woven Hemp \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Size \u003c\/span\u003e \u003cstrong\u003e Ø8.7\" × H15.7\" · Ø22 × H40cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Light Source \u003c\/span\u003e \u003cstrong\u003e E26 \/ E27 · Bulb Included \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Recommended Replacement \u003c\/span\u003e \u003cstrong\u003e LED or Edison-Style E26\/E27 · Warm White Around 2700K Recommended \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Voltage \u003c\/span\u003e \u003cstrong\u003e AC110–240V \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Control \u003c\/span\u003e \u003cstrong\u003e Inline On \/ Off Push-Button Switch \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Cord \u003c\/span\u003e \u003cstrong\u003e 59\" \/ 150cm \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Plug Options \u003c\/span\u003e \u003cstrong\u003e US · UK · AU · EU \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Installation \u003c\/span\u003e \u003cstrong\u003e Plug-In Table Lamp · No Hardwiring Required \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Light Character \u003c\/span\u003e \u003cstrong\u003e Soft Ambient Light · Decorative Woven Light \u0026amp; Shadow Pattern \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Environment \u003c\/span\u003e \u003cstrong\u003e IP20 · Indoor Dry Locations Only · Not Waterproof \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Natural Material \u003c\/span\u003e \u003cstrong\u003e Wood Grain · Tone · Natural Marks · Woven Texture Vary Between Pieces \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stb-noda__spec\"\u003e\n\u003cspan\u003e Compliance \u003c\/span\u003e \u003cstrong\u003e Compliant with SAA\/UL\/ETL\/CE and CSA certifcation standards. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__faq\"\u003e\u003cspan class=\"stb-noda__eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch3 class=\"stb-noda__section-title\"\u003eBefore You Choose.\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWood Color or Walnut Color — which should I choose?\u003c\/summary\u003e\n\u003cp\u003eWood Color is lighter and gives the lamp a more natural, airy appearance. Walnut Color is deeper and warmer, so it works especially well with walnut, dark oak, brown and warmer interior palettes. Both versions use the same natural beige woven hemp shade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Walnut Color made from walnut wood?\u003c\/summary\u003e\n\u003cp\u003eThe listed construction specifies natural wood. “Walnut Color” describes the darker walnut-toned finish rather than confirming walnut as the wood species. Natural grain and tone will vary between individual lamps.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the wood look exactly like the product photos?\u003c\/summary\u003e\n\u003cp\u003eNo. Natural wood varies in grain, tone and small natural marks. The woven hemp shade is also handmade, so its texture and weave may vary slightly. These differences are normal and make each Noda slightly individual.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is Noda?\u003c\/summary\u003e\n\u003cp\u003eNoda is designed mainly as an ambient light. The woven hemp shade filters the bulb into soft light-and-shadow patterns, so it is warmer and more atmospheric than a bright task lamp. For reading or concentrated desk work, use an additional task light.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cp\u003eYes. A compatible E26\/E27 bulb is included. For future replacements, LED or Edison-style E26\/E27 bulbs can be used. Warm white around 2700K works particularly well with the natural wood and beige woven shade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need to be hardwired?\u003c\/summary\u003e\n\u003cp\u003eNo. Noda is a plug-in table lamp with a 59\" \/ 150cm cord and an inline push-button on \/ off switch. US, UK, AU and EU plug options are available.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere does this size work best?\u003c\/summary\u003e\n\u003cp\u003eNoda measures Ø8.7\" × H15.7\" \/ Ø22 × H40cm. Its compact footprint works well on nightstands, side tables, desks and consoles.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING \u0026 RETURNS\n  ====================================================== --\u003e\n\u003csection class=\"stb-noda__shipping\"\u003e\n\u003ch3\u003eShipping \u0026amp; Returns\u003c\/h3\u003e\n\u003cp\u003eFree Standard Shipping (4–6 weeks) — all US \u0026amp; Canada orders. Expedited (2–4 weeks) available; see \u003ca href=\"https:\/\/stuberlighting.com\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you are not satisfied, you may request a return and refund within 30 days, provided the items remain brand new and unused.\u003c\/p\u003e\n\u003cp\u003eOnce shipped, original shipping fees are non-refundable. Buyers are responsible for return shipping costs unless there is a quality issue.\u003c\/p\u003e\n\u003cp\u003eTo start a return, email \u003ca href=\"mailto:support@stuberlighting.com\"\u003e support@stuberlighting.com \u003c\/a\u003e. For details, see our \u003ca href=\"https:\/\/stuberlighting.com\/policies\/refund-policy\"\u003e Returns Policy \u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Stuberlighting","offers":[{"title":"Dia 8.7\"x H 15.7\" \/ Wood color \/ US Plug","offer_id":52720338436379,"sku":"STB-TL-26-10394","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Wood color \/ UK Plug","offer_id":52720338469147,"sku":"STB-TL-26-10395","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Wood color \/ AU Plug","offer_id":52720338501915,"sku":"STB-TL-26-10396","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Wood color \/ EU Plug","offer_id":52720338534683,"sku":"STB-TL-26-10397","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Walnut Color \/ US Plug","offer_id":52720338567451,"sku":"STB-TL-26-10398","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Walnut Color \/ UK Plug","offer_id":52720338600219,"sku":"STB-TL-26-10399","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Walnut Color \/ AU Plug","offer_id":52720338632987,"sku":"STB-TL-26-10400","price":195.0,"currency_code":"USD","in_stock":true},{"title":"Dia 8.7\"x H 15.7\" \/ Walnut Color \/ EU Plug","offer_id":52720338665755,"sku":"STB-TL-26-10401","price":195.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1018\/7577\/7819\/files\/noda-woven-wood-table-lamp-stuberlighting_1.jpg?v=1785759769"}],"url":"https:\/\/stuberlighting.com\/collections\/zen-lighting.oembed?page=2","provider":"Stuberlighting","version":"1.0","type":"link"}